From 62900edd8594b7bc7b16bd1fd20ff369a4eae90a Mon Sep 17 00:00:00 2001 From: lilongkun Date: Mon, 12 Jan 2026 09:21:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=9B=E5=BB=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=84=E7=90=86UI=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 13 + app/color.py | 410 + app/config.py | 34 + app/config/config.yml | 10 + app/config/default.yml | 217 + app/data/alignment_table.csv | 3 + app/data/coord_calc.csv | 6 + app/data/surface_statistics.csv | 7 + app/data/temp.csv | 27 + app/doc/a.css | 63162 ++++++++++++++++++++ app/doc/b.css | 37397 ++++++++++++ app/doc/开发指南.html | 539 + app/formatter.py | 98 + app/main.py | 39 + app/main_app.py | 26 + app/main_window.py | 304 + app/script/calc_center_stake.py | 106 + app/script/calc_elevation.py | 67 + app/script/calc_measure_data.py | 71 + app/script/calc_side_stake.py | 31 + app/script/calc_slope_param.py | 20 + app/script/clear_slope_param.py | 8 + app/script/create_alignment_table.py | 142 + app/script/create_linear_feature.py | 167 + app/script/create_stake_point.py | 59 + app/script/format_alignment_table.py | 15 + app/script/format_coord_calc.py | 15 + app/script/format_linear_feature.py | 31 + app/script/format_longitudinal_profile.py | 13 + app/script/format_measure_data.py | 11 + app/script/format_surface_statistic.py | 13 + app/script/load_measure_data.py | 123 + app/sheet.py | 164 + app/text_term.py | 110 + app/util.py | 7 + app/widget_display.py | 763 + app/widget_interact.py | 130 + app/widget_term.py | 173 + app/widget_tree.py | 68 + pyinstaller/build.ps1 | 19 + pyinstaller/program.spec | 172 + pyinstaller/test.bat | 10 + 42 files changed, 104800 insertions(+) create mode 100644 .gitignore create mode 100644 app/color.py create mode 100644 app/config.py create mode 100644 app/config/config.yml create mode 100644 app/config/default.yml create mode 100644 app/data/alignment_table.csv create mode 100644 app/data/coord_calc.csv create mode 100644 app/data/surface_statistics.csv create mode 100644 app/data/temp.csv create mode 100644 app/doc/a.css create mode 100644 app/doc/b.css create mode 100644 app/doc/开发指南.html create mode 100644 app/formatter.py create mode 100644 app/main.py create mode 100644 app/main_app.py create mode 100644 app/main_window.py create mode 100644 app/script/calc_center_stake.py create mode 100644 app/script/calc_elevation.py create mode 100644 app/script/calc_measure_data.py create mode 100644 app/script/calc_side_stake.py create mode 100644 app/script/calc_slope_param.py create mode 100644 app/script/clear_slope_param.py create mode 100644 app/script/create_alignment_table.py create mode 100644 app/script/create_linear_feature.py create mode 100644 app/script/create_stake_point.py create mode 100644 app/script/format_alignment_table.py create mode 100644 app/script/format_coord_calc.py create mode 100644 app/script/format_linear_feature.py create mode 100644 app/script/format_longitudinal_profile.py create mode 100644 app/script/format_measure_data.py create mode 100644 app/script/format_surface_statistic.py create mode 100644 app/script/load_measure_data.py create mode 100644 app/sheet.py create mode 100644 app/text_term.py create mode 100644 app/util.py create mode 100644 app/widget_display.py create mode 100644 app/widget_interact.py create mode 100644 app/widget_term.py create mode 100644 app/widget_tree.py create mode 100644 pyinstaller/build.ps1 create mode 100644 pyinstaller/program.spec create mode 100644 pyinstaller/test.bat diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f6b8a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.o +*.a +*.exe +*.pyc +*.pyd +*.log +*.temp +*.dat +*.DAT + +/other +/pyinstaller/dist +/pyinstaller/build \ No newline at end of file diff --git a/app/color.py b/app/color.py new file mode 100644 index 0000000..be656ca --- /dev/null +++ b/app/color.py @@ -0,0 +1,410 @@ +import math +from PyQt6.QtGui import QColor + +color_normal_table = [ + QColor(85,87,83), + QColor(239,41,41), + QColor(138,226,52), + QColor(252,233,79), + QColor(114,159,207), + QColor(173,127,168), + QColor(52,226,226), + QColor(238,238,236), +] + +color_bold_table = [ + QColor(46,52,54), + QColor(204,0,0), + QColor(78,154,6), + QColor(196,160,0), + QColor(52,101,164), + QColor(117,80,123), + QColor(6,152,154), + QColor(211,215,207), +] + +color4_table = [ + QColor(12, 12, 12), + QColor(197, 15, 31), + QColor(19, 161, 14), + QColor(193, 156, 0), + QColor(0, 55, 218), + QColor(136, 23, 218), + QColor(58, 150, 221), + QColor(204, 204, 204), + QColor(118, 118, 118), + QColor(231, 72, 86), + QColor(22, 198, 12), + QColor(249, 241, 165), + QColor(59, 120, 255), + QColor(180, 0, 158), + QColor(97, 214, 214), + QColor(242, 242, 242), +] +# color4_table = [ + # QColor(1, 1, 1), + # QColor(222, 56, 43), + # QColor(57, 181, 74), + # QColor(255, 199, 6), + # QColor(0, 111, 184), + # QColor(118, 38, 113), + # QColor(44, 181, 233), + # QColor(204, 204, 204), + # QColor(128, 128, 128), + # QColor(255, 0, 0), + # QColor(0, 255, 0), + # QColor(255, 255, 0), + # QColor(0, 0, 255), + # QColor(255, 0, 255), + # QColor(0, 255, 255), + # QColor(255, 255, 255), +# ] + +color8_table = [ + QColor(0x00, 0x00, 0x00), + QColor(0x80, 0x00, 0x00), + QColor(0x00, 0x80, 0x00), + QColor(0x80, 0x80, 0x00), + QColor(0x00, 0x00, 0x80), + QColor(0x80, 0x00, 0x80), + QColor(0x00, 0x80, 0x80), + QColor(0xc0, 0xc0, 0xc0), + QColor(0x80, 0x80, 0x80), + QColor(0xff, 0x00, 0x00), + QColor(0x00, 0xff, 0x00), + QColor(0xff, 0xff, 0x00), + QColor(0x00, 0x00, 0xff), + QColor(0xff, 0x00, 0xff), + QColor(0x00, 0xff, 0xff), + QColor(0xff, 0xff, 0xff), + QColor(0x00, 0x00, 0x00), + QColor(0x00, 0x00, 0x5f), + QColor(0x00, 0x00, 0x87), + QColor(0x00, 0x00, 0xaf), + QColor(0x00, 0x00, 0xd7), + QColor(0x00, 0x00, 0xff), + QColor(0x00, 0x5f, 0x00), + QColor(0x00, 0x5f, 0x5f), + QColor(0x00, 0x5f, 0x87), + QColor(0x00, 0x5f, 0xaf), + QColor(0x00, 0x5f, 0xd7), + QColor(0x00, 0x5f, 0xff), + QColor(0x00, 0x87, 0x00), + QColor(0x00, 0x87, 0x5f), + QColor(0x00, 0x87, 0x87), + QColor(0x00, 0x87, 0xaf), + QColor(0x00, 0x87, 0xd7), + QColor(0x00, 0x87, 0xff), + QColor(0x00, 0xaf, 0x00), + QColor(0x00, 0xaf, 0x5f), + QColor(0x00, 0xaf, 0x87), + QColor(0x00, 0xaf, 0xaf), + QColor(0x00, 0xaf, 0xd7), + QColor(0x00, 0xaf, 0xff), + QColor(0x00, 0xd7, 0x00), + QColor(0x00, 0xd7, 0x5f), + QColor(0x00, 0xd7, 0x87), + QColor(0x00, 0xd7, 0xaf), + QColor(0x00, 0xd7, 0xd7), + QColor(0x00, 0xd7, 0xff), + QColor(0x00, 0xff, 0x00), + QColor(0x00, 0xff, 0x5f), + QColor(0x00, 0xff, 0x87), + QColor(0x00, 0xff, 0xaf), + QColor(0x00, 0xff, 0xd7), + QColor(0x00, 0xff, 0xff), + QColor(0x5f, 0x00, 0x00), + QColor(0x5f, 0x00, 0x5f), + QColor(0x5f, 0x00, 0x87), + QColor(0x5f, 0x00, 0xaf), + QColor(0x5f, 0x00, 0xd7), + QColor(0x5f, 0x00, 0xff), + QColor(0x5f, 0x5f, 0x00), + QColor(0x5f, 0x5f, 0x5f), + QColor(0x5f, 0x5f, 0x87), + QColor(0x5f, 0x5f, 0xaf), + QColor(0x5f, 0x5f, 0xd7), + QColor(0x5f, 0x5f, 0xff), + QColor(0x5f, 0x87, 0x00), + QColor(0x5f, 0x87, 0x5f), + QColor(0x5f, 0x87, 0x87), + QColor(0x5f, 0x87, 0xaf), + QColor(0x5f, 0x87, 0xd7), + QColor(0x5f, 0x87, 0xff), + QColor(0x5f, 0xaf, 0x00), + QColor(0x5f, 0xaf, 0x5f), + QColor(0x5f, 0xaf, 0x87), + QColor(0x5f, 0xaf, 0xaf), + QColor(0x5f, 0xaf, 0xd7), + QColor(0x5f, 0xaf, 0xff), + QColor(0x5f, 0xd7, 0x00), + QColor(0x5f, 0xd7, 0x5f), + QColor(0x5f, 0xd7, 0x87), + QColor(0x5f, 0xd7, 0xaf), + QColor(0x5f, 0xd7, 0xd7), + QColor(0x5f, 0xd7, 0xff), + QColor(0x5f, 0xff, 0x00), + QColor(0x5f, 0xff, 0x5f), + QColor(0x5f, 0xff, 0x87), + QColor(0x5f, 0xff, 0xaf), + QColor(0x5f, 0xff, 0xd7), + QColor(0x5f, 0xff, 0xff), + QColor(0x87, 0x00, 0x00), + QColor(0x87, 0x00, 0x5f), + QColor(0x87, 0x00, 0x87), + QColor(0x87, 0x00, 0xaf), + QColor(0x87, 0x00, 0xd7), + QColor(0x87, 0x00, 0xff), + QColor(0x87, 0x5f, 0x00), + QColor(0x87, 0x5f, 0x5f), + QColor(0x87, 0x5f, 0x87), + QColor(0x87, 0x5f, 0xaf), + QColor(0x87, 0x5f, 0xd7), + QColor(0x87, 0x5f, 0xff), + QColor(0x87, 0x87, 0x00), + QColor(0x87, 0x87, 0x5f), + QColor(0x87, 0x87, 0x87), + QColor(0x87, 0x87, 0xaf), + QColor(0x87, 0x87, 0xd7), + QColor(0x87, 0x87, 0xff), + QColor(0x87, 0xaf, 0x00), + QColor(0x87, 0xaf, 0x5f), + QColor(0x87, 0xaf, 0x87), + QColor(0x87, 0xaf, 0xaf), + QColor(0x87, 0xaf, 0xd7), + QColor(0x87, 0xaf, 0xff), + QColor(0x87, 0xd7, 0x00), + QColor(0x87, 0xd7, 0x5f), + QColor(0x87, 0xd7, 0x87), + QColor(0x87, 0xd7, 0xaf), + QColor(0x87, 0xd7, 0xd7), + QColor(0x87, 0xd7, 0xff), + QColor(0x87, 0xff, 0x00), + QColor(0x87, 0xff, 0x5f), + QColor(0x87, 0xff, 0x87), + QColor(0x87, 0xff, 0xaf), + QColor(0x87, 0xff, 0xd7), + QColor(0x87, 0xff, 0xff), + QColor(0xaf, 0x00, 0x00), + QColor(0xaf, 0x00, 0x5f), + QColor(0xaf, 0x00, 0x87), + QColor(0xaf, 0x00, 0xaf), + QColor(0xaf, 0x00, 0xd7), + QColor(0xaf, 0x00, 0xff), + QColor(0xaf, 0x5f, 0x00), + QColor(0xaf, 0x5f, 0x5f), + QColor(0xaf, 0x5f, 0x87), + QColor(0xaf, 0x5f, 0xaf), + QColor(0xaf, 0x5f, 0xd7), + QColor(0xaf, 0x5f, 0xff), + QColor(0xaf, 0x87, 0x00), + QColor(0xaf, 0x87, 0x5f), + QColor(0xaf, 0x87, 0x87), + QColor(0xaf, 0x87, 0xaf), + QColor(0xaf, 0x87, 0xd7), + QColor(0xaf, 0x87, 0xff), + QColor(0xaf, 0xaf, 0x00), + QColor(0xaf, 0xaf, 0x5f), + QColor(0xaf, 0xaf, 0x87), + QColor(0xaf, 0xaf, 0xaf), + QColor(0xaf, 0xaf, 0xd7), + QColor(0xaf, 0xaf, 0xff), + QColor(0xaf, 0xd7, 0x00), + QColor(0xaf, 0xd7, 0x5f), + QColor(0xaf, 0xd7, 0x87), + QColor(0xaf, 0xd7, 0xaf), + QColor(0xaf, 0xd7, 0xd7), + QColor(0xaf, 0xd7, 0xff), + QColor(0xaf, 0xff, 0x00), + QColor(0xaf, 0xff, 0x5f), + QColor(0xaf, 0xff, 0x87), + QColor(0xaf, 0xff, 0xaf), + QColor(0xaf, 0xff, 0xd7), + QColor(0xaf, 0xff, 0xff), + QColor(0xd7, 0x00, 0x00), + QColor(0xd7, 0x00, 0x5f), + QColor(0xd7, 0x00, 0x87), + QColor(0xd7, 0x00, 0xaf), + QColor(0xd7, 0x00, 0xd7), + QColor(0xd7, 0x00, 0xff), + QColor(0xd7, 0x5f, 0x00), + QColor(0xd7, 0x5f, 0x5f), + QColor(0xd7, 0x5f, 0x87), + QColor(0xd7, 0x5f, 0xaf), + QColor(0xd7, 0x5f, 0xd7), + QColor(0xd7, 0x5f, 0xff), + QColor(0xd7, 0x87, 0x00), + QColor(0xd7, 0x87, 0x5f), + QColor(0xd7, 0x87, 0x87), + QColor(0xd7, 0x87, 0xaf), + QColor(0xd7, 0x87, 0xd7), + QColor(0xd7, 0x87, 0xff), + QColor(0xd7, 0xaf, 0x00), + QColor(0xd7, 0xaf, 0x5f), + QColor(0xd7, 0xaf, 0x87), + QColor(0xd7, 0xaf, 0xaf), + QColor(0xd7, 0xaf, 0xd7), + QColor(0xd7, 0xaf, 0xff), + QColor(0xd7, 0xd7, 0x00), + QColor(0xd7, 0xd7, 0x5f), + QColor(0xd7, 0xd7, 0x87), + QColor(0xd7, 0xd7, 0xaf), + QColor(0xd7, 0xd7, 0xd7), + QColor(0xd7, 0xd7, 0xff), + QColor(0xd7, 0xff, 0x00), + QColor(0xd7, 0xff, 0x5f), + QColor(0xd7, 0xff, 0x87), + QColor(0xd7, 0xff, 0xaf), + QColor(0xd7, 0xff, 0xd7), + QColor(0xd7, 0xff, 0xff), + QColor(0xff, 0x00, 0x00), + QColor(0xff, 0x00, 0x5f), + QColor(0xff, 0x00, 0x87), + QColor(0xff, 0x00, 0xaf), + QColor(0xff, 0x00, 0xd7), + QColor(0xff, 0x00, 0xff), + QColor(0xff, 0x5f, 0x00), + QColor(0xff, 0x5f, 0x5f), + QColor(0xff, 0x5f, 0x87), + QColor(0xff, 0x5f, 0xaf), + QColor(0xff, 0x5f, 0xd7), + QColor(0xff, 0x5f, 0xff), + QColor(0xff, 0x87, 0x00), + QColor(0xff, 0x87, 0x5f), + QColor(0xff, 0x87, 0x87), + QColor(0xff, 0x87, 0xaf), + QColor(0xff, 0x87, 0xd7), + QColor(0xff, 0x87, 0xff), + QColor(0xff, 0xaf, 0x00), + QColor(0xff, 0xaf, 0x5f), + QColor(0xff, 0xaf, 0x87), + QColor(0xff, 0xaf, 0xaf), + QColor(0xff, 0xaf, 0xd7), + QColor(0xff, 0xaf, 0xff), + QColor(0xff, 0xd7, 0x00), + QColor(0xff, 0xd7, 0x5f), + QColor(0xff, 0xd7, 0x87), + QColor(0xff, 0xd7, 0xaf), + QColor(0xff, 0xd7, 0xd7), + QColor(0xff, 0xd7, 0xff), + QColor(0xff, 0xff, 0x00), + QColor(0xff, 0xff, 0x5f), + QColor(0xff, 0xff, 0x87), + QColor(0xff, 0xff, 0xaf), + QColor(0xff, 0xff, 0xd7), + QColor(0xff, 0xff, 0xff), + QColor(0x08, 0x08, 0x08), + QColor(0x12, 0x12, 0x12), + QColor(0x1c, 0x1c, 0x1c), + QColor(0x26, 0x26, 0x26), + QColor(0x30, 0x30, 0x30), + QColor(0x3a, 0x3a, 0x3a), + QColor(0x44, 0x44, 0x44), + QColor(0x4e, 0x4e, 0x4e), + QColor(0x58, 0x58, 0x58), + QColor(0x62, 0x62, 0x62), + QColor(0x6c, 0x6c, 0x6c), + QColor(0x76, 0x76, 0x76), + QColor(0x80, 0x80, 0x80), + QColor(0x8a, 0x8a, 0x8a), + QColor(0x94, 0x94, 0x94), + QColor(0x9e, 0x9e, 0x9e), + QColor(0xa8, 0xa8, 0xa8), + QColor(0xb2, 0xb2, 0xb2), + QColor(0xbc, 0xbc, 0xbc), + QColor(0xc6, 0xc6, 0xc6), + QColor(0xd0, 0xd0, 0xd0), + QColor(0xda, 0xda, 0xda), + QColor(0xe4, 0xe4, 0xe4), + QColor(0xee, 0xee, 0xee), +] + + +def qcolor(c): + return QColor(*[int(i) for i in c]) + +def hsi2rgb(c): + h, s, i = c + pi = math.pi * 2 + + if h <= pi / 3: + b = (1 - s) / 3 + r = (1 + s * math.cos(h) / math.cos(pi / 6 - h)) / 3 + g = 1 - (r + b) + elif h <= pi / 3 * 2: + h -= pi / 3 + r = (1 - s) / 3 + g = (1 + s * math.cos(h) / math.cos(pi / 6 - h)) / 3 + b = 1 - (r + g) + else: + h -= pi / 3 * 2 + g = (1 - s) / 3 + b = (1 + s * math.cos(h) / math.cos(pi / 6 - h)) / 3 + r = 1 - (g + b) + + r = 3 * i * r + g = 3 * i * g + b = 3 * i * b + + return [r, g, b] + +def rgb2hsi(c): + r, g, b = c + rg = r - g + rb = r - b + gb = g - b + h = math.acos((rg + rb) / (2 * math.sqrt(rg ** 2 + rb * gb))) + if b > g: + h = 2 * math.pi - h + + i = (r + g + b) / 3 + s = 1 - min(r, g, b) / i + return [h, s, i] + +def hsv2rgb(c): + h, s, v = c + y = v * s + x = y * (1 - abs(h / 60 % 2 - 1)) + m = v - y + + h %= 360 + if h < 0: + h += 360 + if h <= 60: + r, g, b = y, x, 0 + elif h <= 120: + r, g, b = x, y, 0 + elif h <= 180: + r, g, b = 0, y, x + elif h <= 240: + r, g, b = 0, x, y + elif h <= 300: + r, g, b = x, 0, y + else: + r, g, b = y, 0, x + + + r = (r + m) * 255 + g = (g + m) * 255 + b = (b + m) * 255 + + return [r, g, b] + +black = "\033[0;30m" +dark_gray = "\033[1;30m" +red = "\033[0;31m" +light_red = "\033[1;31m" +green = "\033[0;32m" +light_green = "\033[1;32m" +orange = "\033[0;33m" +yellow = "\033[1;33m" +blue = "\033[0;34m" +light_blue = "\033[1;34m" +purple = "\033[0;35m" +light_purple = "\033[1;35m" +cyan = "\033[0;36m" +light_cyan = "\033[1;36m" +light_gray = "\033[0;37m" +white = "\033[1;37m" +nc = "\033[0m" + diff --git a/app/config.py b/app/config.py new file mode 100644 index 0000000..21daedf --- /dev/null +++ b/app/config.py @@ -0,0 +1,34 @@ +import os +import sys +import yaml + +# if os.path.exists("_internal"): +# base_path = "./_internal" +# else: +# base_path = "./" +base_path = "./" + +config_path = os.path.join(base_path, "config") +default_file = os.path.join(config_path, "default.yml") +config_file = os.path.join(config_path, "config.yml") + +if not os.path.exists(config_path): + os.mkdir(config_path) +if os.path.exists(default_file): + with open(default_file, "r", encoding = "utf-8") as fobj: + config = yaml.safe_load(fobj) + if config is None: + config = {} +else: + config = {} +if os.path.exists(config_file): + with open(config_file, "r", encoding = "utf-8") as fobj: + config_new = yaml.safe_load(fobj) + if not (config_new is None): + for key, value in config_new.items(): + config[key] = value + +image_path = os.path.join(base_path, "image") +script_path = os.path.join(base_path, "script") +data_path = os.path.join(base_path, "data") +doc_path = os.path.join(base_path, "doc") diff --git a/app/config/config.yml b/app/config/config.yml new file mode 100644 index 0000000..36d10be --- /dev/null +++ b/app/config/config.yml @@ -0,0 +1,10 @@ +main_window: + geometry: !!binary | + AdnQywADAAAAAABCAAAAIAAAB38AAAQ3AAACDAAAAQEAAAchAAADmwAAAAACAAAAB4AAAABCAAAA + RQAAB38AAAQ3 + state: !!binary | + AAAA/wAAAAD9AAAAAwAAAAAAAACYAAADWvwCAAAAAfsAAAAWAHcAaQBkAGcAZQB0ACAAdAByAGUA + ZQEAAAAYAAADWgAAAF4A////AAAAAQAAARAAAANa/AIAAAAB+wAAAB4AdwBpAGQAZwBlAHQAIABp + AG4AdABlAHIAYQBjAHQBAAAAGAAAA1oAAACxAP///wAAAAMAAAc+AAAAZfwBAAAAAfsAAAAWAHcA + aQBkAGcAZQB0ACAAdABlAHIAbQEAAAAAAAAHPgAAAJAA////AAAFigAAA1oAAAAEAAAABAAAAAgA + AAAI/AAAAAA= diff --git a/app/config/default.yml b/app/config/default.yml new file mode 100644 index 0000000..1d61c93 --- /dev/null +++ b/app/config/default.yml @@ -0,0 +1,217 @@ +tree: +- id: coord_calc + label: 坐标计算 +- id: measure + label: 轨道数据 + +display: + coord_calc: + - id: surface_statistics + label: 平面资料 + type: table + row: 7 + col: 8 + column_header: + - 序号 + - 交点号 + - X(N)坐标 + - Y(E)坐标 + - 半径 + - Ls1 + - Ls2 + - 桩号 + format_script: + format_surface_statistic.py + datafile: surface_statistics.csv + - id: alignment_table + label: 直曲表 + type: table + row: 5 + col: 22 + format_script: + format_alignment_table.py + datafile: alignment_table.csv + span: + - - 0 + - 0 + - 1 + - 21 + - - 1 + - 0 + - 2 + - 1 + - - 1 + - 3 + - 2 + - 1 + - - 1 + - 1 + - 1 + - 2 + - - 1 + - 4 + - 1 + - 2 + - - 1 + - 6 + - 1 + - 7 + - - 1 + - 13 + - 1 + - 5 + - - 1 + - 18 + - 1 + - 3 + - id: linear_feature + label: 线元要素表 + type: table + row: 1 + col: 11 + column_header: + - 桩号 + - 线元长度 + - 起始半径 + - 结束半径 + - 起始曲率 + - 结束曲率 + - 方位角 + - X + - Y + - 线元类型 + - 缓曲参数 + format_script: + format_linear_feature.py + - id: longitudinal_profile + label: 纵断面 + type: table + row: 20 + col: 8 + column_header: + - 变坡点桩号 + - 变坡点高程 + - 半径 + - 坡长 + - i(%) + - L(m) + - T(m) + - E(m) + format_script: + format_longitudinal_profile.py + - id: coord_calc + label: 坐标计算 + type: table + row: 6 + col: 14 + format_script: + format_coord_calc.py + datafile: coord_calc.csv + span: + - - 0 + - 0 + - 2 + - 2 + - - 0 + - 2 + - 1 + - 2 + - - 0 + - 4 + - 2 + - 1 + - - 0 + - 5 + - 2 + - 1 + - - 0 + - 6 + - 1 + - 4 + - - 0 + - 10 + - 1 + - 4 + measure: + - id: measure_data + label: 轨道测量数据 + type: table + col: 9 + row: 1 + column_header: + - 左轨编号 + - 左轨高程(m) + - 右轨编号 + - 右轨高程(m) + - 左右高差(mm) + - 左侧线形(mm) + - 右侧线形(mm) + - 左侧高低值(mm) + - 右侧高低值(mm) + format_script: + format_measure_data.py + - id: road_graph + label: 轨道竖向线形图 + type: graph + axis_x_title: 线路测试断面 + axis_y_title: 轨顶高程(m) + - id: road_relative_graph + label: 轨道轨道面相对竖向线形图 + type: graph + axis_x_title: 线路测试断面 + axis_y_title: 轨顶高程(mm) + - id: road_horizon_graph + label: 轨道水平情况 + type: graph + axis_x_title: 线路测试断面 + axis_y_title: 轨道水平(mm) + - id: road_concave_graph + label: 轨道高低情况 + type: graph + axis_x_title: 线路测试断面 + axis_y_title: 轨道高低(mm) + +interact: + measure_data: + - type: input + label: 高差参数 + id: height_diff_param + - type: button + label: 导入测量数据 + script: load_measure_data.py + - type: button + label: 计算线形和高低值 + script: calc_measure_data.py + surface_statistics: + - type: button + label: 生成直曲表 + script: create_alignment_table.py + alignment_table: + - type: input + label: 直线段桩距 + id: line_gap + text: "20" + - type: input + label: 曲线段桩距 + id: curve_gap + text: "10" + - type: button + label: 桩号生成 + script: create_stake_point.py + longitudinal_profile: + - type: button + label: 参数计算 + script: calc_slope_param.py + - type: button + label: 清除计算结果 + script: clear_slope_param.py + coord_calc: + - type: button + label: 中桩坐标计算 + script: calc_center_stake.py + - type: button + label: 高程计算 + script: calc_elevation.py + - type: button + label: 边桩坐标计算 + script: calc_side_stake.py diff --git a/app/data/alignment_table.csv b/app/data/alignment_table.csv new file mode 100644 index 0000000..99658f3 --- /dev/null +++ b/app/data/alignment_table.csv @@ -0,0 +1,3 @@ +直 线 、曲 线 及 转 角 一 览 表,,,,,,,,,,,,,,,,,,,, +交点号,交点坐标,,交点桩号,偏角值,,曲线要素值,,,,,,,曲线主点桩号,,,,,直线长度及方向,,,左右偏 +,N(X),E(Y),,左偏,右偏,R,Ls1,Ls2,T1,T2,L,E,ZH,HY,OZ,YH,HZ,直线长度,交点间距,计算方位角 diff --git a/app/data/coord_calc.csv b/app/data/coord_calc.csv new file mode 100644 index 0000000..0987403 --- /dev/null +++ b/app/data/coord_calc.csv @@ -0,0 +1,6 @@ +桩号,,中线坐标,,切线方位角,高程,左边桩坐标,,,,右边桩坐标,,, +,,N(X),E(Y),,,距离,右夹角,N(X),E(Y),距离,右夹角,N(X),E(Y) +,K1+794.807 +,K1+799.647 +,K1+805.054 +,K1+809.894 diff --git a/app/data/surface_statistics.csv b/app/data/surface_statistics.csv new file mode 100644 index 0000000..b64a01a --- /dev/null +++ b/app/data/surface_statistics.csv @@ -0,0 +1,7 @@ +1,QD,3194554.194,501250.714,,,,0 +2,JD1,3194824.682,501594.205,700,200,200 +3,JD2,3196190.070,501605.670,1500,200,200 +4,JD3,3197202.632,502209.577,900,110,110 +5,JD4,3197635.505,502305.092,700,130,130 +6,JD5,3198039.668,502655.089,700,130,130 +7,JD6,3200279.842,502851.404,,, diff --git a/app/data/temp.csv b/app/data/temp.csv new file mode 100644 index 0000000..f821963 --- /dev/null +++ b/app/data/temp.csv @@ -0,0 +1,27 @@ +,10.11743,,10.15147 +,10.1187,,10.15095 +,10.12116,,10.15089 +,10.10898,,10.14153 +,10.10388,,10.12936 +,10.08782,,10.11529 +,10.06438,,10.09277 +,10.04788,,10.07494 +,10.03274,,10.06181 +,10.01209,,10.04402 +,9.99383,,10.01958 +,9.97242,,10.00426 +,9.94911,,9.96898 +,9.92069,,9.94508 +,9.89699,,9.92501 +,9.87115,,9.9056 +,9.85531,,9.89211 +,9.85643,,9.89182 +,9.85109,,9.88541 +,9.82577,,9.85734 +,9.8073,,9.83796 +,9.80619,,9.83136 +,9.80005,,9.83231 +,9.79032,,9.8218 +,9.79293,,9.82281 +,9.77558,,9.8075 +,9.75878,,9.79372 diff --git a/app/doc/a.css b/app/doc/a.css new file mode 100644 index 0000000..ef96472 --- /dev/null +++ b/app/doc/a.css @@ -0,0 +1,63162 @@ +@font-face { + font-family: Material Design Icons; + src: url(/memocard/fonts/materialdesignicons-webfont.0766edc9.eot); + src: url(/memocard/fonts/materialdesignicons-webfont.0766edc9.eot?#iefix&v=7.4.47) + format("embedded-opentype"), + url(/memocard/fonts/materialdesignicons-webfont.fbaef2a9.woff2) + format("woff2"), + url(/memocard/fonts/materialdesignicons-webfont.e659bf56.woff) + format("woff"), + url(/memocard/fonts/materialdesignicons-webfont.714a4eee.ttf) + format("truetype"); + font-weight: 400; + font-style: normal; +} +.mdi-set, +.mdi:before { + display: inline-block; + font: normal normal normal 24px/1 Material Design Icons; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.mdi-ab-testing:before { + content: "\F01C9"; +} +.mdi-abacus:before { + content: "\F16E0"; +} +.mdi-abjad-arabic:before { + content: "\F1328"; +} +.mdi-abjad-hebrew:before { + content: "\F1329"; +} +.mdi-abugida-devanagari:before { + content: "\F132A"; +} +.mdi-abugida-thai:before { + content: "\F132B"; +} +.mdi-access-point:before { + content: "\F0003"; +} +.mdi-access-point-check:before { + content: "\F1538"; +} +.mdi-access-point-minus:before { + content: "\F1539"; +} +.mdi-access-point-network:before { + content: "\F0002"; +} +.mdi-access-point-network-off:before { + content: "\F0BE1"; +} +.mdi-access-point-off:before { + content: "\F1511"; +} +.mdi-access-point-plus:before { + content: "\F153A"; +} +.mdi-access-point-remove:before { + content: "\F153B"; +} +.mdi-account:before { + content: "\F0004"; +} +.mdi-account-alert:before { + content: "\F0005"; +} +.mdi-account-alert-outline:before { + content: "\F0B50"; +} +.mdi-account-arrow-down:before { + content: "\F1868"; +} +.mdi-account-arrow-down-outline:before { + content: "\F1869"; +} +.mdi-account-arrow-left:before { + content: "\F0B51"; +} +.mdi-account-arrow-left-outline:before { + content: "\F0B52"; +} +.mdi-account-arrow-right:before { + content: "\F0B53"; +} +.mdi-account-arrow-right-outline:before { + content: "\F0B54"; +} +.mdi-account-arrow-up:before { + content: "\F1867"; +} +.mdi-account-arrow-up-outline:before { + content: "\F186A"; +} +.mdi-account-badge:before { + content: "\F1B0A"; +} +.mdi-account-badge-outline:before { + content: "\F1B0B"; +} +.mdi-account-box:before { + content: "\F0006"; +} +.mdi-account-box-edit-outline:before { + content: "\F1CC8"; +} +.mdi-account-box-minus-outline:before { + content: "\F1CC9"; +} +.mdi-account-box-multiple:before { + content: "\F0934"; +} +.mdi-account-box-multiple-outline:before { + content: "\F100A"; +} +.mdi-account-box-outline:before { + content: "\F0007"; +} +.mdi-account-box-plus-outline:before { + content: "\F1CCA"; +} +.mdi-account-cancel:before { + content: "\F12DF"; +} +.mdi-account-cancel-outline:before { + content: "\F12E0"; +} +.mdi-account-card:before { + content: "\F1BA4"; +} +.mdi-account-card-outline:before { + content: "\F1BA5"; +} +.mdi-account-cash:before { + content: "\F1097"; +} +.mdi-account-cash-outline:before { + content: "\F1098"; +} +.mdi-account-check:before { + content: "\F0008"; +} +.mdi-account-check-outline:before { + content: "\F0BE2"; +} +.mdi-account-child:before { + content: "\F0A89"; +} +.mdi-account-child-circle:before { + content: "\F0A8A"; +} +.mdi-account-child-outline:before { + content: "\F10C8"; +} +.mdi-account-circle:before { + content: "\F0009"; +} +.mdi-account-circle-outline:before { + content: "\F0B55"; +} +.mdi-account-clock:before { + content: "\F0B56"; +} +.mdi-account-clock-outline:before { + content: "\F0B57"; +} +.mdi-account-cog:before { + content: "\F1370"; +} +.mdi-account-cog-outline:before { + content: "\F1371"; +} +.mdi-account-convert:before { + content: "\F000A"; +} +.mdi-account-convert-outline:before { + content: "\F1301"; +} +.mdi-account-cowboy-hat:before { + content: "\F0E9B"; +} +.mdi-account-cowboy-hat-outline:before { + content: "\F17F3"; +} +.mdi-account-credit-card:before { + content: "\F1BA6"; +} +.mdi-account-credit-card-outline:before { + content: "\F1BA7"; +} +.mdi-account-details:before { + content: "\F0631"; +} +.mdi-account-details-outline:before { + content: "\F1372"; +} +.mdi-account-edit:before { + content: "\F06BC"; +} +.mdi-account-edit-outline:before { + content: "\F0FFB"; +} +.mdi-account-eye:before { + content: "\F0420"; +} +.mdi-account-eye-outline:before { + content: "\F127B"; +} +.mdi-account-file:before { + content: "\F1CA7"; +} +.mdi-account-file-outline:before { + content: "\F1CA8"; +} +.mdi-account-file-text:before { + content: "\F1CA9"; +} +.mdi-account-file-text-outline:before { + content: "\F1CAA"; +} +.mdi-account-filter:before { + content: "\F0936"; +} +.mdi-account-filter-outline:before { + content: "\F0F9D"; +} +.mdi-account-group:before { + content: "\F0849"; +} +.mdi-account-group-outline:before { + content: "\F0B58"; +} +.mdi-account-hard-hat:before { + content: "\F05B5"; +} +.mdi-account-hard-hat-outline:before { + content: "\F1A1F"; +} +.mdi-account-heart:before { + content: "\F0899"; +} +.mdi-account-heart-outline:before { + content: "\F0BE3"; +} +.mdi-account-injury:before { + content: "\F1815"; +} +.mdi-account-injury-outline:before { + content: "\F1816"; +} +.mdi-account-key:before { + content: "\F000B"; +} +.mdi-account-key-outline:before { + content: "\F0BE4"; +} +.mdi-account-lock:before { + content: "\F115E"; +} +.mdi-account-lock-open:before { + content: "\F1960"; +} +.mdi-account-lock-open-outline:before { + content: "\F1961"; +} +.mdi-account-lock-outline:before { + content: "\F115F"; +} +.mdi-account-minus:before { + content: "\F000D"; +} +.mdi-account-minus-outline:before { + content: "\F0AEC"; +} +.mdi-account-multiple:before { + content: "\F000E"; +} +.mdi-account-multiple-check:before { + content: "\F08C5"; +} +.mdi-account-multiple-check-outline:before { + content: "\F11FE"; +} +.mdi-account-multiple-minus:before { + content: "\F05D3"; +} +.mdi-account-multiple-minus-outline:before { + content: "\F0BE5"; +} +.mdi-account-multiple-outline:before { + content: "\F000F"; +} +.mdi-account-multiple-plus:before { + content: "\F0010"; +} +.mdi-account-multiple-plus-outline:before { + content: "\F0800"; +} +.mdi-account-multiple-remove:before { + content: "\F120A"; +} +.mdi-account-multiple-remove-outline:before { + content: "\F120B"; +} +.mdi-account-music:before { + content: "\F0803"; +} +.mdi-account-music-outline:before { + content: "\F0CE9"; +} +.mdi-account-network:before { + content: "\F0011"; +} +.mdi-account-network-off:before { + content: "\F1AF1"; +} +.mdi-account-network-off-outline:before { + content: "\F1AF2"; +} +.mdi-account-network-outline:before { + content: "\F0BE6"; +} +.mdi-account-off:before { + content: "\F0012"; +} +.mdi-account-off-outline:before { + content: "\F0BE7"; +} +.mdi-account-outline:before { + content: "\F0013"; +} +.mdi-account-plus:before { + content: "\F0014"; +} +.mdi-account-plus-outline:before { + content: "\F0801"; +} +.mdi-account-question:before { + content: "\F0B59"; +} +.mdi-account-question-outline:before { + content: "\F0B5A"; +} +.mdi-account-reactivate:before { + content: "\F152B"; +} +.mdi-account-reactivate-outline:before { + content: "\F152C"; +} +.mdi-account-remove:before { + content: "\F0015"; +} +.mdi-account-remove-outline:before { + content: "\F0AED"; +} +.mdi-account-school:before { + content: "\F1A20"; +} +.mdi-account-school-outline:before { + content: "\F1A21"; +} +.mdi-account-search:before { + content: "\F0016"; +} +.mdi-account-search-outline:before { + content: "\F0935"; +} +.mdi-account-settings:before { + content: "\F0630"; +} +.mdi-account-settings-outline:before { + content: "\F10C9"; +} +.mdi-account-star:before { + content: "\F0017"; +} +.mdi-account-star-outline:before { + content: "\F0BE8"; +} +.mdi-account-supervisor:before { + content: "\F0A8B"; +} +.mdi-account-supervisor-circle:before { + content: "\F0A8C"; +} +.mdi-account-supervisor-circle-outline:before { + content: "\F14EC"; +} +.mdi-account-supervisor-outline:before { + content: "\F112D"; +} +.mdi-account-switch:before { + content: "\F0019"; +} +.mdi-account-switch-outline:before { + content: "\F04CB"; +} +.mdi-account-sync:before { + content: "\F191B"; +} +.mdi-account-sync-outline:before { + content: "\F191C"; +} +.mdi-account-tag:before { + content: "\F1C1B"; +} +.mdi-account-tag-outline:before { + content: "\F1C1C"; +} +.mdi-account-tie:before { + content: "\F0CE3"; +} +.mdi-account-tie-hat:before { + content: "\F1898"; +} +.mdi-account-tie-hat-outline:before { + content: "\F1899"; +} +.mdi-account-tie-outline:before { + content: "\F10CA"; +} +.mdi-account-tie-voice:before { + content: "\F1308"; +} +.mdi-account-tie-voice-off:before { + content: "\F130A"; +} +.mdi-account-tie-voice-off-outline:before { + content: "\F130B"; +} +.mdi-account-tie-voice-outline:before { + content: "\F1309"; +} +.mdi-account-tie-woman:before { + content: "\F1A8C"; +} +.mdi-account-voice:before { + content: "\F05CB"; +} +.mdi-account-voice-off:before { + content: "\F0ED4"; +} +.mdi-account-wrench:before { + content: "\F189A"; +} +.mdi-account-wrench-outline:before { + content: "\F189B"; +} +.mdi-adjust:before { + content: "\F001A"; +} +.mdi-advertisements:before { + content: "\F192A"; +} +.mdi-advertisements-off:before { + content: "\F192B"; +} +.mdi-air-conditioner:before { + content: "\F001B"; +} +.mdi-air-filter:before { + content: "\F0D43"; +} +.mdi-air-horn:before { + content: "\F0DAC"; +} +.mdi-air-humidifier:before { + content: "\F1099"; +} +.mdi-air-humidifier-off:before { + content: "\F1466"; +} +.mdi-air-purifier:before { + content: "\F0D44"; +} +.mdi-air-purifier-off:before { + content: "\F1B57"; +} +.mdi-airbag:before { + content: "\F0BE9"; +} +.mdi-airballoon:before { + content: "\F001C"; +} +.mdi-airballoon-outline:before { + content: "\F100B"; +} +.mdi-airplane:before { + content: "\F001D"; +} +.mdi-airplane-alert:before { + content: "\F187A"; +} +.mdi-airplane-check:before { + content: "\F187B"; +} +.mdi-airplane-clock:before { + content: "\F187C"; +} +.mdi-airplane-cog:before { + content: "\F187D"; +} +.mdi-airplane-edit:before { + content: "\F187E"; +} +.mdi-airplane-landing:before { + content: "\F05D4"; +} +.mdi-airplane-marker:before { + content: "\F187F"; +} +.mdi-airplane-minus:before { + content: "\F1880"; +} +.mdi-airplane-off:before { + content: "\F001E"; +} +.mdi-airplane-plus:before { + content: "\F1881"; +} +.mdi-airplane-remove:before { + content: "\F1882"; +} +.mdi-airplane-search:before { + content: "\F1883"; +} +.mdi-airplane-settings:before { + content: "\F1884"; +} +.mdi-airplane-takeoff:before { + content: "\F05D5"; +} +.mdi-airport:before { + content: "\F084B"; +} +.mdi-alarm:before { + content: "\F0020"; +} +.mdi-alarm-bell:before { + content: "\F078E"; +} +.mdi-alarm-check:before { + content: "\F0021"; +} +.mdi-alarm-light:before { + content: "\F078F"; +} +.mdi-alarm-light-off:before { + content: "\F171E"; +} +.mdi-alarm-light-off-outline:before { + content: "\F171F"; +} +.mdi-alarm-light-outline:before { + content: "\F0BEA"; +} +.mdi-alarm-multiple:before { + content: "\F0022"; +} +.mdi-alarm-note:before { + content: "\F0E71"; +} +.mdi-alarm-note-off:before { + content: "\F0E72"; +} +.mdi-alarm-off:before { + content: "\F0023"; +} +.mdi-alarm-panel:before { + content: "\F15C4"; +} +.mdi-alarm-panel-outline:before { + content: "\F15C5"; +} +.mdi-alarm-plus:before { + content: "\F0024"; +} +.mdi-alarm-snooze:before { + content: "\F068E"; +} +.mdi-album:before { + content: "\F0025"; +} +.mdi-alert:before { + content: "\F0026"; +} +.mdi-alert-box:before { + content: "\F0027"; +} +.mdi-alert-box-outline:before { + content: "\F0CE4"; +} +.mdi-alert-circle:before { + content: "\F0028"; +} +.mdi-alert-circle-check:before { + content: "\F11ED"; +} +.mdi-alert-circle-check-outline:before { + content: "\F11EE"; +} +.mdi-alert-circle-outline:before { + content: "\F05D6"; +} +.mdi-alert-decagram:before { + content: "\F06BD"; +} +.mdi-alert-decagram-outline:before { + content: "\F0CE5"; +} +.mdi-alert-minus:before { + content: "\F14BB"; +} +.mdi-alert-minus-outline:before { + content: "\F14BE"; +} +.mdi-alert-octagon:before { + content: "\F0029"; +} +.mdi-alert-octagon-outline:before { + content: "\F0CE6"; +} +.mdi-alert-octagram:before { + content: "\F0767"; +} +.mdi-alert-octagram-outline:before { + content: "\F0CE7"; +} +.mdi-alert-outline:before { + content: "\F002A"; +} +.mdi-alert-plus:before { + content: "\F14BA"; +} +.mdi-alert-plus-outline:before { + content: "\F14BD"; +} +.mdi-alert-remove:before { + content: "\F14BC"; +} +.mdi-alert-remove-outline:before { + content: "\F14BF"; +} +.mdi-alert-rhombus:before { + content: "\F11CE"; +} +.mdi-alert-rhombus-outline:before { + content: "\F11CF"; +} +.mdi-alien:before { + content: "\F089A"; +} +.mdi-alien-outline:before { + content: "\F10CB"; +} +.mdi-align-horizontal-center:before { + content: "\F11C3"; +} +.mdi-align-horizontal-distribute:before { + content: "\F1962"; +} +.mdi-align-horizontal-left:before { + content: "\F11C2"; +} +.mdi-align-horizontal-right:before { + content: "\F11C4"; +} +.mdi-align-vertical-bottom:before { + content: "\F11C5"; +} +.mdi-align-vertical-center:before { + content: "\F11C6"; +} +.mdi-align-vertical-distribute:before { + content: "\F1963"; +} +.mdi-align-vertical-top:before { + content: "\F11C7"; +} +.mdi-all-inclusive:before { + content: "\F06BE"; +} +.mdi-all-inclusive-box:before { + content: "\F188D"; +} +.mdi-all-inclusive-box-outline:before { + content: "\F188E"; +} +.mdi-allergy:before { + content: "\F1258"; +} +.mdi-alpha:before { + content: "\F002B"; +} +.mdi-alpha-a:before { + content: "\F0AEE"; +} +.mdi-alpha-a-box:before { + content: "\F0B08"; +} +.mdi-alpha-a-box-outline:before { + content: "\F0BEB"; +} +.mdi-alpha-a-circle:before { + content: "\F0BEC"; +} +.mdi-alpha-a-circle-outline:before { + content: "\F0BED"; +} +.mdi-alpha-b:before { + content: "\F0AEF"; +} +.mdi-alpha-b-box:before { + content: "\F0B09"; +} +.mdi-alpha-b-box-outline:before { + content: "\F0BEE"; +} +.mdi-alpha-b-circle:before { + content: "\F0BEF"; +} +.mdi-alpha-b-circle-outline:before { + content: "\F0BF0"; +} +.mdi-alpha-c:before { + content: "\F0AF0"; +} +.mdi-alpha-c-box:before { + content: "\F0B0A"; +} +.mdi-alpha-c-box-outline:before { + content: "\F0BF1"; +} +.mdi-alpha-c-circle:before { + content: "\F0BF2"; +} +.mdi-alpha-c-circle-outline:before { + content: "\F0BF3"; +} +.mdi-alpha-d:before { + content: "\F0AF1"; +} +.mdi-alpha-d-box:before { + content: "\F0B0B"; +} +.mdi-alpha-d-box-outline:before { + content: "\F0BF4"; +} +.mdi-alpha-d-circle:before { + content: "\F0BF5"; +} +.mdi-alpha-d-circle-outline:before { + content: "\F0BF6"; +} +.mdi-alpha-e:before { + content: "\F0AF2"; +} +.mdi-alpha-e-box:before { + content: "\F0B0C"; +} +.mdi-alpha-e-box-outline:before { + content: "\F0BF7"; +} +.mdi-alpha-e-circle:before { + content: "\F0BF8"; +} +.mdi-alpha-e-circle-outline:before { + content: "\F0BF9"; +} +.mdi-alpha-f:before { + content: "\F0AF3"; +} +.mdi-alpha-f-box:before { + content: "\F0B0D"; +} +.mdi-alpha-f-box-outline:before { + content: "\F0BFA"; +} +.mdi-alpha-f-circle:before { + content: "\F0BFB"; +} +.mdi-alpha-f-circle-outline:before { + content: "\F0BFC"; +} +.mdi-alpha-g:before { + content: "\F0AF4"; +} +.mdi-alpha-g-box:before { + content: "\F0B0E"; +} +.mdi-alpha-g-box-outline:before { + content: "\F0BFD"; +} +.mdi-alpha-g-circle:before { + content: "\F0BFE"; +} +.mdi-alpha-g-circle-outline:before { + content: "\F0BFF"; +} +.mdi-alpha-h:before { + content: "\F0AF5"; +} +.mdi-alpha-h-box:before { + content: "\F0B0F"; +} +.mdi-alpha-h-box-outline:before { + content: "\F0C00"; +} +.mdi-alpha-h-circle:before { + content: "\F0C01"; +} +.mdi-alpha-h-circle-outline:before { + content: "\F0C02"; +} +.mdi-alpha-i:before { + content: "\F0AF6"; +} +.mdi-alpha-i-box:before { + content: "\F0B10"; +} +.mdi-alpha-i-box-outline:before { + content: "\F0C03"; +} +.mdi-alpha-i-circle:before { + content: "\F0C04"; +} +.mdi-alpha-i-circle-outline:before { + content: "\F0C05"; +} +.mdi-alpha-j:before { + content: "\F0AF7"; +} +.mdi-alpha-j-box:before { + content: "\F0B11"; +} +.mdi-alpha-j-box-outline:before { + content: "\F0C06"; +} +.mdi-alpha-j-circle:before { + content: "\F0C07"; +} +.mdi-alpha-j-circle-outline:before { + content: "\F0C08"; +} +.mdi-alpha-k:before { + content: "\F0AF8"; +} +.mdi-alpha-k-box:before { + content: "\F0B12"; +} +.mdi-alpha-k-box-outline:before { + content: "\F0C09"; +} +.mdi-alpha-k-circle:before { + content: "\F0C0A"; +} +.mdi-alpha-k-circle-outline:before { + content: "\F0C0B"; +} +.mdi-alpha-l:before { + content: "\F0AF9"; +} +.mdi-alpha-l-box:before { + content: "\F0B13"; +} +.mdi-alpha-l-box-outline:before { + content: "\F0C0C"; +} +.mdi-alpha-l-circle:before { + content: "\F0C0D"; +} +.mdi-alpha-l-circle-outline:before { + content: "\F0C0E"; +} +.mdi-alpha-m:before { + content: "\F0AFA"; +} +.mdi-alpha-m-box:before { + content: "\F0B14"; +} +.mdi-alpha-m-box-outline:before { + content: "\F0C0F"; +} +.mdi-alpha-m-circle:before { + content: "\F0C10"; +} +.mdi-alpha-m-circle-outline:before { + content: "\F0C11"; +} +.mdi-alpha-n:before { + content: "\F0AFB"; +} +.mdi-alpha-n-box:before { + content: "\F0B15"; +} +.mdi-alpha-n-box-outline:before { + content: "\F0C12"; +} +.mdi-alpha-n-circle:before { + content: "\F0C13"; +} +.mdi-alpha-n-circle-outline:before { + content: "\F0C14"; +} +.mdi-alpha-o:before { + content: "\F0AFC"; +} +.mdi-alpha-o-box:before { + content: "\F0B16"; +} +.mdi-alpha-o-box-outline:before { + content: "\F0C15"; +} +.mdi-alpha-o-circle:before { + content: "\F0C16"; +} +.mdi-alpha-o-circle-outline:before { + content: "\F0C17"; +} +.mdi-alpha-p:before { + content: "\F0AFD"; +} +.mdi-alpha-p-box:before { + content: "\F0B17"; +} +.mdi-alpha-p-box-outline:before { + content: "\F0C18"; +} +.mdi-alpha-p-circle:before { + content: "\F0C19"; +} +.mdi-alpha-p-circle-outline:before { + content: "\F0C1A"; +} +.mdi-alpha-q:before { + content: "\F0AFE"; +} +.mdi-alpha-q-box:before { + content: "\F0B18"; +} +.mdi-alpha-q-box-outline:before { + content: "\F0C1B"; +} +.mdi-alpha-q-circle:before { + content: "\F0C1C"; +} +.mdi-alpha-q-circle-outline:before { + content: "\F0C1D"; +} +.mdi-alpha-r:before { + content: "\F0AFF"; +} +.mdi-alpha-r-box:before { + content: "\F0B19"; +} +.mdi-alpha-r-box-outline:before { + content: "\F0C1E"; +} +.mdi-alpha-r-circle:before { + content: "\F0C1F"; +} +.mdi-alpha-r-circle-outline:before { + content: "\F0C20"; +} +.mdi-alpha-s:before { + content: "\F0B00"; +} +.mdi-alpha-s-box:before { + content: "\F0B1A"; +} +.mdi-alpha-s-box-outline:before { + content: "\F0C21"; +} +.mdi-alpha-s-circle:before { + content: "\F0C22"; +} +.mdi-alpha-s-circle-outline:before { + content: "\F0C23"; +} +.mdi-alpha-t:before { + content: "\F0B01"; +} +.mdi-alpha-t-box:before { + content: "\F0B1B"; +} +.mdi-alpha-t-box-outline:before { + content: "\F0C24"; +} +.mdi-alpha-t-circle:before { + content: "\F0C25"; +} +.mdi-alpha-t-circle-outline:before { + content: "\F0C26"; +} +.mdi-alpha-u:before { + content: "\F0B02"; +} +.mdi-alpha-u-box:before { + content: "\F0B1C"; +} +.mdi-alpha-u-box-outline:before { + content: "\F0C27"; +} +.mdi-alpha-u-circle:before { + content: "\F0C28"; +} +.mdi-alpha-u-circle-outline:before { + content: "\F0C29"; +} +.mdi-alpha-v:before { + content: "\F0B03"; +} +.mdi-alpha-v-box:before { + content: "\F0B1D"; +} +.mdi-alpha-v-box-outline:before { + content: "\F0C2A"; +} +.mdi-alpha-v-circle:before { + content: "\F0C2B"; +} +.mdi-alpha-v-circle-outline:before { + content: "\F0C2C"; +} +.mdi-alpha-w:before { + content: "\F0B04"; +} +.mdi-alpha-w-box:before { + content: "\F0B1E"; +} +.mdi-alpha-w-box-outline:before { + content: "\F0C2D"; +} +.mdi-alpha-w-circle:before { + content: "\F0C2E"; +} +.mdi-alpha-w-circle-outline:before { + content: "\F0C2F"; +} +.mdi-alpha-x:before { + content: "\F0B05"; +} +.mdi-alpha-x-box:before { + content: "\F0B1F"; +} +.mdi-alpha-x-box-outline:before { + content: "\F0C30"; +} +.mdi-alpha-x-circle:before { + content: "\F0C31"; +} +.mdi-alpha-x-circle-outline:before { + content: "\F0C32"; +} +.mdi-alpha-y:before { + content: "\F0B06"; +} +.mdi-alpha-y-box:before { + content: "\F0B20"; +} +.mdi-alpha-y-box-outline:before { + content: "\F0C33"; +} +.mdi-alpha-y-circle:before { + content: "\F0C34"; +} +.mdi-alpha-y-circle-outline:before { + content: "\F0C35"; +} +.mdi-alpha-z:before { + content: "\F0B07"; +} +.mdi-alpha-z-box:before { + content: "\F0B21"; +} +.mdi-alpha-z-box-outline:before { + content: "\F0C36"; +} +.mdi-alpha-z-circle:before { + content: "\F0C37"; +} +.mdi-alpha-z-circle-outline:before { + content: "\F0C38"; +} +.mdi-alphabet-aurebesh:before { + content: "\F132C"; +} +.mdi-alphabet-cyrillic:before { + content: "\F132D"; +} +.mdi-alphabet-greek:before { + content: "\F132E"; +} +.mdi-alphabet-latin:before { + content: "\F132F"; +} +.mdi-alphabet-piqad:before { + content: "\F1330"; +} +.mdi-alphabet-tengwar:before { + content: "\F1337"; +} +.mdi-alphabetical:before { + content: "\F002C"; +} +.mdi-alphabetical-off:before { + content: "\F100C"; +} +.mdi-alphabetical-variant:before { + content: "\F100D"; +} +.mdi-alphabetical-variant-off:before { + content: "\F100E"; +} +.mdi-altimeter:before { + content: "\F05D7"; +} +.mdi-ambulance:before { + content: "\F002F"; +} +.mdi-ammunition:before { + content: "\F0CE8"; +} +.mdi-ampersand:before { + content: "\F0A8D"; +} +.mdi-amplifier:before { + content: "\F0030"; +} +.mdi-amplifier-off:before { + content: "\F11B5"; +} +.mdi-anchor:before { + content: "\F0031"; +} +.mdi-android:before { + content: "\F0032"; +} +.mdi-android-studio:before { + content: "\F0034"; +} +.mdi-angle-acute:before { + content: "\F0937"; +} +.mdi-angle-obtuse:before { + content: "\F0938"; +} +.mdi-angle-right:before { + content: "\F0939"; +} +.mdi-angular:before { + content: "\F06B2"; +} +.mdi-angularjs:before { + content: "\F06BF"; +} +.mdi-animation:before { + content: "\F05D8"; +} +.mdi-animation-outline:before { + content: "\F0A8F"; +} +.mdi-animation-play:before { + content: "\F093A"; +} +.mdi-animation-play-outline:before { + content: "\F0A90"; +} +.mdi-ansible:before { + content: "\F109A"; +} +.mdi-antenna:before { + content: "\F1119"; +} +.mdi-anvil:before { + content: "\F089B"; +} +.mdi-apache-kafka:before { + content: "\F100F"; +} +.mdi-api:before { + content: "\F109B"; +} +.mdi-api-off:before { + content: "\F1257"; +} +.mdi-apple:before { + content: "\F0035"; +} +.mdi-apple-finder:before { + content: "\F0036"; +} +.mdi-apple-icloud:before { + content: "\F0038"; +} +.mdi-apple-ios:before { + content: "\F0037"; +} +.mdi-apple-keyboard-caps:before { + content: "\F0632"; +} +.mdi-apple-keyboard-command:before { + content: "\F0633"; +} +.mdi-apple-keyboard-control:before { + content: "\F0634"; +} +.mdi-apple-keyboard-option:before { + content: "\F0635"; +} +.mdi-apple-keyboard-shift:before { + content: "\F0636"; +} +.mdi-apple-safari:before { + content: "\F0039"; +} +.mdi-application:before { + content: "\F08C6"; +} +.mdi-application-array:before { + content: "\F10F5"; +} +.mdi-application-array-outline:before { + content: "\F10F6"; +} +.mdi-application-braces:before { + content: "\F10F7"; +} +.mdi-application-braces-outline:before { + content: "\F10F8"; +} +.mdi-application-brackets:before { + content: "\F0C8B"; +} +.mdi-application-brackets-outline:before { + content: "\F0C8C"; +} +.mdi-application-cog:before { + content: "\F0675"; +} +.mdi-application-cog-outline:before { + content: "\F1577"; +} +.mdi-application-edit:before { + content: "\F00AE"; +} +.mdi-application-edit-outline:before { + content: "\F0619"; +} +.mdi-application-export:before { + content: "\F0DAD"; +} +.mdi-application-import:before { + content: "\F0DAE"; +} +.mdi-application-outline:before { + content: "\F0614"; +} +.mdi-application-parentheses:before { + content: "\F10F9"; +} +.mdi-application-parentheses-outline:before { + content: "\F10FA"; +} +.mdi-application-settings:before { + content: "\F0B60"; +} +.mdi-application-settings-outline:before { + content: "\F1555"; +} +.mdi-application-variable:before { + content: "\F10FB"; +} +.mdi-application-variable-outline:before { + content: "\F10FC"; +} +.mdi-approximately-equal:before { + content: "\F0F9E"; +} +.mdi-approximately-equal-box:before { + content: "\F0F9F"; +} +.mdi-apps:before { + content: "\F003B"; +} +.mdi-apps-box:before { + content: "\F0D46"; +} +.mdi-arch:before { + content: "\F08C7"; +} +.mdi-archive:before { + content: "\F003C"; +} +.mdi-archive-alert:before { + content: "\F14FD"; +} +.mdi-archive-alert-outline:before { + content: "\F14FE"; +} +.mdi-archive-arrow-down:before { + content: "\F1259"; +} +.mdi-archive-arrow-down-outline:before { + content: "\F125A"; +} +.mdi-archive-arrow-up:before { + content: "\F125B"; +} +.mdi-archive-arrow-up-outline:before { + content: "\F125C"; +} +.mdi-archive-cancel:before { + content: "\F174B"; +} +.mdi-archive-cancel-outline:before { + content: "\F174C"; +} +.mdi-archive-check:before { + content: "\F174D"; +} +.mdi-archive-check-outline:before { + content: "\F174E"; +} +.mdi-archive-clock:before { + content: "\F174F"; +} +.mdi-archive-clock-outline:before { + content: "\F1750"; +} +.mdi-archive-cog:before { + content: "\F1751"; +} +.mdi-archive-cog-outline:before { + content: "\F1752"; +} +.mdi-archive-edit:before { + content: "\F1753"; +} +.mdi-archive-edit-outline:before { + content: "\F1754"; +} +.mdi-archive-eye:before { + content: "\F1755"; +} +.mdi-archive-eye-outline:before { + content: "\F1756"; +} +.mdi-archive-lock:before { + content: "\F1757"; +} +.mdi-archive-lock-open:before { + content: "\F1758"; +} +.mdi-archive-lock-open-outline:before { + content: "\F1759"; +} +.mdi-archive-lock-outline:before { + content: "\F175A"; +} +.mdi-archive-marker:before { + content: "\F175B"; +} +.mdi-archive-marker-outline:before { + content: "\F175C"; +} +.mdi-archive-minus:before { + content: "\F175D"; +} +.mdi-archive-minus-outline:before { + content: "\F175E"; +} +.mdi-archive-music:before { + content: "\F175F"; +} +.mdi-archive-music-outline:before { + content: "\F1760"; +} +.mdi-archive-off:before { + content: "\F1761"; +} +.mdi-archive-off-outline:before { + content: "\F1762"; +} +.mdi-archive-outline:before { + content: "\F120E"; +} +.mdi-archive-plus:before { + content: "\F1763"; +} +.mdi-archive-plus-outline:before { + content: "\F1764"; +} +.mdi-archive-refresh:before { + content: "\F1765"; +} +.mdi-archive-refresh-outline:before { + content: "\F1766"; +} +.mdi-archive-remove:before { + content: "\F1767"; +} +.mdi-archive-remove-outline:before { + content: "\F1768"; +} +.mdi-archive-search:before { + content: "\F1769"; +} +.mdi-archive-search-outline:before { + content: "\F176A"; +} +.mdi-archive-settings:before { + content: "\F176B"; +} +.mdi-archive-settings-outline:before { + content: "\F176C"; +} +.mdi-archive-star:before { + content: "\F176D"; +} +.mdi-archive-star-outline:before { + content: "\F176E"; +} +.mdi-archive-sync:before { + content: "\F176F"; +} +.mdi-archive-sync-outline:before { + content: "\F1770"; +} +.mdi-arm-flex:before { + content: "\F0FD7"; +} +.mdi-arm-flex-outline:before { + content: "\F0FD6"; +} +.mdi-arrange-bring-forward:before { + content: "\F003D"; +} +.mdi-arrange-bring-to-front:before { + content: "\F003E"; +} +.mdi-arrange-send-backward:before { + content: "\F003F"; +} +.mdi-arrange-send-to-back:before { + content: "\F0040"; +} +.mdi-arrow-all:before { + content: "\F0041"; +} +.mdi-arrow-bottom-left:before { + content: "\F0042"; +} +.mdi-arrow-bottom-left-bold-box:before { + content: "\F1964"; +} +.mdi-arrow-bottom-left-bold-box-outline:before { + content: "\F1965"; +} +.mdi-arrow-bottom-left-bold-outline:before { + content: "\F09B7"; +} +.mdi-arrow-bottom-left-thick:before { + content: "\F09B8"; +} +.mdi-arrow-bottom-left-thin:before { + content: "\F19B6"; +} +.mdi-arrow-bottom-left-thin-circle-outline:before { + content: "\F1596"; +} +.mdi-arrow-bottom-right:before { + content: "\F0043"; +} +.mdi-arrow-bottom-right-bold-box:before { + content: "\F1966"; +} +.mdi-arrow-bottom-right-bold-box-outline:before { + content: "\F1967"; +} +.mdi-arrow-bottom-right-bold-outline:before { + content: "\F09B9"; +} +.mdi-arrow-bottom-right-thick:before { + content: "\F09BA"; +} +.mdi-arrow-bottom-right-thin:before { + content: "\F19B7"; +} +.mdi-arrow-bottom-right-thin-circle-outline:before { + content: "\F1595"; +} +.mdi-arrow-collapse:before { + content: "\F0615"; +} +.mdi-arrow-collapse-all:before { + content: "\F0044"; +} +.mdi-arrow-collapse-down:before { + content: "\F0792"; +} +.mdi-arrow-collapse-horizontal:before { + content: "\F084C"; +} +.mdi-arrow-collapse-left:before { + content: "\F0793"; +} +.mdi-arrow-collapse-right:before { + content: "\F0794"; +} +.mdi-arrow-collapse-up:before { + content: "\F0795"; +} +.mdi-arrow-collapse-vertical:before { + content: "\F084D"; +} +.mdi-arrow-decision:before { + content: "\F09BB"; +} +.mdi-arrow-decision-auto:before { + content: "\F09BC"; +} +.mdi-arrow-decision-auto-outline:before { + content: "\F09BD"; +} +.mdi-arrow-decision-outline:before { + content: "\F09BE"; +} +.mdi-arrow-down:before { + content: "\F0045"; +} +.mdi-arrow-down-bold:before { + content: "\F072E"; +} +.mdi-arrow-down-bold-box:before { + content: "\F072F"; +} +.mdi-arrow-down-bold-box-outline:before { + content: "\F0730"; +} +.mdi-arrow-down-bold-circle:before { + content: "\F0047"; +} +.mdi-arrow-down-bold-circle-outline:before { + content: "\F0048"; +} +.mdi-arrow-down-bold-hexagon-outline:before { + content: "\F0049"; +} +.mdi-arrow-down-bold-outline:before { + content: "\F09BF"; +} +.mdi-arrow-down-box:before { + content: "\F06C0"; +} +.mdi-arrow-down-circle:before { + content: "\F0CDB"; +} +.mdi-arrow-down-circle-outline:before { + content: "\F0CDC"; +} +.mdi-arrow-down-drop-circle:before { + content: "\F004A"; +} +.mdi-arrow-down-drop-circle-outline:before { + content: "\F004B"; +} +.mdi-arrow-down-left:before { + content: "\F17A1"; +} +.mdi-arrow-down-left-bold:before { + content: "\F17A2"; +} +.mdi-arrow-down-right:before { + content: "\F17A3"; +} +.mdi-arrow-down-right-bold:before { + content: "\F17A4"; +} +.mdi-arrow-down-thick:before { + content: "\F0046"; +} +.mdi-arrow-down-thin:before { + content: "\F19B3"; +} +.mdi-arrow-down-thin-circle-outline:before { + content: "\F1599"; +} +.mdi-arrow-expand:before { + content: "\F0616"; +} +.mdi-arrow-expand-all:before { + content: "\F004C"; +} +.mdi-arrow-expand-down:before { + content: "\F0796"; +} +.mdi-arrow-expand-horizontal:before { + content: "\F084E"; +} +.mdi-arrow-expand-left:before { + content: "\F0797"; +} +.mdi-arrow-expand-right:before { + content: "\F0798"; +} +.mdi-arrow-expand-up:before { + content: "\F0799"; +} +.mdi-arrow-expand-vertical:before { + content: "\F084F"; +} +.mdi-arrow-horizontal-lock:before { + content: "\F115B"; +} +.mdi-arrow-left:before { + content: "\F004D"; +} +.mdi-arrow-left-bold:before { + content: "\F0731"; +} +.mdi-arrow-left-bold-box:before { + content: "\F0732"; +} +.mdi-arrow-left-bold-box-outline:before { + content: "\F0733"; +} +.mdi-arrow-left-bold-circle:before { + content: "\F004F"; +} +.mdi-arrow-left-bold-circle-outline:before { + content: "\F0050"; +} +.mdi-arrow-left-bold-hexagon-outline:before { + content: "\F0051"; +} +.mdi-arrow-left-bold-outline:before { + content: "\F09C0"; +} +.mdi-arrow-left-bottom:before { + content: "\F17A5"; +} +.mdi-arrow-left-bottom-bold:before { + content: "\F17A6"; +} +.mdi-arrow-left-box:before { + content: "\F06C1"; +} +.mdi-arrow-left-circle:before { + content: "\F0CDD"; +} +.mdi-arrow-left-circle-outline:before { + content: "\F0CDE"; +} +.mdi-arrow-left-drop-circle:before { + content: "\F0052"; +} +.mdi-arrow-left-drop-circle-outline:before { + content: "\F0053"; +} +.mdi-arrow-left-right:before { + content: "\F0E73"; +} +.mdi-arrow-left-right-bold:before { + content: "\F0E74"; +} +.mdi-arrow-left-right-bold-outline:before { + content: "\F09C1"; +} +.mdi-arrow-left-thick:before { + content: "\F004E"; +} +.mdi-arrow-left-thin:before { + content: "\F19B1"; +} +.mdi-arrow-left-thin-circle-outline:before { + content: "\F159A"; +} +.mdi-arrow-left-top:before { + content: "\F17A7"; +} +.mdi-arrow-left-top-bold:before { + content: "\F17A8"; +} +.mdi-arrow-oscillating:before { + content: "\F1C91"; +} +.mdi-arrow-oscillating-off:before { + content: "\F1C92"; +} +.mdi-arrow-projectile:before { + content: "\F1840"; +} +.mdi-arrow-projectile-multiple:before { + content: "\F183F"; +} +.mdi-arrow-right:before { + content: "\F0054"; +} +.mdi-arrow-right-bold:before { + content: "\F0734"; +} +.mdi-arrow-right-bold-box:before { + content: "\F0735"; +} +.mdi-arrow-right-bold-box-outline:before { + content: "\F0736"; +} +.mdi-arrow-right-bold-circle:before { + content: "\F0056"; +} +.mdi-arrow-right-bold-circle-outline:before { + content: "\F0057"; +} +.mdi-arrow-right-bold-hexagon-outline:before { + content: "\F0058"; +} +.mdi-arrow-right-bold-outline:before { + content: "\F09C2"; +} +.mdi-arrow-right-bottom:before { + content: "\F17A9"; +} +.mdi-arrow-right-bottom-bold:before { + content: "\F17AA"; +} +.mdi-arrow-right-box:before { + content: "\F06C2"; +} +.mdi-arrow-right-circle:before { + content: "\F0CDF"; +} +.mdi-arrow-right-circle-outline:before { + content: "\F0CE0"; +} +.mdi-arrow-right-drop-circle:before { + content: "\F0059"; +} +.mdi-arrow-right-drop-circle-outline:before { + content: "\F005A"; +} +.mdi-arrow-right-thick:before { + content: "\F0055"; +} +.mdi-arrow-right-thin:before { + content: "\F19B0"; +} +.mdi-arrow-right-thin-circle-outline:before { + content: "\F1598"; +} +.mdi-arrow-right-top:before { + content: "\F17AB"; +} +.mdi-arrow-right-top-bold:before { + content: "\F17AC"; +} +.mdi-arrow-split-horizontal:before { + content: "\F093B"; +} +.mdi-arrow-split-vertical:before { + content: "\F093C"; +} +.mdi-arrow-top-left:before { + content: "\F005B"; +} +.mdi-arrow-top-left-bold-box:before { + content: "\F1968"; +} +.mdi-arrow-top-left-bold-box-outline:before { + content: "\F1969"; +} +.mdi-arrow-top-left-bold-outline:before { + content: "\F09C3"; +} +.mdi-arrow-top-left-bottom-right:before { + content: "\F0E75"; +} +.mdi-arrow-top-left-bottom-right-bold:before { + content: "\F0E76"; +} +.mdi-arrow-top-left-thick:before { + content: "\F09C4"; +} +.mdi-arrow-top-left-thin:before { + content: "\F19B5"; +} +.mdi-arrow-top-left-thin-circle-outline:before { + content: "\F1593"; +} +.mdi-arrow-top-right:before { + content: "\F005C"; +} +.mdi-arrow-top-right-bold-box:before { + content: "\F196A"; +} +.mdi-arrow-top-right-bold-box-outline:before { + content: "\F196B"; +} +.mdi-arrow-top-right-bold-outline:before { + content: "\F09C5"; +} +.mdi-arrow-top-right-bottom-left:before { + content: "\F0E77"; +} +.mdi-arrow-top-right-bottom-left-bold:before { + content: "\F0E78"; +} +.mdi-arrow-top-right-thick:before { + content: "\F09C6"; +} +.mdi-arrow-top-right-thin:before { + content: "\F19B4"; +} +.mdi-arrow-top-right-thin-circle-outline:before { + content: "\F1594"; +} +.mdi-arrow-u-down-left:before { + content: "\F17AD"; +} +.mdi-arrow-u-down-left-bold:before { + content: "\F17AE"; +} +.mdi-arrow-u-down-right:before { + content: "\F17AF"; +} +.mdi-arrow-u-down-right-bold:before { + content: "\F17B0"; +} +.mdi-arrow-u-left-bottom:before { + content: "\F17B1"; +} +.mdi-arrow-u-left-bottom-bold:before { + content: "\F17B2"; +} +.mdi-arrow-u-left-top:before { + content: "\F17B3"; +} +.mdi-arrow-u-left-top-bold:before { + content: "\F17B4"; +} +.mdi-arrow-u-right-bottom:before { + content: "\F17B5"; +} +.mdi-arrow-u-right-bottom-bold:before { + content: "\F17B6"; +} +.mdi-arrow-u-right-top:before { + content: "\F17B7"; +} +.mdi-arrow-u-right-top-bold:before { + content: "\F17B8"; +} +.mdi-arrow-u-up-left:before { + content: "\F17B9"; +} +.mdi-arrow-u-up-left-bold:before { + content: "\F17BA"; +} +.mdi-arrow-u-up-right:before { + content: "\F17BB"; +} +.mdi-arrow-u-up-right-bold:before { + content: "\F17BC"; +} +.mdi-arrow-up:before { + content: "\F005D"; +} +.mdi-arrow-up-bold:before { + content: "\F0737"; +} +.mdi-arrow-up-bold-box:before { + content: "\F0738"; +} +.mdi-arrow-up-bold-box-outline:before { + content: "\F0739"; +} +.mdi-arrow-up-bold-circle:before { + content: "\F005F"; +} +.mdi-arrow-up-bold-circle-outline:before { + content: "\F0060"; +} +.mdi-arrow-up-bold-hexagon-outline:before { + content: "\F0061"; +} +.mdi-arrow-up-bold-outline:before { + content: "\F09C7"; +} +.mdi-arrow-up-box:before { + content: "\F06C3"; +} +.mdi-arrow-up-circle:before { + content: "\F0CE1"; +} +.mdi-arrow-up-circle-outline:before { + content: "\F0CE2"; +} +.mdi-arrow-up-down:before { + content: "\F0E79"; +} +.mdi-arrow-up-down-bold:before { + content: "\F0E7A"; +} +.mdi-arrow-up-down-bold-outline:before { + content: "\F09C8"; +} +.mdi-arrow-up-drop-circle:before { + content: "\F0062"; +} +.mdi-arrow-up-drop-circle-outline:before { + content: "\F0063"; +} +.mdi-arrow-up-left:before { + content: "\F17BD"; +} +.mdi-arrow-up-left-bold:before { + content: "\F17BE"; +} +.mdi-arrow-up-right:before { + content: "\F17BF"; +} +.mdi-arrow-up-right-bold:before { + content: "\F17C0"; +} +.mdi-arrow-up-thick:before { + content: "\F005E"; +} +.mdi-arrow-up-thin:before { + content: "\F19B2"; +} +.mdi-arrow-up-thin-circle-outline:before { + content: "\F1597"; +} +.mdi-arrow-vertical-lock:before { + content: "\F115C"; +} +.mdi-artboard:before { + content: "\F1B9A"; +} +.mdi-artstation:before { + content: "\F0B5B"; +} +.mdi-aspect-ratio:before { + content: "\F0A24"; +} +.mdi-assistant:before { + content: "\F0064"; +} +.mdi-asterisk:before { + content: "\F06C4"; +} +.mdi-asterisk-circle-outline:before { + content: "\F1A27"; +} +.mdi-at:before { + content: "\F0065"; +} +.mdi-atlassian:before { + content: "\F0804"; +} +.mdi-atm:before { + content: "\F0D47"; +} +.mdi-atom:before { + content: "\F0768"; +} +.mdi-atom-variant:before { + content: "\F0E7B"; +} +.mdi-attachment:before { + content: "\F0066"; +} +.mdi-attachment-check:before { + content: "\F1AC1"; +} +.mdi-attachment-lock:before { + content: "\F19C4"; +} +.mdi-attachment-minus:before { + content: "\F1AC2"; +} +.mdi-attachment-off:before { + content: "\F1AC3"; +} +.mdi-attachment-plus:before { + content: "\F1AC4"; +} +.mdi-attachment-remove:before { + content: "\F1AC5"; +} +.mdi-atv:before { + content: "\F1B70"; +} +.mdi-audio-input-rca:before { + content: "\F186B"; +} +.mdi-audio-input-stereo-minijack:before { + content: "\F186C"; +} +.mdi-audio-input-xlr:before { + content: "\F186D"; +} +.mdi-audio-video:before { + content: "\F093D"; +} +.mdi-audio-video-off:before { + content: "\F11B6"; +} +.mdi-augmented-reality:before { + content: "\F0850"; +} +.mdi-aurora:before { + content: "\F1BB9"; +} +.mdi-auto-download:before { + content: "\F137E"; +} +.mdi-auto-fix:before { + content: "\F0068"; +} +.mdi-auto-mode:before { + content: "\F1C20"; +} +.mdi-auto-upload:before { + content: "\F0069"; +} +.mdi-autorenew:before { + content: "\F006A"; +} +.mdi-autorenew-off:before { + content: "\F19E7"; +} +.mdi-av-timer:before { + content: "\F006B"; +} +.mdi-awning:before { + content: "\F1B87"; +} +.mdi-awning-outline:before { + content: "\F1B88"; +} +.mdi-aws:before { + content: "\F0E0F"; +} +.mdi-axe:before { + content: "\F08C8"; +} +.mdi-axe-battle:before { + content: "\F1842"; +} +.mdi-axis:before { + content: "\F0D48"; +} +.mdi-axis-arrow:before { + content: "\F0D49"; +} +.mdi-axis-arrow-info:before { + content: "\F140E"; +} +.mdi-axis-arrow-lock:before { + content: "\F0D4A"; +} +.mdi-axis-lock:before { + content: "\F0D4B"; +} +.mdi-axis-x-arrow:before { + content: "\F0D4C"; +} +.mdi-axis-x-arrow-lock:before { + content: "\F0D4D"; +} +.mdi-axis-x-rotate-clockwise:before { + content: "\F0D4E"; +} +.mdi-axis-x-rotate-counterclockwise:before { + content: "\F0D4F"; +} +.mdi-axis-x-y-arrow-lock:before { + content: "\F0D50"; +} +.mdi-axis-y-arrow:before { + content: "\F0D51"; +} +.mdi-axis-y-arrow-lock:before { + content: "\F0D52"; +} +.mdi-axis-y-rotate-clockwise:before { + content: "\F0D53"; +} +.mdi-axis-y-rotate-counterclockwise:before { + content: "\F0D54"; +} +.mdi-axis-z-arrow:before { + content: "\F0D55"; +} +.mdi-axis-z-arrow-lock:before { + content: "\F0D56"; +} +.mdi-axis-z-rotate-clockwise:before { + content: "\F0D57"; +} +.mdi-axis-z-rotate-counterclockwise:before { + content: "\F0D58"; +} +.mdi-babel:before { + content: "\F0A25"; +} +.mdi-baby:before { + content: "\F006C"; +} +.mdi-baby-bottle:before { + content: "\F0F39"; +} +.mdi-baby-bottle-outline:before { + content: "\F0F3A"; +} +.mdi-baby-buggy:before { + content: "\F13E0"; +} +.mdi-baby-buggy-off:before { + content: "\F1AF3"; +} +.mdi-baby-carriage:before { + content: "\F068F"; +} +.mdi-baby-carriage-off:before { + content: "\F0FA0"; +} +.mdi-baby-face:before { + content: "\F0E7C"; +} +.mdi-baby-face-outline:before { + content: "\F0E7D"; +} +.mdi-backburger:before { + content: "\F006D"; +} +.mdi-backspace:before { + content: "\F006E"; +} +.mdi-backspace-outline:before { + content: "\F0B5C"; +} +.mdi-backspace-reverse:before { + content: "\F0E7E"; +} +.mdi-backspace-reverse-outline:before { + content: "\F0E7F"; +} +.mdi-backup-restore:before { + content: "\F006F"; +} +.mdi-bacteria:before { + content: "\F0ED5"; +} +.mdi-bacteria-outline:before { + content: "\F0ED6"; +} +.mdi-badge-account:before { + content: "\F0DA7"; +} +.mdi-badge-account-alert:before { + content: "\F0DA8"; +} +.mdi-badge-account-alert-outline:before { + content: "\F0DA9"; +} +.mdi-badge-account-horizontal:before { + content: "\F0E0D"; +} +.mdi-badge-account-horizontal-outline:before { + content: "\F0E0E"; +} +.mdi-badge-account-outline:before { + content: "\F0DAA"; +} +.mdi-badminton:before { + content: "\F0851"; +} +.mdi-bag-carry-on:before { + content: "\F0F3B"; +} +.mdi-bag-carry-on-check:before { + content: "\F0D65"; +} +.mdi-bag-carry-on-off:before { + content: "\F0F3C"; +} +.mdi-bag-checked:before { + content: "\F0F3D"; +} +.mdi-bag-personal:before { + content: "\F0E10"; +} +.mdi-bag-personal-off:before { + content: "\F0E11"; +} +.mdi-bag-personal-off-outline:before { + content: "\F0E12"; +} +.mdi-bag-personal-outline:before { + content: "\F0E13"; +} +.mdi-bag-personal-plus:before { + content: "\F1CA4"; +} +.mdi-bag-personal-plus-outline:before { + content: "\F1CA5"; +} +.mdi-bag-personal-tag:before { + content: "\F1B0C"; +} +.mdi-bag-personal-tag-outline:before { + content: "\F1B0D"; +} +.mdi-bag-suitcase:before { + content: "\F158B"; +} +.mdi-bag-suitcase-off:before { + content: "\F158D"; +} +.mdi-bag-suitcase-off-outline:before { + content: "\F158E"; +} +.mdi-bag-suitcase-outline:before { + content: "\F158C"; +} +.mdi-baguette:before { + content: "\F0F3E"; +} +.mdi-balcony:before { + content: "\F1817"; +} +.mdi-balloon:before { + content: "\F0A26"; +} +.mdi-ballot:before { + content: "\F09C9"; +} +.mdi-ballot-outline:before { + content: "\F09CA"; +} +.mdi-ballot-recount:before { + content: "\F0C39"; +} +.mdi-ballot-recount-outline:before { + content: "\F0C3A"; +} +.mdi-bandage:before { + content: "\F0DAF"; +} +.mdi-bank:before { + content: "\F0070"; +} +.mdi-bank-check:before { + content: "\F1655"; +} +.mdi-bank-circle:before { + content: "\F1C03"; +} +.mdi-bank-circle-outline:before { + content: "\F1C04"; +} +.mdi-bank-minus:before { + content: "\F0DB0"; +} +.mdi-bank-off:before { + content: "\F1656"; +} +.mdi-bank-off-outline:before { + content: "\F1657"; +} +.mdi-bank-outline:before { + content: "\F0E80"; +} +.mdi-bank-plus:before { + content: "\F0DB1"; +} +.mdi-bank-remove:before { + content: "\F0DB2"; +} +.mdi-bank-transfer:before { + content: "\F0A27"; +} +.mdi-bank-transfer-in:before { + content: "\F0A28"; +} +.mdi-bank-transfer-out:before { + content: "\F0A29"; +} +.mdi-barcode:before { + content: "\F0071"; +} +.mdi-barcode-off:before { + content: "\F1236"; +} +.mdi-barcode-scan:before { + content: "\F0072"; +} +.mdi-barley:before { + content: "\F0073"; +} +.mdi-barley-off:before { + content: "\F0B5D"; +} +.mdi-barn:before { + content: "\F0B5E"; +} +.mdi-barrel:before { + content: "\F0074"; +} +.mdi-barrel-outline:before { + content: "\F1A28"; +} +.mdi-baseball:before { + content: "\F0852"; +} +.mdi-baseball-bat:before { + content: "\F0853"; +} +.mdi-baseball-diamond:before { + content: "\F15EC"; +} +.mdi-baseball-diamond-outline:before { + content: "\F15ED"; +} +.mdi-baseball-outline:before { + content: "\F1C5A"; +} +.mdi-bash:before { + content: "\F1183"; +} +.mdi-basket:before { + content: "\F0076"; +} +.mdi-basket-check:before { + content: "\F18E5"; +} +.mdi-basket-check-outline:before { + content: "\F18E6"; +} +.mdi-basket-fill:before { + content: "\F0077"; +} +.mdi-basket-minus:before { + content: "\F1523"; +} +.mdi-basket-minus-outline:before { + content: "\F1524"; +} +.mdi-basket-off:before { + content: "\F1525"; +} +.mdi-basket-off-outline:before { + content: "\F1526"; +} +.mdi-basket-outline:before { + content: "\F1181"; +} +.mdi-basket-plus:before { + content: "\F1527"; +} +.mdi-basket-plus-outline:before { + content: "\F1528"; +} +.mdi-basket-remove:before { + content: "\F1529"; +} +.mdi-basket-remove-outline:before { + content: "\F152A"; +} +.mdi-basket-unfill:before { + content: "\F0078"; +} +.mdi-basketball:before { + content: "\F0806"; +} +.mdi-basketball-hoop:before { + content: "\F0C3B"; +} +.mdi-basketball-hoop-outline:before { + content: "\F0C3C"; +} +.mdi-bat:before { + content: "\F0B5F"; +} +.mdi-bathtub:before { + content: "\F1818"; +} +.mdi-bathtub-outline:before { + content: "\F1819"; +} +.mdi-battery:before { + content: "\F0079"; +} +.mdi-battery-10:before { + content: "\F007A"; +} +.mdi-battery-10-bluetooth:before { + content: "\F093E"; +} +.mdi-battery-20:before { + content: "\F007B"; +} +.mdi-battery-20-bluetooth:before { + content: "\F093F"; +} +.mdi-battery-30:before { + content: "\F007C"; +} +.mdi-battery-30-bluetooth:before { + content: "\F0940"; +} +.mdi-battery-40:before { + content: "\F007D"; +} +.mdi-battery-40-bluetooth:before { + content: "\F0941"; +} +.mdi-battery-50:before { + content: "\F007E"; +} +.mdi-battery-50-bluetooth:before { + content: "\F0942"; +} +.mdi-battery-60:before { + content: "\F007F"; +} +.mdi-battery-60-bluetooth:before { + content: "\F0943"; +} +.mdi-battery-70:before { + content: "\F0080"; +} +.mdi-battery-70-bluetooth:before { + content: "\F0944"; +} +.mdi-battery-80:before { + content: "\F0081"; +} +.mdi-battery-80-bluetooth:before { + content: "\F0945"; +} +.mdi-battery-90:before { + content: "\F0082"; +} +.mdi-battery-90-bluetooth:before { + content: "\F0946"; +} +.mdi-battery-alert:before { + content: "\F0083"; +} +.mdi-battery-alert-bluetooth:before { + content: "\F0947"; +} +.mdi-battery-alert-variant:before { + content: "\F10CC"; +} +.mdi-battery-alert-variant-outline:before { + content: "\F10CD"; +} +.mdi-battery-arrow-down:before { + content: "\F17DE"; +} +.mdi-battery-arrow-down-outline:before { + content: "\F17DF"; +} +.mdi-battery-arrow-up:before { + content: "\F17E0"; +} +.mdi-battery-arrow-up-outline:before { + content: "\F17E1"; +} +.mdi-battery-bluetooth:before { + content: "\F0948"; +} +.mdi-battery-bluetooth-variant:before { + content: "\F0949"; +} +.mdi-battery-charging:before { + content: "\F0084"; +} +.mdi-battery-charging-10:before { + content: "\F089C"; +} +.mdi-battery-charging-100:before { + content: "\F0085"; +} +.mdi-battery-charging-20:before { + content: "\F0086"; +} +.mdi-battery-charging-30:before { + content: "\F0087"; +} +.mdi-battery-charging-40:before { + content: "\F0088"; +} +.mdi-battery-charging-50:before { + content: "\F089D"; +} +.mdi-battery-charging-60:before { + content: "\F0089"; +} +.mdi-battery-charging-70:before { + content: "\F089E"; +} +.mdi-battery-charging-80:before { + content: "\F008A"; +} +.mdi-battery-charging-90:before { + content: "\F008B"; +} +.mdi-battery-charging-high:before { + content: "\F12A6"; +} +.mdi-battery-charging-low:before { + content: "\F12A4"; +} +.mdi-battery-charging-medium:before { + content: "\F12A5"; +} +.mdi-battery-charging-outline:before { + content: "\F089F"; +} +.mdi-battery-charging-wireless:before { + content: "\F0807"; +} +.mdi-battery-charging-wireless-10:before { + content: "\F0808"; +} +.mdi-battery-charging-wireless-20:before { + content: "\F0809"; +} +.mdi-battery-charging-wireless-30:before { + content: "\F080A"; +} +.mdi-battery-charging-wireless-40:before { + content: "\F080B"; +} +.mdi-battery-charging-wireless-50:before { + content: "\F080C"; +} +.mdi-battery-charging-wireless-60:before { + content: "\F080D"; +} +.mdi-battery-charging-wireless-70:before { + content: "\F080E"; +} +.mdi-battery-charging-wireless-80:before { + content: "\F080F"; +} +.mdi-battery-charging-wireless-90:before { + content: "\F0810"; +} +.mdi-battery-charging-wireless-alert:before { + content: "\F0811"; +} +.mdi-battery-charging-wireless-outline:before { + content: "\F0812"; +} +.mdi-battery-check:before { + content: "\F17E2"; +} +.mdi-battery-check-outline:before { + content: "\F17E3"; +} +.mdi-battery-clock:before { + content: "\F19E5"; +} +.mdi-battery-clock-outline:before { + content: "\F19E6"; +} +.mdi-battery-heart:before { + content: "\F120F"; +} +.mdi-battery-heart-outline:before { + content: "\F1210"; +} +.mdi-battery-heart-variant:before { + content: "\F1211"; +} +.mdi-battery-high:before { + content: "\F12A3"; +} +.mdi-battery-lock:before { + content: "\F179C"; +} +.mdi-battery-lock-open:before { + content: "\F179D"; +} +.mdi-battery-low:before { + content: "\F12A1"; +} +.mdi-battery-medium:before { + content: "\F12A2"; +} +.mdi-battery-minus:before { + content: "\F17E4"; +} +.mdi-battery-minus-outline:before { + content: "\F17E5"; +} +.mdi-battery-minus-variant:before { + content: "\F008C"; +} +.mdi-battery-negative:before { + content: "\F008D"; +} +.mdi-battery-off:before { + content: "\F125D"; +} +.mdi-battery-off-outline:before { + content: "\F125E"; +} +.mdi-battery-outline:before { + content: "\F008E"; +} +.mdi-battery-plus:before { + content: "\F17E6"; +} +.mdi-battery-plus-outline:before { + content: "\F17E7"; +} +.mdi-battery-plus-variant:before { + content: "\F008F"; +} +.mdi-battery-positive:before { + content: "\F0090"; +} +.mdi-battery-remove:before { + content: "\F17E8"; +} +.mdi-battery-remove-outline:before { + content: "\F17E9"; +} +.mdi-battery-sync:before { + content: "\F1834"; +} +.mdi-battery-sync-outline:before { + content: "\F1835"; +} +.mdi-battery-unknown:before { + content: "\F0091"; +} +.mdi-battery-unknown-bluetooth:before { + content: "\F094A"; +} +.mdi-beach:before { + content: "\F0092"; +} +.mdi-beaker:before { + content: "\F0CEA"; +} +.mdi-beaker-alert:before { + content: "\F1229"; +} +.mdi-beaker-alert-outline:before { + content: "\F122A"; +} +.mdi-beaker-check:before { + content: "\F122B"; +} +.mdi-beaker-check-outline:before { + content: "\F122C"; +} +.mdi-beaker-minus:before { + content: "\F122D"; +} +.mdi-beaker-minus-outline:before { + content: "\F122E"; +} +.mdi-beaker-outline:before { + content: "\F0690"; +} +.mdi-beaker-plus:before { + content: "\F122F"; +} +.mdi-beaker-plus-outline:before { + content: "\F1230"; +} +.mdi-beaker-question:before { + content: "\F1231"; +} +.mdi-beaker-question-outline:before { + content: "\F1232"; +} +.mdi-beaker-remove:before { + content: "\F1233"; +} +.mdi-beaker-remove-outline:before { + content: "\F1234"; +} +.mdi-bed:before { + content: "\F02E3"; +} +.mdi-bed-clock:before { + content: "\F1B94"; +} +.mdi-bed-double:before { + content: "\F0FD4"; +} +.mdi-bed-double-outline:before { + content: "\F0FD3"; +} +.mdi-bed-empty:before { + content: "\F08A0"; +} +.mdi-bed-king:before { + content: "\F0FD2"; +} +.mdi-bed-king-outline:before { + content: "\F0FD1"; +} +.mdi-bed-outline:before { + content: "\F0099"; +} +.mdi-bed-queen:before { + content: "\F0FD0"; +} +.mdi-bed-queen-outline:before { + content: "\F0FDB"; +} +.mdi-bed-single:before { + content: "\F106D"; +} +.mdi-bed-single-outline:before { + content: "\F106E"; +} +.mdi-bee:before { + content: "\F0FA1"; +} +.mdi-bee-flower:before { + content: "\F0FA2"; +} +.mdi-beehive-off-outline:before { + content: "\F13ED"; +} +.mdi-beehive-outline:before { + content: "\F10CE"; +} +.mdi-beekeeper:before { + content: "\F14E2"; +} +.mdi-beer:before { + content: "\F0098"; +} +.mdi-beer-outline:before { + content: "\F130C"; +} +.mdi-bell:before { + content: "\F009A"; +} +.mdi-bell-alert:before { + content: "\F0D59"; +} +.mdi-bell-alert-outline:before { + content: "\F0E81"; +} +.mdi-bell-badge:before { + content: "\F116B"; +} +.mdi-bell-badge-outline:before { + content: "\F0178"; +} +.mdi-bell-cancel:before { + content: "\F13E7"; +} +.mdi-bell-cancel-outline:before { + content: "\F13E8"; +} +.mdi-bell-check:before { + content: "\F11E5"; +} +.mdi-bell-check-outline:before { + content: "\F11E6"; +} +.mdi-bell-circle:before { + content: "\F0D5A"; +} +.mdi-bell-circle-outline:before { + content: "\F0D5B"; +} +.mdi-bell-cog:before { + content: "\F1A29"; +} +.mdi-bell-cog-outline:before { + content: "\F1A2A"; +} +.mdi-bell-minus:before { + content: "\F13E9"; +} +.mdi-bell-minus-outline:before { + content: "\F13EA"; +} +.mdi-bell-off:before { + content: "\F009B"; +} +.mdi-bell-off-outline:before { + content: "\F0A91"; +} +.mdi-bell-outline:before { + content: "\F009C"; +} +.mdi-bell-plus:before { + content: "\F009D"; +} +.mdi-bell-plus-outline:before { + content: "\F0A92"; +} +.mdi-bell-remove:before { + content: "\F13EB"; +} +.mdi-bell-remove-outline:before { + content: "\F13EC"; +} +.mdi-bell-ring:before { + content: "\F009E"; +} +.mdi-bell-ring-outline:before { + content: "\F009F"; +} +.mdi-bell-sleep:before { + content: "\F00A0"; +} +.mdi-bell-sleep-outline:before { + content: "\F0A93"; +} +.mdi-bench:before { + content: "\F1C21"; +} +.mdi-bench-back:before { + content: "\F1C22"; +} +.mdi-beta:before { + content: "\F00A1"; +} +.mdi-betamax:before { + content: "\F09CB"; +} +.mdi-biathlon:before { + content: "\F0E14"; +} +.mdi-bicycle:before { + content: "\F109C"; +} +.mdi-bicycle-basket:before { + content: "\F1235"; +} +.mdi-bicycle-cargo:before { + content: "\F189C"; +} +.mdi-bicycle-electric:before { + content: "\F15B4"; +} +.mdi-bicycle-penny-farthing:before { + content: "\F15E9"; +} +.mdi-bike:before { + content: "\F00A3"; +} +.mdi-bike-fast:before { + content: "\F111F"; +} +.mdi-bike-pedal:before { + content: "\F1C23"; +} +.mdi-bike-pedal-clipless:before { + content: "\F1C24"; +} +.mdi-bike-pedal-mountain:before { + content: "\F1C25"; +} +.mdi-billboard:before { + content: "\F1010"; +} +.mdi-billiards:before { + content: "\F0B61"; +} +.mdi-billiards-rack:before { + content: "\F0B62"; +} +.mdi-binoculars:before { + content: "\F00A5"; +} +.mdi-bio:before { + content: "\F00A6"; +} +.mdi-biohazard:before { + content: "\F00A7"; +} +.mdi-bird:before { + content: "\F15C6"; +} +.mdi-bitbucket:before { + content: "\F00A8"; +} +.mdi-bitcoin:before { + content: "\F0813"; +} +.mdi-black-mesa:before { + content: "\F00A9"; +} +.mdi-blender:before { + content: "\F0CEB"; +} +.mdi-blender-outline:before { + content: "\F181A"; +} +.mdi-blender-software:before { + content: "\F00AB"; +} +.mdi-blinds:before { + content: "\F00AC"; +} +.mdi-blinds-horizontal:before { + content: "\F1A2B"; +} +.mdi-blinds-horizontal-closed:before { + content: "\F1A2C"; +} +.mdi-blinds-open:before { + content: "\F1011"; +} +.mdi-blinds-vertical:before { + content: "\F1A2D"; +} +.mdi-blinds-vertical-closed:before { + content: "\F1A2E"; +} +.mdi-block-helper:before { + content: "\F00AD"; +} +.mdi-blood-bag:before { + content: "\F0CEC"; +} +.mdi-bluetooth:before { + content: "\F00AF"; +} +.mdi-bluetooth-audio:before { + content: "\F00B0"; +} +.mdi-bluetooth-connect:before { + content: "\F00B1"; +} +.mdi-bluetooth-off:before { + content: "\F00B2"; +} +.mdi-bluetooth-settings:before { + content: "\F00B3"; +} +.mdi-bluetooth-transfer:before { + content: "\F00B4"; +} +.mdi-blur:before { + content: "\F00B5"; +} +.mdi-blur-linear:before { + content: "\F00B6"; +} +.mdi-blur-off:before { + content: "\F00B7"; +} +.mdi-blur-radial:before { + content: "\F00B8"; +} +.mdi-bolt:before { + content: "\F0DB3"; +} +.mdi-bomb:before { + content: "\F0691"; +} +.mdi-bomb-off:before { + content: "\F06C5"; +} +.mdi-bone:before { + content: "\F00B9"; +} +.mdi-bone-off:before { + content: "\F19E0"; +} +.mdi-book:before { + content: "\F00BA"; +} +.mdi-book-account:before { + content: "\F13AD"; +} +.mdi-book-account-outline:before { + content: "\F13AE"; +} +.mdi-book-alert:before { + content: "\F167C"; +} +.mdi-book-alert-outline:before { + content: "\F167D"; +} +.mdi-book-alphabet:before { + content: "\F061D"; +} +.mdi-book-arrow-down:before { + content: "\F167E"; +} +.mdi-book-arrow-down-outline:before { + content: "\F167F"; +} +.mdi-book-arrow-left:before { + content: "\F1680"; +} +.mdi-book-arrow-left-outline:before { + content: "\F1681"; +} +.mdi-book-arrow-right:before { + content: "\F1682"; +} +.mdi-book-arrow-right-outline:before { + content: "\F1683"; +} +.mdi-book-arrow-up:before { + content: "\F1684"; +} +.mdi-book-arrow-up-outline:before { + content: "\F1685"; +} +.mdi-book-cancel:before { + content: "\F1686"; +} +.mdi-book-cancel-outline:before { + content: "\F1687"; +} +.mdi-book-check:before { + content: "\F14F3"; +} +.mdi-book-check-outline:before { + content: "\F14F4"; +} +.mdi-book-clock:before { + content: "\F1688"; +} +.mdi-book-clock-outline:before { + content: "\F1689"; +} +.mdi-book-cog:before { + content: "\F168A"; +} +.mdi-book-cog-outline:before { + content: "\F168B"; +} +.mdi-book-cross:before { + content: "\F00A2"; +} +.mdi-book-edit:before { + content: "\F168C"; +} +.mdi-book-edit-outline:before { + content: "\F168D"; +} +.mdi-book-education:before { + content: "\F16C9"; +} +.mdi-book-education-outline:before { + content: "\F16CA"; +} +.mdi-book-heart:before { + content: "\F1A1D"; +} +.mdi-book-heart-outline:before { + content: "\F1A1E"; +} +.mdi-book-information-variant:before { + content: "\F106F"; +} +.mdi-book-lock:before { + content: "\F079A"; +} +.mdi-book-lock-open:before { + content: "\F079B"; +} +.mdi-book-lock-open-outline:before { + content: "\F168E"; +} +.mdi-book-lock-outline:before { + content: "\F168F"; +} +.mdi-book-marker:before { + content: "\F1690"; +} +.mdi-book-marker-outline:before { + content: "\F1691"; +} +.mdi-book-minus:before { + content: "\F05D9"; +} +.mdi-book-minus-multiple:before { + content: "\F0A94"; +} +.mdi-book-minus-multiple-outline:before { + content: "\F090B"; +} +.mdi-book-minus-outline:before { + content: "\F1692"; +} +.mdi-book-multiple:before { + content: "\F00BB"; +} +.mdi-book-multiple-outline:before { + content: "\F0436"; +} +.mdi-book-music:before { + content: "\F0067"; +} +.mdi-book-music-outline:before { + content: "\F1693"; +} +.mdi-book-off:before { + content: "\F1694"; +} +.mdi-book-off-outline:before { + content: "\F1695"; +} +.mdi-book-open:before { + content: "\F00BD"; +} +.mdi-book-open-blank-variant:before { + content: "\F00BE"; +} +.mdi-book-open-blank-variant-outline:before { + content: "\F1CCB"; +} +.mdi-book-open-outline:before { + content: "\F0B63"; +} +.mdi-book-open-page-variant:before { + content: "\F05DA"; +} +.mdi-book-open-page-variant-outline:before { + content: "\F15D6"; +} +.mdi-book-open-variant:before { + content: "\F14F7"; +} +.mdi-book-open-variant-outline:before { + content: "\F1CCC"; +} +.mdi-book-outline:before { + content: "\F0B64"; +} +.mdi-book-play:before { + content: "\F0E82"; +} +.mdi-book-play-outline:before { + content: "\F0E83"; +} +.mdi-book-plus:before { + content: "\F05DB"; +} +.mdi-book-plus-multiple:before { + content: "\F0A95"; +} +.mdi-book-plus-multiple-outline:before { + content: "\F0ADE"; +} +.mdi-book-plus-outline:before { + content: "\F1696"; +} +.mdi-book-refresh:before { + content: "\F1697"; +} +.mdi-book-refresh-outline:before { + content: "\F1698"; +} +.mdi-book-remove:before { + content: "\F0A97"; +} +.mdi-book-remove-multiple:before { + content: "\F0A96"; +} +.mdi-book-remove-multiple-outline:before { + content: "\F04CA"; +} +.mdi-book-remove-outline:before { + content: "\F1699"; +} +.mdi-book-search:before { + content: "\F0E84"; +} +.mdi-book-search-outline:before { + content: "\F0E85"; +} +.mdi-book-settings:before { + content: "\F169A"; +} +.mdi-book-settings-outline:before { + content: "\F169B"; +} +.mdi-book-sync:before { + content: "\F169C"; +} +.mdi-book-sync-outline:before { + content: "\F16C8"; +} +.mdi-book-variant:before { + content: "\F00BF"; +} +.mdi-bookmark:before { + content: "\F00C0"; +} +.mdi-bookmark-box:before { + content: "\F1B75"; +} +.mdi-bookmark-box-multiple:before { + content: "\F196C"; +} +.mdi-bookmark-box-multiple-outline:before { + content: "\F196D"; +} +.mdi-bookmark-box-outline:before { + content: "\F1B76"; +} +.mdi-bookmark-check:before { + content: "\F00C1"; +} +.mdi-bookmark-check-outline:before { + content: "\F137B"; +} +.mdi-bookmark-minus:before { + content: "\F09CC"; +} +.mdi-bookmark-minus-outline:before { + content: "\F09CD"; +} +.mdi-bookmark-multiple:before { + content: "\F0E15"; +} +.mdi-bookmark-multiple-outline:before { + content: "\F0E16"; +} +.mdi-bookmark-music:before { + content: "\F00C2"; +} +.mdi-bookmark-music-outline:before { + content: "\F1379"; +} +.mdi-bookmark-off:before { + content: "\F09CE"; +} +.mdi-bookmark-off-outline:before { + content: "\F09CF"; +} +.mdi-bookmark-outline:before { + content: "\F00C3"; +} +.mdi-bookmark-plus:before { + content: "\F00C5"; +} +.mdi-bookmark-plus-outline:before { + content: "\F00C4"; +} +.mdi-bookmark-remove:before { + content: "\F00C6"; +} +.mdi-bookmark-remove-outline:before { + content: "\F137A"; +} +.mdi-bookshelf:before { + content: "\F125F"; +} +.mdi-boom-gate:before { + content: "\F0E86"; +} +.mdi-boom-gate-alert:before { + content: "\F0E87"; +} +.mdi-boom-gate-alert-outline:before { + content: "\F0E88"; +} +.mdi-boom-gate-arrow-down:before { + content: "\F0E89"; +} +.mdi-boom-gate-arrow-down-outline:before { + content: "\F0E8A"; +} +.mdi-boom-gate-arrow-up:before { + content: "\F0E8C"; +} +.mdi-boom-gate-arrow-up-outline:before { + content: "\F0E8D"; +} +.mdi-boom-gate-outline:before { + content: "\F0E8B"; +} +.mdi-boom-gate-up:before { + content: "\F17F9"; +} +.mdi-boom-gate-up-outline:before { + content: "\F17FA"; +} +.mdi-boombox:before { + content: "\F05DC"; +} +.mdi-boomerang:before { + content: "\F10CF"; +} +.mdi-bootstrap:before { + content: "\F06C6"; +} +.mdi-border-all:before { + content: "\F00C7"; +} +.mdi-border-all-variant:before { + content: "\F08A1"; +} +.mdi-border-bottom:before { + content: "\F00C8"; +} +.mdi-border-bottom-variant:before { + content: "\F08A2"; +} +.mdi-border-color:before { + content: "\F00C9"; +} +.mdi-border-horizontal:before { + content: "\F00CA"; +} +.mdi-border-inside:before { + content: "\F00CB"; +} +.mdi-border-left:before { + content: "\F00CC"; +} +.mdi-border-left-variant:before { + content: "\F08A3"; +} +.mdi-border-none:before { + content: "\F00CD"; +} +.mdi-border-none-variant:before { + content: "\F08A4"; +} +.mdi-border-outside:before { + content: "\F00CE"; +} +.mdi-border-radius:before { + content: "\F1AF4"; +} +.mdi-border-right:before { + content: "\F00CF"; +} +.mdi-border-right-variant:before { + content: "\F08A5"; +} +.mdi-border-style:before { + content: "\F00D0"; +} +.mdi-border-top:before { + content: "\F00D1"; +} +.mdi-border-top-variant:before { + content: "\F08A6"; +} +.mdi-border-vertical:before { + content: "\F00D2"; +} +.mdi-bottle-soda:before { + content: "\F1070"; +} +.mdi-bottle-soda-classic:before { + content: "\F1071"; +} +.mdi-bottle-soda-classic-outline:before { + content: "\F1363"; +} +.mdi-bottle-soda-outline:before { + content: "\F1072"; +} +.mdi-bottle-tonic:before { + content: "\F112E"; +} +.mdi-bottle-tonic-outline:before { + content: "\F112F"; +} +.mdi-bottle-tonic-plus:before { + content: "\F1130"; +} +.mdi-bottle-tonic-plus-outline:before { + content: "\F1131"; +} +.mdi-bottle-tonic-skull:before { + content: "\F1132"; +} +.mdi-bottle-tonic-skull-outline:before { + content: "\F1133"; +} +.mdi-bottle-wine:before { + content: "\F0854"; +} +.mdi-bottle-wine-outline:before { + content: "\F1310"; +} +.mdi-bow-arrow:before { + content: "\F1841"; +} +.mdi-bow-tie:before { + content: "\F0678"; +} +.mdi-bowl:before { + content: "\F028E"; +} +.mdi-bowl-mix:before { + content: "\F0617"; +} +.mdi-bowl-mix-outline:before { + content: "\F02E4"; +} +.mdi-bowl-outline:before { + content: "\F02A9"; +} +.mdi-bowling:before { + content: "\F00D3"; +} +.mdi-box:before { + content: "\F00D4"; +} +.mdi-box-cutter:before { + content: "\F00D5"; +} +.mdi-box-cutter-off:before { + content: "\F0B4A"; +} +.mdi-box-shadow:before { + content: "\F0637"; +} +.mdi-boxing-glove:before { + content: "\F0B65"; +} +.mdi-braille:before { + content: "\F09D0"; +} +.mdi-brain:before { + content: "\F09D1"; +} +.mdi-bread-slice:before { + content: "\F0CEE"; +} +.mdi-bread-slice-outline:before { + content: "\F0CEF"; +} +.mdi-bridge:before { + content: "\F0618"; +} +.mdi-briefcase:before { + content: "\F00D6"; +} +.mdi-briefcase-account:before { + content: "\F0CF0"; +} +.mdi-briefcase-account-outline:before { + content: "\F0CF1"; +} +.mdi-briefcase-arrow-left-right:before { + content: "\F1A8D"; +} +.mdi-briefcase-arrow-left-right-outline:before { + content: "\F1A8E"; +} +.mdi-briefcase-arrow-up-down:before { + content: "\F1A8F"; +} +.mdi-briefcase-arrow-up-down-outline:before { + content: "\F1A90"; +} +.mdi-briefcase-check:before { + content: "\F00D7"; +} +.mdi-briefcase-check-outline:before { + content: "\F131E"; +} +.mdi-briefcase-clock:before { + content: "\F10D0"; +} +.mdi-briefcase-clock-outline:before { + content: "\F10D1"; +} +.mdi-briefcase-download:before { + content: "\F00D8"; +} +.mdi-briefcase-download-outline:before { + content: "\F0C3D"; +} +.mdi-briefcase-edit:before { + content: "\F0A98"; +} +.mdi-briefcase-edit-outline:before { + content: "\F0C3E"; +} +.mdi-briefcase-eye:before { + content: "\F17D9"; +} +.mdi-briefcase-eye-outline:before { + content: "\F17DA"; +} +.mdi-briefcase-minus:before { + content: "\F0A2A"; +} +.mdi-briefcase-minus-outline:before { + content: "\F0C3F"; +} +.mdi-briefcase-off:before { + content: "\F1658"; +} +.mdi-briefcase-off-outline:before { + content: "\F1659"; +} +.mdi-briefcase-outline:before { + content: "\F0814"; +} +.mdi-briefcase-plus:before { + content: "\F0A2B"; +} +.mdi-briefcase-plus-outline:before { + content: "\F0C40"; +} +.mdi-briefcase-remove:before { + content: "\F0A2C"; +} +.mdi-briefcase-remove-outline:before { + content: "\F0C41"; +} +.mdi-briefcase-search:before { + content: "\F0A2D"; +} +.mdi-briefcase-search-outline:before { + content: "\F0C42"; +} +.mdi-briefcase-upload:before { + content: "\F00D9"; +} +.mdi-briefcase-upload-outline:before { + content: "\F0C43"; +} +.mdi-briefcase-variant:before { + content: "\F1494"; +} +.mdi-briefcase-variant-off:before { + content: "\F165A"; +} +.mdi-briefcase-variant-off-outline:before { + content: "\F165B"; +} +.mdi-briefcase-variant-outline:before { + content: "\F1495"; +} +.mdi-brightness-1:before { + content: "\F00DA"; +} +.mdi-brightness-2:before { + content: "\F00DB"; +} +.mdi-brightness-3:before { + content: "\F00DC"; +} +.mdi-brightness-4:before { + content: "\F00DD"; +} +.mdi-brightness-5:before { + content: "\F00DE"; +} +.mdi-brightness-6:before { + content: "\F00DF"; +} +.mdi-brightness-7:before { + content: "\F00E0"; +} +.mdi-brightness-auto:before { + content: "\F00E1"; +} +.mdi-brightness-percent:before { + content: "\F0CF2"; +} +.mdi-broadcast:before { + content: "\F1720"; +} +.mdi-broadcast-off:before { + content: "\F1721"; +} +.mdi-broom:before { + content: "\F00E2"; +} +.mdi-brush:before { + content: "\F00E3"; +} +.mdi-brush-off:before { + content: "\F1771"; +} +.mdi-brush-outline:before { + content: "\F1A0D"; +} +.mdi-brush-variant:before { + content: "\F1813"; +} +.mdi-bucket:before { + content: "\F1415"; +} +.mdi-bucket-outline:before { + content: "\F1416"; +} +.mdi-buffet:before { + content: "\F0578"; +} +.mdi-bug:before { + content: "\F00E4"; +} +.mdi-bug-check:before { + content: "\F0A2E"; +} +.mdi-bug-check-outline:before { + content: "\F0A2F"; +} +.mdi-bug-outline:before { + content: "\F0A30"; +} +.mdi-bug-pause:before { + content: "\F1AF5"; +} +.mdi-bug-pause-outline:before { + content: "\F1AF6"; +} +.mdi-bug-play:before { + content: "\F1AF7"; +} +.mdi-bug-play-outline:before { + content: "\F1AF8"; +} +.mdi-bug-stop:before { + content: "\F1AF9"; +} +.mdi-bug-stop-outline:before { + content: "\F1AFA"; +} +.mdi-bugle:before { + content: "\F0DB4"; +} +.mdi-bulkhead-light:before { + content: "\F1A2F"; +} +.mdi-bulldozer:before { + content: "\F0B22"; +} +.mdi-bullet:before { + content: "\F0CF3"; +} +.mdi-bulletin-board:before { + content: "\F00E5"; +} +.mdi-bullhorn:before { + content: "\F00E6"; +} +.mdi-bullhorn-outline:before { + content: "\F0B23"; +} +.mdi-bullhorn-variant:before { + content: "\F196E"; +} +.mdi-bullhorn-variant-outline:before { + content: "\F196F"; +} +.mdi-bullseye:before { + content: "\F05DD"; +} +.mdi-bullseye-arrow:before { + content: "\F08C9"; +} +.mdi-bulma:before { + content: "\F12E7"; +} +.mdi-bunk-bed:before { + content: "\F1302"; +} +.mdi-bunk-bed-outline:before { + content: "\F0097"; +} +.mdi-bus:before { + content: "\F00E7"; +} +.mdi-bus-alert:before { + content: "\F0A99"; +} +.mdi-bus-articulated-end:before { + content: "\F079C"; +} +.mdi-bus-articulated-front:before { + content: "\F079D"; +} +.mdi-bus-clock:before { + content: "\F08CA"; +} +.mdi-bus-double-decker:before { + content: "\F079E"; +} +.mdi-bus-electric:before { + content: "\F191D"; +} +.mdi-bus-marker:before { + content: "\F1212"; +} +.mdi-bus-multiple:before { + content: "\F0F3F"; +} +.mdi-bus-school:before { + content: "\F079F"; +} +.mdi-bus-side:before { + content: "\F07A0"; +} +.mdi-bus-sign:before { + content: "\F1CC1"; +} +.mdi-bus-stop:before { + content: "\F1012"; +} +.mdi-bus-stop-covered:before { + content: "\F1013"; +} +.mdi-bus-stop-uncovered:before { + content: "\F1014"; +} +.mdi-bus-wrench:before { + content: "\F1CC2"; +} +.mdi-butterfly:before { + content: "\F1589"; +} +.mdi-butterfly-outline:before { + content: "\F158A"; +} +.mdi-button-cursor:before { + content: "\F1B4F"; +} +.mdi-button-pointer:before { + content: "\F1B50"; +} +.mdi-cabin-a-frame:before { + content: "\F188C"; +} +.mdi-cable-data:before { + content: "\F1394"; +} +.mdi-cached:before { + content: "\F00E8"; +} +.mdi-cactus:before { + content: "\F0DB5"; +} +.mdi-cake:before { + content: "\F00E9"; +} +.mdi-cake-layered:before { + content: "\F00EA"; +} +.mdi-cake-variant:before { + content: "\F00EB"; +} +.mdi-cake-variant-outline:before { + content: "\F17F0"; +} +.mdi-calculator:before { + content: "\F00EC"; +} +.mdi-calculator-variant:before { + content: "\F0A9A"; +} +.mdi-calculator-variant-outline:before { + content: "\F15A6"; +} +.mdi-calendar:before { + content: "\F00ED"; +} +.mdi-calendar-account:before { + content: "\F0ED7"; +} +.mdi-calendar-account-outline:before { + content: "\F0ED8"; +} +.mdi-calendar-alert:before { + content: "\F0A31"; +} +.mdi-calendar-alert-outline:before { + content: "\F1B62"; +} +.mdi-calendar-arrow-left:before { + content: "\F1134"; +} +.mdi-calendar-arrow-right:before { + content: "\F1135"; +} +.mdi-calendar-badge:before { + content: "\F1B9D"; +} +.mdi-calendar-badge-outline:before { + content: "\F1B9E"; +} +.mdi-calendar-blank:before { + content: "\F00EE"; +} +.mdi-calendar-blank-multiple:before { + content: "\F1073"; +} +.mdi-calendar-blank-outline:before { + content: "\F0B66"; +} +.mdi-calendar-check:before { + content: "\F00EF"; +} +.mdi-calendar-check-outline:before { + content: "\F0C44"; +} +.mdi-calendar-clock:before { + content: "\F00F0"; +} +.mdi-calendar-clock-outline:before { + content: "\F16E1"; +} +.mdi-calendar-collapse-horizontal:before { + content: "\F189D"; +} +.mdi-calendar-collapse-horizontal-outline:before { + content: "\F1B63"; +} +.mdi-calendar-cursor:before { + content: "\F157B"; +} +.mdi-calendar-cursor-outline:before { + content: "\F1B64"; +} +.mdi-calendar-edit:before { + content: "\F08A7"; +} +.mdi-calendar-edit-outline:before { + content: "\F1B65"; +} +.mdi-calendar-end:before { + content: "\F166C"; +} +.mdi-calendar-end-outline:before { + content: "\F1B66"; +} +.mdi-calendar-expand-horizontal:before { + content: "\F189E"; +} +.mdi-calendar-expand-horizontal-outline:before { + content: "\F1B67"; +} +.mdi-calendar-export:before { + content: "\F0B24"; +} +.mdi-calendar-export-outline:before { + content: "\F1B68"; +} +.mdi-calendar-filter:before { + content: "\F1A32"; +} +.mdi-calendar-filter-outline:before { + content: "\F1A33"; +} +.mdi-calendar-heart:before { + content: "\F09D2"; +} +.mdi-calendar-heart-outline:before { + content: "\F1B69"; +} +.mdi-calendar-import:before { + content: "\F0B25"; +} +.mdi-calendar-import-outline:before { + content: "\F1B6A"; +} +.mdi-calendar-lock:before { + content: "\F1641"; +} +.mdi-calendar-lock-open:before { + content: "\F1B5B"; +} +.mdi-calendar-lock-open-outline:before { + content: "\F1B5C"; +} +.mdi-calendar-lock-outline:before { + content: "\F1642"; +} +.mdi-calendar-minus:before { + content: "\F0D5C"; +} +.mdi-calendar-minus-outline:before { + content: "\F1B6B"; +} +.mdi-calendar-month:before { + content: "\F0E17"; +} +.mdi-calendar-month-outline:before { + content: "\F0E18"; +} +.mdi-calendar-multiple:before { + content: "\F00F1"; +} +.mdi-calendar-multiple-check:before { + content: "\F00F2"; +} +.mdi-calendar-multiselect:before { + content: "\F0A32"; +} +.mdi-calendar-multiselect-outline:before { + content: "\F1B55"; +} +.mdi-calendar-outline:before { + content: "\F0B67"; +} +.mdi-calendar-plus:before { + content: "\F00F3"; +} +.mdi-calendar-plus-outline:before { + content: "\F1B6C"; +} +.mdi-calendar-question:before { + content: "\F0692"; +} +.mdi-calendar-question-outline:before { + content: "\F1B6D"; +} +.mdi-calendar-range:before { + content: "\F0679"; +} +.mdi-calendar-range-outline:before { + content: "\F0B68"; +} +.mdi-calendar-refresh:before { + content: "\F01E1"; +} +.mdi-calendar-refresh-outline:before { + content: "\F0203"; +} +.mdi-calendar-remove:before { + content: "\F00F4"; +} +.mdi-calendar-remove-outline:before { + content: "\F0C45"; +} +.mdi-calendar-search:before { + content: "\F094C"; +} +.mdi-calendar-search-outline:before { + content: "\F1B6E"; +} +.mdi-calendar-star:before { + content: "\F09D3"; +} +.mdi-calendar-star-four-points:before { + content: "\F1C1F"; +} +.mdi-calendar-star-outline:before { + content: "\F1B53"; +} +.mdi-calendar-start:before { + content: "\F166D"; +} +.mdi-calendar-start-outline:before { + content: "\F1B6F"; +} +.mdi-calendar-sync:before { + content: "\F0E8E"; +} +.mdi-calendar-sync-outline:before { + content: "\F0E8F"; +} +.mdi-calendar-text:before { + content: "\F00F5"; +} +.mdi-calendar-text-outline:before { + content: "\F0C46"; +} +.mdi-calendar-today:before { + content: "\F00F6"; +} +.mdi-calendar-today-outline:before { + content: "\F1A30"; +} +.mdi-calendar-week:before { + content: "\F0A33"; +} +.mdi-calendar-week-begin:before { + content: "\F0A34"; +} +.mdi-calendar-week-begin-outline:before { + content: "\F1A31"; +} +.mdi-calendar-week-outline:before { + content: "\F1A34"; +} +.mdi-calendar-weekend:before { + content: "\F0ED9"; +} +.mdi-calendar-weekend-outline:before { + content: "\F0EDA"; +} +.mdi-call-made:before { + content: "\F00F7"; +} +.mdi-call-merge:before { + content: "\F00F8"; +} +.mdi-call-missed:before { + content: "\F00F9"; +} +.mdi-call-received:before { + content: "\F00FA"; +} +.mdi-call-split:before { + content: "\F00FB"; +} +.mdi-camcorder:before { + content: "\F00FC"; +} +.mdi-camcorder-off:before { + content: "\F00FF"; +} +.mdi-camera:before { + content: "\F0100"; +} +.mdi-camera-account:before { + content: "\F08CB"; +} +.mdi-camera-burst:before { + content: "\F0693"; +} +.mdi-camera-control:before { + content: "\F0B69"; +} +.mdi-camera-document:before { + content: "\F1871"; +} +.mdi-camera-document-off:before { + content: "\F1872"; +} +.mdi-camera-enhance:before { + content: "\F0101"; +} +.mdi-camera-enhance-outline:before { + content: "\F0B6A"; +} +.mdi-camera-flip:before { + content: "\F15D9"; +} +.mdi-camera-flip-outline:before { + content: "\F15DA"; +} +.mdi-camera-front:before { + content: "\F0102"; +} +.mdi-camera-front-variant:before { + content: "\F0103"; +} +.mdi-camera-gopro:before { + content: "\F07A1"; +} +.mdi-camera-image:before { + content: "\F08CC"; +} +.mdi-camera-iris:before { + content: "\F0104"; +} +.mdi-camera-lock:before { + content: "\F1A14"; +} +.mdi-camera-lock-open:before { + content: "\F1C0D"; +} +.mdi-camera-lock-open-outline:before { + content: "\F1C0E"; +} +.mdi-camera-lock-outline:before { + content: "\F1A15"; +} +.mdi-camera-marker:before { + content: "\F19A7"; +} +.mdi-camera-marker-outline:before { + content: "\F19A8"; +} +.mdi-camera-metering-center:before { + content: "\F07A2"; +} +.mdi-camera-metering-matrix:before { + content: "\F07A3"; +} +.mdi-camera-metering-partial:before { + content: "\F07A4"; +} +.mdi-camera-metering-spot:before { + content: "\F07A5"; +} +.mdi-camera-off:before { + content: "\F05DF"; +} +.mdi-camera-off-outline:before { + content: "\F19BF"; +} +.mdi-camera-outline:before { + content: "\F0D5D"; +} +.mdi-camera-party-mode:before { + content: "\F0105"; +} +.mdi-camera-plus:before { + content: "\F0EDB"; +} +.mdi-camera-plus-outline:before { + content: "\F0EDC"; +} +.mdi-camera-rear:before { + content: "\F0106"; +} +.mdi-camera-rear-variant:before { + content: "\F0107"; +} +.mdi-camera-retake:before { + content: "\F0E19"; +} +.mdi-camera-retake-outline:before { + content: "\F0E1A"; +} +.mdi-camera-switch:before { + content: "\F0108"; +} +.mdi-camera-switch-outline:before { + content: "\F084A"; +} +.mdi-camera-timer:before { + content: "\F0109"; +} +.mdi-camera-wireless:before { + content: "\F0DB6"; +} +.mdi-camera-wireless-outline:before { + content: "\F0DB7"; +} +.mdi-campfire:before { + content: "\F0EDD"; +} +.mdi-cancel:before { + content: "\F073A"; +} +.mdi-candelabra:before { + content: "\F17D2"; +} +.mdi-candelabra-fire:before { + content: "\F17D3"; +} +.mdi-candle:before { + content: "\F05E2"; +} +.mdi-candy:before { + content: "\F1970"; +} +.mdi-candy-off:before { + content: "\F1971"; +} +.mdi-candy-off-outline:before { + content: "\F1972"; +} +.mdi-candy-outline:before { + content: "\F1973"; +} +.mdi-candycane:before { + content: "\F010A"; +} +.mdi-cannabis:before { + content: "\F07A6"; +} +.mdi-cannabis-off:before { + content: "\F166E"; +} +.mdi-caps-lock:before { + content: "\F0A9B"; +} +.mdi-car:before { + content: "\F010B"; +} +.mdi-car-2-plus:before { + content: "\F1015"; +} +.mdi-car-3-plus:before { + content: "\F1016"; +} +.mdi-car-arrow-left:before { + content: "\F13B2"; +} +.mdi-car-arrow-right:before { + content: "\F13B3"; +} +.mdi-car-back:before { + content: "\F0E1B"; +} +.mdi-car-battery:before { + content: "\F010C"; +} +.mdi-car-brake-abs:before { + content: "\F0C47"; +} +.mdi-car-brake-alert:before { + content: "\F0C48"; +} +.mdi-car-brake-fluid-level:before { + content: "\F1909"; +} +.mdi-car-brake-hold:before { + content: "\F0D5E"; +} +.mdi-car-brake-low-pressure:before { + content: "\F190A"; +} +.mdi-car-brake-parking:before { + content: "\F0D5F"; +} +.mdi-car-brake-retarder:before { + content: "\F1017"; +} +.mdi-car-brake-temperature:before { + content: "\F190B"; +} +.mdi-car-brake-worn-linings:before { + content: "\F190C"; +} +.mdi-car-child-seat:before { + content: "\F0FA3"; +} +.mdi-car-clock:before { + content: "\F1974"; +} +.mdi-car-clutch:before { + content: "\F1018"; +} +.mdi-car-cog:before { + content: "\F13CC"; +} +.mdi-car-connected:before { + content: "\F010D"; +} +.mdi-car-convertible:before { + content: "\F07A7"; +} +.mdi-car-coolant-level:before { + content: "\F1019"; +} +.mdi-car-cruise-control:before { + content: "\F0D60"; +} +.mdi-car-defrost-front:before { + content: "\F0D61"; +} +.mdi-car-defrost-rear:before { + content: "\F0D62"; +} +.mdi-car-door:before { + content: "\F0B6B"; +} +.mdi-car-door-lock:before { + content: "\F109D"; +} +.mdi-car-door-lock-open:before { + content: "\F1C81"; +} +.mdi-car-electric:before { + content: "\F0B6C"; +} +.mdi-car-electric-outline:before { + content: "\F15B5"; +} +.mdi-car-emergency:before { + content: "\F160F"; +} +.mdi-car-esp:before { + content: "\F0C49"; +} +.mdi-car-estate:before { + content: "\F07A8"; +} +.mdi-car-hatchback:before { + content: "\F07A9"; +} +.mdi-car-info:before { + content: "\F11BE"; +} +.mdi-car-key:before { + content: "\F0B6D"; +} +.mdi-car-lifted-pickup:before { + content: "\F152D"; +} +.mdi-car-light-alert:before { + content: "\F190D"; +} +.mdi-car-light-dimmed:before { + content: "\F0C4A"; +} +.mdi-car-light-fog:before { + content: "\F0C4B"; +} +.mdi-car-light-high:before { + content: "\F0C4C"; +} +.mdi-car-limousine:before { + content: "\F08CD"; +} +.mdi-car-multiple:before { + content: "\F0B6E"; +} +.mdi-car-off:before { + content: "\F0E1C"; +} +.mdi-car-outline:before { + content: "\F14ED"; +} +.mdi-car-parking-lights:before { + content: "\F0D63"; +} +.mdi-car-pickup:before { + content: "\F07AA"; +} +.mdi-car-search:before { + content: "\F1B8D"; +} +.mdi-car-search-outline:before { + content: "\F1B8E"; +} +.mdi-car-seat:before { + content: "\F0FA4"; +} +.mdi-car-seat-cooler:before { + content: "\F0FA5"; +} +.mdi-car-seat-heater:before { + content: "\F0FA6"; +} +.mdi-car-select:before { + content: "\F1879"; +} +.mdi-car-settings:before { + content: "\F13CD"; +} +.mdi-car-shift-pattern:before { + content: "\F0F40"; +} +.mdi-car-side:before { + content: "\F07AB"; +} +.mdi-car-speed-limiter:before { + content: "\F190E"; +} +.mdi-car-sports:before { + content: "\F07AC"; +} +.mdi-car-tire-alert:before { + content: "\F0C4D"; +} +.mdi-car-traction-control:before { + content: "\F0D64"; +} +.mdi-car-turbocharger:before { + content: "\F101A"; +} +.mdi-car-wash:before { + content: "\F010E"; +} +.mdi-car-windshield:before { + content: "\F101B"; +} +.mdi-car-windshield-outline:before { + content: "\F101C"; +} +.mdi-car-wireless:before { + content: "\F1878"; +} +.mdi-car-wrench:before { + content: "\F1814"; +} +.mdi-carabiner:before { + content: "\F14C0"; +} +.mdi-caravan:before { + content: "\F07AD"; +} +.mdi-card:before { + content: "\F0B6F"; +} +.mdi-card-account-details:before { + content: "\F05D2"; +} +.mdi-card-account-details-outline:before { + content: "\F0DAB"; +} +.mdi-card-account-details-star:before { + content: "\F02A3"; +} +.mdi-card-account-details-star-outline:before { + content: "\F06DB"; +} +.mdi-card-account-mail:before { + content: "\F018E"; +} +.mdi-card-account-mail-outline:before { + content: "\F0E98"; +} +.mdi-card-account-phone:before { + content: "\F0E99"; +} +.mdi-card-account-phone-outline:before { + content: "\F0E9A"; +} +.mdi-card-bulleted:before { + content: "\F0B70"; +} +.mdi-card-bulleted-off:before { + content: "\F0B71"; +} +.mdi-card-bulleted-off-outline:before { + content: "\F0B72"; +} +.mdi-card-bulleted-outline:before { + content: "\F0B73"; +} +.mdi-card-bulleted-settings:before { + content: "\F0B74"; +} +.mdi-card-bulleted-settings-outline:before { + content: "\F0B75"; +} +.mdi-card-minus:before { + content: "\F1600"; +} +.mdi-card-minus-outline:before { + content: "\F1601"; +} +.mdi-card-multiple:before { + content: "\F17F1"; +} +.mdi-card-multiple-outline:before { + content: "\F17F2"; +} +.mdi-card-off:before { + content: "\F1602"; +} +.mdi-card-off-outline:before { + content: "\F1603"; +} +.mdi-card-outline:before { + content: "\F0B76"; +} +.mdi-card-plus:before { + content: "\F11FF"; +} +.mdi-card-plus-outline:before { + content: "\F1200"; +} +.mdi-card-remove:before { + content: "\F1604"; +} +.mdi-card-remove-outline:before { + content: "\F1605"; +} +.mdi-card-search:before { + content: "\F1074"; +} +.mdi-card-search-outline:before { + content: "\F1075"; +} +.mdi-card-text:before { + content: "\F0B77"; +} +.mdi-card-text-outline:before { + content: "\F0B78"; +} +.mdi-cards:before { + content: "\F0638"; +} +.mdi-cards-club:before { + content: "\F08CE"; +} +.mdi-cards-club-outline:before { + content: "\F189F"; +} +.mdi-cards-diamond:before { + content: "\F08CF"; +} +.mdi-cards-diamond-outline:before { + content: "\F101D"; +} +.mdi-cards-heart:before { + content: "\F08D0"; +} +.mdi-cards-heart-outline:before { + content: "\F18A0"; +} +.mdi-cards-outline:before { + content: "\F0639"; +} +.mdi-cards-playing:before { + content: "\F18A1"; +} +.mdi-cards-playing-club:before { + content: "\F18A2"; +} +.mdi-cards-playing-club-multiple:before { + content: "\F18A3"; +} +.mdi-cards-playing-club-multiple-outline:before { + content: "\F18A4"; +} +.mdi-cards-playing-club-outline:before { + content: "\F18A5"; +} +.mdi-cards-playing-diamond:before { + content: "\F18A6"; +} +.mdi-cards-playing-diamond-multiple:before { + content: "\F18A7"; +} +.mdi-cards-playing-diamond-multiple-outline:before { + content: "\F18A8"; +} +.mdi-cards-playing-diamond-outline:before { + content: "\F18A9"; +} +.mdi-cards-playing-heart:before { + content: "\F18AA"; +} +.mdi-cards-playing-heart-multiple:before { + content: "\F18AB"; +} +.mdi-cards-playing-heart-multiple-outline:before { + content: "\F18AC"; +} +.mdi-cards-playing-heart-outline:before { + content: "\F18AD"; +} +.mdi-cards-playing-outline:before { + content: "\F063A"; +} +.mdi-cards-playing-spade:before { + content: "\F18AE"; +} +.mdi-cards-playing-spade-multiple:before { + content: "\F18AF"; +} +.mdi-cards-playing-spade-multiple-outline:before { + content: "\F18B0"; +} +.mdi-cards-playing-spade-outline:before { + content: "\F18B1"; +} +.mdi-cards-spade:before { + content: "\F08D1"; +} +.mdi-cards-spade-outline:before { + content: "\F18B2"; +} +.mdi-cards-variant:before { + content: "\F06C7"; +} +.mdi-carrot:before { + content: "\F010F"; +} +.mdi-cart:before { + content: "\F0110"; +} +.mdi-cart-arrow-down:before { + content: "\F0D66"; +} +.mdi-cart-arrow-right:before { + content: "\F0C4E"; +} +.mdi-cart-arrow-up:before { + content: "\F0D67"; +} +.mdi-cart-check:before { + content: "\F15EA"; +} +.mdi-cart-heart:before { + content: "\F18E0"; +} +.mdi-cart-minus:before { + content: "\F0D68"; +} +.mdi-cart-off:before { + content: "\F066B"; +} +.mdi-cart-outline:before { + content: "\F0111"; +} +.mdi-cart-percent:before { + content: "\F1BAE"; +} +.mdi-cart-plus:before { + content: "\F0112"; +} +.mdi-cart-remove:before { + content: "\F0D69"; +} +.mdi-cart-variant:before { + content: "\F15EB"; +} +.mdi-case-sensitive-alt:before { + content: "\F0113"; +} +.mdi-cash:before { + content: "\F0114"; +} +.mdi-cash-100:before { + content: "\F0115"; +} +.mdi-cash-check:before { + content: "\F14EE"; +} +.mdi-cash-clock:before { + content: "\F1A91"; +} +.mdi-cash-edit:before { + content: "\F1CAB"; +} +.mdi-cash-fast:before { + content: "\F185C"; +} +.mdi-cash-lock:before { + content: "\F14EA"; +} +.mdi-cash-lock-open:before { + content: "\F14EB"; +} +.mdi-cash-marker:before { + content: "\F0DB8"; +} +.mdi-cash-minus:before { + content: "\F1260"; +} +.mdi-cash-multiple:before { + content: "\F0116"; +} +.mdi-cash-off:before { + content: "\F1C79"; +} +.mdi-cash-plus:before { + content: "\F1261"; +} +.mdi-cash-refund:before { + content: "\F0A9C"; +} +.mdi-cash-register:before { + content: "\F0CF4"; +} +.mdi-cash-remove:before { + content: "\F1262"; +} +.mdi-cash-sync:before { + content: "\F1A92"; +} +.mdi-cassette:before { + content: "\F09D4"; +} +.mdi-cast:before { + content: "\F0118"; +} +.mdi-cast-audio:before { + content: "\F101E"; +} +.mdi-cast-audio-variant:before { + content: "\F1749"; +} +.mdi-cast-connected:before { + content: "\F0119"; +} +.mdi-cast-education:before { + content: "\F0E1D"; +} +.mdi-cast-off:before { + content: "\F078A"; +} +.mdi-cast-variant:before { + content: "\F001F"; +} +.mdi-castle:before { + content: "\F011A"; +} +.mdi-cat:before { + content: "\F011B"; +} +.mdi-cctv:before { + content: "\F07AE"; +} +.mdi-cctv-off:before { + content: "\F185F"; +} +.mdi-ceiling-fan:before { + content: "\F1797"; +} +.mdi-ceiling-fan-light:before { + content: "\F1798"; +} +.mdi-ceiling-light:before { + content: "\F0769"; +} +.mdi-ceiling-light-multiple:before { + content: "\F18DD"; +} +.mdi-ceiling-light-multiple-outline:before { + content: "\F18DE"; +} +.mdi-ceiling-light-outline:before { + content: "\F17C7"; +} +.mdi-cellphone:before { + content: "\F011C"; +} +.mdi-cellphone-arrow-down:before { + content: "\F09D5"; +} +.mdi-cellphone-arrow-down-variant:before { + content: "\F19C5"; +} +.mdi-cellphone-basic:before { + content: "\F011E"; +} +.mdi-cellphone-charging:before { + content: "\F1397"; +} +.mdi-cellphone-check:before { + content: "\F17FD"; +} +.mdi-cellphone-cog:before { + content: "\F0951"; +} +.mdi-cellphone-dock:before { + content: "\F011F"; +} +.mdi-cellphone-information:before { + content: "\F0F41"; +} +.mdi-cellphone-key:before { + content: "\F094E"; +} +.mdi-cellphone-link:before { + content: "\F0121"; +} +.mdi-cellphone-link-off:before { + content: "\F0122"; +} +.mdi-cellphone-lock:before { + content: "\F094F"; +} +.mdi-cellphone-marker:before { + content: "\F183A"; +} +.mdi-cellphone-message:before { + content: "\F08D3"; +} +.mdi-cellphone-message-off:before { + content: "\F10D2"; +} +.mdi-cellphone-nfc:before { + content: "\F0E90"; +} +.mdi-cellphone-nfc-off:before { + content: "\F12D8"; +} +.mdi-cellphone-off:before { + content: "\F0950"; +} +.mdi-cellphone-play:before { + content: "\F101F"; +} +.mdi-cellphone-remove:before { + content: "\F094D"; +} +.mdi-cellphone-screenshot:before { + content: "\F0A35"; +} +.mdi-cellphone-settings:before { + content: "\F0123"; +} +.mdi-cellphone-sound:before { + content: "\F0952"; +} +.mdi-cellphone-text:before { + content: "\F08D2"; +} +.mdi-cellphone-wireless:before { + content: "\F0815"; +} +.mdi-centos:before { + content: "\F111A"; +} +.mdi-certificate:before { + content: "\F0124"; +} +.mdi-certificate-outline:before { + content: "\F1188"; +} +.mdi-chair-rolling:before { + content: "\F0F48"; +} +.mdi-chair-school:before { + content: "\F0125"; +} +.mdi-chandelier:before { + content: "\F1793"; +} +.mdi-charity:before { + content: "\F0C4F"; +} +.mdi-charity-search:before { + content: "\F1C82"; +} +.mdi-chart-arc:before { + content: "\F0126"; +} +.mdi-chart-areaspline:before { + content: "\F0127"; +} +.mdi-chart-areaspline-variant:before { + content: "\F0E91"; +} +.mdi-chart-bar:before { + content: "\F0128"; +} +.mdi-chart-bar-stacked:before { + content: "\F076A"; +} +.mdi-chart-bell-curve:before { + content: "\F0C50"; +} +.mdi-chart-bell-curve-cumulative:before { + content: "\F0FA7"; +} +.mdi-chart-box:before { + content: "\F154D"; +} +.mdi-chart-box-multiple:before { + content: "\F1CCD"; +} +.mdi-chart-box-multiple-outline:before { + content: "\F1CCE"; +} +.mdi-chart-box-outline:before { + content: "\F154E"; +} +.mdi-chart-box-plus-outline:before { + content: "\F154F"; +} +.mdi-chart-bubble:before { + content: "\F05E3"; +} +.mdi-chart-donut:before { + content: "\F07AF"; +} +.mdi-chart-donut-variant:before { + content: "\F07B0"; +} +.mdi-chart-gantt:before { + content: "\F066C"; +} +.mdi-chart-histogram:before { + content: "\F0129"; +} +.mdi-chart-line:before { + content: "\F012A"; +} +.mdi-chart-line-stacked:before { + content: "\F076B"; +} +.mdi-chart-line-variant:before { + content: "\F07B1"; +} +.mdi-chart-multiline:before { + content: "\F08D4"; +} +.mdi-chart-multiple:before { + content: "\F1213"; +} +.mdi-chart-pie:before { + content: "\F012B"; +} +.mdi-chart-pie-outline:before { + content: "\F1BDF"; +} +.mdi-chart-ppf:before { + content: "\F1380"; +} +.mdi-chart-sankey:before { + content: "\F11DF"; +} +.mdi-chart-sankey-variant:before { + content: "\F11E0"; +} +.mdi-chart-scatter-plot:before { + content: "\F0E92"; +} +.mdi-chart-scatter-plot-hexbin:before { + content: "\F066D"; +} +.mdi-chart-timeline:before { + content: "\F066E"; +} +.mdi-chart-timeline-variant:before { + content: "\F0E93"; +} +.mdi-chart-timeline-variant-shimmer:before { + content: "\F15B6"; +} +.mdi-chart-tree:before { + content: "\F0E94"; +} +.mdi-chart-waterfall:before { + content: "\F1918"; +} +.mdi-chat:before { + content: "\F0B79"; +} +.mdi-chat-alert:before { + content: "\F0B7A"; +} +.mdi-chat-alert-outline:before { + content: "\F12C9"; +} +.mdi-chat-minus:before { + content: "\F1410"; +} +.mdi-chat-minus-outline:before { + content: "\F1413"; +} +.mdi-chat-outline:before { + content: "\F0EDE"; +} +.mdi-chat-plus:before { + content: "\F140F"; +} +.mdi-chat-plus-outline:before { + content: "\F1412"; +} +.mdi-chat-processing:before { + content: "\F0B7B"; +} +.mdi-chat-processing-outline:before { + content: "\F12CA"; +} +.mdi-chat-question:before { + content: "\F1738"; +} +.mdi-chat-question-outline:before { + content: "\F1739"; +} +.mdi-chat-remove:before { + content: "\F1411"; +} +.mdi-chat-remove-outline:before { + content: "\F1414"; +} +.mdi-chat-sleep:before { + content: "\F12D1"; +} +.mdi-chat-sleep-outline:before { + content: "\F12D2"; +} +.mdi-check:before { + content: "\F012C"; +} +.mdi-check-all:before { + content: "\F012D"; +} +.mdi-check-bold:before { + content: "\F0E1E"; +} +.mdi-check-circle:before { + content: "\F05E0"; +} +.mdi-check-circle-outline:before { + content: "\F05E1"; +} +.mdi-check-decagram:before { + content: "\F0791"; +} +.mdi-check-decagram-outline:before { + content: "\F1740"; +} +.mdi-check-network:before { + content: "\F0C53"; +} +.mdi-check-network-outline:before { + content: "\F0C54"; +} +.mdi-check-outline:before { + content: "\F0855"; +} +.mdi-check-underline:before { + content: "\F0E1F"; +} +.mdi-check-underline-circle:before { + content: "\F0E20"; +} +.mdi-check-underline-circle-outline:before { + content: "\F0E21"; +} +.mdi-checkbook:before { + content: "\F0A9D"; +} +.mdi-checkbook-arrow-left:before { + content: "\F1C1D"; +} +.mdi-checkbook-arrow-right:before { + content: "\F1C1E"; +} +.mdi-checkbox-blank:before { + content: "\F012E"; +} +.mdi-checkbox-blank-badge:before { + content: "\F1176"; +} +.mdi-checkbox-blank-badge-outline:before { + content: "\F0117"; +} +.mdi-checkbox-blank-circle:before { + content: "\F012F"; +} +.mdi-checkbox-blank-circle-outline:before { + content: "\F0130"; +} +.mdi-checkbox-blank-off:before { + content: "\F12EC"; +} +.mdi-checkbox-blank-off-outline:before { + content: "\F12ED"; +} +.mdi-checkbox-blank-outline:before { + content: "\F0131"; +} +.mdi-checkbox-intermediate:before { + content: "\F0856"; +} +.mdi-checkbox-intermediate-variant:before { + content: "\F1B54"; +} +.mdi-checkbox-marked:before { + content: "\F0132"; +} +.mdi-checkbox-marked-circle:before { + content: "\F0133"; +} +.mdi-checkbox-marked-circle-auto-outline:before { + content: "\F1C26"; +} +.mdi-checkbox-marked-circle-minus-outline:before { + content: "\F1C27"; +} +.mdi-checkbox-marked-circle-outline:before { + content: "\F0134"; +} +.mdi-checkbox-marked-circle-plus-outline:before { + content: "\F1927"; +} +.mdi-checkbox-marked-outline:before { + content: "\F0135"; +} +.mdi-checkbox-multiple-blank:before { + content: "\F0136"; +} +.mdi-checkbox-multiple-blank-circle:before { + content: "\F063B"; +} +.mdi-checkbox-multiple-blank-circle-outline:before { + content: "\F063C"; +} +.mdi-checkbox-multiple-blank-outline:before { + content: "\F0137"; +} +.mdi-checkbox-multiple-marked:before { + content: "\F0138"; +} +.mdi-checkbox-multiple-marked-circle:before { + content: "\F063D"; +} +.mdi-checkbox-multiple-marked-circle-outline:before { + content: "\F063E"; +} +.mdi-checkbox-multiple-marked-outline:before { + content: "\F0139"; +} +.mdi-checkbox-multiple-outline:before { + content: "\F0C51"; +} +.mdi-checkbox-outline:before { + content: "\F0C52"; +} +.mdi-checkerboard:before { + content: "\F013A"; +} +.mdi-checkerboard-minus:before { + content: "\F1202"; +} +.mdi-checkerboard-plus:before { + content: "\F1201"; +} +.mdi-checkerboard-remove:before { + content: "\F1203"; +} +.mdi-cheese:before { + content: "\F12B9"; +} +.mdi-cheese-off:before { + content: "\F13EE"; +} +.mdi-chef-hat:before { + content: "\F0B7C"; +} +.mdi-chemical-weapon:before { + content: "\F013B"; +} +.mdi-chess-bishop:before { + content: "\F085C"; +} +.mdi-chess-king:before { + content: "\F0857"; +} +.mdi-chess-knight:before { + content: "\F0858"; +} +.mdi-chess-pawn:before { + content: "\F0859"; +} +.mdi-chess-queen:before { + content: "\F085A"; +} +.mdi-chess-rook:before { + content: "\F085B"; +} +.mdi-chevron-double-down:before { + content: "\F013C"; +} +.mdi-chevron-double-left:before { + content: "\F013D"; +} +.mdi-chevron-double-right:before { + content: "\F013E"; +} +.mdi-chevron-double-up:before { + content: "\F013F"; +} +.mdi-chevron-down:before { + content: "\F0140"; +} +.mdi-chevron-down-box:before { + content: "\F09D6"; +} +.mdi-chevron-down-box-outline:before { + content: "\F09D7"; +} +.mdi-chevron-down-circle:before { + content: "\F0B26"; +} +.mdi-chevron-down-circle-outline:before { + content: "\F0B27"; +} +.mdi-chevron-left:before { + content: "\F0141"; +} +.mdi-chevron-left-box:before { + content: "\F09D8"; +} +.mdi-chevron-left-box-outline:before { + content: "\F09D9"; +} +.mdi-chevron-left-circle:before { + content: "\F0B28"; +} +.mdi-chevron-left-circle-outline:before { + content: "\F0B29"; +} +.mdi-chevron-right:before { + content: "\F0142"; +} +.mdi-chevron-right-box:before { + content: "\F09DA"; +} +.mdi-chevron-right-box-outline:before { + content: "\F09DB"; +} +.mdi-chevron-right-circle:before { + content: "\F0B2A"; +} +.mdi-chevron-right-circle-outline:before { + content: "\F0B2B"; +} +.mdi-chevron-triple-down:before { + content: "\F0DB9"; +} +.mdi-chevron-triple-left:before { + content: "\F0DBA"; +} +.mdi-chevron-triple-right:before { + content: "\F0DBB"; +} +.mdi-chevron-triple-up:before { + content: "\F0DBC"; +} +.mdi-chevron-up:before { + content: "\F0143"; +} +.mdi-chevron-up-box:before { + content: "\F09DC"; +} +.mdi-chevron-up-box-outline:before { + content: "\F09DD"; +} +.mdi-chevron-up-circle:before { + content: "\F0B2C"; +} +.mdi-chevron-up-circle-outline:before { + content: "\F0B2D"; +} +.mdi-chili-alert:before { + content: "\F17EA"; +} +.mdi-chili-alert-outline:before { + content: "\F17EB"; +} +.mdi-chili-hot:before { + content: "\F07B2"; +} +.mdi-chili-hot-outline:before { + content: "\F17EC"; +} +.mdi-chili-medium:before { + content: "\F07B3"; +} +.mdi-chili-medium-outline:before { + content: "\F17ED"; +} +.mdi-chili-mild:before { + content: "\F07B4"; +} +.mdi-chili-mild-outline:before { + content: "\F17EE"; +} +.mdi-chili-off:before { + content: "\F1467"; +} +.mdi-chili-off-outline:before { + content: "\F17EF"; +} +.mdi-chip:before { + content: "\F061A"; +} +.mdi-church:before { + content: "\F0144"; +} +.mdi-church-outline:before { + content: "\F1B02"; +} +.mdi-cigar:before { + content: "\F1189"; +} +.mdi-cigar-off:before { + content: "\F141B"; +} +.mdi-circle:before { + content: "\F0765"; +} +.mdi-circle-box:before { + content: "\F15DC"; +} +.mdi-circle-box-outline:before { + content: "\F15DD"; +} +.mdi-circle-double:before { + content: "\F0E95"; +} +.mdi-circle-edit-outline:before { + content: "\F08D5"; +} +.mdi-circle-expand:before { + content: "\F0E96"; +} +.mdi-circle-half:before { + content: "\F1395"; +} +.mdi-circle-half-full:before { + content: "\F1396"; +} +.mdi-circle-medium:before { + content: "\F09DE"; +} +.mdi-circle-multiple:before { + content: "\F0B38"; +} +.mdi-circle-multiple-outline:before { + content: "\F0695"; +} +.mdi-circle-off-outline:before { + content: "\F10D3"; +} +.mdi-circle-opacity:before { + content: "\F1853"; +} +.mdi-circle-outline:before { + content: "\F0766"; +} +.mdi-circle-slice-1:before { + content: "\F0A9E"; +} +.mdi-circle-slice-2:before { + content: "\F0A9F"; +} +.mdi-circle-slice-3:before { + content: "\F0AA0"; +} +.mdi-circle-slice-4:before { + content: "\F0AA1"; +} +.mdi-circle-slice-5:before { + content: "\F0AA2"; +} +.mdi-circle-slice-6:before { + content: "\F0AA3"; +} +.mdi-circle-slice-7:before { + content: "\F0AA4"; +} +.mdi-circle-slice-8:before { + content: "\F0AA5"; +} +.mdi-circle-small:before { + content: "\F09DF"; +} +.mdi-circular-saw:before { + content: "\F0E22"; +} +.mdi-city:before { + content: "\F0146"; +} +.mdi-city-switch:before { + content: "\F1C28"; +} +.mdi-city-variant:before { + content: "\F0A36"; +} +.mdi-city-variant-outline:before { + content: "\F0A37"; +} +.mdi-clipboard:before { + content: "\F0147"; +} +.mdi-clipboard-account:before { + content: "\F0148"; +} +.mdi-clipboard-account-outline:before { + content: "\F0C55"; +} +.mdi-clipboard-alert:before { + content: "\F0149"; +} +.mdi-clipboard-alert-outline:before { + content: "\F0CF7"; +} +.mdi-clipboard-arrow-down:before { + content: "\F014A"; +} +.mdi-clipboard-arrow-down-outline:before { + content: "\F0C56"; +} +.mdi-clipboard-arrow-left:before { + content: "\F014B"; +} +.mdi-clipboard-arrow-left-outline:before { + content: "\F0CF8"; +} +.mdi-clipboard-arrow-right:before { + content: "\F0CF9"; +} +.mdi-clipboard-arrow-right-outline:before { + content: "\F0CFA"; +} +.mdi-clipboard-arrow-up:before { + content: "\F0C57"; +} +.mdi-clipboard-arrow-up-outline:before { + content: "\F0C58"; +} +.mdi-clipboard-check:before { + content: "\F014E"; +} +.mdi-clipboard-check-multiple:before { + content: "\F1263"; +} +.mdi-clipboard-check-multiple-outline:before { + content: "\F1264"; +} +.mdi-clipboard-check-outline:before { + content: "\F08A8"; +} +.mdi-clipboard-clock:before { + content: "\F16E2"; +} +.mdi-clipboard-clock-outline:before { + content: "\F16E3"; +} +.mdi-clipboard-edit:before { + content: "\F14E5"; +} +.mdi-clipboard-edit-outline:before { + content: "\F14E6"; +} +.mdi-clipboard-file:before { + content: "\F1265"; +} +.mdi-clipboard-file-outline:before { + content: "\F1266"; +} +.mdi-clipboard-flow:before { + content: "\F06C8"; +} +.mdi-clipboard-flow-outline:before { + content: "\F1117"; +} +.mdi-clipboard-list:before { + content: "\F10D4"; +} +.mdi-clipboard-list-outline:before { + content: "\F10D5"; +} +.mdi-clipboard-minus:before { + content: "\F1618"; +} +.mdi-clipboard-minus-outline:before { + content: "\F1619"; +} +.mdi-clipboard-multiple:before { + content: "\F1267"; +} +.mdi-clipboard-multiple-outline:before { + content: "\F1268"; +} +.mdi-clipboard-off:before { + content: "\F161A"; +} +.mdi-clipboard-off-outline:before { + content: "\F161B"; +} +.mdi-clipboard-outline:before { + content: "\F014C"; +} +.mdi-clipboard-play:before { + content: "\F0C59"; +} +.mdi-clipboard-play-multiple:before { + content: "\F1269"; +} +.mdi-clipboard-play-multiple-outline:before { + content: "\F126A"; +} +.mdi-clipboard-play-outline:before { + content: "\F0C5A"; +} +.mdi-clipboard-plus:before { + content: "\F0751"; +} +.mdi-clipboard-plus-outline:before { + content: "\F131F"; +} +.mdi-clipboard-pulse:before { + content: "\F085D"; +} +.mdi-clipboard-pulse-outline:before { + content: "\F085E"; +} +.mdi-clipboard-remove:before { + content: "\F161C"; +} +.mdi-clipboard-remove-outline:before { + content: "\F161D"; +} +.mdi-clipboard-search:before { + content: "\F161E"; +} +.mdi-clipboard-search-outline:before { + content: "\F161F"; +} +.mdi-clipboard-text:before { + content: "\F014D"; +} +.mdi-clipboard-text-clock:before { + content: "\F18F9"; +} +.mdi-clipboard-text-clock-outline:before { + content: "\F18FA"; +} +.mdi-clipboard-text-multiple:before { + content: "\F126B"; +} +.mdi-clipboard-text-multiple-outline:before { + content: "\F126C"; +} +.mdi-clipboard-text-off:before { + content: "\F1620"; +} +.mdi-clipboard-text-off-outline:before { + content: "\F1621"; +} +.mdi-clipboard-text-outline:before { + content: "\F0A38"; +} +.mdi-clipboard-text-play:before { + content: "\F0C5B"; +} +.mdi-clipboard-text-play-outline:before { + content: "\F0C5C"; +} +.mdi-clipboard-text-search:before { + content: "\F1622"; +} +.mdi-clipboard-text-search-outline:before { + content: "\F1623"; +} +.mdi-clippy:before { + content: "\F014F"; +} +.mdi-clock:before { + content: "\F0954"; +} +.mdi-clock-alert:before { + content: "\F0955"; +} +.mdi-clock-alert-outline:before { + content: "\F05CE"; +} +.mdi-clock-check:before { + content: "\F0FA8"; +} +.mdi-clock-check-outline:before { + content: "\F0FA9"; +} +.mdi-clock-digital:before { + content: "\F0E97"; +} +.mdi-clock-edit:before { + content: "\F19BA"; +} +.mdi-clock-edit-outline:before { + content: "\F19BB"; +} +.mdi-clock-end:before { + content: "\F0151"; +} +.mdi-clock-fast:before { + content: "\F0152"; +} +.mdi-clock-in:before { + content: "\F0153"; +} +.mdi-clock-minus:before { + content: "\F1863"; +} +.mdi-clock-minus-outline:before { + content: "\F1864"; +} +.mdi-clock-out:before { + content: "\F0154"; +} +.mdi-clock-outline:before { + content: "\F0150"; +} +.mdi-clock-plus:before { + content: "\F1861"; +} +.mdi-clock-plus-outline:before { + content: "\F1862"; +} +.mdi-clock-remove:before { + content: "\F1865"; +} +.mdi-clock-remove-outline:before { + content: "\F1866"; +} +.mdi-clock-star-four-points:before { + content: "\F1C29"; +} +.mdi-clock-star-four-points-outline:before { + content: "\F1C2A"; +} +.mdi-clock-start:before { + content: "\F0155"; +} +.mdi-clock-time-eight:before { + content: "\F1446"; +} +.mdi-clock-time-eight-outline:before { + content: "\F1452"; +} +.mdi-clock-time-eleven:before { + content: "\F1449"; +} +.mdi-clock-time-eleven-outline:before { + content: "\F1455"; +} +.mdi-clock-time-five:before { + content: "\F1443"; +} +.mdi-clock-time-five-outline:before { + content: "\F144F"; +} +.mdi-clock-time-four:before { + content: "\F1442"; +} +.mdi-clock-time-four-outline:before { + content: "\F144E"; +} +.mdi-clock-time-nine:before { + content: "\F1447"; +} +.mdi-clock-time-nine-outline:before { + content: "\F1453"; +} +.mdi-clock-time-one:before { + content: "\F143F"; +} +.mdi-clock-time-one-outline:before { + content: "\F144B"; +} +.mdi-clock-time-seven:before { + content: "\F1445"; +} +.mdi-clock-time-seven-outline:before { + content: "\F1451"; +} +.mdi-clock-time-six:before { + content: "\F1444"; +} +.mdi-clock-time-six-outline:before { + content: "\F1450"; +} +.mdi-clock-time-ten:before { + content: "\F1448"; +} +.mdi-clock-time-ten-outline:before { + content: "\F1454"; +} +.mdi-clock-time-three:before { + content: "\F1441"; +} +.mdi-clock-time-three-outline:before { + content: "\F144D"; +} +.mdi-clock-time-twelve:before { + content: "\F144A"; +} +.mdi-clock-time-twelve-outline:before { + content: "\F1456"; +} +.mdi-clock-time-two:before { + content: "\F1440"; +} +.mdi-clock-time-two-outline:before { + content: "\F144C"; +} +.mdi-close:before { + content: "\F0156"; +} +.mdi-close-box:before { + content: "\F0157"; +} +.mdi-close-box-multiple:before { + content: "\F0C5D"; +} +.mdi-close-box-multiple-outline:before { + content: "\F0C5E"; +} +.mdi-close-box-outline:before { + content: "\F0158"; +} +.mdi-close-circle:before { + content: "\F0159"; +} +.mdi-close-circle-multiple:before { + content: "\F062A"; +} +.mdi-close-circle-multiple-outline:before { + content: "\F0883"; +} +.mdi-close-circle-outline:before { + content: "\F015A"; +} +.mdi-close-network:before { + content: "\F015B"; +} +.mdi-close-network-outline:before { + content: "\F0C5F"; +} +.mdi-close-octagon:before { + content: "\F015C"; +} +.mdi-close-octagon-outline:before { + content: "\F015D"; +} +.mdi-close-outline:before { + content: "\F06C9"; +} +.mdi-close-thick:before { + content: "\F1398"; +} +.mdi-closed-caption:before { + content: "\F015E"; +} +.mdi-closed-caption-outline:before { + content: "\F0DBD"; +} +.mdi-cloud:before { + content: "\F015F"; +} +.mdi-cloud-alert:before { + content: "\F09E0"; +} +.mdi-cloud-alert-outline:before { + content: "\F1BE0"; +} +.mdi-cloud-arrow-down:before { + content: "\F1BE1"; +} +.mdi-cloud-arrow-down-outline:before { + content: "\F1BE2"; +} +.mdi-cloud-arrow-left:before { + content: "\F1BE3"; +} +.mdi-cloud-arrow-left-outline:before { + content: "\F1BE4"; +} +.mdi-cloud-arrow-right:before { + content: "\F1BE5"; +} +.mdi-cloud-arrow-right-outline:before { + content: "\F1BE6"; +} +.mdi-cloud-arrow-up:before { + content: "\F1BE7"; +} +.mdi-cloud-arrow-up-outline:before { + content: "\F1BE8"; +} +.mdi-cloud-braces:before { + content: "\F07B5"; +} +.mdi-cloud-cancel:before { + content: "\F1BE9"; +} +.mdi-cloud-cancel-outline:before { + content: "\F1BEA"; +} +.mdi-cloud-check:before { + content: "\F1BEB"; +} +.mdi-cloud-check-outline:before { + content: "\F1BEC"; +} +.mdi-cloud-check-variant:before { + content: "\F0160"; +} +.mdi-cloud-check-variant-outline:before { + content: "\F12CC"; +} +.mdi-cloud-circle:before { + content: "\F0161"; +} +.mdi-cloud-circle-outline:before { + content: "\F1BED"; +} +.mdi-cloud-clock:before { + content: "\F1BEE"; +} +.mdi-cloud-clock-outline:before { + content: "\F1BEF"; +} +.mdi-cloud-cog:before { + content: "\F1BF0"; +} +.mdi-cloud-cog-outline:before { + content: "\F1BF1"; +} +.mdi-cloud-download:before { + content: "\F0162"; +} +.mdi-cloud-download-outline:before { + content: "\F0B7D"; +} +.mdi-cloud-key:before { + content: "\F1CA1"; +} +.mdi-cloud-key-outline:before { + content: "\F1CA2"; +} +.mdi-cloud-lock:before { + content: "\F11F1"; +} +.mdi-cloud-lock-open:before { + content: "\F1BF2"; +} +.mdi-cloud-lock-open-outline:before { + content: "\F1BF3"; +} +.mdi-cloud-lock-outline:before { + content: "\F11F2"; +} +.mdi-cloud-minus:before { + content: "\F1BF4"; +} +.mdi-cloud-minus-outline:before { + content: "\F1BF5"; +} +.mdi-cloud-off:before { + content: "\F1BF6"; +} +.mdi-cloud-off-outline:before { + content: "\F0164"; +} +.mdi-cloud-outline:before { + content: "\F0163"; +} +.mdi-cloud-percent:before { + content: "\F1A35"; +} +.mdi-cloud-percent-outline:before { + content: "\F1A36"; +} +.mdi-cloud-plus:before { + content: "\F1BF7"; +} +.mdi-cloud-plus-outline:before { + content: "\F1BF8"; +} +.mdi-cloud-print:before { + content: "\F0165"; +} +.mdi-cloud-print-outline:before { + content: "\F0166"; +} +.mdi-cloud-question:before { + content: "\F0A39"; +} +.mdi-cloud-question-outline:before { + content: "\F1BF9"; +} +.mdi-cloud-refresh:before { + content: "\F1BFA"; +} +.mdi-cloud-refresh-outline:before { + content: "\F1BFB"; +} +.mdi-cloud-refresh-variant:before { + content: "\F052A"; +} +.mdi-cloud-refresh-variant-outline:before { + content: "\F1BFC"; +} +.mdi-cloud-remove:before { + content: "\F1BFD"; +} +.mdi-cloud-remove-outline:before { + content: "\F1BFE"; +} +.mdi-cloud-search:before { + content: "\F0956"; +} +.mdi-cloud-search-outline:before { + content: "\F0957"; +} +.mdi-cloud-sync:before { + content: "\F063F"; +} +.mdi-cloud-sync-outline:before { + content: "\F12D6"; +} +.mdi-cloud-tags:before { + content: "\F07B6"; +} +.mdi-cloud-upload:before { + content: "\F0167"; +} +.mdi-cloud-upload-outline:before { + content: "\F0B7E"; +} +.mdi-clouds:before { + content: "\F1B95"; +} +.mdi-clover:before { + content: "\F0816"; +} +.mdi-clover-outline:before { + content: "\F1C62"; +} +.mdi-coach-lamp:before { + content: "\F1020"; +} +.mdi-coach-lamp-variant:before { + content: "\F1A37"; +} +.mdi-coat-rack:before { + content: "\F109E"; +} +.mdi-code-array:before { + content: "\F0168"; +} +.mdi-code-block-braces:before { + content: "\F1C83"; +} +.mdi-code-block-brackets:before { + content: "\F1C84"; +} +.mdi-code-block-parentheses:before { + content: "\F1C85"; +} +.mdi-code-block-tags:before { + content: "\F1C86"; +} +.mdi-code-braces:before { + content: "\F0169"; +} +.mdi-code-braces-box:before { + content: "\F10D6"; +} +.mdi-code-brackets:before { + content: "\F016A"; +} +.mdi-code-equal:before { + content: "\F016B"; +} +.mdi-code-greater-than:before { + content: "\F016C"; +} +.mdi-code-greater-than-or-equal:before { + content: "\F016D"; +} +.mdi-code-json:before { + content: "\F0626"; +} +.mdi-code-less-than:before { + content: "\F016E"; +} +.mdi-code-less-than-or-equal:before { + content: "\F016F"; +} +.mdi-code-not-equal:before { + content: "\F0170"; +} +.mdi-code-not-equal-variant:before { + content: "\F0171"; +} +.mdi-code-parentheses:before { + content: "\F0172"; +} +.mdi-code-parentheses-box:before { + content: "\F10D7"; +} +.mdi-code-string:before { + content: "\F0173"; +} +.mdi-code-tags:before { + content: "\F0174"; +} +.mdi-code-tags-check:before { + content: "\F0694"; +} +.mdi-codepen:before { + content: "\F0175"; +} +.mdi-coffee:before { + content: "\F0176"; +} +.mdi-coffee-maker:before { + content: "\F109F"; +} +.mdi-coffee-maker-check:before { + content: "\F1931"; +} +.mdi-coffee-maker-check-outline:before { + content: "\F1932"; +} +.mdi-coffee-maker-outline:before { + content: "\F181B"; +} +.mdi-coffee-off:before { + content: "\F0FAA"; +} +.mdi-coffee-off-outline:before { + content: "\F0FAB"; +} +.mdi-coffee-outline:before { + content: "\F06CA"; +} +.mdi-coffee-to-go:before { + content: "\F0177"; +} +.mdi-coffee-to-go-outline:before { + content: "\F130E"; +} +.mdi-coffin:before { + content: "\F0B7F"; +} +.mdi-cog:before { + content: "\F0493"; +} +.mdi-cog-box:before { + content: "\F0494"; +} +.mdi-cog-clockwise:before { + content: "\F11DD"; +} +.mdi-cog-counterclockwise:before { + content: "\F11DE"; +} +.mdi-cog-off:before { + content: "\F13CE"; +} +.mdi-cog-off-outline:before { + content: "\F13CF"; +} +.mdi-cog-outline:before { + content: "\F08BB"; +} +.mdi-cog-pause:before { + content: "\F1933"; +} +.mdi-cog-pause-outline:before { + content: "\F1934"; +} +.mdi-cog-play:before { + content: "\F1935"; +} +.mdi-cog-play-outline:before { + content: "\F1936"; +} +.mdi-cog-refresh:before { + content: "\F145E"; +} +.mdi-cog-refresh-outline:before { + content: "\F145F"; +} +.mdi-cog-stop:before { + content: "\F1937"; +} +.mdi-cog-stop-outline:before { + content: "\F1938"; +} +.mdi-cog-sync:before { + content: "\F1460"; +} +.mdi-cog-sync-outline:before { + content: "\F1461"; +} +.mdi-cog-transfer:before { + content: "\F105B"; +} +.mdi-cog-transfer-outline:before { + content: "\F105C"; +} +.mdi-cogs:before { + content: "\F08D6"; +} +.mdi-collage:before { + content: "\F0640"; +} +.mdi-collapse-all:before { + content: "\F0AA6"; +} +.mdi-collapse-all-outline:before { + content: "\F0AA7"; +} +.mdi-color-helper:before { + content: "\F0179"; +} +.mdi-comma:before { + content: "\F0E23"; +} +.mdi-comma-box:before { + content: "\F0E2B"; +} +.mdi-comma-box-outline:before { + content: "\F0E24"; +} +.mdi-comma-circle:before { + content: "\F0E25"; +} +.mdi-comma-circle-outline:before { + content: "\F0E26"; +} +.mdi-comment:before { + content: "\F017A"; +} +.mdi-comment-account:before { + content: "\F017B"; +} +.mdi-comment-account-outline:before { + content: "\F017C"; +} +.mdi-comment-alert:before { + content: "\F017D"; +} +.mdi-comment-alert-outline:before { + content: "\F017E"; +} +.mdi-comment-arrow-left:before { + content: "\F09E1"; +} +.mdi-comment-arrow-left-outline:before { + content: "\F09E2"; +} +.mdi-comment-arrow-right:before { + content: "\F09E3"; +} +.mdi-comment-arrow-right-outline:before { + content: "\F09E4"; +} +.mdi-comment-bookmark:before { + content: "\F15AE"; +} +.mdi-comment-bookmark-outline:before { + content: "\F15AF"; +} +.mdi-comment-check:before { + content: "\F017F"; +} +.mdi-comment-check-outline:before { + content: "\F0180"; +} +.mdi-comment-edit:before { + content: "\F11BF"; +} +.mdi-comment-edit-outline:before { + content: "\F12C4"; +} +.mdi-comment-eye:before { + content: "\F0A3A"; +} +.mdi-comment-eye-outline:before { + content: "\F0A3B"; +} +.mdi-comment-flash:before { + content: "\F15B0"; +} +.mdi-comment-flash-outline:before { + content: "\F15B1"; +} +.mdi-comment-minus:before { + content: "\F15DF"; +} +.mdi-comment-minus-outline:before { + content: "\F15E0"; +} +.mdi-comment-multiple:before { + content: "\F085F"; +} +.mdi-comment-multiple-outline:before { + content: "\F0181"; +} +.mdi-comment-off:before { + content: "\F15E1"; +} +.mdi-comment-off-outline:before { + content: "\F15E2"; +} +.mdi-comment-outline:before { + content: "\F0182"; +} +.mdi-comment-plus:before { + content: "\F09E5"; +} +.mdi-comment-plus-outline:before { + content: "\F0183"; +} +.mdi-comment-processing:before { + content: "\F0184"; +} +.mdi-comment-processing-outline:before { + content: "\F0185"; +} +.mdi-comment-question:before { + content: "\F0817"; +} +.mdi-comment-question-outline:before { + content: "\F0186"; +} +.mdi-comment-quote:before { + content: "\F1021"; +} +.mdi-comment-quote-outline:before { + content: "\F1022"; +} +.mdi-comment-remove:before { + content: "\F05DE"; +} +.mdi-comment-remove-outline:before { + content: "\F0187"; +} +.mdi-comment-search:before { + content: "\F0A3C"; +} +.mdi-comment-search-outline:before { + content: "\F0A3D"; +} +.mdi-comment-text:before { + content: "\F0188"; +} +.mdi-comment-text-multiple:before { + content: "\F0860"; +} +.mdi-comment-text-multiple-outline:before { + content: "\F0861"; +} +.mdi-comment-text-outline:before { + content: "\F0189"; +} +.mdi-compare:before { + content: "\F018A"; +} +.mdi-compare-horizontal:before { + content: "\F1492"; +} +.mdi-compare-remove:before { + content: "\F18B3"; +} +.mdi-compare-vertical:before { + content: "\F1493"; +} +.mdi-compass:before { + content: "\F018B"; +} +.mdi-compass-off:before { + content: "\F0B80"; +} +.mdi-compass-off-outline:before { + content: "\F0B81"; +} +.mdi-compass-outline:before { + content: "\F018C"; +} +.mdi-compass-rose:before { + content: "\F1382"; +} +.mdi-compost:before { + content: "\F1A38"; +} +.mdi-cone:before { + content: "\F194C"; +} +.mdi-cone-off:before { + content: "\F194D"; +} +.mdi-connection:before { + content: "\F1616"; +} +.mdi-console:before { + content: "\F018D"; +} +.mdi-console-line:before { + content: "\F07B7"; +} +.mdi-console-network:before { + content: "\F08A9"; +} +.mdi-console-network-outline:before { + content: "\F0C60"; +} +.mdi-consolidate:before { + content: "\F10D8"; +} +.mdi-contactless-payment:before { + content: "\F0D6A"; +} +.mdi-contactless-payment-circle:before { + content: "\F0321"; +} +.mdi-contactless-payment-circle-outline:before { + content: "\F0408"; +} +.mdi-contacts:before { + content: "\F06CB"; +} +.mdi-contacts-outline:before { + content: "\F05B8"; +} +.mdi-contain:before { + content: "\F0A3E"; +} +.mdi-contain-end:before { + content: "\F0A3F"; +} +.mdi-contain-start:before { + content: "\F0A40"; +} +.mdi-content-copy:before { + content: "\F018F"; +} +.mdi-content-cut:before { + content: "\F0190"; +} +.mdi-content-duplicate:before { + content: "\F0191"; +} +.mdi-content-paste:before { + content: "\F0192"; +} +.mdi-content-save:before { + content: "\F0193"; +} +.mdi-content-save-alert:before { + content: "\F0F42"; +} +.mdi-content-save-alert-outline:before { + content: "\F0F43"; +} +.mdi-content-save-all:before { + content: "\F0194"; +} +.mdi-content-save-all-outline:before { + content: "\F0F44"; +} +.mdi-content-save-check:before { + content: "\F18EA"; +} +.mdi-content-save-check-outline:before { + content: "\F18EB"; +} +.mdi-content-save-cog:before { + content: "\F145B"; +} +.mdi-content-save-cog-outline:before { + content: "\F145C"; +} +.mdi-content-save-edit:before { + content: "\F0CFB"; +} +.mdi-content-save-edit-outline:before { + content: "\F0CFC"; +} +.mdi-content-save-minus:before { + content: "\F1B43"; +} +.mdi-content-save-minus-outline:before { + content: "\F1B44"; +} +.mdi-content-save-move:before { + content: "\F0E27"; +} +.mdi-content-save-move-outline:before { + content: "\F0E28"; +} +.mdi-content-save-off:before { + content: "\F1643"; +} +.mdi-content-save-off-outline:before { + content: "\F1644"; +} +.mdi-content-save-outline:before { + content: "\F0818"; +} +.mdi-content-save-plus:before { + content: "\F1B41"; +} +.mdi-content-save-plus-outline:before { + content: "\F1B42"; +} +.mdi-content-save-settings:before { + content: "\F061B"; +} +.mdi-content-save-settings-outline:before { + content: "\F0B2E"; +} +.mdi-contrast:before { + content: "\F0195"; +} +.mdi-contrast-box:before { + content: "\F0196"; +} +.mdi-contrast-circle:before { + content: "\F0197"; +} +.mdi-controller:before { + content: "\F02B4"; +} +.mdi-controller-classic:before { + content: "\F0B82"; +} +.mdi-controller-classic-outline:before { + content: "\F0B83"; +} +.mdi-controller-off:before { + content: "\F02B5"; +} +.mdi-cookie:before { + content: "\F0198"; +} +.mdi-cookie-alert:before { + content: "\F16D0"; +} +.mdi-cookie-alert-outline:before { + content: "\F16D1"; +} +.mdi-cookie-check:before { + content: "\F16D2"; +} +.mdi-cookie-check-outline:before { + content: "\F16D3"; +} +.mdi-cookie-clock:before { + content: "\F16E4"; +} +.mdi-cookie-clock-outline:before { + content: "\F16E5"; +} +.mdi-cookie-cog:before { + content: "\F16D4"; +} +.mdi-cookie-cog-outline:before { + content: "\F16D5"; +} +.mdi-cookie-edit:before { + content: "\F16E6"; +} +.mdi-cookie-edit-outline:before { + content: "\F16E7"; +} +.mdi-cookie-lock:before { + content: "\F16E8"; +} +.mdi-cookie-lock-outline:before { + content: "\F16E9"; +} +.mdi-cookie-minus:before { + content: "\F16DA"; +} +.mdi-cookie-minus-outline:before { + content: "\F16DB"; +} +.mdi-cookie-off:before { + content: "\F16EA"; +} +.mdi-cookie-off-outline:before { + content: "\F16EB"; +} +.mdi-cookie-outline:before { + content: "\F16DE"; +} +.mdi-cookie-plus:before { + content: "\F16D6"; +} +.mdi-cookie-plus-outline:before { + content: "\F16D7"; +} +.mdi-cookie-refresh:before { + content: "\F16EC"; +} +.mdi-cookie-refresh-outline:before { + content: "\F16ED"; +} +.mdi-cookie-remove:before { + content: "\F16D8"; +} +.mdi-cookie-remove-outline:before { + content: "\F16D9"; +} +.mdi-cookie-settings:before { + content: "\F16DC"; +} +.mdi-cookie-settings-outline:before { + content: "\F16DD"; +} +.mdi-coolant-temperature:before { + content: "\F03C8"; +} +.mdi-copyleft:before { + content: "\F1939"; +} +.mdi-copyright:before { + content: "\F05E6"; +} +.mdi-cordova:before { + content: "\F0958"; +} +.mdi-corn:before { + content: "\F07B8"; +} +.mdi-corn-off:before { + content: "\F13EF"; +} +.mdi-cosine-wave:before { + content: "\F1479"; +} +.mdi-counter:before { + content: "\F0199"; +} +.mdi-countertop:before { + content: "\F181C"; +} +.mdi-countertop-outline:before { + content: "\F181D"; +} +.mdi-cow:before { + content: "\F019A"; +} +.mdi-cow-off:before { + content: "\F18FC"; +} +.mdi-cpu-32-bit:before { + content: "\F0EDF"; +} +.mdi-cpu-64-bit:before { + content: "\F0EE0"; +} +.mdi-cradle:before { + content: "\F198B"; +} +.mdi-cradle-outline:before { + content: "\F1991"; +} +.mdi-crane:before { + content: "\F0862"; +} +.mdi-creation:before { + content: "\F0674"; +} +.mdi-creation-outline:before { + content: "\F1C2B"; +} +.mdi-creative-commons:before { + content: "\F0D6B"; +} +.mdi-credit-card:before { + content: "\F0FEF"; +} +.mdi-credit-card-check:before { + content: "\F13D0"; +} +.mdi-credit-card-check-outline:before { + content: "\F13D1"; +} +.mdi-credit-card-chip:before { + content: "\F190F"; +} +.mdi-credit-card-chip-outline:before { + content: "\F1910"; +} +.mdi-credit-card-clock:before { + content: "\F0EE1"; +} +.mdi-credit-card-clock-outline:before { + content: "\F0EE2"; +} +.mdi-credit-card-edit:before { + content: "\F17D7"; +} +.mdi-credit-card-edit-outline:before { + content: "\F17D8"; +} +.mdi-credit-card-fast:before { + content: "\F1911"; +} +.mdi-credit-card-fast-outline:before { + content: "\F1912"; +} +.mdi-credit-card-lock:before { + content: "\F18E7"; +} +.mdi-credit-card-lock-outline:before { + content: "\F18E8"; +} +.mdi-credit-card-marker:before { + content: "\F06A8"; +} +.mdi-credit-card-marker-outline:before { + content: "\F0DBE"; +} +.mdi-credit-card-minus:before { + content: "\F0FAC"; +} +.mdi-credit-card-minus-outline:before { + content: "\F0FAD"; +} +.mdi-credit-card-multiple:before { + content: "\F0FF0"; +} +.mdi-credit-card-multiple-outline:before { + content: "\F019C"; +} +.mdi-credit-card-off:before { + content: "\F0FF1"; +} +.mdi-credit-card-off-outline:before { + content: "\F05E4"; +} +.mdi-credit-card-outline:before { + content: "\F019B"; +} +.mdi-credit-card-plus:before { + content: "\F0FF2"; +} +.mdi-credit-card-plus-outline:before { + content: "\F0676"; +} +.mdi-credit-card-refresh:before { + content: "\F1645"; +} +.mdi-credit-card-refresh-outline:before { + content: "\F1646"; +} +.mdi-credit-card-refund:before { + content: "\F0FF3"; +} +.mdi-credit-card-refund-outline:before { + content: "\F0AA8"; +} +.mdi-credit-card-remove:before { + content: "\F0FAE"; +} +.mdi-credit-card-remove-outline:before { + content: "\F0FAF"; +} +.mdi-credit-card-scan:before { + content: "\F0FF4"; +} +.mdi-credit-card-scan-outline:before { + content: "\F019D"; +} +.mdi-credit-card-search:before { + content: "\F1647"; +} +.mdi-credit-card-search-outline:before { + content: "\F1648"; +} +.mdi-credit-card-settings:before { + content: "\F0FF5"; +} +.mdi-credit-card-settings-outline:before { + content: "\F08D7"; +} +.mdi-credit-card-sync:before { + content: "\F1649"; +} +.mdi-credit-card-sync-outline:before { + content: "\F164A"; +} +.mdi-credit-card-wireless:before { + content: "\F0802"; +} +.mdi-credit-card-wireless-off:before { + content: "\F057A"; +} +.mdi-credit-card-wireless-off-outline:before { + content: "\F057B"; +} +.mdi-credit-card-wireless-outline:before { + content: "\F0D6C"; +} +.mdi-cricket:before { + content: "\F0D6D"; +} +.mdi-crop:before { + content: "\F019E"; +} +.mdi-crop-free:before { + content: "\F019F"; +} +.mdi-crop-landscape:before { + content: "\F01A0"; +} +.mdi-crop-portrait:before { + content: "\F01A1"; +} +.mdi-crop-rotate:before { + content: "\F0696"; +} +.mdi-crop-square:before { + content: "\F01A2"; +} +.mdi-cross:before { + content: "\F0953"; +} +.mdi-cross-bolnisi:before { + content: "\F0CED"; +} +.mdi-cross-celtic:before { + content: "\F0CF5"; +} +.mdi-cross-outline:before { + content: "\F0CF6"; +} +.mdi-crosshairs:before { + content: "\F01A3"; +} +.mdi-crosshairs-gps:before { + content: "\F01A4"; +} +.mdi-crosshairs-off:before { + content: "\F0F45"; +} +.mdi-crosshairs-question:before { + content: "\F1136"; +} +.mdi-crowd:before { + content: "\F1975"; +} +.mdi-crown:before { + content: "\F01A5"; +} +.mdi-crown-circle:before { + content: "\F17DC"; +} +.mdi-crown-circle-outline:before { + content: "\F17DD"; +} +.mdi-crown-outline:before { + content: "\F11D0"; +} +.mdi-cryengine:before { + content: "\F0959"; +} +.mdi-crystal-ball:before { + content: "\F0B2F"; +} +.mdi-cube:before { + content: "\F01A6"; +} +.mdi-cube-off:before { + content: "\F141C"; +} +.mdi-cube-off-outline:before { + content: "\F141D"; +} +.mdi-cube-outline:before { + content: "\F01A7"; +} +.mdi-cube-scan:before { + content: "\F0B84"; +} +.mdi-cube-send:before { + content: "\F01A8"; +} +.mdi-cube-unfolded:before { + content: "\F01A9"; +} +.mdi-cup:before { + content: "\F01AA"; +} +.mdi-cup-off:before { + content: "\F05E5"; +} +.mdi-cup-off-outline:before { + content: "\F137D"; +} +.mdi-cup-outline:before { + content: "\F130F"; +} +.mdi-cup-water:before { + content: "\F01AB"; +} +.mdi-cupboard:before { + content: "\F0F46"; +} +.mdi-cupboard-outline:before { + content: "\F0F47"; +} +.mdi-cupcake:before { + content: "\F095A"; +} +.mdi-curling:before { + content: "\F0863"; +} +.mdi-currency-bdt:before { + content: "\F0864"; +} +.mdi-currency-brl:before { + content: "\F0B85"; +} +.mdi-currency-btc:before { + content: "\F01AC"; +} +.mdi-currency-cny:before { + content: "\F07BA"; +} +.mdi-currency-eth:before { + content: "\F07BB"; +} +.mdi-currency-eur:before { + content: "\F01AD"; +} +.mdi-currency-eur-off:before { + content: "\F1315"; +} +.mdi-currency-fra:before { + content: "\F1A39"; +} +.mdi-currency-gbp:before { + content: "\F01AE"; +} +.mdi-currency-ils:before { + content: "\F0C61"; +} +.mdi-currency-inr:before { + content: "\F01AF"; +} +.mdi-currency-jpy:before { + content: "\F07BC"; +} +.mdi-currency-krw:before { + content: "\F07BD"; +} +.mdi-currency-kzt:before { + content: "\F0865"; +} +.mdi-currency-mnt:before { + content: "\F1512"; +} +.mdi-currency-ngn:before { + content: "\F01B0"; +} +.mdi-currency-php:before { + content: "\F09E6"; +} +.mdi-currency-rial:before { + content: "\F0E9C"; +} +.mdi-currency-rub:before { + content: "\F01B1"; +} +.mdi-currency-rupee:before { + content: "\F1976"; +} +.mdi-currency-sign:before { + content: "\F07BE"; +} +.mdi-currency-thb:before { + content: "\F1C05"; +} +.mdi-currency-try:before { + content: "\F01B2"; +} +.mdi-currency-twd:before { + content: "\F07BF"; +} +.mdi-currency-uah:before { + content: "\F1B9B"; +} +.mdi-currency-usd:before { + content: "\F01C1"; +} +.mdi-currency-usd-off:before { + content: "\F067A"; +} +.mdi-current-ac:before { + content: "\F1480"; +} +.mdi-current-dc:before { + content: "\F095C"; +} +.mdi-cursor-default:before { + content: "\F01C0"; +} +.mdi-cursor-default-click:before { + content: "\F0CFD"; +} +.mdi-cursor-default-click-outline:before { + content: "\F0CFE"; +} +.mdi-cursor-default-gesture:before { + content: "\F1127"; +} +.mdi-cursor-default-gesture-outline:before { + content: "\F1128"; +} +.mdi-cursor-default-outline:before { + content: "\F01BF"; +} +.mdi-cursor-move:before { + content: "\F01BE"; +} +.mdi-cursor-pointer:before { + content: "\F01BD"; +} +.mdi-cursor-text:before { + content: "\F05E7"; +} +.mdi-curtains:before { + content: "\F1846"; +} +.mdi-curtains-closed:before { + content: "\F1847"; +} +.mdi-cylinder:before { + content: "\F194E"; +} +.mdi-cylinder-off:before { + content: "\F194F"; +} +.mdi-dance-ballroom:before { + content: "\F15FB"; +} +.mdi-dance-pole:before { + content: "\F1578"; +} +.mdi-data-matrix:before { + content: "\F153C"; +} +.mdi-data-matrix-edit:before { + content: "\F153D"; +} +.mdi-data-matrix-minus:before { + content: "\F153E"; +} +.mdi-data-matrix-plus:before { + content: "\F153F"; +} +.mdi-data-matrix-remove:before { + content: "\F1540"; +} +.mdi-data-matrix-scan:before { + content: "\F1541"; +} +.mdi-database:before { + content: "\F01BC"; +} +.mdi-database-alert:before { + content: "\F163A"; +} +.mdi-database-alert-outline:before { + content: "\F1624"; +} +.mdi-database-arrow-down:before { + content: "\F163B"; +} +.mdi-database-arrow-down-outline:before { + content: "\F1625"; +} +.mdi-database-arrow-left:before { + content: "\F163C"; +} +.mdi-database-arrow-left-outline:before { + content: "\F1626"; +} +.mdi-database-arrow-right:before { + content: "\F163D"; +} +.mdi-database-arrow-right-outline:before { + content: "\F1627"; +} +.mdi-database-arrow-up:before { + content: "\F163E"; +} +.mdi-database-arrow-up-outline:before { + content: "\F1628"; +} +.mdi-database-check:before { + content: "\F0AA9"; +} +.mdi-database-check-outline:before { + content: "\F1629"; +} +.mdi-database-clock:before { + content: "\F163F"; +} +.mdi-database-clock-outline:before { + content: "\F162A"; +} +.mdi-database-cog:before { + content: "\F164B"; +} +.mdi-database-cog-outline:before { + content: "\F164C"; +} +.mdi-database-edit:before { + content: "\F0B86"; +} +.mdi-database-edit-outline:before { + content: "\F162B"; +} +.mdi-database-export:before { + content: "\F095E"; +} +.mdi-database-export-outline:before { + content: "\F162C"; +} +.mdi-database-eye:before { + content: "\F191F"; +} +.mdi-database-eye-off:before { + content: "\F1920"; +} +.mdi-database-eye-off-outline:before { + content: "\F1921"; +} +.mdi-database-eye-outline:before { + content: "\F1922"; +} +.mdi-database-import:before { + content: "\F095D"; +} +.mdi-database-import-outline:before { + content: "\F162D"; +} +.mdi-database-lock:before { + content: "\F0AAA"; +} +.mdi-database-lock-outline:before { + content: "\F162E"; +} +.mdi-database-marker:before { + content: "\F12F6"; +} +.mdi-database-marker-outline:before { + content: "\F162F"; +} +.mdi-database-minus:before { + content: "\F01BB"; +} +.mdi-database-minus-outline:before { + content: "\F1630"; +} +.mdi-database-off:before { + content: "\F1640"; +} +.mdi-database-off-outline:before { + content: "\F1631"; +} +.mdi-database-outline:before { + content: "\F1632"; +} +.mdi-database-plus:before { + content: "\F01BA"; +} +.mdi-database-plus-outline:before { + content: "\F1633"; +} +.mdi-database-refresh:before { + content: "\F05C2"; +} +.mdi-database-refresh-outline:before { + content: "\F1634"; +} +.mdi-database-remove:before { + content: "\F0D00"; +} +.mdi-database-remove-outline:before { + content: "\F1635"; +} +.mdi-database-search:before { + content: "\F0866"; +} +.mdi-database-search-outline:before { + content: "\F1636"; +} +.mdi-database-settings:before { + content: "\F0D01"; +} +.mdi-database-settings-outline:before { + content: "\F1637"; +} +.mdi-database-sync:before { + content: "\F0CFF"; +} +.mdi-database-sync-outline:before { + content: "\F1638"; +} +.mdi-death-star:before { + content: "\F08D8"; +} +.mdi-death-star-variant:before { + content: "\F08D9"; +} +.mdi-deathly-hallows:before { + content: "\F0B87"; +} +.mdi-debian:before { + content: "\F08DA"; +} +.mdi-debug-step-into:before { + content: "\F01B9"; +} +.mdi-debug-step-out:before { + content: "\F01B8"; +} +.mdi-debug-step-over:before { + content: "\F01B7"; +} +.mdi-decagram:before { + content: "\F076C"; +} +.mdi-decagram-outline:before { + content: "\F076D"; +} +.mdi-decimal:before { + content: "\F10A1"; +} +.mdi-decimal-comma:before { + content: "\F10A2"; +} +.mdi-decimal-comma-decrease:before { + content: "\F10A3"; +} +.mdi-decimal-comma-increase:before { + content: "\F10A4"; +} +.mdi-decimal-decrease:before { + content: "\F01B6"; +} +.mdi-decimal-increase:before { + content: "\F01B5"; +} +.mdi-delete:before { + content: "\F01B4"; +} +.mdi-delete-alert:before { + content: "\F10A5"; +} +.mdi-delete-alert-outline:before { + content: "\F10A6"; +} +.mdi-delete-circle:before { + content: "\F0683"; +} +.mdi-delete-circle-outline:before { + content: "\F0B88"; +} +.mdi-delete-clock:before { + content: "\F1556"; +} +.mdi-delete-clock-outline:before { + content: "\F1557"; +} +.mdi-delete-empty:before { + content: "\F06CC"; +} +.mdi-delete-empty-outline:before { + content: "\F0E9D"; +} +.mdi-delete-forever:before { + content: "\F05E8"; +} +.mdi-delete-forever-outline:before { + content: "\F0B89"; +} +.mdi-delete-off:before { + content: "\F10A7"; +} +.mdi-delete-off-outline:before { + content: "\F10A8"; +} +.mdi-delete-outline:before { + content: "\F09E7"; +} +.mdi-delete-restore:before { + content: "\F0819"; +} +.mdi-delete-sweep:before { + content: "\F05E9"; +} +.mdi-delete-sweep-outline:before { + content: "\F0C62"; +} +.mdi-delete-variant:before { + content: "\F01B3"; +} +.mdi-delta:before { + content: "\F01C2"; +} +.mdi-desk:before { + content: "\F1239"; +} +.mdi-desk-lamp:before { + content: "\F095F"; +} +.mdi-desk-lamp-off:before { + content: "\F1B1F"; +} +.mdi-desk-lamp-on:before { + content: "\F1B20"; +} +.mdi-deskphone:before { + content: "\F01C3"; +} +.mdi-desktop-classic:before { + content: "\F07C0"; +} +.mdi-desktop-tower:before { + content: "\F01C5"; +} +.mdi-desktop-tower-monitor:before { + content: "\F0AAB"; +} +.mdi-details:before { + content: "\F01C6"; +} +.mdi-dev-to:before { + content: "\F0D6E"; +} +.mdi-developer-board:before { + content: "\F0697"; +} +.mdi-deviantart:before { + content: "\F01C7"; +} +.mdi-devices:before { + content: "\F0FB0"; +} +.mdi-dharmachakra:before { + content: "\F094B"; +} +.mdi-diabetes:before { + content: "\F1126"; +} +.mdi-dialpad:before { + content: "\F061C"; +} +.mdi-diameter:before { + content: "\F0C63"; +} +.mdi-diameter-outline:before { + content: "\F0C64"; +} +.mdi-diameter-variant:before { + content: "\F0C65"; +} +.mdi-diamond:before { + content: "\F0B8A"; +} +.mdi-diamond-outline:before { + content: "\F0B8B"; +} +.mdi-diamond-stone:before { + content: "\F01C8"; +} +.mdi-diaper-outline:before { + content: "\F1CCF"; +} +.mdi-dice-1:before { + content: "\F01CA"; +} +.mdi-dice-1-outline:before { + content: "\F114A"; +} +.mdi-dice-2:before { + content: "\F01CB"; +} +.mdi-dice-2-outline:before { + content: "\F114B"; +} +.mdi-dice-3:before { + content: "\F01CC"; +} +.mdi-dice-3-outline:before { + content: "\F114C"; +} +.mdi-dice-4:before { + content: "\F01CD"; +} +.mdi-dice-4-outline:before { + content: "\F114D"; +} +.mdi-dice-5:before { + content: "\F01CE"; +} +.mdi-dice-5-outline:before { + content: "\F114E"; +} +.mdi-dice-6:before { + content: "\F01CF"; +} +.mdi-dice-6-outline:before { + content: "\F114F"; +} +.mdi-dice-d10:before { + content: "\F1153"; +} +.mdi-dice-d10-outline:before { + content: "\F076F"; +} +.mdi-dice-d12:before { + content: "\F1154"; +} +.mdi-dice-d12-outline:before { + content: "\F0867"; +} +.mdi-dice-d20:before { + content: "\F1155"; +} +.mdi-dice-d20-outline:before { + content: "\F05EA"; +} +.mdi-dice-d4:before { + content: "\F1150"; +} +.mdi-dice-d4-outline:before { + content: "\F05EB"; +} +.mdi-dice-d6:before { + content: "\F1151"; +} +.mdi-dice-d6-outline:before { + content: "\F05ED"; +} +.mdi-dice-d8:before { + content: "\F1152"; +} +.mdi-dice-d8-outline:before { + content: "\F05EC"; +} +.mdi-dice-multiple:before { + content: "\F076E"; +} +.mdi-dice-multiple-outline:before { + content: "\F1156"; +} +.mdi-digital-ocean:before { + content: "\F1237"; +} +.mdi-dip-switch:before { + content: "\F07C1"; +} +.mdi-directions:before { + content: "\F01D0"; +} +.mdi-directions-fork:before { + content: "\F0641"; +} +.mdi-disc:before { + content: "\F05EE"; +} +.mdi-disc-alert:before { + content: "\F01D1"; +} +.mdi-disc-player:before { + content: "\F0960"; +} +.mdi-dishwasher:before { + content: "\F0AAC"; +} +.mdi-dishwasher-alert:before { + content: "\F11B8"; +} +.mdi-dishwasher-off:before { + content: "\F11B9"; +} +.mdi-disqus:before { + content: "\F01D2"; +} +.mdi-distribute-horizontal-center:before { + content: "\F11C9"; +} +.mdi-distribute-horizontal-left:before { + content: "\F11C8"; +} +.mdi-distribute-horizontal-right:before { + content: "\F11CA"; +} +.mdi-distribute-vertical-bottom:before { + content: "\F11CB"; +} +.mdi-distribute-vertical-center:before { + content: "\F11CC"; +} +.mdi-distribute-vertical-top:before { + content: "\F11CD"; +} +.mdi-diversify:before { + content: "\F1877"; +} +.mdi-diving:before { + content: "\F1977"; +} +.mdi-diving-flippers:before { + content: "\F0DBF"; +} +.mdi-diving-helmet:before { + content: "\F0DC0"; +} +.mdi-diving-scuba:before { + content: "\F1B77"; +} +.mdi-diving-scuba-flag:before { + content: "\F0DC2"; +} +.mdi-diving-scuba-mask:before { + content: "\F0DC1"; +} +.mdi-diving-scuba-tank:before { + content: "\F0DC3"; +} +.mdi-diving-scuba-tank-multiple:before { + content: "\F0DC4"; +} +.mdi-diving-snorkel:before { + content: "\F0DC5"; +} +.mdi-division:before { + content: "\F01D4"; +} +.mdi-division-box:before { + content: "\F01D5"; +} +.mdi-dlna:before { + content: "\F0A41"; +} +.mdi-dna:before { + content: "\F0684"; +} +.mdi-dns:before { + content: "\F01D6"; +} +.mdi-dns-outline:before { + content: "\F0B8C"; +} +.mdi-dock-bottom:before { + content: "\F10A9"; +} +.mdi-dock-left:before { + content: "\F10AA"; +} +.mdi-dock-right:before { + content: "\F10AB"; +} +.mdi-dock-top:before { + content: "\F1513"; +} +.mdi-dock-window:before { + content: "\F10AC"; +} +.mdi-docker:before { + content: "\F0868"; +} +.mdi-doctor:before { + content: "\F0A42"; +} +.mdi-dog:before { + content: "\F0A43"; +} +.mdi-dog-service:before { + content: "\F0AAD"; +} +.mdi-dog-side:before { + content: "\F0A44"; +} +.mdi-dog-side-off:before { + content: "\F16EE"; +} +.mdi-dolby:before { + content: "\F06B3"; +} +.mdi-dolly:before { + content: "\F0E9E"; +} +.mdi-dolphin:before { + content: "\F18B4"; +} +.mdi-domain:before { + content: "\F01D7"; +} +.mdi-domain-off:before { + content: "\F0D6F"; +} +.mdi-domain-plus:before { + content: "\F10AD"; +} +.mdi-domain-remove:before { + content: "\F10AE"; +} +.mdi-domain-switch:before { + content: "\F1C2C"; +} +.mdi-dome-light:before { + content: "\F141E"; +} +.mdi-domino-mask:before { + content: "\F1023"; +} +.mdi-donkey:before { + content: "\F07C2"; +} +.mdi-door:before { + content: "\F081A"; +} +.mdi-door-closed:before { + content: "\F081B"; +} +.mdi-door-closed-cancel:before { + content: "\F1C93"; +} +.mdi-door-closed-lock:before { + content: "\F10AF"; +} +.mdi-door-open:before { + content: "\F081C"; +} +.mdi-door-sliding:before { + content: "\F181E"; +} +.mdi-door-sliding-lock:before { + content: "\F181F"; +} +.mdi-door-sliding-open:before { + content: "\F1820"; +} +.mdi-doorbell:before { + content: "\F12E6"; +} +.mdi-doorbell-video:before { + content: "\F0869"; +} +.mdi-dot-net:before { + content: "\F0AAE"; +} +.mdi-dots-circle:before { + content: "\F1978"; +} +.mdi-dots-grid:before { + content: "\F15FC"; +} +.mdi-dots-hexagon:before { + content: "\F15FF"; +} +.mdi-dots-horizontal:before { + content: "\F01D8"; +} +.mdi-dots-horizontal-circle:before { + content: "\F07C3"; +} +.mdi-dots-horizontal-circle-outline:before { + content: "\F0B8D"; +} +.mdi-dots-square:before { + content: "\F15FD"; +} +.mdi-dots-triangle:before { + content: "\F15FE"; +} +.mdi-dots-vertical:before { + content: "\F01D9"; +} +.mdi-dots-vertical-circle:before { + content: "\F07C4"; +} +.mdi-dots-vertical-circle-outline:before { + content: "\F0B8E"; +} +.mdi-download:before { + content: "\F01DA"; +} +.mdi-download-box:before { + content: "\F1462"; +} +.mdi-download-box-outline:before { + content: "\F1463"; +} +.mdi-download-circle:before { + content: "\F1464"; +} +.mdi-download-circle-outline:before { + content: "\F1465"; +} +.mdi-download-lock:before { + content: "\F1320"; +} +.mdi-download-lock-outline:before { + content: "\F1321"; +} +.mdi-download-multiple:before { + content: "\F09E9"; +} +.mdi-download-multiple-outline:before { + content: "\F1CD0"; +} +.mdi-download-network:before { + content: "\F06F4"; +} +.mdi-download-network-outline:before { + content: "\F0C66"; +} +.mdi-download-off:before { + content: "\F10B0"; +} +.mdi-download-off-outline:before { + content: "\F10B1"; +} +.mdi-download-outline:before { + content: "\F0B8F"; +} +.mdi-drag:before { + content: "\F01DB"; +} +.mdi-drag-horizontal:before { + content: "\F01DC"; +} +.mdi-drag-horizontal-variant:before { + content: "\F12F0"; +} +.mdi-drag-variant:before { + content: "\F0B90"; +} +.mdi-drag-vertical:before { + content: "\F01DD"; +} +.mdi-drag-vertical-variant:before { + content: "\F12F1"; +} +.mdi-drama-masks:before { + content: "\F0D02"; +} +.mdi-draw:before { + content: "\F0F49"; +} +.mdi-draw-pen:before { + content: "\F19B9"; +} +.mdi-drawing:before { + content: "\F01DE"; +} +.mdi-drawing-box:before { + content: "\F01DF"; +} +.mdi-dresser:before { + content: "\F0F4A"; +} +.mdi-dresser-outline:before { + content: "\F0F4B"; +} +.mdi-drone:before { + content: "\F01E2"; +} +.mdi-dropbox:before { + content: "\F01E3"; +} +.mdi-drupal:before { + content: "\F01E4"; +} +.mdi-duck:before { + content: "\F01E5"; +} +.mdi-dumbbell:before { + content: "\F01E6"; +} +.mdi-dump-truck:before { + content: "\F0C67"; +} +.mdi-ear-hearing:before { + content: "\F07C5"; +} +.mdi-ear-hearing-loop:before { + content: "\F1AEE"; +} +.mdi-ear-hearing-off:before { + content: "\F0A45"; +} +.mdi-earbuds:before { + content: "\F184F"; +} +.mdi-earbuds-off:before { + content: "\F1850"; +} +.mdi-earbuds-off-outline:before { + content: "\F1851"; +} +.mdi-earbuds-outline:before { + content: "\F1852"; +} +.mdi-earth:before { + content: "\F01E7"; +} +.mdi-earth-arrow-down:before { + content: "\F1C87"; +} +.mdi-earth-arrow-left:before { + content: "\F1C88"; +} +.mdi-earth-arrow-right:before { + content: "\F1311"; +} +.mdi-earth-arrow-up:before { + content: "\F1C89"; +} +.mdi-earth-box:before { + content: "\F06CD"; +} +.mdi-earth-box-minus:before { + content: "\F1407"; +} +.mdi-earth-box-off:before { + content: "\F06CE"; +} +.mdi-earth-box-plus:before { + content: "\F1406"; +} +.mdi-earth-box-remove:before { + content: "\F1408"; +} +.mdi-earth-minus:before { + content: "\F1404"; +} +.mdi-earth-off:before { + content: "\F01E8"; +} +.mdi-earth-plus:before { + content: "\F1403"; +} +.mdi-earth-remove:before { + content: "\F1405"; +} +.mdi-egg:before { + content: "\F0AAF"; +} +.mdi-egg-easter:before { + content: "\F0AB0"; +} +.mdi-egg-fried:before { + content: "\F184A"; +} +.mdi-egg-off:before { + content: "\F13F0"; +} +.mdi-egg-off-outline:before { + content: "\F13F1"; +} +.mdi-egg-outline:before { + content: "\F13F2"; +} +.mdi-eiffel-tower:before { + content: "\F156B"; +} +.mdi-eight-track:before { + content: "\F09EA"; +} +.mdi-eject:before { + content: "\F01EA"; +} +.mdi-eject-circle:before { + content: "\F1B23"; +} +.mdi-eject-circle-outline:before { + content: "\F1B24"; +} +.mdi-eject-outline:before { + content: "\F0B91"; +} +.mdi-electric-switch:before { + content: "\F0E9F"; +} +.mdi-electric-switch-closed:before { + content: "\F10D9"; +} +.mdi-electron-framework:before { + content: "\F1024"; +} +.mdi-elephant:before { + content: "\F07C6"; +} +.mdi-elevation-decline:before { + content: "\F01EB"; +} +.mdi-elevation-rise:before { + content: "\F01EC"; +} +.mdi-elevator:before { + content: "\F01ED"; +} +.mdi-elevator-down:before { + content: "\F12C2"; +} +.mdi-elevator-passenger:before { + content: "\F1381"; +} +.mdi-elevator-passenger-off:before { + content: "\F1979"; +} +.mdi-elevator-passenger-off-outline:before { + content: "\F197A"; +} +.mdi-elevator-passenger-outline:before { + content: "\F197B"; +} +.mdi-elevator-up:before { + content: "\F12C1"; +} +.mdi-ellipse:before { + content: "\F0EA0"; +} +.mdi-ellipse-outline:before { + content: "\F0EA1"; +} +.mdi-email:before { + content: "\F01EE"; +} +.mdi-email-alert:before { + content: "\F06CF"; +} +.mdi-email-alert-outline:before { + content: "\F0D42"; +} +.mdi-email-arrow-left:before { + content: "\F10DA"; +} +.mdi-email-arrow-left-outline:before { + content: "\F10DB"; +} +.mdi-email-arrow-right:before { + content: "\F10DC"; +} +.mdi-email-arrow-right-outline:before { + content: "\F10DD"; +} +.mdi-email-box:before { + content: "\F0D03"; +} +.mdi-email-check:before { + content: "\F0AB1"; +} +.mdi-email-check-outline:before { + content: "\F0AB2"; +} +.mdi-email-edit:before { + content: "\F0EE3"; +} +.mdi-email-edit-outline:before { + content: "\F0EE4"; +} +.mdi-email-fast:before { + content: "\F186F"; +} +.mdi-email-fast-outline:before { + content: "\F1870"; +} +.mdi-email-heart-outline:before { + content: "\F1C5B"; +} +.mdi-email-lock:before { + content: "\F01F1"; +} +.mdi-email-lock-outline:before { + content: "\F1B61"; +} +.mdi-email-mark-as-unread:before { + content: "\F0B92"; +} +.mdi-email-minus:before { + content: "\F0EE5"; +} +.mdi-email-minus-outline:before { + content: "\F0EE6"; +} +.mdi-email-multiple:before { + content: "\F0EE7"; +} +.mdi-email-multiple-outline:before { + content: "\F0EE8"; +} +.mdi-email-newsletter:before { + content: "\F0FB1"; +} +.mdi-email-off:before { + content: "\F13E3"; +} +.mdi-email-off-outline:before { + content: "\F13E4"; +} +.mdi-email-open:before { + content: "\F01EF"; +} +.mdi-email-open-heart-outline:before { + content: "\F1C5C"; +} +.mdi-email-open-multiple:before { + content: "\F0EE9"; +} +.mdi-email-open-multiple-outline:before { + content: "\F0EEA"; +} +.mdi-email-open-outline:before { + content: "\F05EF"; +} +.mdi-email-outline:before { + content: "\F01F0"; +} +.mdi-email-plus:before { + content: "\F09EB"; +} +.mdi-email-plus-outline:before { + content: "\F09EC"; +} +.mdi-email-remove:before { + content: "\F1661"; +} +.mdi-email-remove-outline:before { + content: "\F1662"; +} +.mdi-email-seal:before { + content: "\F195B"; +} +.mdi-email-seal-outline:before { + content: "\F195C"; +} +.mdi-email-search:before { + content: "\F0961"; +} +.mdi-email-search-outline:before { + content: "\F0962"; +} +.mdi-email-sync:before { + content: "\F12C7"; +} +.mdi-email-sync-outline:before { + content: "\F12C8"; +} +.mdi-email-variant:before { + content: "\F05F0"; +} +.mdi-ember:before { + content: "\F0B30"; +} +.mdi-emby:before { + content: "\F06B4"; +} +.mdi-emoticon:before { + content: "\F0C68"; +} +.mdi-emoticon-angry:before { + content: "\F0C69"; +} +.mdi-emoticon-angry-outline:before { + content: "\F0C6A"; +} +.mdi-emoticon-confused:before { + content: "\F10DE"; +} +.mdi-emoticon-confused-outline:before { + content: "\F10DF"; +} +.mdi-emoticon-cool:before { + content: "\F0C6B"; +} +.mdi-emoticon-cool-outline:before { + content: "\F01F3"; +} +.mdi-emoticon-cry:before { + content: "\F0C6C"; +} +.mdi-emoticon-cry-outline:before { + content: "\F0C6D"; +} +.mdi-emoticon-dead:before { + content: "\F0C6E"; +} +.mdi-emoticon-dead-outline:before { + content: "\F069B"; +} +.mdi-emoticon-devil:before { + content: "\F0C6F"; +} +.mdi-emoticon-devil-outline:before { + content: "\F01F4"; +} +.mdi-emoticon-excited:before { + content: "\F0C70"; +} +.mdi-emoticon-excited-outline:before { + content: "\F069C"; +} +.mdi-emoticon-frown:before { + content: "\F0F4C"; +} +.mdi-emoticon-frown-outline:before { + content: "\F0F4D"; +} +.mdi-emoticon-happy:before { + content: "\F0C71"; +} +.mdi-emoticon-happy-outline:before { + content: "\F01F5"; +} +.mdi-emoticon-kiss:before { + content: "\F0C72"; +} +.mdi-emoticon-kiss-outline:before { + content: "\F0C73"; +} +.mdi-emoticon-lol:before { + content: "\F1214"; +} +.mdi-emoticon-lol-outline:before { + content: "\F1215"; +} +.mdi-emoticon-minus:before { + content: "\F1CB2"; +} +.mdi-emoticon-minus-outline:before { + content: "\F1CB3"; +} +.mdi-emoticon-neutral:before { + content: "\F0C74"; +} +.mdi-emoticon-neutral-outline:before { + content: "\F01F6"; +} +.mdi-emoticon-outline:before { + content: "\F01F2"; +} +.mdi-emoticon-plus:before { + content: "\F1CB4"; +} +.mdi-emoticon-plus-outline:before { + content: "\F1CB5"; +} +.mdi-emoticon-poop:before { + content: "\F01F7"; +} +.mdi-emoticon-poop-outline:before { + content: "\F0C75"; +} +.mdi-emoticon-remove:before { + content: "\F1CB6"; +} +.mdi-emoticon-remove-outline:before { + content: "\F1CB7"; +} +.mdi-emoticon-sad:before { + content: "\F0C76"; +} +.mdi-emoticon-sad-outline:before { + content: "\F01F8"; +} +.mdi-emoticon-sick:before { + content: "\F157C"; +} +.mdi-emoticon-sick-outline:before { + content: "\F157D"; +} +.mdi-emoticon-tongue:before { + content: "\F01F9"; +} +.mdi-emoticon-tongue-outline:before { + content: "\F0C77"; +} +.mdi-emoticon-wink:before { + content: "\F0C78"; +} +.mdi-emoticon-wink-outline:before { + content: "\F0C79"; +} +.mdi-engine:before { + content: "\F01FA"; +} +.mdi-engine-off:before { + content: "\F0A46"; +} +.mdi-engine-off-outline:before { + content: "\F0A47"; +} +.mdi-engine-outline:before { + content: "\F01FB"; +} +.mdi-epsilon:before { + content: "\F10E0"; +} +.mdi-equal:before { + content: "\F01FC"; +} +.mdi-equal-box:before { + content: "\F01FD"; +} +.mdi-equalizer:before { + content: "\F0EA2"; +} +.mdi-equalizer-outline:before { + content: "\F0EA3"; +} +.mdi-eraser:before { + content: "\F01FE"; +} +.mdi-eraser-variant:before { + content: "\F0642"; +} +.mdi-escalator:before { + content: "\F01FF"; +} +.mdi-escalator-box:before { + content: "\F1399"; +} +.mdi-escalator-down:before { + content: "\F12C0"; +} +.mdi-escalator-up:before { + content: "\F12BF"; +} +.mdi-eslint:before { + content: "\F0C7A"; +} +.mdi-et:before { + content: "\F0AB3"; +} +.mdi-ethereum:before { + content: "\F086A"; +} +.mdi-ethernet:before { + content: "\F0200"; +} +.mdi-ethernet-cable:before { + content: "\F0201"; +} +.mdi-ethernet-cable-off:before { + content: "\F0202"; +} +.mdi-ethernet-off:before { + content: "\F1CD1"; +} +.mdi-ev-plug-ccs1:before { + content: "\F1519"; +} +.mdi-ev-plug-ccs2:before { + content: "\F151A"; +} +.mdi-ev-plug-chademo:before { + content: "\F151B"; +} +.mdi-ev-plug-tesla:before { + content: "\F151C"; +} +.mdi-ev-plug-type1:before { + content: "\F151D"; +} +.mdi-ev-plug-type2:before { + content: "\F151E"; +} +.mdi-ev-station:before { + content: "\F05F1"; +} +.mdi-evernote:before { + content: "\F0204"; +} +.mdi-excavator:before { + content: "\F1025"; +} +.mdi-exclamation:before { + content: "\F0205"; +} +.mdi-exclamation-thick:before { + content: "\F1238"; +} +.mdi-exit-run:before { + content: "\F0A48"; +} +.mdi-exit-to-app:before { + content: "\F0206"; +} +.mdi-expand-all:before { + content: "\F0AB4"; +} +.mdi-expand-all-outline:before { + content: "\F0AB5"; +} +.mdi-expansion-card:before { + content: "\F08AE"; +} +.mdi-expansion-card-variant:before { + content: "\F0FB2"; +} +.mdi-exponent:before { + content: "\F0963"; +} +.mdi-exponent-box:before { + content: "\F0964"; +} +.mdi-export:before { + content: "\F0207"; +} +.mdi-export-variant:before { + content: "\F0B93"; +} +.mdi-eye:before { + content: "\F0208"; +} +.mdi-eye-arrow-left:before { + content: "\F18FD"; +} +.mdi-eye-arrow-left-outline:before { + content: "\F18FE"; +} +.mdi-eye-arrow-right:before { + content: "\F18FF"; +} +.mdi-eye-arrow-right-outline:before { + content: "\F1900"; +} +.mdi-eye-check:before { + content: "\F0D04"; +} +.mdi-eye-check-outline:before { + content: "\F0D05"; +} +.mdi-eye-circle:before { + content: "\F0B94"; +} +.mdi-eye-circle-outline:before { + content: "\F0B95"; +} +.mdi-eye-closed:before { + content: "\F1CA3"; +} +.mdi-eye-lock:before { + content: "\F1C06"; +} +.mdi-eye-lock-open:before { + content: "\F1C07"; +} +.mdi-eye-lock-open-outline:before { + content: "\F1C08"; +} +.mdi-eye-lock-outline:before { + content: "\F1C09"; +} +.mdi-eye-minus:before { + content: "\F1026"; +} +.mdi-eye-minus-outline:before { + content: "\F1027"; +} +.mdi-eye-off:before { + content: "\F0209"; +} +.mdi-eye-off-outline:before { + content: "\F06D1"; +} +.mdi-eye-outline:before { + content: "\F06D0"; +} +.mdi-eye-plus:before { + content: "\F086B"; +} +.mdi-eye-plus-outline:before { + content: "\F086C"; +} +.mdi-eye-refresh:before { + content: "\F197C"; +} +.mdi-eye-refresh-outline:before { + content: "\F197D"; +} +.mdi-eye-remove:before { + content: "\F15E3"; +} +.mdi-eye-remove-outline:before { + content: "\F15E4"; +} +.mdi-eye-settings:before { + content: "\F086D"; +} +.mdi-eye-settings-outline:before { + content: "\F086E"; +} +.mdi-eyedropper:before { + content: "\F020A"; +} +.mdi-eyedropper-minus:before { + content: "\F13DD"; +} +.mdi-eyedropper-off:before { + content: "\F13DF"; +} +.mdi-eyedropper-plus:before { + content: "\F13DC"; +} +.mdi-eyedropper-remove:before { + content: "\F13DE"; +} +.mdi-eyedropper-variant:before { + content: "\F020B"; +} +.mdi-face-agent:before { + content: "\F0D70"; +} +.mdi-face-man:before { + content: "\F0643"; +} +.mdi-face-man-outline:before { + content: "\F0B96"; +} +.mdi-face-man-profile:before { + content: "\F0644"; +} +.mdi-face-man-shimmer:before { + content: "\F15CC"; +} +.mdi-face-man-shimmer-outline:before { + content: "\F15CD"; +} +.mdi-face-mask:before { + content: "\F1586"; +} +.mdi-face-mask-outline:before { + content: "\F1587"; +} +.mdi-face-recognition:before { + content: "\F0C7B"; +} +.mdi-face-woman:before { + content: "\F1077"; +} +.mdi-face-woman-outline:before { + content: "\F1078"; +} +.mdi-face-woman-profile:before { + content: "\F1076"; +} +.mdi-face-woman-shimmer:before { + content: "\F15CE"; +} +.mdi-face-woman-shimmer-outline:before { + content: "\F15CF"; +} +.mdi-facebook:before { + content: "\F020C"; +} +.mdi-facebook-gaming:before { + content: "\F07DD"; +} +.mdi-facebook-messenger:before { + content: "\F020E"; +} +.mdi-facebook-workplace:before { + content: "\F0B31"; +} +.mdi-factory:before { + content: "\F020F"; +} +.mdi-family-tree:before { + content: "\F160E"; +} +.mdi-fan:before { + content: "\F0210"; +} +.mdi-fan-alert:before { + content: "\F146C"; +} +.mdi-fan-auto:before { + content: "\F171D"; +} +.mdi-fan-chevron-down:before { + content: "\F146D"; +} +.mdi-fan-chevron-up:before { + content: "\F146E"; +} +.mdi-fan-clock:before { + content: "\F1A3A"; +} +.mdi-fan-minus:before { + content: "\F1470"; +} +.mdi-fan-off:before { + content: "\F081D"; +} +.mdi-fan-plus:before { + content: "\F146F"; +} +.mdi-fan-remove:before { + content: "\F1471"; +} +.mdi-fan-speed-1:before { + content: "\F1472"; +} +.mdi-fan-speed-2:before { + content: "\F1473"; +} +.mdi-fan-speed-3:before { + content: "\F1474"; +} +.mdi-fast-forward:before { + content: "\F0211"; +} +.mdi-fast-forward-10:before { + content: "\F0D71"; +} +.mdi-fast-forward-15:before { + content: "\F193A"; +} +.mdi-fast-forward-30:before { + content: "\F0D06"; +} +.mdi-fast-forward-45:before { + content: "\F1B12"; +} +.mdi-fast-forward-5:before { + content: "\F11F8"; +} +.mdi-fast-forward-60:before { + content: "\F160B"; +} +.mdi-fast-forward-outline:before { + content: "\F06D2"; +} +.mdi-faucet:before { + content: "\F1B29"; +} +.mdi-faucet-variant:before { + content: "\F1B2A"; +} +.mdi-fax:before { + content: "\F0212"; +} +.mdi-feather:before { + content: "\F06D3"; +} +.mdi-feature-search:before { + content: "\F0A49"; +} +.mdi-feature-search-outline:before { + content: "\F0A4A"; +} +.mdi-fedora:before { + content: "\F08DB"; +} +.mdi-fence:before { + content: "\F179A"; +} +.mdi-fence-electric:before { + content: "\F17F6"; +} +.mdi-fencing:before { + content: "\F14C1"; +} +.mdi-ferris-wheel:before { + content: "\F0EA4"; +} +.mdi-ferry:before { + content: "\F0213"; +} +.mdi-file:before { + content: "\F0214"; +} +.mdi-file-account:before { + content: "\F073B"; +} +.mdi-file-account-outline:before { + content: "\F1028"; +} +.mdi-file-alert:before { + content: "\F0A4B"; +} +.mdi-file-alert-outline:before { + content: "\F0A4C"; +} +.mdi-file-arrow-left-right:before { + content: "\F1A93"; +} +.mdi-file-arrow-left-right-outline:before { + content: "\F1A94"; +} +.mdi-file-arrow-up-down:before { + content: "\F1A95"; +} +.mdi-file-arrow-up-down-outline:before { + content: "\F1A96"; +} +.mdi-file-cabinet:before { + content: "\F0AB6"; +} +.mdi-file-cad:before { + content: "\F0EEB"; +} +.mdi-file-cad-box:before { + content: "\F0EEC"; +} +.mdi-file-cancel:before { + content: "\F0DC6"; +} +.mdi-file-cancel-outline:before { + content: "\F0DC7"; +} +.mdi-file-certificate:before { + content: "\F1186"; +} +.mdi-file-certificate-outline:before { + content: "\F1187"; +} +.mdi-file-chart:before { + content: "\F0215"; +} +.mdi-file-chart-check:before { + content: "\F19C6"; +} +.mdi-file-chart-check-outline:before { + content: "\F19C7"; +} +.mdi-file-chart-outline:before { + content: "\F1029"; +} +.mdi-file-check:before { + content: "\F0216"; +} +.mdi-file-check-outline:before { + content: "\F0E29"; +} +.mdi-file-clock:before { + content: "\F12E1"; +} +.mdi-file-clock-outline:before { + content: "\F12E2"; +} +.mdi-file-cloud:before { + content: "\F0217"; +} +.mdi-file-cloud-outline:before { + content: "\F102A"; +} +.mdi-file-code:before { + content: "\F022E"; +} +.mdi-file-code-outline:before { + content: "\F102B"; +} +.mdi-file-cog:before { + content: "\F107B"; +} +.mdi-file-cog-outline:before { + content: "\F107C"; +} +.mdi-file-compare:before { + content: "\F08AA"; +} +.mdi-file-delimited:before { + content: "\F0218"; +} +.mdi-file-delimited-outline:before { + content: "\F0EA5"; +} +.mdi-file-document:before { + content: "\F0219"; +} +.mdi-file-document-alert:before { + content: "\F1A97"; +} +.mdi-file-document-alert-outline:before { + content: "\F1A98"; +} +.mdi-file-document-arrow-right:before { + content: "\F1C0F"; +} +.mdi-file-document-arrow-right-outline:before { + content: "\F1C10"; +} +.mdi-file-document-check:before { + content: "\F1A99"; +} +.mdi-file-document-check-outline:before { + content: "\F1A9A"; +} +.mdi-file-document-edit:before { + content: "\F0DC8"; +} +.mdi-file-document-edit-outline:before { + content: "\F0DC9"; +} +.mdi-file-document-minus:before { + content: "\F1A9B"; +} +.mdi-file-document-minus-outline:before { + content: "\F1A9C"; +} +.mdi-file-document-multiple:before { + content: "\F1517"; +} +.mdi-file-document-multiple-outline:before { + content: "\F1518"; +} +.mdi-file-document-outline:before { + content: "\F09EE"; +} +.mdi-file-document-plus:before { + content: "\F1A9D"; +} +.mdi-file-document-plus-outline:before { + content: "\F1A9E"; +} +.mdi-file-document-refresh:before { + content: "\F1C7A"; +} +.mdi-file-document-refresh-outline:before { + content: "\F1C7B"; +} +.mdi-file-document-remove:before { + content: "\F1A9F"; +} +.mdi-file-document-remove-outline:before { + content: "\F1AA0"; +} +.mdi-file-download:before { + content: "\F0965"; +} +.mdi-file-download-outline:before { + content: "\F0966"; +} +.mdi-file-edit:before { + content: "\F11E7"; +} +.mdi-file-edit-outline:before { + content: "\F11E8"; +} +.mdi-file-excel:before { + content: "\F021B"; +} +.mdi-file-excel-box:before { + content: "\F021C"; +} +.mdi-file-excel-box-outline:before { + content: "\F102C"; +} +.mdi-file-excel-outline:before { + content: "\F102D"; +} +.mdi-file-export:before { + content: "\F021D"; +} +.mdi-file-export-outline:before { + content: "\F102E"; +} +.mdi-file-eye:before { + content: "\F0DCA"; +} +.mdi-file-eye-outline:before { + content: "\F0DCB"; +} +.mdi-file-find:before { + content: "\F021E"; +} +.mdi-file-find-outline:before { + content: "\F0B97"; +} +.mdi-file-gif-box:before { + content: "\F0D78"; +} +.mdi-file-hidden:before { + content: "\F0613"; +} +.mdi-file-image:before { + content: "\F021F"; +} +.mdi-file-image-marker:before { + content: "\F1772"; +} +.mdi-file-image-marker-outline:before { + content: "\F1773"; +} +.mdi-file-image-minus:before { + content: "\F193B"; +} +.mdi-file-image-minus-outline:before { + content: "\F193C"; +} +.mdi-file-image-outline:before { + content: "\F0EB0"; +} +.mdi-file-image-plus:before { + content: "\F193D"; +} +.mdi-file-image-plus-outline:before { + content: "\F193E"; +} +.mdi-file-image-remove:before { + content: "\F193F"; +} +.mdi-file-image-remove-outline:before { + content: "\F1940"; +} +.mdi-file-import:before { + content: "\F0220"; +} +.mdi-file-import-outline:before { + content: "\F102F"; +} +.mdi-file-jpg-box:before { + content: "\F0225"; +} +.mdi-file-key:before { + content: "\F1184"; +} +.mdi-file-key-outline:before { + content: "\F1185"; +} +.mdi-file-link:before { + content: "\F1177"; +} +.mdi-file-link-outline:before { + content: "\F1178"; +} +.mdi-file-lock:before { + content: "\F0221"; +} +.mdi-file-lock-open:before { + content: "\F19C8"; +} +.mdi-file-lock-open-outline:before { + content: "\F19C9"; +} +.mdi-file-lock-outline:before { + content: "\F1030"; +} +.mdi-file-marker:before { + content: "\F1774"; +} +.mdi-file-marker-outline:before { + content: "\F1775"; +} +.mdi-file-minus:before { + content: "\F1AA1"; +} +.mdi-file-minus-outline:before { + content: "\F1AA2"; +} +.mdi-file-move:before { + content: "\F0AB9"; +} +.mdi-file-move-outline:before { + content: "\F1031"; +} +.mdi-file-multiple:before { + content: "\F0222"; +} +.mdi-file-multiple-outline:before { + content: "\F1032"; +} +.mdi-file-music:before { + content: "\F0223"; +} +.mdi-file-music-outline:before { + content: "\F0E2A"; +} +.mdi-file-outline:before { + content: "\F0224"; +} +.mdi-file-pdf-box:before { + content: "\F0226"; +} +.mdi-file-percent:before { + content: "\F081E"; +} +.mdi-file-percent-outline:before { + content: "\F1033"; +} +.mdi-file-phone:before { + content: "\F1179"; +} +.mdi-file-phone-outline:before { + content: "\F117A"; +} +.mdi-file-plus:before { + content: "\F0752"; +} +.mdi-file-plus-outline:before { + content: "\F0EED"; +} +.mdi-file-png-box:before { + content: "\F0E2D"; +} +.mdi-file-powerpoint:before { + content: "\F0227"; +} +.mdi-file-powerpoint-box:before { + content: "\F0228"; +} +.mdi-file-powerpoint-box-outline:before { + content: "\F1034"; +} +.mdi-file-powerpoint-outline:before { + content: "\F1035"; +} +.mdi-file-presentation-box:before { + content: "\F0229"; +} +.mdi-file-question:before { + content: "\F086F"; +} +.mdi-file-question-outline:before { + content: "\F1036"; +} +.mdi-file-refresh:before { + content: "\F0918"; +} +.mdi-file-refresh-outline:before { + content: "\F0541"; +} +.mdi-file-remove:before { + content: "\F0B98"; +} +.mdi-file-remove-outline:before { + content: "\F1037"; +} +.mdi-file-replace:before { + content: "\F0B32"; +} +.mdi-file-replace-outline:before { + content: "\F0B33"; +} +.mdi-file-restore:before { + content: "\F0670"; +} +.mdi-file-restore-outline:before { + content: "\F1038"; +} +.mdi-file-rotate-left:before { + content: "\F1A3B"; +} +.mdi-file-rotate-left-outline:before { + content: "\F1A3C"; +} +.mdi-file-rotate-right:before { + content: "\F1A3D"; +} +.mdi-file-rotate-right-outline:before { + content: "\F1A3E"; +} +.mdi-file-search:before { + content: "\F0C7C"; +} +.mdi-file-search-outline:before { + content: "\F0C7D"; +} +.mdi-file-send:before { + content: "\F022A"; +} +.mdi-file-send-outline:before { + content: "\F1039"; +} +.mdi-file-settings:before { + content: "\F1079"; +} +.mdi-file-settings-outline:before { + content: "\F107A"; +} +.mdi-file-sign:before { + content: "\F19C3"; +} +.mdi-file-star:before { + content: "\F103A"; +} +.mdi-file-star-four-points:before { + content: "\F1C2D"; +} +.mdi-file-star-four-points-outline:before { + content: "\F1C2E"; +} +.mdi-file-star-outline:before { + content: "\F103B"; +} +.mdi-file-swap:before { + content: "\F0FB4"; +} +.mdi-file-swap-outline:before { + content: "\F0FB5"; +} +.mdi-file-sync:before { + content: "\F1216"; +} +.mdi-file-sync-outline:before { + content: "\F1217"; +} +.mdi-file-table:before { + content: "\F0C7E"; +} +.mdi-file-table-box:before { + content: "\F10E1"; +} +.mdi-file-table-box-multiple:before { + content: "\F10E2"; +} +.mdi-file-table-box-multiple-outline:before { + content: "\F10E3"; +} +.mdi-file-table-box-outline:before { + content: "\F10E4"; +} +.mdi-file-table-outline:before { + content: "\F0C7F"; +} +.mdi-file-tree:before { + content: "\F0645"; +} +.mdi-file-tree-outline:before { + content: "\F13D2"; +} +.mdi-file-undo:before { + content: "\F08DC"; +} +.mdi-file-undo-outline:before { + content: "\F103C"; +} +.mdi-file-upload:before { + content: "\F0A4D"; +} +.mdi-file-upload-outline:before { + content: "\F0A4E"; +} +.mdi-file-video:before { + content: "\F022B"; +} +.mdi-file-video-outline:before { + content: "\F0E2C"; +} +.mdi-file-word:before { + content: "\F022C"; +} +.mdi-file-word-box:before { + content: "\F022D"; +} +.mdi-file-word-box-outline:before { + content: "\F103D"; +} +.mdi-file-word-outline:before { + content: "\F103E"; +} +.mdi-file-xml-box:before { + content: "\F1B4B"; +} +.mdi-film:before { + content: "\F022F"; +} +.mdi-filmstrip:before { + content: "\F0230"; +} +.mdi-filmstrip-box:before { + content: "\F0332"; +} +.mdi-filmstrip-box-multiple:before { + content: "\F0D18"; +} +.mdi-filmstrip-off:before { + content: "\F0231"; +} +.mdi-filter:before { + content: "\F0232"; +} +.mdi-filter-check:before { + content: "\F18EC"; +} +.mdi-filter-check-outline:before { + content: "\F18ED"; +} +.mdi-filter-cog:before { + content: "\F1AA3"; +} +.mdi-filter-cog-outline:before { + content: "\F1AA4"; +} +.mdi-filter-menu:before { + content: "\F10E5"; +} +.mdi-filter-menu-outline:before { + content: "\F10E6"; +} +.mdi-filter-minus:before { + content: "\F0EEE"; +} +.mdi-filter-minus-outline:before { + content: "\F0EEF"; +} +.mdi-filter-multiple:before { + content: "\F1A3F"; +} +.mdi-filter-multiple-outline:before { + content: "\F1A40"; +} +.mdi-filter-off:before { + content: "\F14EF"; +} +.mdi-filter-off-outline:before { + content: "\F14F0"; +} +.mdi-filter-outline:before { + content: "\F0233"; +} +.mdi-filter-plus:before { + content: "\F0EF0"; +} +.mdi-filter-plus-outline:before { + content: "\F0EF1"; +} +.mdi-filter-remove:before { + content: "\F0234"; +} +.mdi-filter-remove-outline:before { + content: "\F0235"; +} +.mdi-filter-settings:before { + content: "\F1AA5"; +} +.mdi-filter-settings-outline:before { + content: "\F1AA6"; +} +.mdi-filter-variant:before { + content: "\F0236"; +} +.mdi-filter-variant-minus:before { + content: "\F1112"; +} +.mdi-filter-variant-plus:before { + content: "\F1113"; +} +.mdi-filter-variant-remove:before { + content: "\F103F"; +} +.mdi-finance:before { + content: "\F081F"; +} +.mdi-find-replace:before { + content: "\F06D4"; +} +.mdi-fingerprint:before { + content: "\F0237"; +} +.mdi-fingerprint-off:before { + content: "\F0EB1"; +} +.mdi-fire:before { + content: "\F0238"; +} +.mdi-fire-alert:before { + content: "\F15D7"; +} +.mdi-fire-circle:before { + content: "\F1807"; +} +.mdi-fire-extinguisher:before { + content: "\F0EF2"; +} +.mdi-fire-hydrant:before { + content: "\F1137"; +} +.mdi-fire-hydrant-alert:before { + content: "\F1138"; +} +.mdi-fire-hydrant-off:before { + content: "\F1139"; +} +.mdi-fire-off:before { + content: "\F1722"; +} +.mdi-fire-station:before { + content: "\F1CC3"; +} +.mdi-fire-truck:before { + content: "\F08AB"; +} +.mdi-firebase:before { + content: "\F0967"; +} +.mdi-firefox:before { + content: "\F0239"; +} +.mdi-fireplace:before { + content: "\F0E2E"; +} +.mdi-fireplace-off:before { + content: "\F0E2F"; +} +.mdi-firewire:before { + content: "\F05BE"; +} +.mdi-firework:before { + content: "\F0E30"; +} +.mdi-firework-off:before { + content: "\F1723"; +} +.mdi-fish:before { + content: "\F023A"; +} +.mdi-fish-off:before { + content: "\F13F3"; +} +.mdi-fishbowl:before { + content: "\F0EF3"; +} +.mdi-fishbowl-outline:before { + content: "\F0EF4"; +} +.mdi-fit-to-page:before { + content: "\F0EF5"; +} +.mdi-fit-to-page-outline:before { + content: "\F0EF6"; +} +.mdi-fit-to-screen:before { + content: "\F18F4"; +} +.mdi-fit-to-screen-outline:before { + content: "\F18F5"; +} +.mdi-flag:before { + content: "\F023B"; +} +.mdi-flag-checkered:before { + content: "\F023C"; +} +.mdi-flag-minus:before { + content: "\F0B99"; +} +.mdi-flag-minus-outline:before { + content: "\F10B2"; +} +.mdi-flag-off:before { + content: "\F18EE"; +} +.mdi-flag-off-outline:before { + content: "\F18EF"; +} +.mdi-flag-outline:before { + content: "\F023D"; +} +.mdi-flag-plus:before { + content: "\F0B9A"; +} +.mdi-flag-plus-outline:before { + content: "\F10B3"; +} +.mdi-flag-remove:before { + content: "\F0B9B"; +} +.mdi-flag-remove-outline:before { + content: "\F10B4"; +} +.mdi-flag-triangle:before { + content: "\F023F"; +} +.mdi-flag-variant:before { + content: "\F0240"; +} +.mdi-flag-variant-minus:before { + content: "\F1BB4"; +} +.mdi-flag-variant-minus-outline:before { + content: "\F1BB5"; +} +.mdi-flag-variant-off:before { + content: "\F1BB0"; +} +.mdi-flag-variant-off-outline:before { + content: "\F1BB1"; +} +.mdi-flag-variant-outline:before { + content: "\F023E"; +} +.mdi-flag-variant-plus:before { + content: "\F1BB2"; +} +.mdi-flag-variant-plus-outline:before { + content: "\F1BB3"; +} +.mdi-flag-variant-remove:before { + content: "\F1BB6"; +} +.mdi-flag-variant-remove-outline:before { + content: "\F1BB7"; +} +.mdi-flare:before { + content: "\F0D72"; +} +.mdi-flash:before { + content: "\F0241"; +} +.mdi-flash-alert:before { + content: "\F0EF7"; +} +.mdi-flash-alert-outline:before { + content: "\F0EF8"; +} +.mdi-flash-auto:before { + content: "\F0242"; +} +.mdi-flash-off:before { + content: "\F0243"; +} +.mdi-flash-off-outline:before { + content: "\F1B45"; +} +.mdi-flash-outline:before { + content: "\F06D5"; +} +.mdi-flash-red-eye:before { + content: "\F067B"; +} +.mdi-flash-triangle:before { + content: "\F1B1D"; +} +.mdi-flash-triangle-outline:before { + content: "\F1B1E"; +} +.mdi-flashlight:before { + content: "\F0244"; +} +.mdi-flashlight-off:before { + content: "\F0245"; +} +.mdi-flask:before { + content: "\F0093"; +} +.mdi-flask-empty:before { + content: "\F0094"; +} +.mdi-flask-empty-minus:before { + content: "\F123A"; +} +.mdi-flask-empty-minus-outline:before { + content: "\F123B"; +} +.mdi-flask-empty-off:before { + content: "\F13F4"; +} +.mdi-flask-empty-off-outline:before { + content: "\F13F5"; +} +.mdi-flask-empty-outline:before { + content: "\F0095"; +} +.mdi-flask-empty-plus:before { + content: "\F123C"; +} +.mdi-flask-empty-plus-outline:before { + content: "\F123D"; +} +.mdi-flask-empty-remove:before { + content: "\F123E"; +} +.mdi-flask-empty-remove-outline:before { + content: "\F123F"; +} +.mdi-flask-minus:before { + content: "\F1240"; +} +.mdi-flask-minus-outline:before { + content: "\F1241"; +} +.mdi-flask-off:before { + content: "\F13F6"; +} +.mdi-flask-off-outline:before { + content: "\F13F7"; +} +.mdi-flask-outline:before { + content: "\F0096"; +} +.mdi-flask-plus:before { + content: "\F1242"; +} +.mdi-flask-plus-outline:before { + content: "\F1243"; +} +.mdi-flask-remove:before { + content: "\F1244"; +} +.mdi-flask-remove-outline:before { + content: "\F1245"; +} +.mdi-flask-round-bottom:before { + content: "\F124B"; +} +.mdi-flask-round-bottom-empty:before { + content: "\F124C"; +} +.mdi-flask-round-bottom-empty-outline:before { + content: "\F124D"; +} +.mdi-flask-round-bottom-outline:before { + content: "\F124E"; +} +.mdi-fleur-de-lis:before { + content: "\F1303"; +} +.mdi-flip-horizontal:before { + content: "\F10E7"; +} +.mdi-flip-to-back:before { + content: "\F0247"; +} +.mdi-flip-to-front:before { + content: "\F0248"; +} +.mdi-flip-vertical:before { + content: "\F10E8"; +} +.mdi-floor-lamp:before { + content: "\F08DD"; +} +.mdi-floor-lamp-dual:before { + content: "\F1040"; +} +.mdi-floor-lamp-dual-outline:before { + content: "\F17CE"; +} +.mdi-floor-lamp-outline:before { + content: "\F17C8"; +} +.mdi-floor-lamp-torchiere:before { + content: "\F1747"; +} +.mdi-floor-lamp-torchiere-outline:before { + content: "\F17D6"; +} +.mdi-floor-lamp-torchiere-variant:before { + content: "\F1041"; +} +.mdi-floor-lamp-torchiere-variant-outline:before { + content: "\F17CF"; +} +.mdi-floor-plan:before { + content: "\F0821"; +} +.mdi-floppy:before { + content: "\F0249"; +} +.mdi-floppy-variant:before { + content: "\F09EF"; +} +.mdi-flower:before { + content: "\F024A"; +} +.mdi-flower-outline:before { + content: "\F09F0"; +} +.mdi-flower-pollen:before { + content: "\F1885"; +} +.mdi-flower-pollen-outline:before { + content: "\F1886"; +} +.mdi-flower-poppy:before { + content: "\F0D08"; +} +.mdi-flower-tulip:before { + content: "\F09F1"; +} +.mdi-flower-tulip-outline:before { + content: "\F09F2"; +} +.mdi-focus-auto:before { + content: "\F0F4E"; +} +.mdi-focus-field:before { + content: "\F0F4F"; +} +.mdi-focus-field-horizontal:before { + content: "\F0F50"; +} +.mdi-focus-field-vertical:before { + content: "\F0F51"; +} +.mdi-folder:before { + content: "\F024B"; +} +.mdi-folder-account:before { + content: "\F024C"; +} +.mdi-folder-account-outline:before { + content: "\F0B9C"; +} +.mdi-folder-alert:before { + content: "\F0DCC"; +} +.mdi-folder-alert-outline:before { + content: "\F0DCD"; +} +.mdi-folder-arrow-down:before { + content: "\F19E8"; +} +.mdi-folder-arrow-down-outline:before { + content: "\F19E9"; +} +.mdi-folder-arrow-left:before { + content: "\F19EA"; +} +.mdi-folder-arrow-left-outline:before { + content: "\F19EB"; +} +.mdi-folder-arrow-left-right:before { + content: "\F19EC"; +} +.mdi-folder-arrow-left-right-outline:before { + content: "\F19ED"; +} +.mdi-folder-arrow-right:before { + content: "\F19EE"; +} +.mdi-folder-arrow-right-outline:before { + content: "\F19EF"; +} +.mdi-folder-arrow-up:before { + content: "\F19F0"; +} +.mdi-folder-arrow-up-down:before { + content: "\F19F1"; +} +.mdi-folder-arrow-up-down-outline:before { + content: "\F19F2"; +} +.mdi-folder-arrow-up-outline:before { + content: "\F19F3"; +} +.mdi-folder-cancel:before { + content: "\F19F4"; +} +.mdi-folder-cancel-outline:before { + content: "\F19F5"; +} +.mdi-folder-check:before { + content: "\F197E"; +} +.mdi-folder-check-outline:before { + content: "\F197F"; +} +.mdi-folder-clock:before { + content: "\F0ABA"; +} +.mdi-folder-clock-outline:before { + content: "\F0ABB"; +} +.mdi-folder-cog:before { + content: "\F107F"; +} +.mdi-folder-cog-outline:before { + content: "\F1080"; +} +.mdi-folder-download:before { + content: "\F024D"; +} +.mdi-folder-download-outline:before { + content: "\F10E9"; +} +.mdi-folder-edit:before { + content: "\F08DE"; +} +.mdi-folder-edit-outline:before { + content: "\F0DCE"; +} +.mdi-folder-eye:before { + content: "\F178A"; +} +.mdi-folder-eye-outline:before { + content: "\F178B"; +} +.mdi-folder-file:before { + content: "\F19F6"; +} +.mdi-folder-file-outline:before { + content: "\F19F7"; +} +.mdi-folder-google-drive:before { + content: "\F024E"; +} +.mdi-folder-heart:before { + content: "\F10EA"; +} +.mdi-folder-heart-outline:before { + content: "\F10EB"; +} +.mdi-folder-hidden:before { + content: "\F179E"; +} +.mdi-folder-home:before { + content: "\F10B5"; +} +.mdi-folder-home-outline:before { + content: "\F10B6"; +} +.mdi-folder-image:before { + content: "\F024F"; +} +.mdi-folder-information:before { + content: "\F10B7"; +} +.mdi-folder-information-outline:before { + content: "\F10B8"; +} +.mdi-folder-key:before { + content: "\F08AC"; +} +.mdi-folder-key-network:before { + content: "\F08AD"; +} +.mdi-folder-key-network-outline:before { + content: "\F0C80"; +} +.mdi-folder-key-outline:before { + content: "\F10EC"; +} +.mdi-folder-lock:before { + content: "\F0250"; +} +.mdi-folder-lock-open:before { + content: "\F0251"; +} +.mdi-folder-lock-open-outline:before { + content: "\F1AA7"; +} +.mdi-folder-lock-outline:before { + content: "\F1AA8"; +} +.mdi-folder-marker:before { + content: "\F126D"; +} +.mdi-folder-marker-outline:before { + content: "\F126E"; +} +.mdi-folder-minus:before { + content: "\F1B49"; +} +.mdi-folder-minus-outline:before { + content: "\F1B4A"; +} +.mdi-folder-move:before { + content: "\F0252"; +} +.mdi-folder-move-outline:before { + content: "\F1246"; +} +.mdi-folder-multiple:before { + content: "\F0253"; +} +.mdi-folder-multiple-image:before { + content: "\F0254"; +} +.mdi-folder-multiple-outline:before { + content: "\F0255"; +} +.mdi-folder-multiple-plus:before { + content: "\F147E"; +} +.mdi-folder-multiple-plus-outline:before { + content: "\F147F"; +} +.mdi-folder-music:before { + content: "\F1359"; +} +.mdi-folder-music-outline:before { + content: "\F135A"; +} +.mdi-folder-network:before { + content: "\F0870"; +} +.mdi-folder-network-outline:before { + content: "\F0C81"; +} +.mdi-folder-off:before { + content: "\F19F8"; +} +.mdi-folder-off-outline:before { + content: "\F19F9"; +} +.mdi-folder-open:before { + content: "\F0770"; +} +.mdi-folder-open-outline:before { + content: "\F0DCF"; +} +.mdi-folder-outline:before { + content: "\F0256"; +} +.mdi-folder-play:before { + content: "\F19FA"; +} +.mdi-folder-play-outline:before { + content: "\F19FB"; +} +.mdi-folder-plus:before { + content: "\F0257"; +} +.mdi-folder-plus-outline:before { + content: "\F0B9D"; +} +.mdi-folder-pound:before { + content: "\F0D09"; +} +.mdi-folder-pound-outline:before { + content: "\F0D0A"; +} +.mdi-folder-question:before { + content: "\F19CA"; +} +.mdi-folder-question-outline:before { + content: "\F19CB"; +} +.mdi-folder-refresh:before { + content: "\F0749"; +} +.mdi-folder-refresh-outline:before { + content: "\F0542"; +} +.mdi-folder-remove:before { + content: "\F0258"; +} +.mdi-folder-remove-outline:before { + content: "\F0B9E"; +} +.mdi-folder-search:before { + content: "\F0968"; +} +.mdi-folder-search-outline:before { + content: "\F0969"; +} +.mdi-folder-settings:before { + content: "\F107D"; +} +.mdi-folder-settings-outline:before { + content: "\F107E"; +} +.mdi-folder-star:before { + content: "\F069D"; +} +.mdi-folder-star-multiple:before { + content: "\F13D3"; +} +.mdi-folder-star-multiple-outline:before { + content: "\F13D4"; +} +.mdi-folder-star-outline:before { + content: "\F0B9F"; +} +.mdi-folder-swap:before { + content: "\F0FB6"; +} +.mdi-folder-swap-outline:before { + content: "\F0FB7"; +} +.mdi-folder-sync:before { + content: "\F0D0B"; +} +.mdi-folder-sync-outline:before { + content: "\F0D0C"; +} +.mdi-folder-table:before { + content: "\F12E3"; +} +.mdi-folder-table-outline:before { + content: "\F12E4"; +} +.mdi-folder-text:before { + content: "\F0C82"; +} +.mdi-folder-text-outline:before { + content: "\F0C83"; +} +.mdi-folder-upload:before { + content: "\F0259"; +} +.mdi-folder-upload-outline:before { + content: "\F10ED"; +} +.mdi-folder-wrench:before { + content: "\F19FC"; +} +.mdi-folder-wrench-outline:before { + content: "\F19FD"; +} +.mdi-folder-zip:before { + content: "\F06EB"; +} +.mdi-folder-zip-outline:before { + content: "\F07B9"; +} +.mdi-font-awesome:before { + content: "\F003A"; +} +.mdi-food:before { + content: "\F025A"; +} +.mdi-food-apple:before { + content: "\F025B"; +} +.mdi-food-apple-outline:before { + content: "\F0C84"; +} +.mdi-food-croissant:before { + content: "\F07C8"; +} +.mdi-food-drumstick:before { + content: "\F141F"; +} +.mdi-food-drumstick-off:before { + content: "\F1468"; +} +.mdi-food-drumstick-off-outline:before { + content: "\F1469"; +} +.mdi-food-drumstick-outline:before { + content: "\F1420"; +} +.mdi-food-fork-drink:before { + content: "\F05F2"; +} +.mdi-food-halal:before { + content: "\F1572"; +} +.mdi-food-hot-dog:before { + content: "\F184B"; +} +.mdi-food-kosher:before { + content: "\F1573"; +} +.mdi-food-off:before { + content: "\F05F3"; +} +.mdi-food-off-outline:before { + content: "\F1915"; +} +.mdi-food-outline:before { + content: "\F1916"; +} +.mdi-food-steak:before { + content: "\F146A"; +} +.mdi-food-steak-off:before { + content: "\F146B"; +} +.mdi-food-takeout-box:before { + content: "\F1836"; +} +.mdi-food-takeout-box-outline:before { + content: "\F1837"; +} +.mdi-food-turkey:before { + content: "\F171C"; +} +.mdi-food-variant:before { + content: "\F025C"; +} +.mdi-food-variant-off:before { + content: "\F13E5"; +} +.mdi-foot-print:before { + content: "\F0F52"; +} +.mdi-football:before { + content: "\F025D"; +} +.mdi-football-australian:before { + content: "\F025E"; +} +.mdi-football-helmet:before { + content: "\F025F"; +} +.mdi-forest:before { + content: "\F1897"; +} +.mdi-forest-outline:before { + content: "\F1C63"; +} +.mdi-forklift:before { + content: "\F07C9"; +} +.mdi-form-dropdown:before { + content: "\F1400"; +} +.mdi-form-select:before { + content: "\F1401"; +} +.mdi-form-textarea:before { + content: "\F1095"; +} +.mdi-form-textbox:before { + content: "\F060E"; +} +.mdi-form-textbox-lock:before { + content: "\F135D"; +} +.mdi-form-textbox-password:before { + content: "\F07F5"; +} +.mdi-format-align-bottom:before { + content: "\F0753"; +} +.mdi-format-align-center:before { + content: "\F0260"; +} +.mdi-format-align-justify:before { + content: "\F0261"; +} +.mdi-format-align-left:before { + content: "\F0262"; +} +.mdi-format-align-middle:before { + content: "\F0754"; +} +.mdi-format-align-right:before { + content: "\F0263"; +} +.mdi-format-align-top:before { + content: "\F0755"; +} +.mdi-format-annotation-minus:before { + content: "\F0ABC"; +} +.mdi-format-annotation-plus:before { + content: "\F0646"; +} +.mdi-format-bold:before { + content: "\F0264"; +} +.mdi-format-clear:before { + content: "\F0265"; +} +.mdi-format-color-fill:before { + content: "\F0266"; +} +.mdi-format-color-highlight:before { + content: "\F0E31"; +} +.mdi-format-color-marker-cancel:before { + content: "\F1313"; +} +.mdi-format-color-text:before { + content: "\F069E"; +} +.mdi-format-columns:before { + content: "\F08DF"; +} +.mdi-format-float-center:before { + content: "\F0267"; +} +.mdi-format-float-left:before { + content: "\F0268"; +} +.mdi-format-float-none:before { + content: "\F0269"; +} +.mdi-format-float-right:before { + content: "\F026A"; +} +.mdi-format-font:before { + content: "\F06D6"; +} +.mdi-format-font-size-decrease:before { + content: "\F09F3"; +} +.mdi-format-font-size-increase:before { + content: "\F09F4"; +} +.mdi-format-header-1:before { + content: "\F026B"; +} +.mdi-format-header-2:before { + content: "\F026C"; +} +.mdi-format-header-3:before { + content: "\F026D"; +} +.mdi-format-header-4:before { + content: "\F026E"; +} +.mdi-format-header-5:before { + content: "\F026F"; +} +.mdi-format-header-6:before { + content: "\F0270"; +} +.mdi-format-header-decrease:before { + content: "\F0271"; +} +.mdi-format-header-equal:before { + content: "\F0272"; +} +.mdi-format-header-increase:before { + content: "\F0273"; +} +.mdi-format-header-pound:before { + content: "\F0274"; +} +.mdi-format-horizontal-align-center:before { + content: "\F061E"; +} +.mdi-format-horizontal-align-left:before { + content: "\F061F"; +} +.mdi-format-horizontal-align-right:before { + content: "\F0620"; +} +.mdi-format-indent-decrease:before { + content: "\F0275"; +} +.mdi-format-indent-increase:before { + content: "\F0276"; +} +.mdi-format-italic:before { + content: "\F0277"; +} +.mdi-format-letter-case:before { + content: "\F0B34"; +} +.mdi-format-letter-case-lower:before { + content: "\F0B35"; +} +.mdi-format-letter-case-upper:before { + content: "\F0B36"; +} +.mdi-format-letter-ends-with:before { + content: "\F0FB8"; +} +.mdi-format-letter-matches:before { + content: "\F0FB9"; +} +.mdi-format-letter-spacing:before { + content: "\F1956"; +} +.mdi-format-letter-spacing-variant:before { + content: "\F1AFB"; +} +.mdi-format-letter-starts-with:before { + content: "\F0FBA"; +} +.mdi-format-line-height:before { + content: "\F1AFC"; +} +.mdi-format-line-spacing:before { + content: "\F0278"; +} +.mdi-format-line-style:before { + content: "\F05C8"; +} +.mdi-format-line-weight:before { + content: "\F05C9"; +} +.mdi-format-list-bulleted:before { + content: "\F0279"; +} +.mdi-format-list-bulleted-square:before { + content: "\F0DD0"; +} +.mdi-format-list-bulleted-triangle:before { + content: "\F0EB2"; +} +.mdi-format-list-bulleted-type:before { + content: "\F027A"; +} +.mdi-format-list-checkbox:before { + content: "\F096A"; +} +.mdi-format-list-checks:before { + content: "\F0756"; +} +.mdi-format-list-group:before { + content: "\F1860"; +} +.mdi-format-list-group-plus:before { + content: "\F1B56"; +} +.mdi-format-list-numbered:before { + content: "\F027B"; +} +.mdi-format-list-numbered-rtl:before { + content: "\F0D0D"; +} +.mdi-format-list-text:before { + content: "\F126F"; +} +.mdi-format-overline:before { + content: "\F0EB3"; +} +.mdi-format-page-break:before { + content: "\F06D7"; +} +.mdi-format-page-split:before { + content: "\F1917"; +} +.mdi-format-paint:before { + content: "\F027C"; +} +.mdi-format-paragraph:before { + content: "\F027D"; +} +.mdi-format-paragraph-spacing:before { + content: "\F1AFD"; +} +.mdi-format-pilcrow:before { + content: "\F06D8"; +} +.mdi-format-pilcrow-arrow-left:before { + content: "\F0286"; +} +.mdi-format-pilcrow-arrow-right:before { + content: "\F0285"; +} +.mdi-format-quote-close:before { + content: "\F027E"; +} +.mdi-format-quote-close-outline:before { + content: "\F11A8"; +} +.mdi-format-quote-open:before { + content: "\F0757"; +} +.mdi-format-quote-open-outline:before { + content: "\F11A7"; +} +.mdi-format-rotate-90:before { + content: "\F06AA"; +} +.mdi-format-section:before { + content: "\F069F"; +} +.mdi-format-size:before { + content: "\F027F"; +} +.mdi-format-strikethrough:before { + content: "\F0280"; +} +.mdi-format-strikethrough-variant:before { + content: "\F0281"; +} +.mdi-format-subscript:before { + content: "\F0282"; +} +.mdi-format-superscript:before { + content: "\F0283"; +} +.mdi-format-text:before { + content: "\F0284"; +} +.mdi-format-text-rotation-angle-down:before { + content: "\F0FBB"; +} +.mdi-format-text-rotation-angle-up:before { + content: "\F0FBC"; +} +.mdi-format-text-rotation-down:before { + content: "\F0D73"; +} +.mdi-format-text-rotation-down-vertical:before { + content: "\F0FBD"; +} +.mdi-format-text-rotation-none:before { + content: "\F0D74"; +} +.mdi-format-text-rotation-up:before { + content: "\F0FBE"; +} +.mdi-format-text-rotation-vertical:before { + content: "\F0FBF"; +} +.mdi-format-text-variant:before { + content: "\F0E32"; +} +.mdi-format-text-variant-outline:before { + content: "\F150F"; +} +.mdi-format-text-wrapping-clip:before { + content: "\F0D0E"; +} +.mdi-format-text-wrapping-overflow:before { + content: "\F0D0F"; +} +.mdi-format-text-wrapping-wrap:before { + content: "\F0D10"; +} +.mdi-format-textbox:before { + content: "\F0D11"; +} +.mdi-format-title:before { + content: "\F05F4"; +} +.mdi-format-underline:before { + content: "\F0287"; +} +.mdi-format-underline-wavy:before { + content: "\F18E9"; +} +.mdi-format-vertical-align-bottom:before { + content: "\F0621"; +} +.mdi-format-vertical-align-center:before { + content: "\F0622"; +} +.mdi-format-vertical-align-top:before { + content: "\F0623"; +} +.mdi-format-wrap-inline:before { + content: "\F0288"; +} +.mdi-format-wrap-square:before { + content: "\F0289"; +} +.mdi-format-wrap-tight:before { + content: "\F028A"; +} +.mdi-format-wrap-top-bottom:before { + content: "\F028B"; +} +.mdi-forum:before { + content: "\F028C"; +} +.mdi-forum-minus:before { + content: "\F1AA9"; +} +.mdi-forum-minus-outline:before { + content: "\F1AAA"; +} +.mdi-forum-outline:before { + content: "\F0822"; +} +.mdi-forum-plus:before { + content: "\F1AAB"; +} +.mdi-forum-plus-outline:before { + content: "\F1AAC"; +} +.mdi-forum-remove:before { + content: "\F1AAD"; +} +.mdi-forum-remove-outline:before { + content: "\F1AAE"; +} +.mdi-forward:before { + content: "\F028D"; +} +.mdi-forwardburger:before { + content: "\F0D75"; +} +.mdi-fountain:before { + content: "\F096B"; +} +.mdi-fountain-pen:before { + content: "\F0D12"; +} +.mdi-fountain-pen-tip:before { + content: "\F0D13"; +} +.mdi-fraction-one-half:before { + content: "\F1992"; +} +.mdi-freebsd:before { + content: "\F08E0"; +} +.mdi-french-fries:before { + content: "\F1957"; +} +.mdi-frequently-asked-questions:before { + content: "\F0EB4"; +} +.mdi-fridge:before { + content: "\F0290"; +} +.mdi-fridge-alert:before { + content: "\F11B1"; +} +.mdi-fridge-alert-outline:before { + content: "\F11B2"; +} +.mdi-fridge-bottom:before { + content: "\F0292"; +} +.mdi-fridge-industrial:before { + content: "\F15EE"; +} +.mdi-fridge-industrial-alert:before { + content: "\F15EF"; +} +.mdi-fridge-industrial-alert-outline:before { + content: "\F15F0"; +} +.mdi-fridge-industrial-off:before { + content: "\F15F1"; +} +.mdi-fridge-industrial-off-outline:before { + content: "\F15F2"; +} +.mdi-fridge-industrial-outline:before { + content: "\F15F3"; +} +.mdi-fridge-off:before { + content: "\F11AF"; +} +.mdi-fridge-off-outline:before { + content: "\F11B0"; +} +.mdi-fridge-outline:before { + content: "\F028F"; +} +.mdi-fridge-top:before { + content: "\F0291"; +} +.mdi-fridge-variant:before { + content: "\F15F4"; +} +.mdi-fridge-variant-alert:before { + content: "\F15F5"; +} +.mdi-fridge-variant-alert-outline:before { + content: "\F15F6"; +} +.mdi-fridge-variant-off:before { + content: "\F15F7"; +} +.mdi-fridge-variant-off-outline:before { + content: "\F15F8"; +} +.mdi-fridge-variant-outline:before { + content: "\F15F9"; +} +.mdi-fruit-cherries:before { + content: "\F1042"; +} +.mdi-fruit-cherries-off:before { + content: "\F13F8"; +} +.mdi-fruit-citrus:before { + content: "\F1043"; +} +.mdi-fruit-citrus-off:before { + content: "\F13F9"; +} +.mdi-fruit-grapes:before { + content: "\F1044"; +} +.mdi-fruit-grapes-outline:before { + content: "\F1045"; +} +.mdi-fruit-pear:before { + content: "\F1A0E"; +} +.mdi-fruit-pineapple:before { + content: "\F1046"; +} +.mdi-fruit-watermelon:before { + content: "\F1047"; +} +.mdi-fuel:before { + content: "\F07CA"; +} +.mdi-fuel-cell:before { + content: "\F18B5"; +} +.mdi-fullscreen:before { + content: "\F0293"; +} +.mdi-fullscreen-exit:before { + content: "\F0294"; +} +.mdi-function:before { + content: "\F0295"; +} +.mdi-function-variant:before { + content: "\F0871"; +} +.mdi-furigana-horizontal:before { + content: "\F1081"; +} +.mdi-furigana-vertical:before { + content: "\F1082"; +} +.mdi-fuse:before { + content: "\F0C85"; +} +.mdi-fuse-alert:before { + content: "\F142D"; +} +.mdi-fuse-blade:before { + content: "\F0C86"; +} +.mdi-fuse-off:before { + content: "\F142C"; +} +.mdi-gamepad:before { + content: "\F0296"; +} +.mdi-gamepad-circle:before { + content: "\F0E33"; +} +.mdi-gamepad-circle-down:before { + content: "\F0E34"; +} +.mdi-gamepad-circle-left:before { + content: "\F0E35"; +} +.mdi-gamepad-circle-outline:before { + content: "\F0E36"; +} +.mdi-gamepad-circle-right:before { + content: "\F0E37"; +} +.mdi-gamepad-circle-up:before { + content: "\F0E38"; +} +.mdi-gamepad-down:before { + content: "\F0E39"; +} +.mdi-gamepad-left:before { + content: "\F0E3A"; +} +.mdi-gamepad-outline:before { + content: "\F1919"; +} +.mdi-gamepad-right:before { + content: "\F0E3B"; +} +.mdi-gamepad-round:before { + content: "\F0E3C"; +} +.mdi-gamepad-round-down:before { + content: "\F0E3D"; +} +.mdi-gamepad-round-left:before { + content: "\F0E3E"; +} +.mdi-gamepad-round-outline:before { + content: "\F0E3F"; +} +.mdi-gamepad-round-right:before { + content: "\F0E40"; +} +.mdi-gamepad-round-up:before { + content: "\F0E41"; +} +.mdi-gamepad-square:before { + content: "\F0EB5"; +} +.mdi-gamepad-square-outline:before { + content: "\F0EB6"; +} +.mdi-gamepad-up:before { + content: "\F0E42"; +} +.mdi-gamepad-variant:before { + content: "\F0297"; +} +.mdi-gamepad-variant-outline:before { + content: "\F0EB7"; +} +.mdi-gamma:before { + content: "\F10EE"; +} +.mdi-gantry-crane:before { + content: "\F0DD1"; +} +.mdi-garage:before { + content: "\F06D9"; +} +.mdi-garage-alert:before { + content: "\F0872"; +} +.mdi-garage-alert-variant:before { + content: "\F12D5"; +} +.mdi-garage-lock:before { + content: "\F17FB"; +} +.mdi-garage-open:before { + content: "\F06DA"; +} +.mdi-garage-open-variant:before { + content: "\F12D4"; +} +.mdi-garage-variant:before { + content: "\F12D3"; +} +.mdi-garage-variant-lock:before { + content: "\F17FC"; +} +.mdi-gas-burner:before { + content: "\F1A1B"; +} +.mdi-gas-cylinder:before { + content: "\F0647"; +} +.mdi-gas-station:before { + content: "\F0298"; +} +.mdi-gas-station-in-use:before { + content: "\F1CC4"; +} +.mdi-gas-station-in-use-outline:before { + content: "\F1CC5"; +} +.mdi-gas-station-off:before { + content: "\F1409"; +} +.mdi-gas-station-off-outline:before { + content: "\F140A"; +} +.mdi-gas-station-outline:before { + content: "\F0EB8"; +} +.mdi-gate:before { + content: "\F0299"; +} +.mdi-gate-alert:before { + content: "\F17F8"; +} +.mdi-gate-and:before { + content: "\F08E1"; +} +.mdi-gate-arrow-left:before { + content: "\F17F7"; +} +.mdi-gate-arrow-right:before { + content: "\F1169"; +} +.mdi-gate-buffer:before { + content: "\F1AFE"; +} +.mdi-gate-nand:before { + content: "\F08E2"; +} +.mdi-gate-nor:before { + content: "\F08E3"; +} +.mdi-gate-not:before { + content: "\F08E4"; +} +.mdi-gate-open:before { + content: "\F116A"; +} +.mdi-gate-or:before { + content: "\F08E5"; +} +.mdi-gate-xnor:before { + content: "\F08E6"; +} +.mdi-gate-xor:before { + content: "\F08E7"; +} +.mdi-gatsby:before { + content: "\F0E43"; +} +.mdi-gauge:before { + content: "\F029A"; +} +.mdi-gauge-empty:before { + content: "\F0873"; +} +.mdi-gauge-full:before { + content: "\F0874"; +} +.mdi-gauge-low:before { + content: "\F0875"; +} +.mdi-gavel:before { + content: "\F029B"; +} +.mdi-gender-female:before { + content: "\F029C"; +} +.mdi-gender-male:before { + content: "\F029D"; +} +.mdi-gender-male-female:before { + content: "\F029E"; +} +.mdi-gender-male-female-variant:before { + content: "\F113F"; +} +.mdi-gender-non-binary:before { + content: "\F1140"; +} +.mdi-gender-transgender:before { + content: "\F029F"; +} +.mdi-generator-mobile:before { + content: "\F1C8A"; +} +.mdi-generator-portable:before { + content: "\F1C8B"; +} +.mdi-generator-stationary:before { + content: "\F1C8C"; +} +.mdi-gentoo:before { + content: "\F08E8"; +} +.mdi-gesture:before { + content: "\F07CB"; +} +.mdi-gesture-double-tap:before { + content: "\F073C"; +} +.mdi-gesture-pinch:before { + content: "\F0ABD"; +} +.mdi-gesture-spread:before { + content: "\F0ABE"; +} +.mdi-gesture-swipe:before { + content: "\F0D76"; +} +.mdi-gesture-swipe-down:before { + content: "\F073D"; +} +.mdi-gesture-swipe-horizontal:before { + content: "\F0ABF"; +} +.mdi-gesture-swipe-left:before { + content: "\F073E"; +} +.mdi-gesture-swipe-right:before { + content: "\F073F"; +} +.mdi-gesture-swipe-up:before { + content: "\F0740"; +} +.mdi-gesture-swipe-vertical:before { + content: "\F0AC0"; +} +.mdi-gesture-tap:before { + content: "\F0741"; +} +.mdi-gesture-tap-box:before { + content: "\F12A9"; +} +.mdi-gesture-tap-button:before { + content: "\F12A8"; +} +.mdi-gesture-tap-hold:before { + content: "\F0D77"; +} +.mdi-gesture-two-double-tap:before { + content: "\F0742"; +} +.mdi-gesture-two-tap:before { + content: "\F0743"; +} +.mdi-ghost:before { + content: "\F02A0"; +} +.mdi-ghost-off:before { + content: "\F09F5"; +} +.mdi-ghost-off-outline:before { + content: "\F165C"; +} +.mdi-ghost-outline:before { + content: "\F165D"; +} +.mdi-gift:before { + content: "\F0E44"; +} +.mdi-gift-off:before { + content: "\F16EF"; +} +.mdi-gift-off-outline:before { + content: "\F16F0"; +} +.mdi-gift-open:before { + content: "\F16F1"; +} +.mdi-gift-open-outline:before { + content: "\F16F2"; +} +.mdi-gift-outline:before { + content: "\F02A1"; +} +.mdi-git:before { + content: "\F02A2"; +} +.mdi-github:before { + content: "\F02A4"; +} +.mdi-gitlab:before { + content: "\F0BA0"; +} +.mdi-glass-cocktail:before { + content: "\F0356"; +} +.mdi-glass-cocktail-off:before { + content: "\F15E6"; +} +.mdi-glass-flute:before { + content: "\F02A5"; +} +.mdi-glass-fragile:before { + content: "\F1873"; +} +.mdi-glass-mug:before { + content: "\F02A6"; +} +.mdi-glass-mug-off:before { + content: "\F15E7"; +} +.mdi-glass-mug-variant:before { + content: "\F1116"; +} +.mdi-glass-mug-variant-off:before { + content: "\F15E8"; +} +.mdi-glass-pint-outline:before { + content: "\F130D"; +} +.mdi-glass-stange:before { + content: "\F02A7"; +} +.mdi-glass-tulip:before { + content: "\F02A8"; +} +.mdi-glass-wine:before { + content: "\F0876"; +} +.mdi-glasses:before { + content: "\F02AA"; +} +.mdi-globe-light:before { + content: "\F066F"; +} +.mdi-globe-light-outline:before { + content: "\F12D7"; +} +.mdi-globe-model:before { + content: "\F08E9"; +} +.mdi-gmail:before { + content: "\F02AB"; +} +.mdi-gnome:before { + content: "\F02AC"; +} +.mdi-go-kart:before { + content: "\F0D79"; +} +.mdi-go-kart-track:before { + content: "\F0D7A"; +} +.mdi-gog:before { + content: "\F0BA1"; +} +.mdi-gold:before { + content: "\F124F"; +} +.mdi-golf:before { + content: "\F0823"; +} +.mdi-golf-cart:before { + content: "\F11A4"; +} +.mdi-golf-tee:before { + content: "\F1083"; +} +.mdi-gondola:before { + content: "\F0686"; +} +.mdi-goodreads:before { + content: "\F0D7B"; +} +.mdi-google:before { + content: "\F02AD"; +} +.mdi-google-ads:before { + content: "\F0C87"; +} +.mdi-google-analytics:before { + content: "\F07CC"; +} +.mdi-google-assistant:before { + content: "\F07CD"; +} +.mdi-google-cardboard:before { + content: "\F02AE"; +} +.mdi-google-chrome:before { + content: "\F02AF"; +} +.mdi-google-circles:before { + content: "\F02B0"; +} +.mdi-google-circles-communities:before { + content: "\F02B1"; +} +.mdi-google-circles-extended:before { + content: "\F02B2"; +} +.mdi-google-circles-group:before { + content: "\F02B3"; +} +.mdi-google-classroom:before { + content: "\F02C0"; +} +.mdi-google-cloud:before { + content: "\F11F6"; +} +.mdi-google-downasaur:before { + content: "\F1362"; +} +.mdi-google-drive:before { + content: "\F02B6"; +} +.mdi-google-earth:before { + content: "\F02B7"; +} +.mdi-google-fit:before { + content: "\F096C"; +} +.mdi-google-glass:before { + content: "\F02B8"; +} +.mdi-google-hangouts:before { + content: "\F02C9"; +} +.mdi-google-keep:before { + content: "\F06DC"; +} +.mdi-google-lens:before { + content: "\F09F6"; +} +.mdi-google-maps:before { + content: "\F05F5"; +} +.mdi-google-my-business:before { + content: "\F1048"; +} +.mdi-google-nearby:before { + content: "\F02B9"; +} +.mdi-google-play:before { + content: "\F02BC"; +} +.mdi-google-plus:before { + content: "\F02BD"; +} +.mdi-google-podcast:before { + content: "\F0EB9"; +} +.mdi-google-spreadsheet:before { + content: "\F09F7"; +} +.mdi-google-street-view:before { + content: "\F0C88"; +} +.mdi-google-translate:before { + content: "\F02BF"; +} +.mdi-gradient-horizontal:before { + content: "\F174A"; +} +.mdi-gradient-vertical:before { + content: "\F06A0"; +} +.mdi-grain:before { + content: "\F0D7C"; +} +.mdi-graph:before { + content: "\F1049"; +} +.mdi-graph-outline:before { + content: "\F104A"; +} +.mdi-graphql:before { + content: "\F0877"; +} +.mdi-grass:before { + content: "\F1510"; +} +.mdi-grave-stone:before { + content: "\F0BA2"; +} +.mdi-grease-pencil:before { + content: "\F0648"; +} +.mdi-greater-than:before { + content: "\F096D"; +} +.mdi-greater-than-or-equal:before { + content: "\F096E"; +} +.mdi-greenhouse:before { + content: "\F002D"; +} +.mdi-grid:before { + content: "\F02C1"; +} +.mdi-grid-large:before { + content: "\F0758"; +} +.mdi-grid-off:before { + content: "\F02C2"; +} +.mdi-grill:before { + content: "\F0E45"; +} +.mdi-grill-outline:before { + content: "\F118A"; +} +.mdi-group:before { + content: "\F02C3"; +} +.mdi-guitar-acoustic:before { + content: "\F0771"; +} +.mdi-guitar-electric:before { + content: "\F02C4"; +} +.mdi-guitar-pick:before { + content: "\F02C5"; +} +.mdi-guitar-pick-outline:before { + content: "\F02C6"; +} +.mdi-guy-fawkes-mask:before { + content: "\F0825"; +} +.mdi-gymnastics:before { + content: "\F1A41"; +} +.mdi-hail:before { + content: "\F0AC1"; +} +.mdi-hair-dryer:before { + content: "\F10EF"; +} +.mdi-hair-dryer-outline:before { + content: "\F10F0"; +} +.mdi-halloween:before { + content: "\F0BA3"; +} +.mdi-hamburger:before { + content: "\F0685"; +} +.mdi-hamburger-check:before { + content: "\F1776"; +} +.mdi-hamburger-minus:before { + content: "\F1777"; +} +.mdi-hamburger-off:before { + content: "\F1778"; +} +.mdi-hamburger-plus:before { + content: "\F1779"; +} +.mdi-hamburger-remove:before { + content: "\F177A"; +} +.mdi-hammer:before { + content: "\F08EA"; +} +.mdi-hammer-screwdriver:before { + content: "\F1322"; +} +.mdi-hammer-sickle:before { + content: "\F1887"; +} +.mdi-hammer-wrench:before { + content: "\F1323"; +} +.mdi-hand-back-left:before { + content: "\F0E46"; +} +.mdi-hand-back-left-off:before { + content: "\F1830"; +} +.mdi-hand-back-left-off-outline:before { + content: "\F1832"; +} +.mdi-hand-back-left-outline:before { + content: "\F182C"; +} +.mdi-hand-back-right:before { + content: "\F0E47"; +} +.mdi-hand-back-right-off:before { + content: "\F1831"; +} +.mdi-hand-back-right-off-outline:before { + content: "\F1833"; +} +.mdi-hand-back-right-outline:before { + content: "\F182D"; +} +.mdi-hand-clap:before { + content: "\F194B"; +} +.mdi-hand-clap-off:before { + content: "\F1A42"; +} +.mdi-hand-coin:before { + content: "\F188F"; +} +.mdi-hand-coin-outline:before { + content: "\F1890"; +} +.mdi-hand-cycle:before { + content: "\F1B9C"; +} +.mdi-hand-extended:before { + content: "\F18B6"; +} +.mdi-hand-extended-outline:before { + content: "\F18B7"; +} +.mdi-hand-front-left:before { + content: "\F182B"; +} +.mdi-hand-front-left-outline:before { + content: "\F182E"; +} +.mdi-hand-front-right:before { + content: "\F0A4F"; +} +.mdi-hand-front-right-outline:before { + content: "\F182F"; +} +.mdi-hand-heart:before { + content: "\F10F1"; +} +.mdi-hand-heart-outline:before { + content: "\F157E"; +} +.mdi-hand-okay:before { + content: "\F0A50"; +} +.mdi-hand-peace:before { + content: "\F0A51"; +} +.mdi-hand-peace-variant:before { + content: "\F0A52"; +} +.mdi-hand-pointing-down:before { + content: "\F0A53"; +} +.mdi-hand-pointing-left:before { + content: "\F0A54"; +} +.mdi-hand-pointing-right:before { + content: "\F02C7"; +} +.mdi-hand-pointing-up:before { + content: "\F0A55"; +} +.mdi-hand-saw:before { + content: "\F0E48"; +} +.mdi-hand-wash:before { + content: "\F157F"; +} +.mdi-hand-wash-outline:before { + content: "\F1580"; +} +.mdi-hand-water:before { + content: "\F139F"; +} +.mdi-hand-wave:before { + content: "\F1821"; +} +.mdi-hand-wave-outline:before { + content: "\F1822"; +} +.mdi-handball:before { + content: "\F0F53"; +} +.mdi-handcuffs:before { + content: "\F113E"; +} +.mdi-hands-pray:before { + content: "\F0579"; +} +.mdi-handshake:before { + content: "\F1218"; +} +.mdi-handshake-outline:before { + content: "\F15A1"; +} +.mdi-hanger:before { + content: "\F02C8"; +} +.mdi-hard-hat:before { + content: "\F096F"; +} +.mdi-harddisk:before { + content: "\F02CA"; +} +.mdi-harddisk-plus:before { + content: "\F104B"; +} +.mdi-harddisk-remove:before { + content: "\F104C"; +} +.mdi-hat-fedora:before { + content: "\F0BA4"; +} +.mdi-hazard-lights:before { + content: "\F0C89"; +} +.mdi-hdmi-port:before { + content: "\F1BB8"; +} +.mdi-hdr:before { + content: "\F0D7D"; +} +.mdi-hdr-off:before { + content: "\F0D7E"; +} +.mdi-head:before { + content: "\F135E"; +} +.mdi-head-alert:before { + content: "\F1338"; +} +.mdi-head-alert-outline:before { + content: "\F1339"; +} +.mdi-head-check:before { + content: "\F133A"; +} +.mdi-head-check-outline:before { + content: "\F133B"; +} +.mdi-head-cog:before { + content: "\F133C"; +} +.mdi-head-cog-outline:before { + content: "\F133D"; +} +.mdi-head-dots-horizontal:before { + content: "\F133E"; +} +.mdi-head-dots-horizontal-outline:before { + content: "\F133F"; +} +.mdi-head-flash:before { + content: "\F1340"; +} +.mdi-head-flash-outline:before { + content: "\F1341"; +} +.mdi-head-heart:before { + content: "\F1342"; +} +.mdi-head-heart-outline:before { + content: "\F1343"; +} +.mdi-head-lightbulb:before { + content: "\F1344"; +} +.mdi-head-lightbulb-outline:before { + content: "\F1345"; +} +.mdi-head-minus:before { + content: "\F1346"; +} +.mdi-head-minus-outline:before { + content: "\F1347"; +} +.mdi-head-outline:before { + content: "\F135F"; +} +.mdi-head-plus:before { + content: "\F1348"; +} +.mdi-head-plus-outline:before { + content: "\F1349"; +} +.mdi-head-question:before { + content: "\F134A"; +} +.mdi-head-question-outline:before { + content: "\F134B"; +} +.mdi-head-remove:before { + content: "\F134C"; +} +.mdi-head-remove-outline:before { + content: "\F134D"; +} +.mdi-head-snowflake:before { + content: "\F134E"; +} +.mdi-head-snowflake-outline:before { + content: "\F134F"; +} +.mdi-head-sync:before { + content: "\F1350"; +} +.mdi-head-sync-outline:before { + content: "\F1351"; +} +.mdi-headphones:before { + content: "\F02CB"; +} +.mdi-headphones-bluetooth:before { + content: "\F0970"; +} +.mdi-headphones-box:before { + content: "\F02CC"; +} +.mdi-headphones-off:before { + content: "\F07CE"; +} +.mdi-headphones-settings:before { + content: "\F02CD"; +} +.mdi-headset:before { + content: "\F02CE"; +} +.mdi-headset-dock:before { + content: "\F02CF"; +} +.mdi-headset-off:before { + content: "\F02D0"; +} +.mdi-heart:before { + content: "\F02D1"; +} +.mdi-heart-box:before { + content: "\F02D2"; +} +.mdi-heart-box-outline:before { + content: "\F02D3"; +} +.mdi-heart-broken:before { + content: "\F02D4"; +} +.mdi-heart-broken-outline:before { + content: "\F0D14"; +} +.mdi-heart-circle:before { + content: "\F0971"; +} +.mdi-heart-circle-outline:before { + content: "\F0972"; +} +.mdi-heart-cog:before { + content: "\F1663"; +} +.mdi-heart-cog-outline:before { + content: "\F1664"; +} +.mdi-heart-flash:before { + content: "\F0EF9"; +} +.mdi-heart-half:before { + content: "\F06DF"; +} +.mdi-heart-half-full:before { + content: "\F06DE"; +} +.mdi-heart-half-outline:before { + content: "\F06E0"; +} +.mdi-heart-minus:before { + content: "\F142F"; +} +.mdi-heart-minus-outline:before { + content: "\F1432"; +} +.mdi-heart-multiple:before { + content: "\F0A56"; +} +.mdi-heart-multiple-outline:before { + content: "\F0A57"; +} +.mdi-heart-off:before { + content: "\F0759"; +} +.mdi-heart-off-outline:before { + content: "\F1434"; +} +.mdi-heart-outline:before { + content: "\F02D5"; +} +.mdi-heart-plus:before { + content: "\F142E"; +} +.mdi-heart-plus-outline:before { + content: "\F1431"; +} +.mdi-heart-pulse:before { + content: "\F05F6"; +} +.mdi-heart-remove:before { + content: "\F1430"; +} +.mdi-heart-remove-outline:before { + content: "\F1433"; +} +.mdi-heart-search:before { + content: "\F1C8D"; +} +.mdi-heart-settings:before { + content: "\F1665"; +} +.mdi-heart-settings-outline:before { + content: "\F1666"; +} +.mdi-heat-pump:before { + content: "\F1A43"; +} +.mdi-heat-pump-outline:before { + content: "\F1A44"; +} +.mdi-heat-wave:before { + content: "\F1A45"; +} +.mdi-heating-coil:before { + content: "\F1AAF"; +} +.mdi-helicopter:before { + content: "\F0AC2"; +} +.mdi-help:before { + content: "\F02D6"; +} +.mdi-help-box:before { + content: "\F078B"; +} +.mdi-help-box-multiple:before { + content: "\F1C0A"; +} +.mdi-help-box-multiple-outline:before { + content: "\F1C0B"; +} +.mdi-help-box-outline:before { + content: "\F1C0C"; +} +.mdi-help-circle:before { + content: "\F02D7"; +} +.mdi-help-circle-outline:before { + content: "\F0625"; +} +.mdi-help-network:before { + content: "\F06F5"; +} +.mdi-help-network-outline:before { + content: "\F0C8A"; +} +.mdi-help-rhombus:before { + content: "\F0BA5"; +} +.mdi-help-rhombus-outline:before { + content: "\F0BA6"; +} +.mdi-hexadecimal:before { + content: "\F12A7"; +} +.mdi-hexagon:before { + content: "\F02D8"; +} +.mdi-hexagon-multiple:before { + content: "\F06E1"; +} +.mdi-hexagon-multiple-outline:before { + content: "\F10F2"; +} +.mdi-hexagon-outline:before { + content: "\F02D9"; +} +.mdi-hexagon-slice-1:before { + content: "\F0AC3"; +} +.mdi-hexagon-slice-2:before { + content: "\F0AC4"; +} +.mdi-hexagon-slice-3:before { + content: "\F0AC5"; +} +.mdi-hexagon-slice-4:before { + content: "\F0AC6"; +} +.mdi-hexagon-slice-5:before { + content: "\F0AC7"; +} +.mdi-hexagon-slice-6:before { + content: "\F0AC8"; +} +.mdi-hexagram:before { + content: "\F0AC9"; +} +.mdi-hexagram-outline:before { + content: "\F0ACA"; +} +.mdi-high-definition:before { + content: "\F07CF"; +} +.mdi-high-definition-box:before { + content: "\F0878"; +} +.mdi-highway:before { + content: "\F05F7"; +} +.mdi-hiking:before { + content: "\F0D7F"; +} +.mdi-history:before { + content: "\F02DA"; +} +.mdi-hockey-puck:before { + content: "\F0879"; +} +.mdi-hockey-sticks:before { + content: "\F087A"; +} +.mdi-hololens:before { + content: "\F02DB"; +} +.mdi-home:before { + content: "\F02DC"; +} +.mdi-home-account:before { + content: "\F0826"; +} +.mdi-home-alert:before { + content: "\F087B"; +} +.mdi-home-alert-outline:before { + content: "\F15D0"; +} +.mdi-home-analytics:before { + content: "\F0EBA"; +} +.mdi-home-assistant:before { + content: "\F07D0"; +} +.mdi-home-automation:before { + content: "\F07D1"; +} +.mdi-home-battery:before { + content: "\F1901"; +} +.mdi-home-battery-outline:before { + content: "\F1902"; +} +.mdi-home-circle:before { + content: "\F07D2"; +} +.mdi-home-circle-outline:before { + content: "\F104D"; +} +.mdi-home-city:before { + content: "\F0D15"; +} +.mdi-home-city-outline:before { + content: "\F0D16"; +} +.mdi-home-clock:before { + content: "\F1A12"; +} +.mdi-home-clock-outline:before { + content: "\F1A13"; +} +.mdi-home-edit:before { + content: "\F1159"; +} +.mdi-home-edit-outline:before { + content: "\F115A"; +} +.mdi-home-export-outline:before { + content: "\F0F9B"; +} +.mdi-home-flood:before { + content: "\F0EFA"; +} +.mdi-home-floor-0:before { + content: "\F0DD2"; +} +.mdi-home-floor-1:before { + content: "\F0D80"; +} +.mdi-home-floor-2:before { + content: "\F0D81"; +} +.mdi-home-floor-3:before { + content: "\F0D82"; +} +.mdi-home-floor-a:before { + content: "\F0D83"; +} +.mdi-home-floor-b:before { + content: "\F0D84"; +} +.mdi-home-floor-g:before { + content: "\F0D85"; +} +.mdi-home-floor-l:before { + content: "\F0D86"; +} +.mdi-home-floor-negative-1:before { + content: "\F0DD3"; +} +.mdi-home-group:before { + content: "\F0DD4"; +} +.mdi-home-group-minus:before { + content: "\F19C1"; +} +.mdi-home-group-plus:before { + content: "\F19C0"; +} +.mdi-home-group-remove:before { + content: "\F19C2"; +} +.mdi-home-heart:before { + content: "\F0827"; +} +.mdi-home-import-outline:before { + content: "\F0F9C"; +} +.mdi-home-lightbulb:before { + content: "\F1251"; +} +.mdi-home-lightbulb-outline:before { + content: "\F1252"; +} +.mdi-home-lightning-bolt:before { + content: "\F1903"; +} +.mdi-home-lightning-bolt-outline:before { + content: "\F1904"; +} +.mdi-home-lock:before { + content: "\F08EB"; +} +.mdi-home-lock-open:before { + content: "\F08EC"; +} +.mdi-home-map-marker:before { + content: "\F05F8"; +} +.mdi-home-minus:before { + content: "\F0974"; +} +.mdi-home-minus-outline:before { + content: "\F13D5"; +} +.mdi-home-modern:before { + content: "\F02DD"; +} +.mdi-home-off:before { + content: "\F1A46"; +} +.mdi-home-off-outline:before { + content: "\F1A47"; +} +.mdi-home-outline:before { + content: "\F06A1"; +} +.mdi-home-percent:before { + content: "\F1C7C"; +} +.mdi-home-percent-outline:before { + content: "\F1C7D"; +} +.mdi-home-plus:before { + content: "\F0975"; +} +.mdi-home-plus-outline:before { + content: "\F13D6"; +} +.mdi-home-remove:before { + content: "\F1247"; +} +.mdi-home-remove-outline:before { + content: "\F13D7"; +} +.mdi-home-roof:before { + content: "\F112B"; +} +.mdi-home-search:before { + content: "\F13B0"; +} +.mdi-home-search-outline:before { + content: "\F13B1"; +} +.mdi-home-silo:before { + content: "\F1BA0"; +} +.mdi-home-silo-outline:before { + content: "\F1BA1"; +} +.mdi-home-sound-in:before { + content: "\F1C2F"; +} +.mdi-home-sound-in-outline:before { + content: "\F1C30"; +} +.mdi-home-sound-out:before { + content: "\F1C31"; +} +.mdi-home-sound-out-outline:before { + content: "\F1C32"; +} +.mdi-home-switch:before { + content: "\F1794"; +} +.mdi-home-switch-outline:before { + content: "\F1795"; +} +.mdi-home-thermometer:before { + content: "\F0F54"; +} +.mdi-home-thermometer-outline:before { + content: "\F0F55"; +} +.mdi-home-variant:before { + content: "\F02DE"; +} +.mdi-home-variant-outline:before { + content: "\F0BA7"; +} +.mdi-hook:before { + content: "\F06E2"; +} +.mdi-hook-off:before { + content: "\F06E3"; +} +.mdi-hoop-house:before { + content: "\F0E56"; +} +.mdi-hops:before { + content: "\F02DF"; +} +.mdi-horizontal-rotate-clockwise:before { + content: "\F10F3"; +} +.mdi-horizontal-rotate-counterclockwise:before { + content: "\F10F4"; +} +.mdi-horse:before { + content: "\F15BF"; +} +.mdi-horse-human:before { + content: "\F15C0"; +} +.mdi-horse-variant:before { + content: "\F15C1"; +} +.mdi-horse-variant-fast:before { + content: "\F186E"; +} +.mdi-horseshoe:before { + content: "\F0A58"; +} +.mdi-hospital:before { + content: "\F0FF6"; +} +.mdi-hospital-box:before { + content: "\F02E0"; +} +.mdi-hospital-box-outline:before { + content: "\F0FF7"; +} +.mdi-hospital-building:before { + content: "\F02E1"; +} +.mdi-hospital-marker:before { + content: "\F02E2"; +} +.mdi-hot-tub:before { + content: "\F0828"; +} +.mdi-hours-12:before { + content: "\F1C94"; +} +.mdi-hours-24:before { + content: "\F1478"; +} +.mdi-hub:before { + content: "\F1C95"; +} +.mdi-hub-outline:before { + content: "\F1C96"; +} +.mdi-hubspot:before { + content: "\F0D17"; +} +.mdi-hulu:before { + content: "\F0829"; +} +.mdi-human:before { + content: "\F02E6"; +} +.mdi-human-baby-changing-table:before { + content: "\F138B"; +} +.mdi-human-cane:before { + content: "\F1581"; +} +.mdi-human-capacity-decrease:before { + content: "\F159B"; +} +.mdi-human-capacity-increase:before { + content: "\F159C"; +} +.mdi-human-child:before { + content: "\F02E7"; +} +.mdi-human-dolly:before { + content: "\F1980"; +} +.mdi-human-edit:before { + content: "\F14E8"; +} +.mdi-human-female:before { + content: "\F0649"; +} +.mdi-human-female-boy:before { + content: "\F0A59"; +} +.mdi-human-female-dance:before { + content: "\F15C9"; +} +.mdi-human-female-female:before { + content: "\F0A5A"; +} +.mdi-human-female-female-child:before { + content: "\F1C8E"; +} +.mdi-human-female-girl:before { + content: "\F0A5B"; +} +.mdi-human-greeting:before { + content: "\F17C4"; +} +.mdi-human-greeting-proximity:before { + content: "\F159D"; +} +.mdi-human-greeting-variant:before { + content: "\F064A"; +} +.mdi-human-handsdown:before { + content: "\F064B"; +} +.mdi-human-handsup:before { + content: "\F064C"; +} +.mdi-human-male:before { + content: "\F064D"; +} +.mdi-human-male-board:before { + content: "\F0890"; +} +.mdi-human-male-board-poll:before { + content: "\F0846"; +} +.mdi-human-male-boy:before { + content: "\F0A5C"; +} +.mdi-human-male-child:before { + content: "\F138C"; +} +.mdi-human-male-female:before { + content: "\F02E8"; +} +.mdi-human-male-female-child:before { + content: "\F1823"; +} +.mdi-human-male-girl:before { + content: "\F0A5D"; +} +.mdi-human-male-height:before { + content: "\F0EFB"; +} +.mdi-human-male-height-variant:before { + content: "\F0EFC"; +} +.mdi-human-male-male:before { + content: "\F0A5E"; +} +.mdi-human-male-male-child:before { + content: "\F1C8F"; +} +.mdi-human-non-binary:before { + content: "\F1848"; +} +.mdi-human-pregnant:before { + content: "\F05CF"; +} +.mdi-human-queue:before { + content: "\F1571"; +} +.mdi-human-scooter:before { + content: "\F11E9"; +} +.mdi-human-walker:before { + content: "\F1B71"; +} +.mdi-human-wheelchair:before { + content: "\F138D"; +} +.mdi-human-white-cane:before { + content: "\F1981"; +} +.mdi-humble-bundle:before { + content: "\F0744"; +} +.mdi-hvac:before { + content: "\F1352"; +} +.mdi-hvac-off:before { + content: "\F159E"; +} +.mdi-hydraulic-oil-level:before { + content: "\F1324"; +} +.mdi-hydraulic-oil-temperature:before { + content: "\F1325"; +} +.mdi-hydro-power:before { + content: "\F12E5"; +} +.mdi-hydrogen-station:before { + content: "\F1894"; +} +.mdi-ice-cream:before { + content: "\F082A"; +} +.mdi-ice-cream-off:before { + content: "\F0E52"; +} +.mdi-ice-pop:before { + content: "\F0EFD"; +} +.mdi-id-card:before { + content: "\F0FC0"; +} +.mdi-identifier:before { + content: "\F0EFE"; +} +.mdi-ideogram-cjk:before { + content: "\F1331"; +} +.mdi-ideogram-cjk-variant:before { + content: "\F1332"; +} +.mdi-image:before { + content: "\F02E9"; +} +.mdi-image-album:before { + content: "\F02EA"; +} +.mdi-image-area:before { + content: "\F02EB"; +} +.mdi-image-area-close:before { + content: "\F02EC"; +} +.mdi-image-auto-adjust:before { + content: "\F0FC1"; +} +.mdi-image-broken:before { + content: "\F02ED"; +} +.mdi-image-broken-variant:before { + content: "\F02EE"; +} +.mdi-image-check:before { + content: "\F1B25"; +} +.mdi-image-check-outline:before { + content: "\F1B26"; +} +.mdi-image-edit:before { + content: "\F11E3"; +} +.mdi-image-edit-outline:before { + content: "\F11E4"; +} +.mdi-image-filter-black-white:before { + content: "\F02F0"; +} +.mdi-image-filter-center-focus:before { + content: "\F02F1"; +} +.mdi-image-filter-center-focus-strong:before { + content: "\F0EFF"; +} +.mdi-image-filter-center-focus-strong-outline:before { + content: "\F0F00"; +} +.mdi-image-filter-center-focus-weak:before { + content: "\F02F2"; +} +.mdi-image-filter-drama:before { + content: "\F02F3"; +} +.mdi-image-filter-drama-outline:before { + content: "\F1BFF"; +} +.mdi-image-filter-frames:before { + content: "\F02F4"; +} +.mdi-image-filter-hdr:before { + content: "\F02F5"; +} +.mdi-image-filter-hdr-outline:before { + content: "\F1C64"; +} +.mdi-image-filter-none:before { + content: "\F02F6"; +} +.mdi-image-filter-tilt-shift:before { + content: "\F02F7"; +} +.mdi-image-filter-vintage:before { + content: "\F02F8"; +} +.mdi-image-frame:before { + content: "\F0E49"; +} +.mdi-image-lock:before { + content: "\F1AB0"; +} +.mdi-image-lock-outline:before { + content: "\F1AB1"; +} +.mdi-image-marker:before { + content: "\F177B"; +} +.mdi-image-marker-outline:before { + content: "\F177C"; +} +.mdi-image-minus:before { + content: "\F1419"; +} +.mdi-image-minus-outline:before { + content: "\F1B47"; +} +.mdi-image-move:before { + content: "\F09F8"; +} +.mdi-image-multiple:before { + content: "\F02F9"; +} +.mdi-image-multiple-outline:before { + content: "\F02EF"; +} +.mdi-image-off:before { + content: "\F082B"; +} +.mdi-image-off-outline:before { + content: "\F11D1"; +} +.mdi-image-outline:before { + content: "\F0976"; +} +.mdi-image-plus:before { + content: "\F087C"; +} +.mdi-image-plus-outline:before { + content: "\F1B46"; +} +.mdi-image-refresh:before { + content: "\F19FE"; +} +.mdi-image-refresh-outline:before { + content: "\F19FF"; +} +.mdi-image-remove:before { + content: "\F1418"; +} +.mdi-image-remove-outline:before { + content: "\F1B48"; +} +.mdi-image-search:before { + content: "\F0977"; +} +.mdi-image-search-outline:before { + content: "\F0978"; +} +.mdi-image-size-select-actual:before { + content: "\F0C8D"; +} +.mdi-image-size-select-large:before { + content: "\F0C8E"; +} +.mdi-image-size-select-small:before { + content: "\F0C8F"; +} +.mdi-image-sync:before { + content: "\F1A00"; +} +.mdi-image-sync-outline:before { + content: "\F1A01"; +} +.mdi-image-text:before { + content: "\F160D"; +} +.mdi-import:before { + content: "\F02FA"; +} +.mdi-inbox:before { + content: "\F0687"; +} +.mdi-inbox-arrow-down:before { + content: "\F02FB"; +} +.mdi-inbox-arrow-down-outline:before { + content: "\F1270"; +} +.mdi-inbox-arrow-up:before { + content: "\F03D1"; +} +.mdi-inbox-arrow-up-outline:before { + content: "\F1271"; +} +.mdi-inbox-full:before { + content: "\F1272"; +} +.mdi-inbox-full-outline:before { + content: "\F1273"; +} +.mdi-inbox-multiple:before { + content: "\F08B0"; +} +.mdi-inbox-multiple-outline:before { + content: "\F0BA8"; +} +.mdi-inbox-outline:before { + content: "\F1274"; +} +.mdi-inbox-remove:before { + content: "\F159F"; +} +.mdi-inbox-remove-outline:before { + content: "\F15A0"; +} +.mdi-incognito:before { + content: "\F05F9"; +} +.mdi-incognito-circle:before { + content: "\F1421"; +} +.mdi-incognito-circle-off:before { + content: "\F1422"; +} +.mdi-incognito-off:before { + content: "\F0075"; +} +.mdi-induction:before { + content: "\F184C"; +} +.mdi-infinity:before { + content: "\F06E4"; +} +.mdi-information:before { + content: "\F02FC"; +} +.mdi-information-box:before { + content: "\F1C65"; +} +.mdi-information-box-outline:before { + content: "\F1C66"; +} +.mdi-information-off:before { + content: "\F178C"; +} +.mdi-information-off-outline:before { + content: "\F178D"; +} +.mdi-information-outline:before { + content: "\F02FD"; +} +.mdi-information-slab-box:before { + content: "\F1C67"; +} +.mdi-information-slab-box-outline:before { + content: "\F1C68"; +} +.mdi-information-slab-circle:before { + content: "\F1C69"; +} +.mdi-information-slab-circle-outline:before { + content: "\F1C6A"; +} +.mdi-information-slab-symbol:before { + content: "\F1C6B"; +} +.mdi-information-symbol:before { + content: "\F1C6C"; +} +.mdi-information-variant:before { + content: "\F064E"; +} +.mdi-information-variant-box:before { + content: "\F1C6D"; +} +.mdi-information-variant-box-outline:before { + content: "\F1C6E"; +} +.mdi-information-variant-circle:before { + content: "\F1C6F"; +} +.mdi-information-variant-circle-outline:before { + content: "\F1C70"; +} +.mdi-instagram:before { + content: "\F02FE"; +} +.mdi-instrument-triangle:before { + content: "\F104E"; +} +.mdi-integrated-circuit-chip:before { + content: "\F1913"; +} +.mdi-invert-colors:before { + content: "\F0301"; +} +.mdi-invert-colors-off:before { + content: "\F0E4A"; +} +.mdi-invoice:before { + content: "\F1CD2"; +} +.mdi-invoice-arrow-left:before { + content: "\F1CD3"; +} +.mdi-invoice-arrow-left-outline:before { + content: "\F1CD4"; +} +.mdi-invoice-arrow-right:before { + content: "\F1CD5"; +} +.mdi-invoice-arrow-right-outline:before { + content: "\F1CD6"; +} +.mdi-invoice-check:before { + content: "\F1CD7"; +} +.mdi-invoice-check-outline:before { + content: "\F1CD8"; +} +.mdi-invoice-clock:before { + content: "\F1CD9"; +} +.mdi-invoice-clock-outline:before { + content: "\F1CDA"; +} +.mdi-invoice-edit:before { + content: "\F1CDB"; +} +.mdi-invoice-edit-outline:before { + content: "\F1CDC"; +} +.mdi-invoice-export-outline:before { + content: "\F1CDD"; +} +.mdi-invoice-fast:before { + content: "\F1CDE"; +} +.mdi-invoice-fast-outline:before { + content: "\F1CDF"; +} +.mdi-invoice-import:before { + content: "\F1CE0"; +} +.mdi-invoice-import-outline:before { + content: "\F1CE1"; +} +.mdi-invoice-list:before { + content: "\F1CE2"; +} +.mdi-invoice-list-outline:before { + content: "\F1CE3"; +} +.mdi-invoice-minus:before { + content: "\F1CE4"; +} +.mdi-invoice-minus-outline:before { + content: "\F1CE5"; +} +.mdi-invoice-multiple:before { + content: "\F1CE6"; +} +.mdi-invoice-multiple-outline:before { + content: "\F1CE7"; +} +.mdi-invoice-outline:before { + content: "\F1CE8"; +} +.mdi-invoice-plus:before { + content: "\F1CE9"; +} +.mdi-invoice-plus-outline:before { + content: "\F1CEA"; +} +.mdi-invoice-remove:before { + content: "\F1CEB"; +} +.mdi-invoice-remove-outline:before { + content: "\F1CEC"; +} +.mdi-invoice-send:before { + content: "\F1CED"; +} +.mdi-invoice-send-outline:before { + content: "\F1CEE"; +} +.mdi-invoice-text:before { + content: "\F1CEF"; +} +.mdi-invoice-text-arrow-left:before { + content: "\F1CF0"; +} +.mdi-invoice-text-arrow-left-outline:before { + content: "\F1CF1"; +} +.mdi-invoice-text-arrow-right:before { + content: "\F1CF2"; +} +.mdi-invoice-text-arrow-right-outline:before { + content: "\F1CF3"; +} +.mdi-invoice-text-check:before { + content: "\F1CF4"; +} +.mdi-invoice-text-check-outline:before { + content: "\F1CF5"; +} +.mdi-invoice-text-clock:before { + content: "\F1CF6"; +} +.mdi-invoice-text-clock-outline:before { + content: "\F1CF7"; +} +.mdi-invoice-text-edit:before { + content: "\F1CF8"; +} +.mdi-invoice-text-edit-outline:before { + content: "\F1CF9"; +} +.mdi-invoice-text-fast:before { + content: "\F1CFA"; +} +.mdi-invoice-text-fast-outline:before { + content: "\F1CFB"; +} +.mdi-invoice-text-minus:before { + content: "\F1CFC"; +} +.mdi-invoice-text-minus-outline:before { + content: "\F1CFD"; +} +.mdi-invoice-text-multiple:before { + content: "\F1CFE"; +} +.mdi-invoice-text-multiple-outline:before { + content: "\F1CFF"; +} +.mdi-invoice-text-outline:before { + content: "\F1D00"; +} +.mdi-invoice-text-plus:before { + content: "\F1D01"; +} +.mdi-invoice-text-plus-outline:before { + content: "\F1D02"; +} +.mdi-invoice-text-remove:before { + content: "\F1D03"; +} +.mdi-invoice-text-remove-outline:before { + content: "\F1D04"; +} +.mdi-invoice-text-send:before { + content: "\F1D05"; +} +.mdi-invoice-text-send-outline:before { + content: "\F1D06"; +} +.mdi-iobroker:before { + content: "\F12E8"; +} +.mdi-ip:before { + content: "\F0A5F"; +} +.mdi-ip-network:before { + content: "\F0A60"; +} +.mdi-ip-network-outline:before { + content: "\F0C90"; +} +.mdi-ip-outline:before { + content: "\F1982"; +} +.mdi-ipod:before { + content: "\F0C91"; +} +.mdi-iron:before { + content: "\F1824"; +} +.mdi-iron-board:before { + content: "\F1838"; +} +.mdi-iron-outline:before { + content: "\F1825"; +} +.mdi-island:before { + content: "\F104F"; +} +.mdi-island-variant:before { + content: "\F1CC6"; +} +.mdi-iv-bag:before { + content: "\F10B9"; +} +.mdi-jabber:before { + content: "\F0DD5"; +} +.mdi-jeepney:before { + content: "\F0302"; +} +.mdi-jellyfish:before { + content: "\F0F01"; +} +.mdi-jellyfish-outline:before { + content: "\F0F02"; +} +.mdi-jira:before { + content: "\F0303"; +} +.mdi-jquery:before { + content: "\F087D"; +} +.mdi-jsfiddle:before { + content: "\F0304"; +} +.mdi-jump-rope:before { + content: "\F12FF"; +} +.mdi-kabaddi:before { + content: "\F0D87"; +} +.mdi-kangaroo:before { + content: "\F1558"; +} +.mdi-karate:before { + content: "\F082C"; +} +.mdi-kayaking:before { + content: "\F08AF"; +} +.mdi-keg:before { + content: "\F0305"; +} +.mdi-kettle:before { + content: "\F05FA"; +} +.mdi-kettle-alert:before { + content: "\F1317"; +} +.mdi-kettle-alert-outline:before { + content: "\F1318"; +} +.mdi-kettle-off:before { + content: "\F131B"; +} +.mdi-kettle-off-outline:before { + content: "\F131C"; +} +.mdi-kettle-outline:before { + content: "\F0F56"; +} +.mdi-kettle-pour-over:before { + content: "\F173C"; +} +.mdi-kettle-steam:before { + content: "\F1319"; +} +.mdi-kettle-steam-outline:before { + content: "\F131A"; +} +.mdi-kettlebell:before { + content: "\F1300"; +} +.mdi-key:before { + content: "\F0306"; +} +.mdi-key-alert:before { + content: "\F1983"; +} +.mdi-key-alert-outline:before { + content: "\F1984"; +} +.mdi-key-arrow-right:before { + content: "\F1312"; +} +.mdi-key-chain:before { + content: "\F1574"; +} +.mdi-key-chain-variant:before { + content: "\F1575"; +} +.mdi-key-change:before { + content: "\F0307"; +} +.mdi-key-link:before { + content: "\F119F"; +} +.mdi-key-minus:before { + content: "\F0308"; +} +.mdi-key-outline:before { + content: "\F0DD6"; +} +.mdi-key-plus:before { + content: "\F0309"; +} +.mdi-key-remove:before { + content: "\F030A"; +} +.mdi-key-star:before { + content: "\F119E"; +} +.mdi-key-variant:before { + content: "\F030B"; +} +.mdi-key-wireless:before { + content: "\F0FC2"; +} +.mdi-keyboard:before { + content: "\F030C"; +} +.mdi-keyboard-backspace:before { + content: "\F030D"; +} +.mdi-keyboard-caps:before { + content: "\F030E"; +} +.mdi-keyboard-close:before { + content: "\F030F"; +} +.mdi-keyboard-close-outline:before { + content: "\F1C00"; +} +.mdi-keyboard-esc:before { + content: "\F12B7"; +} +.mdi-keyboard-f1:before { + content: "\F12AB"; +} +.mdi-keyboard-f10:before { + content: "\F12B4"; +} +.mdi-keyboard-f11:before { + content: "\F12B5"; +} +.mdi-keyboard-f12:before { + content: "\F12B6"; +} +.mdi-keyboard-f2:before { + content: "\F12AC"; +} +.mdi-keyboard-f3:before { + content: "\F12AD"; +} +.mdi-keyboard-f4:before { + content: "\F12AE"; +} +.mdi-keyboard-f5:before { + content: "\F12AF"; +} +.mdi-keyboard-f6:before { + content: "\F12B0"; +} +.mdi-keyboard-f7:before { + content: "\F12B1"; +} +.mdi-keyboard-f8:before { + content: "\F12B2"; +} +.mdi-keyboard-f9:before { + content: "\F12B3"; +} +.mdi-keyboard-off:before { + content: "\F0310"; +} +.mdi-keyboard-off-outline:before { + content: "\F0E4B"; +} +.mdi-keyboard-outline:before { + content: "\F097B"; +} +.mdi-keyboard-return:before { + content: "\F0311"; +} +.mdi-keyboard-settings:before { + content: "\F09F9"; +} +.mdi-keyboard-settings-outline:before { + content: "\F09FA"; +} +.mdi-keyboard-space:before { + content: "\F1050"; +} +.mdi-keyboard-tab:before { + content: "\F0312"; +} +.mdi-keyboard-tab-reverse:before { + content: "\F0325"; +} +.mdi-keyboard-variant:before { + content: "\F0313"; +} +.mdi-khanda:before { + content: "\F10FD"; +} +.mdi-kickstarter:before { + content: "\F0745"; +} +.mdi-kite:before { + content: "\F1985"; +} +.mdi-kite-outline:before { + content: "\F1986"; +} +.mdi-kitesurfing:before { + content: "\F1744"; +} +.mdi-klingon:before { + content: "\F135B"; +} +.mdi-knife:before { + content: "\F09FB"; +} +.mdi-knife-military:before { + content: "\F09FC"; +} +.mdi-knob:before { + content: "\F1B96"; +} +.mdi-koala:before { + content: "\F173F"; +} +.mdi-kodi:before { + content: "\F0314"; +} +.mdi-kubernetes:before { + content: "\F10FE"; +} +.mdi-label:before { + content: "\F0315"; +} +.mdi-label-multiple:before { + content: "\F1375"; +} +.mdi-label-multiple-outline:before { + content: "\F1376"; +} +.mdi-label-off:before { + content: "\F0ACB"; +} +.mdi-label-off-outline:before { + content: "\F0ACC"; +} +.mdi-label-outline:before { + content: "\F0316"; +} +.mdi-label-percent:before { + content: "\F12EA"; +} +.mdi-label-percent-outline:before { + content: "\F12EB"; +} +.mdi-label-variant:before { + content: "\F0ACD"; +} +.mdi-label-variant-outline:before { + content: "\F0ACE"; +} +.mdi-ladder:before { + content: "\F15A2"; +} +.mdi-ladybug:before { + content: "\F082D"; +} +.mdi-lambda:before { + content: "\F0627"; +} +.mdi-lamp:before { + content: "\F06B5"; +} +.mdi-lamp-outline:before { + content: "\F17D0"; +} +.mdi-lamps:before { + content: "\F1576"; +} +.mdi-lamps-outline:before { + content: "\F17D1"; +} +.mdi-lan:before { + content: "\F0317"; +} +.mdi-lan-check:before { + content: "\F12AA"; +} +.mdi-lan-connect:before { + content: "\F0318"; +} +.mdi-lan-disconnect:before { + content: "\F0319"; +} +.mdi-lan-pending:before { + content: "\F031A"; +} +.mdi-land-fields:before { + content: "\F1AB2"; +} +.mdi-land-plots:before { + content: "\F1AB3"; +} +.mdi-land-plots-circle:before { + content: "\F1AB4"; +} +.mdi-land-plots-circle-variant:before { + content: "\F1AB5"; +} +.mdi-land-plots-marker:before { + content: "\F1C5D"; +} +.mdi-land-rows-horizontal:before { + content: "\F1AB6"; +} +.mdi-land-rows-vertical:before { + content: "\F1AB7"; +} +.mdi-landslide:before { + content: "\F1A48"; +} +.mdi-landslide-outline:before { + content: "\F1A49"; +} +.mdi-language-c:before { + content: "\F0671"; +} +.mdi-language-cpp:before { + content: "\F0672"; +} +.mdi-language-csharp:before { + content: "\F031B"; +} +.mdi-language-css3:before { + content: "\F031C"; +} +.mdi-language-fortran:before { + content: "\F121A"; +} +.mdi-language-go:before { + content: "\F07D3"; +} +.mdi-language-haskell:before { + content: "\F0C92"; +} +.mdi-language-html5:before { + content: "\F031D"; +} +.mdi-language-java:before { + content: "\F0B37"; +} +.mdi-language-javascript:before { + content: "\F031E"; +} +.mdi-language-kotlin:before { + content: "\F1219"; +} +.mdi-language-lua:before { + content: "\F08B1"; +} +.mdi-language-markdown:before { + content: "\F0354"; +} +.mdi-language-markdown-outline:before { + content: "\F0F5B"; +} +.mdi-language-php:before { + content: "\F031F"; +} +.mdi-language-python:before { + content: "\F0320"; +} +.mdi-language-r:before { + content: "\F07D4"; +} +.mdi-language-ruby:before { + content: "\F0D2D"; +} +.mdi-language-ruby-on-rails:before { + content: "\F0ACF"; +} +.mdi-language-rust:before { + content: "\F1617"; +} +.mdi-language-swift:before { + content: "\F06E5"; +} +.mdi-language-typescript:before { + content: "\F06E6"; +} +.mdi-language-xaml:before { + content: "\F0673"; +} +.mdi-laptop:before { + content: "\F0322"; +} +.mdi-laptop-account:before { + content: "\F1A4A"; +} +.mdi-laptop-off:before { + content: "\F06E7"; +} +.mdi-laravel:before { + content: "\F0AD0"; +} +.mdi-laser-pointer:before { + content: "\F1484"; +} +.mdi-lasso:before { + content: "\F0F03"; +} +.mdi-lastpass:before { + content: "\F0446"; +} +.mdi-latitude:before { + content: "\F0F57"; +} +.mdi-launch:before { + content: "\F0327"; +} +.mdi-lava-lamp:before { + content: "\F07D5"; +} +.mdi-layers:before { + content: "\F0328"; +} +.mdi-layers-edit:before { + content: "\F1892"; +} +.mdi-layers-minus:before { + content: "\F0E4C"; +} +.mdi-layers-off:before { + content: "\F0329"; +} +.mdi-layers-off-outline:before { + content: "\F09FD"; +} +.mdi-layers-outline:before { + content: "\F09FE"; +} +.mdi-layers-plus:before { + content: "\F0E4D"; +} +.mdi-layers-remove:before { + content: "\F0E4E"; +} +.mdi-layers-search:before { + content: "\F1206"; +} +.mdi-layers-search-outline:before { + content: "\F1207"; +} +.mdi-layers-triple:before { + content: "\F0F58"; +} +.mdi-layers-triple-outline:before { + content: "\F0F59"; +} +.mdi-lead-pencil:before { + content: "\F064F"; +} +.mdi-leaf:before { + content: "\F032A"; +} +.mdi-leaf-circle:before { + content: "\F1905"; +} +.mdi-leaf-circle-outline:before { + content: "\F1906"; +} +.mdi-leaf-maple:before { + content: "\F0C93"; +} +.mdi-leaf-maple-off:before { + content: "\F12DA"; +} +.mdi-leaf-off:before { + content: "\F12D9"; +} +.mdi-leak:before { + content: "\F0DD7"; +} +.mdi-leak-off:before { + content: "\F0DD8"; +} +.mdi-lectern:before { + content: "\F1AF0"; +} +.mdi-led-off:before { + content: "\F032B"; +} +.mdi-led-on:before { + content: "\F032C"; +} +.mdi-led-outline:before { + content: "\F032D"; +} +.mdi-led-strip:before { + content: "\F07D6"; +} +.mdi-led-strip-variant:before { + content: "\F1051"; +} +.mdi-led-strip-variant-off:before { + content: "\F1A4B"; +} +.mdi-led-variant-off:before { + content: "\F032E"; +} +.mdi-led-variant-on:before { + content: "\F032F"; +} +.mdi-led-variant-outline:before { + content: "\F0330"; +} +.mdi-leek:before { + content: "\F117D"; +} +.mdi-less-than:before { + content: "\F097C"; +} +.mdi-less-than-or-equal:before { + content: "\F097D"; +} +.mdi-library:before { + content: "\F0331"; +} +.mdi-library-outline:before { + content: "\F1A22"; +} +.mdi-library-shelves:before { + content: "\F0BA9"; +} +.mdi-license:before { + content: "\F0FC3"; +} +.mdi-lifebuoy:before { + content: "\F087E"; +} +.mdi-light-flood-down:before { + content: "\F1987"; +} +.mdi-light-flood-up:before { + content: "\F1988"; +} +.mdi-light-recessed:before { + content: "\F179B"; +} +.mdi-light-switch:before { + content: "\F097E"; +} +.mdi-light-switch-off:before { + content: "\F1A24"; +} +.mdi-lightbulb:before { + content: "\F0335"; +} +.mdi-lightbulb-alert:before { + content: "\F19E1"; +} +.mdi-lightbulb-alert-outline:before { + content: "\F19E2"; +} +.mdi-lightbulb-auto:before { + content: "\F1800"; +} +.mdi-lightbulb-auto-outline:before { + content: "\F1801"; +} +.mdi-lightbulb-cfl:before { + content: "\F1208"; +} +.mdi-lightbulb-cfl-off:before { + content: "\F1209"; +} +.mdi-lightbulb-cfl-spiral:before { + content: "\F1275"; +} +.mdi-lightbulb-cfl-spiral-off:before { + content: "\F12C3"; +} +.mdi-lightbulb-fluorescent-tube:before { + content: "\F1804"; +} +.mdi-lightbulb-fluorescent-tube-outline:before { + content: "\F1805"; +} +.mdi-lightbulb-group:before { + content: "\F1253"; +} +.mdi-lightbulb-group-off:before { + content: "\F12CD"; +} +.mdi-lightbulb-group-off-outline:before { + content: "\F12CE"; +} +.mdi-lightbulb-group-outline:before { + content: "\F1254"; +} +.mdi-lightbulb-multiple:before { + content: "\F1255"; +} +.mdi-lightbulb-multiple-off:before { + content: "\F12CF"; +} +.mdi-lightbulb-multiple-off-outline:before { + content: "\F12D0"; +} +.mdi-lightbulb-multiple-outline:before { + content: "\F1256"; +} +.mdi-lightbulb-night:before { + content: "\F1A4C"; +} +.mdi-lightbulb-night-outline:before { + content: "\F1A4D"; +} +.mdi-lightbulb-off:before { + content: "\F0E4F"; +} +.mdi-lightbulb-off-outline:before { + content: "\F0E50"; +} +.mdi-lightbulb-on:before { + content: "\F06E8"; +} +.mdi-lightbulb-on-10:before { + content: "\F1A4E"; +} +.mdi-lightbulb-on-20:before { + content: "\F1A4F"; +} +.mdi-lightbulb-on-30:before { + content: "\F1A50"; +} +.mdi-lightbulb-on-40:before { + content: "\F1A51"; +} +.mdi-lightbulb-on-50:before { + content: "\F1A52"; +} +.mdi-lightbulb-on-60:before { + content: "\F1A53"; +} +.mdi-lightbulb-on-70:before { + content: "\F1A54"; +} +.mdi-lightbulb-on-80:before { + content: "\F1A55"; +} +.mdi-lightbulb-on-90:before { + content: "\F1A56"; +} +.mdi-lightbulb-on-outline:before { + content: "\F06E9"; +} +.mdi-lightbulb-outline:before { + content: "\F0336"; +} +.mdi-lightbulb-question:before { + content: "\F19E3"; +} +.mdi-lightbulb-question-outline:before { + content: "\F19E4"; +} +.mdi-lightbulb-spot:before { + content: "\F17F4"; +} +.mdi-lightbulb-spot-off:before { + content: "\F17F5"; +} +.mdi-lightbulb-variant:before { + content: "\F1802"; +} +.mdi-lightbulb-variant-outline:before { + content: "\F1803"; +} +.mdi-lighthouse:before { + content: "\F09FF"; +} +.mdi-lighthouse-on:before { + content: "\F0A00"; +} +.mdi-lightning-bolt:before { + content: "\F140B"; +} +.mdi-lightning-bolt-circle:before { + content: "\F0820"; +} +.mdi-lightning-bolt-outline:before { + content: "\F140C"; +} +.mdi-line-scan:before { + content: "\F0624"; +} +.mdi-lingerie:before { + content: "\F1476"; +} +.mdi-link:before { + content: "\F0337"; +} +.mdi-link-box:before { + content: "\F0D1A"; +} +.mdi-link-box-outline:before { + content: "\F0D1B"; +} +.mdi-link-box-variant:before { + content: "\F0D1C"; +} +.mdi-link-box-variant-outline:before { + content: "\F0D1D"; +} +.mdi-link-circle:before { + content: "\F1CAC"; +} +.mdi-link-circle-outline:before { + content: "\F1CAD"; +} +.mdi-link-edit:before { + content: "\F1CAE"; +} +.mdi-link-lock:before { + content: "\F10BA"; +} +.mdi-link-off:before { + content: "\F0338"; +} +.mdi-link-plus:before { + content: "\F0C94"; +} +.mdi-link-variant:before { + content: "\F0339"; +} +.mdi-link-variant-minus:before { + content: "\F10FF"; +} +.mdi-link-variant-off:before { + content: "\F033A"; +} +.mdi-link-variant-plus:before { + content: "\F1100"; +} +.mdi-link-variant-remove:before { + content: "\F1101"; +} +.mdi-linkedin:before { + content: "\F033B"; +} +.mdi-linux:before { + content: "\F033D"; +} +.mdi-linux-mint:before { + content: "\F08ED"; +} +.mdi-lipstick:before { + content: "\F13B5"; +} +.mdi-liquid-spot:before { + content: "\F1826"; +} +.mdi-liquor:before { + content: "\F191E"; +} +.mdi-list-box:before { + content: "\F1B7B"; +} +.mdi-list-box-outline:before { + content: "\F1B7C"; +} +.mdi-list-status:before { + content: "\F15AB"; +} +.mdi-litecoin:before { + content: "\F0A61"; +} +.mdi-loading:before { + content: "\F0772"; +} +.mdi-location-enter:before { + content: "\F0FC4"; +} +.mdi-location-exit:before { + content: "\F0FC5"; +} +.mdi-lock:before { + content: "\F033E"; +} +.mdi-lock-alert:before { + content: "\F08EE"; +} +.mdi-lock-alert-outline:before { + content: "\F15D1"; +} +.mdi-lock-check:before { + content: "\F139A"; +} +.mdi-lock-check-outline:before { + content: "\F16A8"; +} +.mdi-lock-clock:before { + content: "\F097F"; +} +.mdi-lock-minus:before { + content: "\F16A9"; +} +.mdi-lock-minus-outline:before { + content: "\F16AA"; +} +.mdi-lock-off:before { + content: "\F1671"; +} +.mdi-lock-off-outline:before { + content: "\F1672"; +} +.mdi-lock-open:before { + content: "\F033F"; +} +.mdi-lock-open-alert:before { + content: "\F139B"; +} +.mdi-lock-open-alert-outline:before { + content: "\F15D2"; +} +.mdi-lock-open-check:before { + content: "\F139C"; +} +.mdi-lock-open-check-outline:before { + content: "\F16AB"; +} +.mdi-lock-open-minus:before { + content: "\F16AC"; +} +.mdi-lock-open-minus-outline:before { + content: "\F16AD"; +} +.mdi-lock-open-outline:before { + content: "\F0340"; +} +.mdi-lock-open-plus:before { + content: "\F16AE"; +} +.mdi-lock-open-plus-outline:before { + content: "\F16AF"; +} +.mdi-lock-open-remove:before { + content: "\F16B0"; +} +.mdi-lock-open-remove-outline:before { + content: "\F16B1"; +} +.mdi-lock-open-variant:before { + content: "\F0FC6"; +} +.mdi-lock-open-variant-outline:before { + content: "\F0FC7"; +} +.mdi-lock-outline:before { + content: "\F0341"; +} +.mdi-lock-pattern:before { + content: "\F06EA"; +} +.mdi-lock-percent:before { + content: "\F1C12"; +} +.mdi-lock-percent-open:before { + content: "\F1C13"; +} +.mdi-lock-percent-open-outline:before { + content: "\F1C14"; +} +.mdi-lock-percent-open-variant:before { + content: "\F1C15"; +} +.mdi-lock-percent-open-variant-outline:before { + content: "\F1C16"; +} +.mdi-lock-percent-outline:before { + content: "\F1C17"; +} +.mdi-lock-plus:before { + content: "\F05FB"; +} +.mdi-lock-plus-outline:before { + content: "\F16B2"; +} +.mdi-lock-question:before { + content: "\F08EF"; +} +.mdi-lock-remove:before { + content: "\F16B3"; +} +.mdi-lock-remove-outline:before { + content: "\F16B4"; +} +.mdi-lock-reset:before { + content: "\F0773"; +} +.mdi-lock-smart:before { + content: "\F08B2"; +} +.mdi-locker:before { + content: "\F07D7"; +} +.mdi-locker-multiple:before { + content: "\F07D8"; +} +.mdi-login:before { + content: "\F0342"; +} +.mdi-login-variant:before { + content: "\F05FC"; +} +.mdi-logout:before { + content: "\F0343"; +} +.mdi-logout-variant:before { + content: "\F05FD"; +} +.mdi-longitude:before { + content: "\F0F5A"; +} +.mdi-looks:before { + content: "\F0344"; +} +.mdi-lotion:before { + content: "\F1582"; +} +.mdi-lotion-outline:before { + content: "\F1583"; +} +.mdi-lotion-plus:before { + content: "\F1584"; +} +.mdi-lotion-plus-outline:before { + content: "\F1585"; +} +.mdi-loupe:before { + content: "\F0345"; +} +.mdi-lumx:before { + content: "\F0346"; +} +.mdi-lungs:before { + content: "\F1084"; +} +.mdi-mace:before { + content: "\F1843"; +} +.mdi-magazine-pistol:before { + content: "\F0324"; +} +.mdi-magazine-rifle:before { + content: "\F0323"; +} +.mdi-magic-staff:before { + content: "\F1844"; +} +.mdi-magnet:before { + content: "\F0347"; +} +.mdi-magnet-on:before { + content: "\F0348"; +} +.mdi-magnify:before { + content: "\F0349"; +} +.mdi-magnify-close:before { + content: "\F0980"; +} +.mdi-magnify-expand:before { + content: "\F1874"; +} +.mdi-magnify-minus:before { + content: "\F034A"; +} +.mdi-magnify-minus-cursor:before { + content: "\F0A62"; +} +.mdi-magnify-minus-outline:before { + content: "\F06EC"; +} +.mdi-magnify-plus:before { + content: "\F034B"; +} +.mdi-magnify-plus-cursor:before { + content: "\F0A63"; +} +.mdi-magnify-plus-outline:before { + content: "\F06ED"; +} +.mdi-magnify-remove-cursor:before { + content: "\F120C"; +} +.mdi-magnify-remove-outline:before { + content: "\F120D"; +} +.mdi-magnify-scan:before { + content: "\F1276"; +} +.mdi-mail:before { + content: "\F0EBB"; +} +.mdi-mailbox:before { + content: "\F06EE"; +} +.mdi-mailbox-open:before { + content: "\F0D88"; +} +.mdi-mailbox-open-outline:before { + content: "\F0D89"; +} +.mdi-mailbox-open-up:before { + content: "\F0D8A"; +} +.mdi-mailbox-open-up-outline:before { + content: "\F0D8B"; +} +.mdi-mailbox-outline:before { + content: "\F0D8C"; +} +.mdi-mailbox-up:before { + content: "\F0D8D"; +} +.mdi-mailbox-up-outline:before { + content: "\F0D8E"; +} +.mdi-manjaro:before { + content: "\F160A"; +} +.mdi-map:before { + content: "\F034D"; +} +.mdi-map-check:before { + content: "\F0EBC"; +} +.mdi-map-check-outline:before { + content: "\F0EBD"; +} +.mdi-map-clock:before { + content: "\F0D1E"; +} +.mdi-map-clock-outline:before { + content: "\F0D1F"; +} +.mdi-map-legend:before { + content: "\F0A01"; +} +.mdi-map-marker:before { + content: "\F034E"; +} +.mdi-map-marker-account:before { + content: "\F18E3"; +} +.mdi-map-marker-account-outline:before { + content: "\F18E4"; +} +.mdi-map-marker-alert:before { + content: "\F0F05"; +} +.mdi-map-marker-alert-outline:before { + content: "\F0F06"; +} +.mdi-map-marker-check:before { + content: "\F0C95"; +} +.mdi-map-marker-check-outline:before { + content: "\F12FB"; +} +.mdi-map-marker-circle:before { + content: "\F034F"; +} +.mdi-map-marker-distance:before { + content: "\F08F0"; +} +.mdi-map-marker-down:before { + content: "\F1102"; +} +.mdi-map-marker-left:before { + content: "\F12DB"; +} +.mdi-map-marker-left-outline:before { + content: "\F12DD"; +} +.mdi-map-marker-minus:before { + content: "\F0650"; +} +.mdi-map-marker-minus-outline:before { + content: "\F12F9"; +} +.mdi-map-marker-multiple:before { + content: "\F0350"; +} +.mdi-map-marker-multiple-outline:before { + content: "\F1277"; +} +.mdi-map-marker-off:before { + content: "\F0351"; +} +.mdi-map-marker-off-outline:before { + content: "\F12FD"; +} +.mdi-map-marker-outline:before { + content: "\F07D9"; +} +.mdi-map-marker-path:before { + content: "\F0D20"; +} +.mdi-map-marker-plus:before { + content: "\F0651"; +} +.mdi-map-marker-plus-outline:before { + content: "\F12F8"; +} +.mdi-map-marker-question:before { + content: "\F0F07"; +} +.mdi-map-marker-question-outline:before { + content: "\F0F08"; +} +.mdi-map-marker-radius:before { + content: "\F0352"; +} +.mdi-map-marker-radius-outline:before { + content: "\F12FC"; +} +.mdi-map-marker-remove:before { + content: "\F0F09"; +} +.mdi-map-marker-remove-outline:before { + content: "\F12FA"; +} +.mdi-map-marker-remove-variant:before { + content: "\F0F0A"; +} +.mdi-map-marker-right:before { + content: "\F12DC"; +} +.mdi-map-marker-right-outline:before { + content: "\F12DE"; +} +.mdi-map-marker-star:before { + content: "\F1608"; +} +.mdi-map-marker-star-outline:before { + content: "\F1609"; +} +.mdi-map-marker-up:before { + content: "\F1103"; +} +.mdi-map-minus:before { + content: "\F0981"; +} +.mdi-map-outline:before { + content: "\F0982"; +} +.mdi-map-plus:before { + content: "\F0983"; +} +.mdi-map-search:before { + content: "\F0984"; +} +.mdi-map-search-outline:before { + content: "\F0985"; +} +.mdi-mapbox:before { + content: "\F0BAA"; +} +.mdi-margin:before { + content: "\F0353"; +} +.mdi-marker:before { + content: "\F0652"; +} +.mdi-marker-cancel:before { + content: "\F0DD9"; +} +.mdi-marker-check:before { + content: "\F0355"; +} +.mdi-mastodon:before { + content: "\F0AD1"; +} +.mdi-material-design:before { + content: "\F0986"; +} +.mdi-material-ui:before { + content: "\F0357"; +} +.mdi-math-compass:before { + content: "\F0358"; +} +.mdi-math-cos:before { + content: "\F0C96"; +} +.mdi-math-integral:before { + content: "\F0FC8"; +} +.mdi-math-integral-box:before { + content: "\F0FC9"; +} +.mdi-math-log:before { + content: "\F1085"; +} +.mdi-math-norm:before { + content: "\F0FCA"; +} +.mdi-math-norm-box:before { + content: "\F0FCB"; +} +.mdi-math-sin:before { + content: "\F0C97"; +} +.mdi-math-tan:before { + content: "\F0C98"; +} +.mdi-matrix:before { + content: "\F0628"; +} +.mdi-medal:before { + content: "\F0987"; +} +.mdi-medal-outline:before { + content: "\F1326"; +} +.mdi-medical-bag:before { + content: "\F06EF"; +} +.mdi-medical-cotton-swab:before { + content: "\F1AB8"; +} +.mdi-medication:before { + content: "\F1B14"; +} +.mdi-medication-outline:before { + content: "\F1B15"; +} +.mdi-meditation:before { + content: "\F117B"; +} +.mdi-memory:before { + content: "\F035B"; +} +.mdi-memory-arrow-down:before { + content: "\F1CA6"; +} +.mdi-menorah:before { + content: "\F17D4"; +} +.mdi-menorah-fire:before { + content: "\F17D5"; +} +.mdi-menu:before { + content: "\F035C"; +} +.mdi-menu-close:before { + content: "\F1C90"; +} +.mdi-menu-down:before { + content: "\F035D"; +} +.mdi-menu-down-outline:before { + content: "\F06B6"; +} +.mdi-menu-left:before { + content: "\F035E"; +} +.mdi-menu-left-outline:before { + content: "\F0A02"; +} +.mdi-menu-open:before { + content: "\F0BAB"; +} +.mdi-menu-right:before { + content: "\F035F"; +} +.mdi-menu-right-outline:before { + content: "\F0A03"; +} +.mdi-menu-swap:before { + content: "\F0A64"; +} +.mdi-menu-swap-outline:before { + content: "\F0A65"; +} +.mdi-menu-up:before { + content: "\F0360"; +} +.mdi-menu-up-outline:before { + content: "\F06B7"; +} +.mdi-merge:before { + content: "\F0F5C"; +} +.mdi-message:before { + content: "\F0361"; +} +.mdi-message-alert:before { + content: "\F0362"; +} +.mdi-message-alert-outline:before { + content: "\F0A04"; +} +.mdi-message-arrow-left:before { + content: "\F12F2"; +} +.mdi-message-arrow-left-outline:before { + content: "\F12F3"; +} +.mdi-message-arrow-right:before { + content: "\F12F4"; +} +.mdi-message-arrow-right-outline:before { + content: "\F12F5"; +} +.mdi-message-badge:before { + content: "\F1941"; +} +.mdi-message-badge-outline:before { + content: "\F1942"; +} +.mdi-message-bookmark:before { + content: "\F15AC"; +} +.mdi-message-bookmark-outline:before { + content: "\F15AD"; +} +.mdi-message-bulleted:before { + content: "\F06A2"; +} +.mdi-message-bulleted-off:before { + content: "\F06A3"; +} +.mdi-message-check:before { + content: "\F1B8A"; +} +.mdi-message-check-outline:before { + content: "\F1B8B"; +} +.mdi-message-cog:before { + content: "\F06F1"; +} +.mdi-message-cog-outline:before { + content: "\F1172"; +} +.mdi-message-draw:before { + content: "\F0363"; +} +.mdi-message-fast:before { + content: "\F19CC"; +} +.mdi-message-fast-outline:before { + content: "\F19CD"; +} +.mdi-message-flash:before { + content: "\F15A9"; +} +.mdi-message-flash-outline:before { + content: "\F15AA"; +} +.mdi-message-image:before { + content: "\F0364"; +} +.mdi-message-image-outline:before { + content: "\F116C"; +} +.mdi-message-lock:before { + content: "\F0FCC"; +} +.mdi-message-lock-outline:before { + content: "\F116D"; +} +.mdi-message-minus:before { + content: "\F116E"; +} +.mdi-message-minus-outline:before { + content: "\F116F"; +} +.mdi-message-off:before { + content: "\F164D"; +} +.mdi-message-off-outline:before { + content: "\F164E"; +} +.mdi-message-outline:before { + content: "\F0365"; +} +.mdi-message-plus:before { + content: "\F0653"; +} +.mdi-message-plus-outline:before { + content: "\F10BB"; +} +.mdi-message-processing:before { + content: "\F0366"; +} +.mdi-message-processing-outline:before { + content: "\F1170"; +} +.mdi-message-question:before { + content: "\F173A"; +} +.mdi-message-question-outline:before { + content: "\F173B"; +} +.mdi-message-reply:before { + content: "\F0367"; +} +.mdi-message-reply-outline:before { + content: "\F173D"; +} +.mdi-message-reply-text:before { + content: "\F0368"; +} +.mdi-message-reply-text-outline:before { + content: "\F173E"; +} +.mdi-message-settings:before { + content: "\F06F0"; +} +.mdi-message-settings-outline:before { + content: "\F1171"; +} +.mdi-message-star:before { + content: "\F069A"; +} +.mdi-message-star-outline:before { + content: "\F1250"; +} +.mdi-message-text:before { + content: "\F0369"; +} +.mdi-message-text-clock:before { + content: "\F1173"; +} +.mdi-message-text-clock-outline:before { + content: "\F1174"; +} +.mdi-message-text-fast:before { + content: "\F19CE"; +} +.mdi-message-text-fast-outline:before { + content: "\F19CF"; +} +.mdi-message-text-lock:before { + content: "\F0FCD"; +} +.mdi-message-text-lock-outline:before { + content: "\F1175"; +} +.mdi-message-text-outline:before { + content: "\F036A"; +} +.mdi-message-video:before { + content: "\F036B"; +} +.mdi-meteor:before { + content: "\F0629"; +} +.mdi-meter-electric:before { + content: "\F1A57"; +} +.mdi-meter-electric-outline:before { + content: "\F1A58"; +} +.mdi-meter-gas:before { + content: "\F1A59"; +} +.mdi-meter-gas-outline:before { + content: "\F1A5A"; +} +.mdi-metronome:before { + content: "\F07DA"; +} +.mdi-metronome-tick:before { + content: "\F07DB"; +} +.mdi-micro-sd:before { + content: "\F07DC"; +} +.mdi-microphone:before { + content: "\F036C"; +} +.mdi-microphone-message:before { + content: "\F050A"; +} +.mdi-microphone-message-off:before { + content: "\F050B"; +} +.mdi-microphone-minus:before { + content: "\F08B3"; +} +.mdi-microphone-off:before { + content: "\F036D"; +} +.mdi-microphone-outline:before { + content: "\F036E"; +} +.mdi-microphone-plus:before { + content: "\F08B4"; +} +.mdi-microphone-question:before { + content: "\F1989"; +} +.mdi-microphone-question-outline:before { + content: "\F198A"; +} +.mdi-microphone-settings:before { + content: "\F036F"; +} +.mdi-microphone-variant:before { + content: "\F0370"; +} +.mdi-microphone-variant-off:before { + content: "\F0371"; +} +.mdi-microscope:before { + content: "\F0654"; +} +.mdi-microsoft:before { + content: "\F0372"; +} +.mdi-microsoft-access:before { + content: "\F138E"; +} +.mdi-microsoft-azure:before { + content: "\F0805"; +} +.mdi-microsoft-azure-devops:before { + content: "\F0FD5"; +} +.mdi-microsoft-bing:before { + content: "\F00A4"; +} +.mdi-microsoft-dynamics-365:before { + content: "\F0988"; +} +.mdi-microsoft-edge:before { + content: "\F01E9"; +} +.mdi-microsoft-excel:before { + content: "\F138F"; +} +.mdi-microsoft-internet-explorer:before { + content: "\F0300"; +} +.mdi-microsoft-office:before { + content: "\F03C6"; +} +.mdi-microsoft-onedrive:before { + content: "\F03CA"; +} +.mdi-microsoft-onenote:before { + content: "\F0747"; +} +.mdi-microsoft-outlook:before { + content: "\F0D22"; +} +.mdi-microsoft-powerpoint:before { + content: "\F1390"; +} +.mdi-microsoft-sharepoint:before { + content: "\F1391"; +} +.mdi-microsoft-teams:before { + content: "\F02BB"; +} +.mdi-microsoft-visual-studio:before { + content: "\F0610"; +} +.mdi-microsoft-visual-studio-code:before { + content: "\F0A1E"; +} +.mdi-microsoft-windows:before { + content: "\F05B3"; +} +.mdi-microsoft-windows-classic:before { + content: "\F0A21"; +} +.mdi-microsoft-word:before { + content: "\F1392"; +} +.mdi-microsoft-xbox:before { + content: "\F05B9"; +} +.mdi-microsoft-xbox-controller:before { + content: "\F05BA"; +} +.mdi-microsoft-xbox-controller-battery-alert:before { + content: "\F074B"; +} +.mdi-microsoft-xbox-controller-battery-charging:before { + content: "\F0A22"; +} +.mdi-microsoft-xbox-controller-battery-empty:before { + content: "\F074C"; +} +.mdi-microsoft-xbox-controller-battery-full:before { + content: "\F074D"; +} +.mdi-microsoft-xbox-controller-battery-low:before { + content: "\F074E"; +} +.mdi-microsoft-xbox-controller-battery-medium:before { + content: "\F074F"; +} +.mdi-microsoft-xbox-controller-battery-unknown:before { + content: "\F0750"; +} +.mdi-microsoft-xbox-controller-menu:before { + content: "\F0E6F"; +} +.mdi-microsoft-xbox-controller-off:before { + content: "\F05BB"; +} +.mdi-microsoft-xbox-controller-view:before { + content: "\F0E70"; +} +.mdi-microwave:before { + content: "\F0C99"; +} +.mdi-microwave-off:before { + content: "\F1423"; +} +.mdi-middleware:before { + content: "\F0F5D"; +} +.mdi-middleware-outline:before { + content: "\F0F5E"; +} +.mdi-midi:before { + content: "\F08F1"; +} +.mdi-midi-port:before { + content: "\F08F2"; +} +.mdi-mine:before { + content: "\F0DDA"; +} +.mdi-minecraft:before { + content: "\F0373"; +} +.mdi-mini-sd:before { + content: "\F0A05"; +} +.mdi-minidisc:before { + content: "\F0A06"; +} +.mdi-minus:before { + content: "\F0374"; +} +.mdi-minus-box:before { + content: "\F0375"; +} +.mdi-minus-box-multiple:before { + content: "\F1141"; +} +.mdi-minus-box-multiple-outline:before { + content: "\F1142"; +} +.mdi-minus-box-outline:before { + content: "\F06F2"; +} +.mdi-minus-circle:before { + content: "\F0376"; +} +.mdi-minus-circle-multiple:before { + content: "\F035A"; +} +.mdi-minus-circle-multiple-outline:before { + content: "\F0AD3"; +} +.mdi-minus-circle-off:before { + content: "\F1459"; +} +.mdi-minus-circle-off-outline:before { + content: "\F145A"; +} +.mdi-minus-circle-outline:before { + content: "\F0377"; +} +.mdi-minus-network:before { + content: "\F0378"; +} +.mdi-minus-network-outline:before { + content: "\F0C9A"; +} +.mdi-minus-thick:before { + content: "\F1639"; +} +.mdi-mirror:before { + content: "\F11FD"; +} +.mdi-mirror-rectangle:before { + content: "\F179F"; +} +.mdi-mirror-variant:before { + content: "\F17A0"; +} +.mdi-mixed-martial-arts:before { + content: "\F0D8F"; +} +.mdi-mixed-reality:before { + content: "\F087F"; +} +.mdi-molecule:before { + content: "\F0BAC"; +} +.mdi-molecule-co:before { + content: "\F12FE"; +} +.mdi-molecule-co2:before { + content: "\F07E4"; +} +.mdi-monitor:before { + content: "\F0379"; +} +.mdi-monitor-account:before { + content: "\F1A5B"; +} +.mdi-monitor-arrow-down:before { + content: "\F19D0"; +} +.mdi-monitor-arrow-down-variant:before { + content: "\F19D1"; +} +.mdi-monitor-cellphone:before { + content: "\F0989"; +} +.mdi-monitor-cellphone-star:before { + content: "\F098A"; +} +.mdi-monitor-dashboard:before { + content: "\F0A07"; +} +.mdi-monitor-edit:before { + content: "\F12C6"; +} +.mdi-monitor-eye:before { + content: "\F13B4"; +} +.mdi-monitor-lock:before { + content: "\F0DDB"; +} +.mdi-monitor-multiple:before { + content: "\F037A"; +} +.mdi-monitor-off:before { + content: "\F0D90"; +} +.mdi-monitor-screenshot:before { + content: "\F0E51"; +} +.mdi-monitor-share:before { + content: "\F1483"; +} +.mdi-monitor-shimmer:before { + content: "\F1104"; +} +.mdi-monitor-small:before { + content: "\F1876"; +} +.mdi-monitor-speaker:before { + content: "\F0F5F"; +} +.mdi-monitor-speaker-off:before { + content: "\F0F60"; +} +.mdi-monitor-star:before { + content: "\F0DDC"; +} +.mdi-monitor-vertical:before { + content: "\F1C33"; +} +.mdi-moon-first-quarter:before { + content: "\F0F61"; +} +.mdi-moon-full:before { + content: "\F0F62"; +} +.mdi-moon-last-quarter:before { + content: "\F0F63"; +} +.mdi-moon-new:before { + content: "\F0F64"; +} +.mdi-moon-waning-crescent:before { + content: "\F0F65"; +} +.mdi-moon-waning-gibbous:before { + content: "\F0F66"; +} +.mdi-moon-waxing-crescent:before { + content: "\F0F67"; +} +.mdi-moon-waxing-gibbous:before { + content: "\F0F68"; +} +.mdi-moped:before { + content: "\F1086"; +} +.mdi-moped-electric:before { + content: "\F15B7"; +} +.mdi-moped-electric-outline:before { + content: "\F15B8"; +} +.mdi-moped-outline:before { + content: "\F15B9"; +} +.mdi-more:before { + content: "\F037B"; +} +.mdi-mortar-pestle:before { + content: "\F1748"; +} +.mdi-mortar-pestle-plus:before { + content: "\F03F1"; +} +.mdi-mosque:before { + content: "\F0D45"; +} +.mdi-mosque-outline:before { + content: "\F1827"; +} +.mdi-mother-heart:before { + content: "\F1314"; +} +.mdi-mother-nurse:before { + content: "\F0D21"; +} +.mdi-motion:before { + content: "\F15B2"; +} +.mdi-motion-outline:before { + content: "\F15B3"; +} +.mdi-motion-pause:before { + content: "\F1590"; +} +.mdi-motion-pause-outline:before { + content: "\F1592"; +} +.mdi-motion-play:before { + content: "\F158F"; +} +.mdi-motion-play-outline:before { + content: "\F1591"; +} +.mdi-motion-sensor:before { + content: "\F0D91"; +} +.mdi-motion-sensor-off:before { + content: "\F1435"; +} +.mdi-motorbike:before { + content: "\F037C"; +} +.mdi-motorbike-electric:before { + content: "\F15BA"; +} +.mdi-motorbike-off:before { + content: "\F1B16"; +} +.mdi-mouse:before { + content: "\F037D"; +} +.mdi-mouse-bluetooth:before { + content: "\F098B"; +} +.mdi-mouse-left-click:before { + content: "\F1D07"; +} +.mdi-mouse-left-click-outline:before { + content: "\F1D08"; +} +.mdi-mouse-move-down:before { + content: "\F1550"; +} +.mdi-mouse-move-up:before { + content: "\F1551"; +} +.mdi-mouse-move-vertical:before { + content: "\F1552"; +} +.mdi-mouse-off:before { + content: "\F037E"; +} +.mdi-mouse-outline:before { + content: "\F1D09"; +} +.mdi-mouse-right-click:before { + content: "\F1D0A"; +} +.mdi-mouse-right-click-outline:before { + content: "\F1D0B"; +} +.mdi-mouse-scroll-wheel:before { + content: "\F1D0C"; +} +.mdi-mouse-variant:before { + content: "\F037F"; +} +.mdi-mouse-variant-off:before { + content: "\F0380"; +} +.mdi-move-resize:before { + content: "\F0655"; +} +.mdi-move-resize-variant:before { + content: "\F0656"; +} +.mdi-movie:before { + content: "\F0381"; +} +.mdi-movie-check:before { + content: "\F16F3"; +} +.mdi-movie-check-outline:before { + content: "\F16F4"; +} +.mdi-movie-cog:before { + content: "\F16F5"; +} +.mdi-movie-cog-outline:before { + content: "\F16F6"; +} +.mdi-movie-edit:before { + content: "\F1122"; +} +.mdi-movie-edit-outline:before { + content: "\F1123"; +} +.mdi-movie-filter:before { + content: "\F1124"; +} +.mdi-movie-filter-outline:before { + content: "\F1125"; +} +.mdi-movie-minus:before { + content: "\F16F7"; +} +.mdi-movie-minus-outline:before { + content: "\F16F8"; +} +.mdi-movie-off:before { + content: "\F16F9"; +} +.mdi-movie-off-outline:before { + content: "\F16FA"; +} +.mdi-movie-open:before { + content: "\F0FCE"; +} +.mdi-movie-open-check:before { + content: "\F16FB"; +} +.mdi-movie-open-check-outline:before { + content: "\F16FC"; +} +.mdi-movie-open-cog:before { + content: "\F16FD"; +} +.mdi-movie-open-cog-outline:before { + content: "\F16FE"; +} +.mdi-movie-open-edit:before { + content: "\F16FF"; +} +.mdi-movie-open-edit-outline:before { + content: "\F1700"; +} +.mdi-movie-open-minus:before { + content: "\F1701"; +} +.mdi-movie-open-minus-outline:before { + content: "\F1702"; +} +.mdi-movie-open-off:before { + content: "\F1703"; +} +.mdi-movie-open-off-outline:before { + content: "\F1704"; +} +.mdi-movie-open-outline:before { + content: "\F0FCF"; +} +.mdi-movie-open-play:before { + content: "\F1705"; +} +.mdi-movie-open-play-outline:before { + content: "\F1706"; +} +.mdi-movie-open-plus:before { + content: "\F1707"; +} +.mdi-movie-open-plus-outline:before { + content: "\F1708"; +} +.mdi-movie-open-remove:before { + content: "\F1709"; +} +.mdi-movie-open-remove-outline:before { + content: "\F170A"; +} +.mdi-movie-open-settings:before { + content: "\F170B"; +} +.mdi-movie-open-settings-outline:before { + content: "\F170C"; +} +.mdi-movie-open-star:before { + content: "\F170D"; +} +.mdi-movie-open-star-outline:before { + content: "\F170E"; +} +.mdi-movie-outline:before { + content: "\F0DDD"; +} +.mdi-movie-play:before { + content: "\F170F"; +} +.mdi-movie-play-outline:before { + content: "\F1710"; +} +.mdi-movie-plus:before { + content: "\F1711"; +} +.mdi-movie-plus-outline:before { + content: "\F1712"; +} +.mdi-movie-remove:before { + content: "\F1713"; +} +.mdi-movie-remove-outline:before { + content: "\F1714"; +} +.mdi-movie-roll:before { + content: "\F07DE"; +} +.mdi-movie-search:before { + content: "\F11D2"; +} +.mdi-movie-search-outline:before { + content: "\F11D3"; +} +.mdi-movie-settings:before { + content: "\F1715"; +} +.mdi-movie-settings-outline:before { + content: "\F1716"; +} +.mdi-movie-star:before { + content: "\F1717"; +} +.mdi-movie-star-outline:before { + content: "\F1718"; +} +.mdi-mower:before { + content: "\F166F"; +} +.mdi-mower-bag:before { + content: "\F1670"; +} +.mdi-mower-bag-on:before { + content: "\F1B60"; +} +.mdi-mower-on:before { + content: "\F1B5F"; +} +.mdi-muffin:before { + content: "\F098C"; +} +.mdi-multicast:before { + content: "\F1893"; +} +.mdi-multimedia:before { + content: "\F1B97"; +} +.mdi-multiplication:before { + content: "\F0382"; +} +.mdi-multiplication-box:before { + content: "\F0383"; +} +.mdi-mushroom:before { + content: "\F07DF"; +} +.mdi-mushroom-off:before { + content: "\F13FA"; +} +.mdi-mushroom-off-outline:before { + content: "\F13FB"; +} +.mdi-mushroom-outline:before { + content: "\F07E0"; +} +.mdi-music:before { + content: "\F075A"; +} +.mdi-music-accidental-double-flat:before { + content: "\F0F69"; +} +.mdi-music-accidental-double-sharp:before { + content: "\F0F6A"; +} +.mdi-music-accidental-flat:before { + content: "\F0F6B"; +} +.mdi-music-accidental-natural:before { + content: "\F0F6C"; +} +.mdi-music-accidental-sharp:before { + content: "\F0F6D"; +} +.mdi-music-box:before { + content: "\F0384"; +} +.mdi-music-box-multiple:before { + content: "\F0333"; +} +.mdi-music-box-multiple-outline:before { + content: "\F0F04"; +} +.mdi-music-box-outline:before { + content: "\F0385"; +} +.mdi-music-circle:before { + content: "\F0386"; +} +.mdi-music-circle-outline:before { + content: "\F0AD4"; +} +.mdi-music-clef-alto:before { + content: "\F0F6E"; +} +.mdi-music-clef-bass:before { + content: "\F0F6F"; +} +.mdi-music-clef-treble:before { + content: "\F0F70"; +} +.mdi-music-note:before { + content: "\F0387"; +} +.mdi-music-note-bluetooth:before { + content: "\F05FE"; +} +.mdi-music-note-bluetooth-off:before { + content: "\F05FF"; +} +.mdi-music-note-eighth:before { + content: "\F0388"; +} +.mdi-music-note-eighth-dotted:before { + content: "\F0F71"; +} +.mdi-music-note-half:before { + content: "\F0389"; +} +.mdi-music-note-half-dotted:before { + content: "\F0F72"; +} +.mdi-music-note-minus:before { + content: "\F1B89"; +} +.mdi-music-note-off:before { + content: "\F038A"; +} +.mdi-music-note-off-outline:before { + content: "\F0F73"; +} +.mdi-music-note-outline:before { + content: "\F0F74"; +} +.mdi-music-note-plus:before { + content: "\F0DDE"; +} +.mdi-music-note-quarter:before { + content: "\F038B"; +} +.mdi-music-note-quarter-dotted:before { + content: "\F0F75"; +} +.mdi-music-note-sixteenth:before { + content: "\F038C"; +} +.mdi-music-note-sixteenth-dotted:before { + content: "\F0F76"; +} +.mdi-music-note-whole:before { + content: "\F038D"; +} +.mdi-music-note-whole-dotted:before { + content: "\F0F77"; +} +.mdi-music-off:before { + content: "\F075B"; +} +.mdi-music-rest-eighth:before { + content: "\F0F78"; +} +.mdi-music-rest-half:before { + content: "\F0F79"; +} +.mdi-music-rest-quarter:before { + content: "\F0F7A"; +} +.mdi-music-rest-sixteenth:before { + content: "\F0F7B"; +} +.mdi-music-rest-whole:before { + content: "\F0F7C"; +} +.mdi-mustache:before { + content: "\F15DE"; +} +.mdi-nail:before { + content: "\F0DDF"; +} +.mdi-nas:before { + content: "\F08F3"; +} +.mdi-nativescript:before { + content: "\F0880"; +} +.mdi-nature:before { + content: "\F038E"; +} +.mdi-nature-outline:before { + content: "\F1C71"; +} +.mdi-nature-people:before { + content: "\F038F"; +} +.mdi-nature-people-outline:before { + content: "\F1C72"; +} +.mdi-navigation:before { + content: "\F0390"; +} +.mdi-navigation-outline:before { + content: "\F1607"; +} +.mdi-navigation-variant:before { + content: "\F18F0"; +} +.mdi-navigation-variant-outline:before { + content: "\F18F1"; +} +.mdi-near-me:before { + content: "\F05CD"; +} +.mdi-necklace:before { + content: "\F0F0B"; +} +.mdi-needle:before { + content: "\F0391"; +} +.mdi-needle-off:before { + content: "\F19D2"; +} +.mdi-netflix:before { + content: "\F0746"; +} +.mdi-network:before { + content: "\F06F3"; +} +.mdi-network-off:before { + content: "\F0C9B"; +} +.mdi-network-off-outline:before { + content: "\F0C9C"; +} +.mdi-network-outline:before { + content: "\F0C9D"; +} +.mdi-network-pos:before { + content: "\F1ACB"; +} +.mdi-network-strength-1:before { + content: "\F08F4"; +} +.mdi-network-strength-1-alert:before { + content: "\F08F5"; +} +.mdi-network-strength-2:before { + content: "\F08F6"; +} +.mdi-network-strength-2-alert:before { + content: "\F08F7"; +} +.mdi-network-strength-3:before { + content: "\F08F8"; +} +.mdi-network-strength-3-alert:before { + content: "\F08F9"; +} +.mdi-network-strength-4:before { + content: "\F08FA"; +} +.mdi-network-strength-4-alert:before { + content: "\F08FB"; +} +.mdi-network-strength-4-cog:before { + content: "\F191A"; +} +.mdi-network-strength-off:before { + content: "\F08FC"; +} +.mdi-network-strength-off-outline:before { + content: "\F08FD"; +} +.mdi-network-strength-outline:before { + content: "\F08FE"; +} +.mdi-new-box:before { + content: "\F0394"; +} +.mdi-newspaper:before { + content: "\F0395"; +} +.mdi-newspaper-check:before { + content: "\F1943"; +} +.mdi-newspaper-minus:before { + content: "\F0F0C"; +} +.mdi-newspaper-plus:before { + content: "\F0F0D"; +} +.mdi-newspaper-remove:before { + content: "\F1944"; +} +.mdi-newspaper-variant:before { + content: "\F1001"; +} +.mdi-newspaper-variant-multiple:before { + content: "\F1002"; +} +.mdi-newspaper-variant-multiple-outline:before { + content: "\F1003"; +} +.mdi-newspaper-variant-outline:before { + content: "\F1004"; +} +.mdi-nfc:before { + content: "\F0396"; +} +.mdi-nfc-search-variant:before { + content: "\F0E53"; +} +.mdi-nfc-tap:before { + content: "\F0397"; +} +.mdi-nfc-variant:before { + content: "\F0398"; +} +.mdi-nfc-variant-off:before { + content: "\F0E54"; +} +.mdi-ninja:before { + content: "\F0774"; +} +.mdi-nintendo-game-boy:before { + content: "\F1393"; +} +.mdi-nintendo-switch:before { + content: "\F07E1"; +} +.mdi-nintendo-wii:before { + content: "\F05AB"; +} +.mdi-nintendo-wiiu:before { + content: "\F072D"; +} +.mdi-nix:before { + content: "\F1105"; +} +.mdi-nodejs:before { + content: "\F0399"; +} +.mdi-noodles:before { + content: "\F117E"; +} +.mdi-not-equal:before { + content: "\F098D"; +} +.mdi-not-equal-variant:before { + content: "\F098E"; +} +.mdi-note:before { + content: "\F039A"; +} +.mdi-note-alert:before { + content: "\F177D"; +} +.mdi-note-alert-outline:before { + content: "\F177E"; +} +.mdi-note-check:before { + content: "\F177F"; +} +.mdi-note-check-outline:before { + content: "\F1780"; +} +.mdi-note-edit:before { + content: "\F1781"; +} +.mdi-note-edit-outline:before { + content: "\F1782"; +} +.mdi-note-minus:before { + content: "\F164F"; +} +.mdi-note-minus-outline:before { + content: "\F1650"; +} +.mdi-note-multiple:before { + content: "\F06B8"; +} +.mdi-note-multiple-outline:before { + content: "\F06B9"; +} +.mdi-note-off:before { + content: "\F1783"; +} +.mdi-note-off-outline:before { + content: "\F1784"; +} +.mdi-note-outline:before { + content: "\F039B"; +} +.mdi-note-plus:before { + content: "\F039C"; +} +.mdi-note-plus-outline:before { + content: "\F039D"; +} +.mdi-note-remove:before { + content: "\F1651"; +} +.mdi-note-remove-outline:before { + content: "\F1652"; +} +.mdi-note-search:before { + content: "\F1653"; +} +.mdi-note-search-outline:before { + content: "\F1654"; +} +.mdi-note-text:before { + content: "\F039E"; +} +.mdi-note-text-outline:before { + content: "\F11D7"; +} +.mdi-notebook:before { + content: "\F082E"; +} +.mdi-notebook-check:before { + content: "\F14F5"; +} +.mdi-notebook-check-outline:before { + content: "\F14F6"; +} +.mdi-notebook-edit:before { + content: "\F14E7"; +} +.mdi-notebook-edit-outline:before { + content: "\F14E9"; +} +.mdi-notebook-heart:before { + content: "\F1A0B"; +} +.mdi-notebook-heart-outline:before { + content: "\F1A0C"; +} +.mdi-notebook-minus:before { + content: "\F1610"; +} +.mdi-notebook-minus-outline:before { + content: "\F1611"; +} +.mdi-notebook-multiple:before { + content: "\F0E55"; +} +.mdi-notebook-outline:before { + content: "\F0EBF"; +} +.mdi-notebook-plus:before { + content: "\F1612"; +} +.mdi-notebook-plus-outline:before { + content: "\F1613"; +} +.mdi-notebook-remove:before { + content: "\F1614"; +} +.mdi-notebook-remove-outline:before { + content: "\F1615"; +} +.mdi-notification-clear-all:before { + content: "\F039F"; +} +.mdi-npm:before { + content: "\F06F7"; +} +.mdi-nuke:before { + content: "\F06A4"; +} +.mdi-null:before { + content: "\F07E2"; +} +.mdi-numeric:before { + content: "\F03A0"; +} +.mdi-numeric-0:before { + content: "\F0B39"; +} +.mdi-numeric-0-box:before { + content: "\F03A1"; +} +.mdi-numeric-0-box-multiple:before { + content: "\F0F0E"; +} +.mdi-numeric-0-box-multiple-outline:before { + content: "\F03A2"; +} +.mdi-numeric-0-box-outline:before { + content: "\F03A3"; +} +.mdi-numeric-0-circle:before { + content: "\F0C9E"; +} +.mdi-numeric-0-circle-outline:before { + content: "\F0C9F"; +} +.mdi-numeric-1:before { + content: "\F0B3A"; +} +.mdi-numeric-1-box:before { + content: "\F03A4"; +} +.mdi-numeric-1-box-multiple:before { + content: "\F0F0F"; +} +.mdi-numeric-1-box-multiple-outline:before { + content: "\F03A5"; +} +.mdi-numeric-1-box-outline:before { + content: "\F03A6"; +} +.mdi-numeric-1-circle:before { + content: "\F0CA0"; +} +.mdi-numeric-1-circle-outline:before { + content: "\F0CA1"; +} +.mdi-numeric-10:before { + content: "\F0FE9"; +} +.mdi-numeric-10-box:before { + content: "\F0F7D"; +} +.mdi-numeric-10-box-multiple:before { + content: "\F0FEA"; +} +.mdi-numeric-10-box-multiple-outline:before { + content: "\F0FEB"; +} +.mdi-numeric-10-box-outline:before { + content: "\F0F7E"; +} +.mdi-numeric-10-circle:before { + content: "\F0FEC"; +} +.mdi-numeric-10-circle-outline:before { + content: "\F0FED"; +} +.mdi-numeric-2:before { + content: "\F0B3B"; +} +.mdi-numeric-2-box:before { + content: "\F03A7"; +} +.mdi-numeric-2-box-multiple:before { + content: "\F0F10"; +} +.mdi-numeric-2-box-multiple-outline:before { + content: "\F03A8"; +} +.mdi-numeric-2-box-outline:before { + content: "\F03A9"; +} +.mdi-numeric-2-circle:before { + content: "\F0CA2"; +} +.mdi-numeric-2-circle-outline:before { + content: "\F0CA3"; +} +.mdi-numeric-3:before { + content: "\F0B3C"; +} +.mdi-numeric-3-box:before { + content: "\F03AA"; +} +.mdi-numeric-3-box-multiple:before { + content: "\F0F11"; +} +.mdi-numeric-3-box-multiple-outline:before { + content: "\F03AB"; +} +.mdi-numeric-3-box-outline:before { + content: "\F03AC"; +} +.mdi-numeric-3-circle:before { + content: "\F0CA4"; +} +.mdi-numeric-3-circle-outline:before { + content: "\F0CA5"; +} +.mdi-numeric-4:before { + content: "\F0B3D"; +} +.mdi-numeric-4-box:before { + content: "\F03AD"; +} +.mdi-numeric-4-box-multiple:before { + content: "\F0F12"; +} +.mdi-numeric-4-box-multiple-outline:before { + content: "\F03B2"; +} +.mdi-numeric-4-box-outline:before { + content: "\F03AE"; +} +.mdi-numeric-4-circle:before { + content: "\F0CA6"; +} +.mdi-numeric-4-circle-outline:before { + content: "\F0CA7"; +} +.mdi-numeric-5:before { + content: "\F0B3E"; +} +.mdi-numeric-5-box:before { + content: "\F03B1"; +} +.mdi-numeric-5-box-multiple:before { + content: "\F0F13"; +} +.mdi-numeric-5-box-multiple-outline:before { + content: "\F03AF"; +} +.mdi-numeric-5-box-outline:before { + content: "\F03B0"; +} +.mdi-numeric-5-circle:before { + content: "\F0CA8"; +} +.mdi-numeric-5-circle-outline:before { + content: "\F0CA9"; +} +.mdi-numeric-6:before { + content: "\F0B3F"; +} +.mdi-numeric-6-box:before { + content: "\F03B3"; +} +.mdi-numeric-6-box-multiple:before { + content: "\F0F14"; +} +.mdi-numeric-6-box-multiple-outline:before { + content: "\F03B4"; +} +.mdi-numeric-6-box-outline:before { + content: "\F03B5"; +} +.mdi-numeric-6-circle:before { + content: "\F0CAA"; +} +.mdi-numeric-6-circle-outline:before { + content: "\F0CAB"; +} +.mdi-numeric-7:before { + content: "\F0B40"; +} +.mdi-numeric-7-box:before { + content: "\F03B6"; +} +.mdi-numeric-7-box-multiple:before { + content: "\F0F15"; +} +.mdi-numeric-7-box-multiple-outline:before { + content: "\F03B7"; +} +.mdi-numeric-7-box-outline:before { + content: "\F03B8"; +} +.mdi-numeric-7-circle:before { + content: "\F0CAC"; +} +.mdi-numeric-7-circle-outline:before { + content: "\F0CAD"; +} +.mdi-numeric-8:before { + content: "\F0B41"; +} +.mdi-numeric-8-box:before { + content: "\F03B9"; +} +.mdi-numeric-8-box-multiple:before { + content: "\F0F16"; +} +.mdi-numeric-8-box-multiple-outline:before { + content: "\F03BA"; +} +.mdi-numeric-8-box-outline:before { + content: "\F03BB"; +} +.mdi-numeric-8-circle:before { + content: "\F0CAE"; +} +.mdi-numeric-8-circle-outline:before { + content: "\F0CAF"; +} +.mdi-numeric-9:before { + content: "\F0B42"; +} +.mdi-numeric-9-box:before { + content: "\F03BC"; +} +.mdi-numeric-9-box-multiple:before { + content: "\F0F17"; +} +.mdi-numeric-9-box-multiple-outline:before { + content: "\F03BD"; +} +.mdi-numeric-9-box-outline:before { + content: "\F03BE"; +} +.mdi-numeric-9-circle:before { + content: "\F0CB0"; +} +.mdi-numeric-9-circle-outline:before { + content: "\F0CB1"; +} +.mdi-numeric-9-plus:before { + content: "\F0FEE"; +} +.mdi-numeric-9-plus-box:before { + content: "\F03BF"; +} +.mdi-numeric-9-plus-box-multiple:before { + content: "\F0F18"; +} +.mdi-numeric-9-plus-box-multiple-outline:before { + content: "\F03C0"; +} +.mdi-numeric-9-plus-box-outline:before { + content: "\F03C1"; +} +.mdi-numeric-9-plus-circle:before { + content: "\F0CB2"; +} +.mdi-numeric-9-plus-circle-outline:before { + content: "\F0CB3"; +} +.mdi-numeric-negative-1:before { + content: "\F1052"; +} +.mdi-numeric-off:before { + content: "\F19D3"; +} +.mdi-numeric-positive-1:before { + content: "\F15CB"; +} +.mdi-nut:before { + content: "\F06F8"; +} +.mdi-nutrition:before { + content: "\F03C2"; +} +.mdi-nuxt:before { + content: "\F1106"; +} +.mdi-oar:before { + content: "\F067C"; +} +.mdi-ocarina:before { + content: "\F0DE0"; +} +.mdi-oci:before { + content: "\F12E9"; +} +.mdi-ocr:before { + content: "\F113A"; +} +.mdi-octagon:before { + content: "\F03C3"; +} +.mdi-octagon-outline:before { + content: "\F03C4"; +} +.mdi-octagram:before { + content: "\F06F9"; +} +.mdi-octagram-edit:before { + content: "\F1C34"; +} +.mdi-octagram-edit-outline:before { + content: "\F1C35"; +} +.mdi-octagram-minus:before { + content: "\F1C36"; +} +.mdi-octagram-minus-outline:before { + content: "\F1C37"; +} +.mdi-octagram-outline:before { + content: "\F0775"; +} +.mdi-octagram-plus:before { + content: "\F1C38"; +} +.mdi-octagram-plus-outline:before { + content: "\F1C39"; +} +.mdi-octahedron:before { + content: "\F1950"; +} +.mdi-octahedron-off:before { + content: "\F1951"; +} +.mdi-odnoklassniki:before { + content: "\F03C5"; +} +.mdi-offer:before { + content: "\F121B"; +} +.mdi-office-building:before { + content: "\F0991"; +} +.mdi-office-building-cog:before { + content: "\F1949"; +} +.mdi-office-building-cog-outline:before { + content: "\F194A"; +} +.mdi-office-building-marker:before { + content: "\F1520"; +} +.mdi-office-building-marker-outline:before { + content: "\F1521"; +} +.mdi-office-building-minus:before { + content: "\F1BAA"; +} +.mdi-office-building-minus-outline:before { + content: "\F1BAB"; +} +.mdi-office-building-outline:before { + content: "\F151F"; +} +.mdi-office-building-plus:before { + content: "\F1BA8"; +} +.mdi-office-building-plus-outline:before { + content: "\F1BA9"; +} +.mdi-office-building-remove:before { + content: "\F1BAC"; +} +.mdi-office-building-remove-outline:before { + content: "\F1BAD"; +} +.mdi-oil:before { + content: "\F03C7"; +} +.mdi-oil-lamp:before { + content: "\F0F19"; +} +.mdi-oil-level:before { + content: "\F1053"; +} +.mdi-oil-temperature:before { + content: "\F0FF8"; +} +.mdi-om:before { + content: "\F0973"; +} +.mdi-omega:before { + content: "\F03C9"; +} +.mdi-one-up:before { + content: "\F0BAD"; +} +.mdi-onepassword:before { + content: "\F0881"; +} +.mdi-opacity:before { + content: "\F05CC"; +} +.mdi-open-in-app:before { + content: "\F03CB"; +} +.mdi-open-in-new:before { + content: "\F03CC"; +} +.mdi-open-source-initiative:before { + content: "\F0BAE"; +} +.mdi-openid:before { + content: "\F03CD"; +} +.mdi-opera:before { + content: "\F03CE"; +} +.mdi-orbit:before { + content: "\F0018"; +} +.mdi-orbit-variant:before { + content: "\F15DB"; +} +.mdi-order-alphabetical-ascending:before { + content: "\F020D"; +} +.mdi-order-alphabetical-descending:before { + content: "\F0D07"; +} +.mdi-order-bool-ascending:before { + content: "\F02BE"; +} +.mdi-order-bool-ascending-variant:before { + content: "\F098F"; +} +.mdi-order-bool-descending:before { + content: "\F1384"; +} +.mdi-order-bool-descending-variant:before { + content: "\F0990"; +} +.mdi-order-numeric-ascending:before { + content: "\F0545"; +} +.mdi-order-numeric-descending:before { + content: "\F0546"; +} +.mdi-origin:before { + content: "\F0B43"; +} +.mdi-ornament:before { + content: "\F03CF"; +} +.mdi-ornament-variant:before { + content: "\F03D0"; +} +.mdi-outdoor-lamp:before { + content: "\F1054"; +} +.mdi-overscan:before { + content: "\F1005"; +} +.mdi-owl:before { + content: "\F03D2"; +} +.mdi-pac-man:before { + content: "\F0BAF"; +} +.mdi-package:before { + content: "\F03D3"; +} +.mdi-package-check:before { + content: "\F1B51"; +} +.mdi-package-down:before { + content: "\F03D4"; +} +.mdi-package-up:before { + content: "\F03D5"; +} +.mdi-package-variant:before { + content: "\F03D6"; +} +.mdi-package-variant-closed:before { + content: "\F03D7"; +} +.mdi-package-variant-closed-check:before { + content: "\F1B52"; +} +.mdi-package-variant-closed-minus:before { + content: "\F19D4"; +} +.mdi-package-variant-closed-plus:before { + content: "\F19D5"; +} +.mdi-package-variant-closed-remove:before { + content: "\F19D6"; +} +.mdi-package-variant-minus:before { + content: "\F19D7"; +} +.mdi-package-variant-plus:before { + content: "\F19D8"; +} +.mdi-package-variant-remove:before { + content: "\F19D9"; +} +.mdi-page-first:before { + content: "\F0600"; +} +.mdi-page-last:before { + content: "\F0601"; +} +.mdi-page-layout-body:before { + content: "\F06FA"; +} +.mdi-page-layout-footer:before { + content: "\F06FB"; +} +.mdi-page-layout-header:before { + content: "\F06FC"; +} +.mdi-page-layout-header-footer:before { + content: "\F0F7F"; +} +.mdi-page-layout-sidebar-left:before { + content: "\F06FD"; +} +.mdi-page-layout-sidebar-right:before { + content: "\F06FE"; +} +.mdi-page-next:before { + content: "\F0BB0"; +} +.mdi-page-next-outline:before { + content: "\F0BB1"; +} +.mdi-page-previous:before { + content: "\F0BB2"; +} +.mdi-page-previous-outline:before { + content: "\F0BB3"; +} +.mdi-pail:before { + content: "\F1417"; +} +.mdi-pail-minus:before { + content: "\F1437"; +} +.mdi-pail-minus-outline:before { + content: "\F143C"; +} +.mdi-pail-off:before { + content: "\F1439"; +} +.mdi-pail-off-outline:before { + content: "\F143E"; +} +.mdi-pail-outline:before { + content: "\F143A"; +} +.mdi-pail-plus:before { + content: "\F1436"; +} +.mdi-pail-plus-outline:before { + content: "\F143B"; +} +.mdi-pail-remove:before { + content: "\F1438"; +} +.mdi-pail-remove-outline:before { + content: "\F143D"; +} +.mdi-palette:before { + content: "\F03D8"; +} +.mdi-palette-advanced:before { + content: "\F03D9"; +} +.mdi-palette-outline:before { + content: "\F0E0C"; +} +.mdi-palette-swatch:before { + content: "\F08B5"; +} +.mdi-palette-swatch-outline:before { + content: "\F135C"; +} +.mdi-palette-swatch-variant:before { + content: "\F195A"; +} +.mdi-palm-tree:before { + content: "\F1055"; +} +.mdi-pan:before { + content: "\F0BB4"; +} +.mdi-pan-bottom-left:before { + content: "\F0BB5"; +} +.mdi-pan-bottom-right:before { + content: "\F0BB6"; +} +.mdi-pan-down:before { + content: "\F0BB7"; +} +.mdi-pan-horizontal:before { + content: "\F0BB8"; +} +.mdi-pan-left:before { + content: "\F0BB9"; +} +.mdi-pan-right:before { + content: "\F0BBA"; +} +.mdi-pan-top-left:before { + content: "\F0BBB"; +} +.mdi-pan-top-right:before { + content: "\F0BBC"; +} +.mdi-pan-up:before { + content: "\F0BBD"; +} +.mdi-pan-vertical:before { + content: "\F0BBE"; +} +.mdi-panda:before { + content: "\F03DA"; +} +.mdi-pandora:before { + content: "\F03DB"; +} +.mdi-panorama:before { + content: "\F03DC"; +} +.mdi-panorama-fisheye:before { + content: "\F03DD"; +} +.mdi-panorama-horizontal:before { + content: "\F1928"; +} +.mdi-panorama-horizontal-outline:before { + content: "\F03DE"; +} +.mdi-panorama-outline:before { + content: "\F198C"; +} +.mdi-panorama-sphere:before { + content: "\F198D"; +} +.mdi-panorama-sphere-outline:before { + content: "\F198E"; +} +.mdi-panorama-variant:before { + content: "\F198F"; +} +.mdi-panorama-variant-outline:before { + content: "\F1990"; +} +.mdi-panorama-vertical:before { + content: "\F1929"; +} +.mdi-panorama-vertical-outline:before { + content: "\F03DF"; +} +.mdi-panorama-wide-angle:before { + content: "\F195F"; +} +.mdi-panorama-wide-angle-outline:before { + content: "\F03E0"; +} +.mdi-paper-cut-vertical:before { + content: "\F03E1"; +} +.mdi-paper-roll:before { + content: "\F1157"; +} +.mdi-paper-roll-outline:before { + content: "\F1158"; +} +.mdi-paperclip:before { + content: "\F03E2"; +} +.mdi-paperclip-check:before { + content: "\F1AC6"; +} +.mdi-paperclip-lock:before { + content: "\F19DA"; +} +.mdi-paperclip-minus:before { + content: "\F1AC7"; +} +.mdi-paperclip-off:before { + content: "\F1AC8"; +} +.mdi-paperclip-plus:before { + content: "\F1AC9"; +} +.mdi-paperclip-remove:before { + content: "\F1ACA"; +} +.mdi-parachute:before { + content: "\F0CB4"; +} +.mdi-parachute-outline:before { + content: "\F0CB5"; +} +.mdi-paragliding:before { + content: "\F1745"; +} +.mdi-parking:before { + content: "\F03E3"; +} +.mdi-party-popper:before { + content: "\F1056"; +} +.mdi-passport:before { + content: "\F07E3"; +} +.mdi-passport-alert:before { + content: "\F1CB8"; +} +.mdi-passport-biometric:before { + content: "\F0DE1"; +} +.mdi-passport-cancel:before { + content: "\F1CB9"; +} +.mdi-passport-check:before { + content: "\F1CBA"; +} +.mdi-passport-minus:before { + content: "\F1CBB"; +} +.mdi-passport-plus:before { + content: "\F1CBC"; +} +.mdi-passport-remove:before { + content: "\F1CBD"; +} +.mdi-pasta:before { + content: "\F1160"; +} +.mdi-patio-heater:before { + content: "\F0F80"; +} +.mdi-patreon:before { + content: "\F0882"; +} +.mdi-pause:before { + content: "\F03E4"; +} +.mdi-pause-box:before { + content: "\F00BC"; +} +.mdi-pause-box-outline:before { + content: "\F1B7A"; +} +.mdi-pause-circle:before { + content: "\F03E5"; +} +.mdi-pause-circle-outline:before { + content: "\F03E6"; +} +.mdi-pause-octagon:before { + content: "\F03E7"; +} +.mdi-pause-octagon-outline:before { + content: "\F03E8"; +} +.mdi-paw:before { + content: "\F03E9"; +} +.mdi-paw-off:before { + content: "\F0657"; +} +.mdi-paw-off-outline:before { + content: "\F1676"; +} +.mdi-paw-outline:before { + content: "\F1675"; +} +.mdi-peace:before { + content: "\F0884"; +} +.mdi-peanut:before { + content: "\F0FFC"; +} +.mdi-peanut-off:before { + content: "\F0FFD"; +} +.mdi-peanut-off-outline:before { + content: "\F0FFF"; +} +.mdi-peanut-outline:before { + content: "\F0FFE"; +} +.mdi-pen:before { + content: "\F03EA"; +} +.mdi-pen-lock:before { + content: "\F0DE2"; +} +.mdi-pen-minus:before { + content: "\F0DE3"; +} +.mdi-pen-off:before { + content: "\F0DE4"; +} +.mdi-pen-plus:before { + content: "\F0DE5"; +} +.mdi-pen-remove:before { + content: "\F0DE6"; +} +.mdi-pencil:before { + content: "\F03EB"; +} +.mdi-pencil-box:before { + content: "\F03EC"; +} +.mdi-pencil-box-multiple:before { + content: "\F1144"; +} +.mdi-pencil-box-multiple-outline:before { + content: "\F1145"; +} +.mdi-pencil-box-outline:before { + content: "\F03ED"; +} +.mdi-pencil-circle:before { + content: "\F06FF"; +} +.mdi-pencil-circle-outline:before { + content: "\F0776"; +} +.mdi-pencil-lock:before { + content: "\F03EE"; +} +.mdi-pencil-lock-outline:before { + content: "\F0DE7"; +} +.mdi-pencil-minus:before { + content: "\F0DE8"; +} +.mdi-pencil-minus-outline:before { + content: "\F0DE9"; +} +.mdi-pencil-off:before { + content: "\F03EF"; +} +.mdi-pencil-off-outline:before { + content: "\F0DEA"; +} +.mdi-pencil-outline:before { + content: "\F0CB6"; +} +.mdi-pencil-plus:before { + content: "\F0DEB"; +} +.mdi-pencil-plus-outline:before { + content: "\F0DEC"; +} +.mdi-pencil-remove:before { + content: "\F0DED"; +} +.mdi-pencil-remove-outline:before { + content: "\F0DEE"; +} +.mdi-pencil-ruler:before { + content: "\F1353"; +} +.mdi-pencil-ruler-outline:before { + content: "\F1C11"; +} +.mdi-penguin:before { + content: "\F0EC0"; +} +.mdi-pentagon:before { + content: "\F0701"; +} +.mdi-pentagon-outline:before { + content: "\F0700"; +} +.mdi-pentagram:before { + content: "\F1667"; +} +.mdi-percent:before { + content: "\F03F0"; +} +.mdi-percent-box:before { + content: "\F1A02"; +} +.mdi-percent-box-outline:before { + content: "\F1A03"; +} +.mdi-percent-circle:before { + content: "\F1A04"; +} +.mdi-percent-circle-outline:before { + content: "\F1A05"; +} +.mdi-percent-outline:before { + content: "\F1278"; +} +.mdi-periodic-table:before { + content: "\F08B6"; +} +.mdi-perspective-less:before { + content: "\F0D23"; +} +.mdi-perspective-more:before { + content: "\F0D24"; +} +.mdi-ph:before { + content: "\F17C5"; +} +.mdi-phone:before { + content: "\F03F2"; +} +.mdi-phone-alert:before { + content: "\F0F1A"; +} +.mdi-phone-alert-outline:before { + content: "\F118E"; +} +.mdi-phone-bluetooth:before { + content: "\F03F3"; +} +.mdi-phone-bluetooth-outline:before { + content: "\F118F"; +} +.mdi-phone-cancel:before { + content: "\F10BC"; +} +.mdi-phone-cancel-outline:before { + content: "\F1190"; +} +.mdi-phone-check:before { + content: "\F11A9"; +} +.mdi-phone-check-outline:before { + content: "\F11AA"; +} +.mdi-phone-classic:before { + content: "\F0602"; +} +.mdi-phone-classic-off:before { + content: "\F1279"; +} +.mdi-phone-clock:before { + content: "\F19DB"; +} +.mdi-phone-dial:before { + content: "\F1559"; +} +.mdi-phone-dial-outline:before { + content: "\F155A"; +} +.mdi-phone-forward:before { + content: "\F03F4"; +} +.mdi-phone-forward-outline:before { + content: "\F1191"; +} +.mdi-phone-hangup:before { + content: "\F03F5"; +} +.mdi-phone-hangup-outline:before { + content: "\F1192"; +} +.mdi-phone-in-talk:before { + content: "\F03F6"; +} +.mdi-phone-in-talk-outline:before { + content: "\F1182"; +} +.mdi-phone-incoming:before { + content: "\F03F7"; +} +.mdi-phone-incoming-outgoing:before { + content: "\F1B3F"; +} +.mdi-phone-incoming-outgoing-outline:before { + content: "\F1B40"; +} +.mdi-phone-incoming-outline:before { + content: "\F1193"; +} +.mdi-phone-lock:before { + content: "\F03F8"; +} +.mdi-phone-lock-outline:before { + content: "\F1194"; +} +.mdi-phone-log:before { + content: "\F03F9"; +} +.mdi-phone-log-outline:before { + content: "\F1195"; +} +.mdi-phone-message:before { + content: "\F1196"; +} +.mdi-phone-message-outline:before { + content: "\F1197"; +} +.mdi-phone-minus:before { + content: "\F0658"; +} +.mdi-phone-minus-outline:before { + content: "\F1198"; +} +.mdi-phone-missed:before { + content: "\F03FA"; +} +.mdi-phone-missed-outline:before { + content: "\F11A5"; +} +.mdi-phone-off:before { + content: "\F0DEF"; +} +.mdi-phone-off-outline:before { + content: "\F11A6"; +} +.mdi-phone-outgoing:before { + content: "\F03FB"; +} +.mdi-phone-outgoing-outline:before { + content: "\F1199"; +} +.mdi-phone-outline:before { + content: "\F0DF0"; +} +.mdi-phone-paused:before { + content: "\F03FC"; +} +.mdi-phone-paused-outline:before { + content: "\F119A"; +} +.mdi-phone-plus:before { + content: "\F0659"; +} +.mdi-phone-plus-outline:before { + content: "\F119B"; +} +.mdi-phone-refresh:before { + content: "\F1993"; +} +.mdi-phone-refresh-outline:before { + content: "\F1994"; +} +.mdi-phone-remove:before { + content: "\F152F"; +} +.mdi-phone-remove-outline:before { + content: "\F1530"; +} +.mdi-phone-return:before { + content: "\F082F"; +} +.mdi-phone-return-outline:before { + content: "\F119C"; +} +.mdi-phone-ring:before { + content: "\F11AB"; +} +.mdi-phone-ring-outline:before { + content: "\F11AC"; +} +.mdi-phone-rotate-landscape:before { + content: "\F0885"; +} +.mdi-phone-rotate-portrait:before { + content: "\F0886"; +} +.mdi-phone-settings:before { + content: "\F03FD"; +} +.mdi-phone-settings-outline:before { + content: "\F119D"; +} +.mdi-phone-sync:before { + content: "\F1995"; +} +.mdi-phone-sync-outline:before { + content: "\F1996"; +} +.mdi-phone-voip:before { + content: "\F03FE"; +} +.mdi-pi:before { + content: "\F03FF"; +} +.mdi-pi-box:before { + content: "\F0400"; +} +.mdi-pi-hole:before { + content: "\F0DF1"; +} +.mdi-piano:before { + content: "\F067D"; +} +.mdi-piano-off:before { + content: "\F0698"; +} +.mdi-pickaxe:before { + content: "\F08B7"; +} +.mdi-picture-in-picture-bottom-right:before { + content: "\F0E57"; +} +.mdi-picture-in-picture-bottom-right-outline:before { + content: "\F0E58"; +} +.mdi-picture-in-picture-top-right:before { + content: "\F0E59"; +} +.mdi-picture-in-picture-top-right-outline:before { + content: "\F0E5A"; +} +.mdi-pier:before { + content: "\F0887"; +} +.mdi-pier-crane:before { + content: "\F0888"; +} +.mdi-pig:before { + content: "\F0401"; +} +.mdi-pig-variant:before { + content: "\F1006"; +} +.mdi-pig-variant-outline:before { + content: "\F1678"; +} +.mdi-piggy-bank:before { + content: "\F1007"; +} +.mdi-piggy-bank-outline:before { + content: "\F1679"; +} +.mdi-pill:before { + content: "\F0402"; +} +.mdi-pill-multiple:before { + content: "\F1B4C"; +} +.mdi-pill-off:before { + content: "\F1A5C"; +} +.mdi-pillar:before { + content: "\F0702"; +} +.mdi-pin:before { + content: "\F0403"; +} +.mdi-pin-off:before { + content: "\F0404"; +} +.mdi-pin-off-outline:before { + content: "\F0930"; +} +.mdi-pin-outline:before { + content: "\F0931"; +} +.mdi-pine-tree:before { + content: "\F0405"; +} +.mdi-pine-tree-box:before { + content: "\F0406"; +} +.mdi-pine-tree-fire:before { + content: "\F141A"; +} +.mdi-pine-tree-variant:before { + content: "\F1C73"; +} +.mdi-pine-tree-variant-outline:before { + content: "\F1C74"; +} +.mdi-pinterest:before { + content: "\F0407"; +} +.mdi-pinwheel:before { + content: "\F0AD5"; +} +.mdi-pinwheel-outline:before { + content: "\F0AD6"; +} +.mdi-pipe:before { + content: "\F07E5"; +} +.mdi-pipe-disconnected:before { + content: "\F07E6"; +} +.mdi-pipe-leak:before { + content: "\F0889"; +} +.mdi-pipe-valve:before { + content: "\F184D"; +} +.mdi-pipe-wrench:before { + content: "\F1354"; +} +.mdi-pirate:before { + content: "\F0A08"; +} +.mdi-pistol:before { + content: "\F0703"; +} +.mdi-piston:before { + content: "\F088A"; +} +.mdi-pitchfork:before { + content: "\F1553"; +} +.mdi-pizza:before { + content: "\F0409"; +} +.mdi-plane-car:before { + content: "\F1AFF"; +} +.mdi-plane-train:before { + content: "\F1B00"; +} +.mdi-play:before { + content: "\F040A"; +} +.mdi-play-box:before { + content: "\F127A"; +} +.mdi-play-box-edit-outline:before { + content: "\F1C3A"; +} +.mdi-play-box-lock:before { + content: "\F1A16"; +} +.mdi-play-box-lock-open:before { + content: "\F1A17"; +} +.mdi-play-box-lock-open-outline:before { + content: "\F1A18"; +} +.mdi-play-box-lock-outline:before { + content: "\F1A19"; +} +.mdi-play-box-multiple:before { + content: "\F0D19"; +} +.mdi-play-box-multiple-outline:before { + content: "\F13E6"; +} +.mdi-play-box-outline:before { + content: "\F040B"; +} +.mdi-play-circle:before { + content: "\F040C"; +} +.mdi-play-circle-outline:before { + content: "\F040D"; +} +.mdi-play-network:before { + content: "\F088B"; +} +.mdi-play-network-outline:before { + content: "\F0CB7"; +} +.mdi-play-outline:before { + content: "\F0F1B"; +} +.mdi-play-pause:before { + content: "\F040E"; +} +.mdi-play-protected-content:before { + content: "\F040F"; +} +.mdi-play-speed:before { + content: "\F08FF"; +} +.mdi-playlist-check:before { + content: "\F05C7"; +} +.mdi-playlist-edit:before { + content: "\F0900"; +} +.mdi-playlist-minus:before { + content: "\F0410"; +} +.mdi-playlist-music:before { + content: "\F0CB8"; +} +.mdi-playlist-music-outline:before { + content: "\F0CB9"; +} +.mdi-playlist-play:before { + content: "\F0411"; +} +.mdi-playlist-plus:before { + content: "\F0412"; +} +.mdi-playlist-remove:before { + content: "\F0413"; +} +.mdi-playlist-star:before { + content: "\F0DF2"; +} +.mdi-plex:before { + content: "\F06BA"; +} +.mdi-pliers:before { + content: "\F19A4"; +} +.mdi-plus:before { + content: "\F0415"; +} +.mdi-plus-box:before { + content: "\F0416"; +} +.mdi-plus-box-multiple:before { + content: "\F0334"; +} +.mdi-plus-box-multiple-outline:before { + content: "\F1143"; +} +.mdi-plus-box-outline:before { + content: "\F0704"; +} +.mdi-plus-circle:before { + content: "\F0417"; +} +.mdi-plus-circle-multiple:before { + content: "\F034C"; +} +.mdi-plus-circle-multiple-outline:before { + content: "\F0418"; +} +.mdi-plus-circle-outline:before { + content: "\F0419"; +} +.mdi-plus-lock:before { + content: "\F1A5D"; +} +.mdi-plus-lock-open:before { + content: "\F1A5E"; +} +.mdi-plus-minus:before { + content: "\F0992"; +} +.mdi-plus-minus-box:before { + content: "\F0993"; +} +.mdi-plus-minus-variant:before { + content: "\F14C9"; +} +.mdi-plus-network:before { + content: "\F041A"; +} +.mdi-plus-network-outline:before { + content: "\F0CBA"; +} +.mdi-plus-outline:before { + content: "\F0705"; +} +.mdi-plus-thick:before { + content: "\F11EC"; +} +.mdi-pocket:before { + content: "\F1CBE"; +} +.mdi-podcast:before { + content: "\F0994"; +} +.mdi-podium:before { + content: "\F0D25"; +} +.mdi-podium-bronze:before { + content: "\F0D26"; +} +.mdi-podium-gold:before { + content: "\F0D27"; +} +.mdi-podium-silver:before { + content: "\F0D28"; +} +.mdi-point-of-sale:before { + content: "\F0D92"; +} +.mdi-pokeball:before { + content: "\F041D"; +} +.mdi-pokemon-go:before { + content: "\F0A09"; +} +.mdi-poker-chip:before { + content: "\F0830"; +} +.mdi-polaroid:before { + content: "\F041E"; +} +.mdi-police-badge:before { + content: "\F1167"; +} +.mdi-police-badge-outline:before { + content: "\F1168"; +} +.mdi-police-station:before { + content: "\F1839"; +} +.mdi-poll:before { + content: "\F041F"; +} +.mdi-polo:before { + content: "\F14C3"; +} +.mdi-polymer:before { + content: "\F0421"; +} +.mdi-pool:before { + content: "\F0606"; +} +.mdi-pool-thermometer:before { + content: "\F1A5F"; +} +.mdi-popcorn:before { + content: "\F0422"; +} +.mdi-post:before { + content: "\F1008"; +} +.mdi-post-lamp:before { + content: "\F1A60"; +} +.mdi-post-outline:before { + content: "\F1009"; +} +.mdi-postage-stamp:before { + content: "\F0CBB"; +} +.mdi-pot:before { + content: "\F02E5"; +} +.mdi-pot-mix:before { + content: "\F065B"; +} +.mdi-pot-mix-outline:before { + content: "\F0677"; +} +.mdi-pot-outline:before { + content: "\F02FF"; +} +.mdi-pot-steam:before { + content: "\F065A"; +} +.mdi-pot-steam-outline:before { + content: "\F0326"; +} +.mdi-pound:before { + content: "\F0423"; +} +.mdi-pound-box:before { + content: "\F0424"; +} +.mdi-pound-box-outline:before { + content: "\F117F"; +} +.mdi-power:before { + content: "\F0425"; +} +.mdi-power-cycle:before { + content: "\F0901"; +} +.mdi-power-off:before { + content: "\F0902"; +} +.mdi-power-on:before { + content: "\F0903"; +} +.mdi-power-plug:before { + content: "\F06A5"; +} +.mdi-power-plug-battery:before { + content: "\F1C3B"; +} +.mdi-power-plug-battery-outline:before { + content: "\F1C3C"; +} +.mdi-power-plug-off:before { + content: "\F06A6"; +} +.mdi-power-plug-off-outline:before { + content: "\F1424"; +} +.mdi-power-plug-outline:before { + content: "\F1425"; +} +.mdi-power-settings:before { + content: "\F0426"; +} +.mdi-power-sleep:before { + content: "\F0904"; +} +.mdi-power-socket:before { + content: "\F0427"; +} +.mdi-power-socket-au:before { + content: "\F0905"; +} +.mdi-power-socket-ch:before { + content: "\F0FB3"; +} +.mdi-power-socket-de:before { + content: "\F1107"; +} +.mdi-power-socket-eu:before { + content: "\F07E7"; +} +.mdi-power-socket-fr:before { + content: "\F1108"; +} +.mdi-power-socket-it:before { + content: "\F14FF"; +} +.mdi-power-socket-jp:before { + content: "\F1109"; +} +.mdi-power-socket-uk:before { + content: "\F07E8"; +} +.mdi-power-socket-us:before { + content: "\F07E9"; +} +.mdi-power-standby:before { + content: "\F0906"; +} +.mdi-powershell:before { + content: "\F0A0A"; +} +.mdi-prescription:before { + content: "\F0706"; +} +.mdi-presentation:before { + content: "\F0428"; +} +.mdi-presentation-play:before { + content: "\F0429"; +} +.mdi-pretzel:before { + content: "\F1562"; +} +.mdi-printer:before { + content: "\F042A"; +} +.mdi-printer-3d:before { + content: "\F042B"; +} +.mdi-printer-3d-nozzle:before { + content: "\F0E5B"; +} +.mdi-printer-3d-nozzle-alert:before { + content: "\F11C0"; +} +.mdi-printer-3d-nozzle-alert-outline:before { + content: "\F11C1"; +} +.mdi-printer-3d-nozzle-heat:before { + content: "\F18B8"; +} +.mdi-printer-3d-nozzle-heat-outline:before { + content: "\F18B9"; +} +.mdi-printer-3d-nozzle-off:before { + content: "\F1B19"; +} +.mdi-printer-3d-nozzle-off-outline:before { + content: "\F1B1A"; +} +.mdi-printer-3d-nozzle-outline:before { + content: "\F0E5C"; +} +.mdi-printer-3d-off:before { + content: "\F1B0E"; +} +.mdi-printer-alert:before { + content: "\F042C"; +} +.mdi-printer-check:before { + content: "\F1146"; +} +.mdi-printer-eye:before { + content: "\F1458"; +} +.mdi-printer-off:before { + content: "\F0E5D"; +} +.mdi-printer-off-outline:before { + content: "\F1785"; +} +.mdi-printer-outline:before { + content: "\F1786"; +} +.mdi-printer-pos:before { + content: "\F1057"; +} +.mdi-printer-pos-alert:before { + content: "\F1BBC"; +} +.mdi-printer-pos-alert-outline:before { + content: "\F1BBD"; +} +.mdi-printer-pos-cancel:before { + content: "\F1BBE"; +} +.mdi-printer-pos-cancel-outline:before { + content: "\F1BBF"; +} +.mdi-printer-pos-check:before { + content: "\F1BC0"; +} +.mdi-printer-pos-check-outline:before { + content: "\F1BC1"; +} +.mdi-printer-pos-cog:before { + content: "\F1BC2"; +} +.mdi-printer-pos-cog-outline:before { + content: "\F1BC3"; +} +.mdi-printer-pos-edit:before { + content: "\F1BC4"; +} +.mdi-printer-pos-edit-outline:before { + content: "\F1BC5"; +} +.mdi-printer-pos-minus:before { + content: "\F1BC6"; +} +.mdi-printer-pos-minus-outline:before { + content: "\F1BC7"; +} +.mdi-printer-pos-network:before { + content: "\F1BC8"; +} +.mdi-printer-pos-network-outline:before { + content: "\F1BC9"; +} +.mdi-printer-pos-off:before { + content: "\F1BCA"; +} +.mdi-printer-pos-off-outline:before { + content: "\F1BCB"; +} +.mdi-printer-pos-outline:before { + content: "\F1BCC"; +} +.mdi-printer-pos-pause:before { + content: "\F1BCD"; +} +.mdi-printer-pos-pause-outline:before { + content: "\F1BCE"; +} +.mdi-printer-pos-play:before { + content: "\F1BCF"; +} +.mdi-printer-pos-play-outline:before { + content: "\F1BD0"; +} +.mdi-printer-pos-plus:before { + content: "\F1BD1"; +} +.mdi-printer-pos-plus-outline:before { + content: "\F1BD2"; +} +.mdi-printer-pos-refresh:before { + content: "\F1BD3"; +} +.mdi-printer-pos-refresh-outline:before { + content: "\F1BD4"; +} +.mdi-printer-pos-remove:before { + content: "\F1BD5"; +} +.mdi-printer-pos-remove-outline:before { + content: "\F1BD6"; +} +.mdi-printer-pos-star:before { + content: "\F1BD7"; +} +.mdi-printer-pos-star-outline:before { + content: "\F1BD8"; +} +.mdi-printer-pos-stop:before { + content: "\F1BD9"; +} +.mdi-printer-pos-stop-outline:before { + content: "\F1BDA"; +} +.mdi-printer-pos-sync:before { + content: "\F1BDB"; +} +.mdi-printer-pos-sync-outline:before { + content: "\F1BDC"; +} +.mdi-printer-pos-wrench:before { + content: "\F1BDD"; +} +.mdi-printer-pos-wrench-outline:before { + content: "\F1BDE"; +} +.mdi-printer-search:before { + content: "\F1457"; +} +.mdi-printer-settings:before { + content: "\F0707"; +} +.mdi-printer-wireless:before { + content: "\F0A0B"; +} +.mdi-priority-high:before { + content: "\F0603"; +} +.mdi-priority-low:before { + content: "\F0604"; +} +.mdi-professional-hexagon:before { + content: "\F042D"; +} +.mdi-progress-alert:before { + content: "\F0CBC"; +} +.mdi-progress-check:before { + content: "\F0995"; +} +.mdi-progress-clock:before { + content: "\F0996"; +} +.mdi-progress-close:before { + content: "\F110A"; +} +.mdi-progress-download:before { + content: "\F0997"; +} +.mdi-progress-helper:before { + content: "\F1BA2"; +} +.mdi-progress-pencil:before { + content: "\F1787"; +} +.mdi-progress-question:before { + content: "\F1522"; +} +.mdi-progress-star:before { + content: "\F1788"; +} +.mdi-progress-star-four-points:before { + content: "\F1C3D"; +} +.mdi-progress-tag:before { + content: "\F1D0D"; +} +.mdi-progress-upload:before { + content: "\F0998"; +} +.mdi-progress-wrench:before { + content: "\F0CBD"; +} +.mdi-projector:before { + content: "\F042E"; +} +.mdi-projector-off:before { + content: "\F1A23"; +} +.mdi-projector-screen:before { + content: "\F042F"; +} +.mdi-projector-screen-off:before { + content: "\F180D"; +} +.mdi-projector-screen-off-outline:before { + content: "\F180E"; +} +.mdi-projector-screen-outline:before { + content: "\F1724"; +} +.mdi-projector-screen-variant:before { + content: "\F180F"; +} +.mdi-projector-screen-variant-off:before { + content: "\F1810"; +} +.mdi-projector-screen-variant-off-outline:before { + content: "\F1811"; +} +.mdi-projector-screen-variant-outline:before { + content: "\F1812"; +} +.mdi-propane-tank:before { + content: "\F1357"; +} +.mdi-propane-tank-outline:before { + content: "\F1358"; +} +.mdi-protocol:before { + content: "\F0FD8"; +} +.mdi-publish:before { + content: "\F06A7"; +} +.mdi-publish-off:before { + content: "\F1945"; +} +.mdi-pulse:before { + content: "\F0430"; +} +.mdi-pump:before { + content: "\F1402"; +} +.mdi-pump-off:before { + content: "\F1B22"; +} +.mdi-pumpkin:before { + content: "\F0BBF"; +} +.mdi-purse:before { + content: "\F0F1C"; +} +.mdi-purse-outline:before { + content: "\F0F1D"; +} +.mdi-puzzle:before { + content: "\F0431"; +} +.mdi-puzzle-check:before { + content: "\F1426"; +} +.mdi-puzzle-check-outline:before { + content: "\F1427"; +} +.mdi-puzzle-edit:before { + content: "\F14D3"; +} +.mdi-puzzle-edit-outline:before { + content: "\F14D9"; +} +.mdi-puzzle-heart:before { + content: "\F14D4"; +} +.mdi-puzzle-heart-outline:before { + content: "\F14DA"; +} +.mdi-puzzle-minus:before { + content: "\F14D1"; +} +.mdi-puzzle-minus-outline:before { + content: "\F14D7"; +} +.mdi-puzzle-outline:before { + content: "\F0A66"; +} +.mdi-puzzle-plus:before { + content: "\F14D0"; +} +.mdi-puzzle-plus-outline:before { + content: "\F14D6"; +} +.mdi-puzzle-remove:before { + content: "\F14D2"; +} +.mdi-puzzle-remove-outline:before { + content: "\F14D8"; +} +.mdi-puzzle-star:before { + content: "\F14D5"; +} +.mdi-puzzle-star-outline:before { + content: "\F14DB"; +} +.mdi-pyramid:before { + content: "\F1952"; +} +.mdi-pyramid-off:before { + content: "\F1953"; +} +.mdi-qi:before { + content: "\F0999"; +} +.mdi-qqchat:before { + content: "\F0605"; +} +.mdi-qrcode:before { + content: "\F0432"; +} +.mdi-qrcode-edit:before { + content: "\F08B8"; +} +.mdi-qrcode-minus:before { + content: "\F118C"; +} +.mdi-qrcode-plus:before { + content: "\F118B"; +} +.mdi-qrcode-remove:before { + content: "\F118D"; +} +.mdi-qrcode-scan:before { + content: "\F0433"; +} +.mdi-quadcopter:before { + content: "\F0434"; +} +.mdi-quality-high:before { + content: "\F0435"; +} +.mdi-quality-low:before { + content: "\F0A0C"; +} +.mdi-quality-medium:before { + content: "\F0A0D"; +} +.mdi-queue-first-in-last-out:before { + content: "\F1CAF"; +} +.mdi-quora:before { + content: "\F0D29"; +} +.mdi-rabbit:before { + content: "\F0907"; +} +.mdi-rabbit-variant:before { + content: "\F1A61"; +} +.mdi-rabbit-variant-outline:before { + content: "\F1A62"; +} +.mdi-racing-helmet:before { + content: "\F0D93"; +} +.mdi-racquetball:before { + content: "\F0D94"; +} +.mdi-radar:before { + content: "\F0437"; +} +.mdi-radiator:before { + content: "\F0438"; +} +.mdi-radiator-disabled:before { + content: "\F0AD7"; +} +.mdi-radiator-off:before { + content: "\F0AD8"; +} +.mdi-radio:before { + content: "\F0439"; +} +.mdi-radio-am:before { + content: "\F0CBE"; +} +.mdi-radio-fm:before { + content: "\F0CBF"; +} +.mdi-radio-handheld:before { + content: "\F043A"; +} +.mdi-radio-off:before { + content: "\F121C"; +} +.mdi-radio-tower:before { + content: "\F043B"; +} +.mdi-radioactive:before { + content: "\F043C"; +} +.mdi-radioactive-circle:before { + content: "\F185D"; +} +.mdi-radioactive-circle-outline:before { + content: "\F185E"; +} +.mdi-radioactive-off:before { + content: "\F0EC1"; +} +.mdi-radiobox-blank:before { + content: "\F043D"; +} +.mdi-radiobox-indeterminate-variant:before { + content: "\F1C5E"; +} +.mdi-radiobox-marked:before { + content: "\F043E"; +} +.mdi-radiology-box:before { + content: "\F14C5"; +} +.mdi-radiology-box-outline:before { + content: "\F14C6"; +} +.mdi-radius:before { + content: "\F0CC0"; +} +.mdi-radius-outline:before { + content: "\F0CC1"; +} +.mdi-railroad-light:before { + content: "\F0F1E"; +} +.mdi-rake:before { + content: "\F1544"; +} +.mdi-raspberry-pi:before { + content: "\F043F"; +} +.mdi-raw:before { + content: "\F1A0F"; +} +.mdi-raw-off:before { + content: "\F1A10"; +} +.mdi-ray-end:before { + content: "\F0440"; +} +.mdi-ray-end-arrow:before { + content: "\F0441"; +} +.mdi-ray-start:before { + content: "\F0442"; +} +.mdi-ray-start-arrow:before { + content: "\F0443"; +} +.mdi-ray-start-end:before { + content: "\F0444"; +} +.mdi-ray-start-vertex-end:before { + content: "\F15D8"; +} +.mdi-ray-vertex:before { + content: "\F0445"; +} +.mdi-razor-double-edge:before { + content: "\F1997"; +} +.mdi-razor-single-edge:before { + content: "\F1998"; +} +.mdi-react:before { + content: "\F0708"; +} +.mdi-read:before { + content: "\F0447"; +} +.mdi-receipt:before { + content: "\F0824"; +} +.mdi-receipt-clock:before { + content: "\F1C3E"; +} +.mdi-receipt-clock-outline:before { + content: "\F1C3F"; +} +.mdi-receipt-outline:before { + content: "\F04F7"; +} +.mdi-receipt-send:before { + content: "\F1C40"; +} +.mdi-receipt-send-outline:before { + content: "\F1C41"; +} +.mdi-receipt-text:before { + content: "\F0449"; +} +.mdi-receipt-text-arrow-left:before { + content: "\F1C42"; +} +.mdi-receipt-text-arrow-left-outline:before { + content: "\F1C43"; +} +.mdi-receipt-text-arrow-right:before { + content: "\F1C44"; +} +.mdi-receipt-text-arrow-right-outline:before { + content: "\F1C45"; +} +.mdi-receipt-text-check:before { + content: "\F1A63"; +} +.mdi-receipt-text-check-outline:before { + content: "\F1A64"; +} +.mdi-receipt-text-clock:before { + content: "\F1C46"; +} +.mdi-receipt-text-clock-outline:before { + content: "\F1C47"; +} +.mdi-receipt-text-edit:before { + content: "\F1C48"; +} +.mdi-receipt-text-edit-outline:before { + content: "\F1C49"; +} +.mdi-receipt-text-minus:before { + content: "\F1A65"; +} +.mdi-receipt-text-minus-outline:before { + content: "\F1A66"; +} +.mdi-receipt-text-outline:before { + content: "\F19DC"; +} +.mdi-receipt-text-plus:before { + content: "\F1A67"; +} +.mdi-receipt-text-plus-outline:before { + content: "\F1A68"; +} +.mdi-receipt-text-remove:before { + content: "\F1A69"; +} +.mdi-receipt-text-remove-outline:before { + content: "\F1A6A"; +} +.mdi-receipt-text-send:before { + content: "\F1C4A"; +} +.mdi-receipt-text-send-outline:before { + content: "\F1C4B"; +} +.mdi-record:before { + content: "\F044A"; +} +.mdi-record-circle:before { + content: "\F0EC2"; +} +.mdi-record-circle-outline:before { + content: "\F0EC3"; +} +.mdi-record-player:before { + content: "\F099A"; +} +.mdi-record-rec:before { + content: "\F044B"; +} +.mdi-rectangle:before { + content: "\F0E5E"; +} +.mdi-rectangle-outline:before { + content: "\F0E5F"; +} +.mdi-recycle:before { + content: "\F044C"; +} +.mdi-recycle-variant:before { + content: "\F139D"; +} +.mdi-reddit:before { + content: "\F044D"; +} +.mdi-redhat:before { + content: "\F111B"; +} +.mdi-redo:before { + content: "\F044E"; +} +.mdi-redo-variant:before { + content: "\F044F"; +} +.mdi-reflect-horizontal:before { + content: "\F0A0E"; +} +.mdi-reflect-vertical:before { + content: "\F0A0F"; +} +.mdi-refresh:before { + content: "\F0450"; +} +.mdi-refresh-auto:before { + content: "\F18F2"; +} +.mdi-refresh-circle:before { + content: "\F1377"; +} +.mdi-regex:before { + content: "\F0451"; +} +.mdi-registered-trademark:before { + content: "\F0A67"; +} +.mdi-reiterate:before { + content: "\F1588"; +} +.mdi-relation-many-to-many:before { + content: "\F1496"; +} +.mdi-relation-many-to-one:before { + content: "\F1497"; +} +.mdi-relation-many-to-one-or-many:before { + content: "\F1498"; +} +.mdi-relation-many-to-only-one:before { + content: "\F1499"; +} +.mdi-relation-many-to-zero-or-many:before { + content: "\F149A"; +} +.mdi-relation-many-to-zero-or-one:before { + content: "\F149B"; +} +.mdi-relation-one-or-many-to-many:before { + content: "\F149C"; +} +.mdi-relation-one-or-many-to-one:before { + content: "\F149D"; +} +.mdi-relation-one-or-many-to-one-or-many:before { + content: "\F149E"; +} +.mdi-relation-one-or-many-to-only-one:before { + content: "\F149F"; +} +.mdi-relation-one-or-many-to-zero-or-many:before { + content: "\F14A0"; +} +.mdi-relation-one-or-many-to-zero-or-one:before { + content: "\F14A1"; +} +.mdi-relation-one-to-many:before { + content: "\F14A2"; +} +.mdi-relation-one-to-one:before { + content: "\F14A3"; +} +.mdi-relation-one-to-one-or-many:before { + content: "\F14A4"; +} +.mdi-relation-one-to-only-one:before { + content: "\F14A5"; +} +.mdi-relation-one-to-zero-or-many:before { + content: "\F14A6"; +} +.mdi-relation-one-to-zero-or-one:before { + content: "\F14A7"; +} +.mdi-relation-only-one-to-many:before { + content: "\F14A8"; +} +.mdi-relation-only-one-to-one:before { + content: "\F14A9"; +} +.mdi-relation-only-one-to-one-or-many:before { + content: "\F14AA"; +} +.mdi-relation-only-one-to-only-one:before { + content: "\F14AB"; +} +.mdi-relation-only-one-to-zero-or-many:before { + content: "\F14AC"; +} +.mdi-relation-only-one-to-zero-or-one:before { + content: "\F14AD"; +} +.mdi-relation-zero-or-many-to-many:before { + content: "\F14AE"; +} +.mdi-relation-zero-or-many-to-one:before { + content: "\F14AF"; +} +.mdi-relation-zero-or-many-to-one-or-many:before { + content: "\F14B0"; +} +.mdi-relation-zero-or-many-to-only-one:before { + content: "\F14B1"; +} +.mdi-relation-zero-or-many-to-zero-or-many:before { + content: "\F14B2"; +} +.mdi-relation-zero-or-many-to-zero-or-one:before { + content: "\F14B3"; +} +.mdi-relation-zero-or-one-to-many:before { + content: "\F14B4"; +} +.mdi-relation-zero-or-one-to-one:before { + content: "\F14B5"; +} +.mdi-relation-zero-or-one-to-one-or-many:before { + content: "\F14B6"; +} +.mdi-relation-zero-or-one-to-only-one:before { + content: "\F14B7"; +} +.mdi-relation-zero-or-one-to-zero-or-many:before { + content: "\F14B8"; +} +.mdi-relation-zero-or-one-to-zero-or-one:before { + content: "\F14B9"; +} +.mdi-relative-scale:before { + content: "\F0452"; +} +.mdi-reload:before { + content: "\F0453"; +} +.mdi-reload-alert:before { + content: "\F110B"; +} +.mdi-reminder:before { + content: "\F088C"; +} +.mdi-remote:before { + content: "\F0454"; +} +.mdi-remote-desktop:before { + content: "\F08B9"; +} +.mdi-remote-off:before { + content: "\F0EC4"; +} +.mdi-remote-tv:before { + content: "\F0EC5"; +} +.mdi-remote-tv-off:before { + content: "\F0EC6"; +} +.mdi-rename:before { + content: "\F1C18"; +} +.mdi-rename-box:before { + content: "\F0455"; +} +.mdi-rename-box-outline:before { + content: "\F1C19"; +} +.mdi-rename-outline:before { + content: "\F1C1A"; +} +.mdi-reorder-horizontal:before { + content: "\F0688"; +} +.mdi-reorder-vertical:before { + content: "\F0689"; +} +.mdi-repeat:before { + content: "\F0456"; +} +.mdi-repeat-off:before { + content: "\F0457"; +} +.mdi-repeat-once:before { + content: "\F0458"; +} +.mdi-repeat-variant:before { + content: "\F0547"; +} +.mdi-replay:before { + content: "\F0459"; +} +.mdi-reply:before { + content: "\F045A"; +} +.mdi-reply-all:before { + content: "\F045B"; +} +.mdi-reply-all-outline:before { + content: "\F0F1F"; +} +.mdi-reply-circle:before { + content: "\F11AE"; +} +.mdi-reply-outline:before { + content: "\F0F20"; +} +.mdi-reproduction:before { + content: "\F045C"; +} +.mdi-resistor:before { + content: "\F0B44"; +} +.mdi-resistor-nodes:before { + content: "\F0B45"; +} +.mdi-resize:before { + content: "\F0A68"; +} +.mdi-resize-bottom-right:before { + content: "\F045D"; +} +.mdi-responsive:before { + content: "\F045E"; +} +.mdi-restart:before { + content: "\F0709"; +} +.mdi-restart-alert:before { + content: "\F110C"; +} +.mdi-restart-off:before { + content: "\F0D95"; +} +.mdi-restore:before { + content: "\F099B"; +} +.mdi-restore-alert:before { + content: "\F110D"; +} +.mdi-rewind:before { + content: "\F045F"; +} +.mdi-rewind-10:before { + content: "\F0D2A"; +} +.mdi-rewind-15:before { + content: "\F1946"; +} +.mdi-rewind-30:before { + content: "\F0D96"; +} +.mdi-rewind-45:before { + content: "\F1B13"; +} +.mdi-rewind-5:before { + content: "\F11F9"; +} +.mdi-rewind-60:before { + content: "\F160C"; +} +.mdi-rewind-outline:before { + content: "\F070A"; +} +.mdi-rhombus:before { + content: "\F070B"; +} +.mdi-rhombus-medium:before { + content: "\F0A10"; +} +.mdi-rhombus-medium-outline:before { + content: "\F14DC"; +} +.mdi-rhombus-outline:before { + content: "\F070C"; +} +.mdi-rhombus-split:before { + content: "\F0A11"; +} +.mdi-rhombus-split-outline:before { + content: "\F14DD"; +} +.mdi-ribbon:before { + content: "\F0460"; +} +.mdi-rice:before { + content: "\F07EA"; +} +.mdi-rickshaw:before { + content: "\F15BB"; +} +.mdi-rickshaw-electric:before { + content: "\F15BC"; +} +.mdi-ring:before { + content: "\F07EB"; +} +.mdi-rivet:before { + content: "\F0E60"; +} +.mdi-road:before { + content: "\F0461"; +} +.mdi-road-variant:before { + content: "\F0462"; +} +.mdi-robber:before { + content: "\F1058"; +} +.mdi-robot:before { + content: "\F06A9"; +} +.mdi-robot-angry:before { + content: "\F169D"; +} +.mdi-robot-angry-outline:before { + content: "\F169E"; +} +.mdi-robot-confused:before { + content: "\F169F"; +} +.mdi-robot-confused-outline:before { + content: "\F16A0"; +} +.mdi-robot-dead:before { + content: "\F16A1"; +} +.mdi-robot-dead-outline:before { + content: "\F16A2"; +} +.mdi-robot-excited:before { + content: "\F16A3"; +} +.mdi-robot-excited-outline:before { + content: "\F16A4"; +} +.mdi-robot-happy:before { + content: "\F1719"; +} +.mdi-robot-happy-outline:before { + content: "\F171A"; +} +.mdi-robot-industrial:before { + content: "\F0B46"; +} +.mdi-robot-industrial-outline:before { + content: "\F1A1A"; +} +.mdi-robot-love:before { + content: "\F16A5"; +} +.mdi-robot-love-outline:before { + content: "\F16A6"; +} +.mdi-robot-mower:before { + content: "\F11F7"; +} +.mdi-robot-mower-outline:before { + content: "\F11F3"; +} +.mdi-robot-off:before { + content: "\F16A7"; +} +.mdi-robot-off-outline:before { + content: "\F167B"; +} +.mdi-robot-outline:before { + content: "\F167A"; +} +.mdi-robot-vacuum:before { + content: "\F070D"; +} +.mdi-robot-vacuum-alert:before { + content: "\F1B5D"; +} +.mdi-robot-vacuum-off:before { + content: "\F1C01"; +} +.mdi-robot-vacuum-variant:before { + content: "\F0908"; +} +.mdi-robot-vacuum-variant-alert:before { + content: "\F1B5E"; +} +.mdi-robot-vacuum-variant-off:before { + content: "\F1C02"; +} +.mdi-rocket:before { + content: "\F0463"; +} +.mdi-rocket-launch:before { + content: "\F14DE"; +} +.mdi-rocket-launch-outline:before { + content: "\F14DF"; +} +.mdi-rocket-outline:before { + content: "\F13AF"; +} +.mdi-rodent:before { + content: "\F1327"; +} +.mdi-roller-shade:before { + content: "\F1A6B"; +} +.mdi-roller-shade-closed:before { + content: "\F1A6C"; +} +.mdi-roller-skate:before { + content: "\F0D2B"; +} +.mdi-roller-skate-off:before { + content: "\F0145"; +} +.mdi-rollerblade:before { + content: "\F0D2C"; +} +.mdi-rollerblade-off:before { + content: "\F002E"; +} +.mdi-rollupjs:before { + content: "\F0BC0"; +} +.mdi-rolodex:before { + content: "\F1AB9"; +} +.mdi-rolodex-outline:before { + content: "\F1ABA"; +} +.mdi-roman-numeral-1:before { + content: "\F1088"; +} +.mdi-roman-numeral-10:before { + content: "\F1091"; +} +.mdi-roman-numeral-2:before { + content: "\F1089"; +} +.mdi-roman-numeral-3:before { + content: "\F108A"; +} +.mdi-roman-numeral-4:before { + content: "\F108B"; +} +.mdi-roman-numeral-5:before { + content: "\F108C"; +} +.mdi-roman-numeral-6:before { + content: "\F108D"; +} +.mdi-roman-numeral-7:before { + content: "\F108E"; +} +.mdi-roman-numeral-8:before { + content: "\F108F"; +} +.mdi-roman-numeral-9:before { + content: "\F1090"; +} +.mdi-room-service:before { + content: "\F088D"; +} +.mdi-room-service-outline:before { + content: "\F0D97"; +} +.mdi-rotate-360:before { + content: "\F1999"; +} +.mdi-rotate-3d:before { + content: "\F0EC7"; +} +.mdi-rotate-3d-variant:before { + content: "\F0464"; +} +.mdi-rotate-left:before { + content: "\F0465"; +} +.mdi-rotate-left-variant:before { + content: "\F0466"; +} +.mdi-rotate-orbit:before { + content: "\F0D98"; +} +.mdi-rotate-right:before { + content: "\F0467"; +} +.mdi-rotate-right-variant:before { + content: "\F0468"; +} +.mdi-rounded-corner:before { + content: "\F0607"; +} +.mdi-router:before { + content: "\F11E2"; +} +.mdi-router-network:before { + content: "\F1087"; +} +.mdi-router-network-wireless:before { + content: "\F1C97"; +} +.mdi-router-wireless:before { + content: "\F0469"; +} +.mdi-router-wireless-off:before { + content: "\F15A3"; +} +.mdi-router-wireless-settings:before { + content: "\F0A69"; +} +.mdi-routes:before { + content: "\F046A"; +} +.mdi-routes-clock:before { + content: "\F1059"; +} +.mdi-rowing:before { + content: "\F0608"; +} +.mdi-rss:before { + content: "\F046B"; +} +.mdi-rss-box:before { + content: "\F046C"; +} +.mdi-rss-off:before { + content: "\F0F21"; +} +.mdi-rug:before { + content: "\F1475"; +} +.mdi-rugby:before { + content: "\F0D99"; +} +.mdi-ruler:before { + content: "\F046D"; +} +.mdi-ruler-square:before { + content: "\F0CC2"; +} +.mdi-ruler-square-compass:before { + content: "\F0EBE"; +} +.mdi-run:before { + content: "\F070E"; +} +.mdi-run-fast:before { + content: "\F046E"; +} +.mdi-rv-truck:before { + content: "\F11D4"; +} +.mdi-sack:before { + content: "\F0D2E"; +} +.mdi-sack-outline:before { + content: "\F1C4C"; +} +.mdi-sack-percent:before { + content: "\F0D2F"; +} +.mdi-safe:before { + content: "\F0A6A"; +} +.mdi-safe-square:before { + content: "\F127C"; +} +.mdi-safe-square-outline:before { + content: "\F127D"; +} +.mdi-safety-goggles:before { + content: "\F0D30"; +} +.mdi-sail-boat:before { + content: "\F0EC8"; +} +.mdi-sail-boat-sink:before { + content: "\F1AEF"; +} +.mdi-sale:before { + content: "\F046F"; +} +.mdi-sale-outline:before { + content: "\F1A06"; +} +.mdi-salesforce:before { + content: "\F088E"; +} +.mdi-sass:before { + content: "\F07EC"; +} +.mdi-satellite:before { + content: "\F0470"; +} +.mdi-satellite-uplink:before { + content: "\F0909"; +} +.mdi-satellite-variant:before { + content: "\F0471"; +} +.mdi-sausage:before { + content: "\F08BA"; +} +.mdi-sausage-off:before { + content: "\F1789"; +} +.mdi-saw-blade:before { + content: "\F0E61"; +} +.mdi-sawtooth-wave:before { + content: "\F147A"; +} +.mdi-saxophone:before { + content: "\F0609"; +} +.mdi-scale:before { + content: "\F0472"; +} +.mdi-scale-balance:before { + content: "\F05D1"; +} +.mdi-scale-bathroom:before { + content: "\F0473"; +} +.mdi-scale-off:before { + content: "\F105A"; +} +.mdi-scale-unbalanced:before { + content: "\F19B8"; +} +.mdi-scan-helper:before { + content: "\F13D8"; +} +.mdi-scanner:before { + content: "\F06AB"; +} +.mdi-scanner-off:before { + content: "\F090A"; +} +.mdi-scatter-plot:before { + content: "\F0EC9"; +} +.mdi-scatter-plot-outline:before { + content: "\F0ECA"; +} +.mdi-scent:before { + content: "\F1958"; +} +.mdi-scent-off:before { + content: "\F1959"; +} +.mdi-school:before { + content: "\F0474"; +} +.mdi-school-outline:before { + content: "\F1180"; +} +.mdi-scissors-cutting:before { + content: "\F0A6B"; +} +.mdi-scooter:before { + content: "\F15BD"; +} +.mdi-scooter-electric:before { + content: "\F15BE"; +} +.mdi-scoreboard:before { + content: "\F127E"; +} +.mdi-scoreboard-outline:before { + content: "\F127F"; +} +.mdi-screen-rotation:before { + content: "\F0475"; +} +.mdi-screen-rotation-lock:before { + content: "\F0478"; +} +.mdi-screw-flat-top:before { + content: "\F0DF3"; +} +.mdi-screw-lag:before { + content: "\F0DF4"; +} +.mdi-screw-machine-flat-top:before { + content: "\F0DF5"; +} +.mdi-screw-machine-round-top:before { + content: "\F0DF6"; +} +.mdi-screw-round-top:before { + content: "\F0DF7"; +} +.mdi-screwdriver:before { + content: "\F0476"; +} +.mdi-script:before { + content: "\F0BC1"; +} +.mdi-script-outline:before { + content: "\F0477"; +} +.mdi-script-text:before { + content: "\F0BC2"; +} +.mdi-script-text-key:before { + content: "\F1725"; +} +.mdi-script-text-key-outline:before { + content: "\F1726"; +} +.mdi-script-text-outline:before { + content: "\F0BC3"; +} +.mdi-script-text-play:before { + content: "\F1727"; +} +.mdi-script-text-play-outline:before { + content: "\F1728"; +} +.mdi-sd:before { + content: "\F0479"; +} +.mdi-seal:before { + content: "\F047A"; +} +.mdi-seal-variant:before { + content: "\F0FD9"; +} +.mdi-search-web:before { + content: "\F070F"; +} +.mdi-seat:before { + content: "\F0CC3"; +} +.mdi-seat-flat:before { + content: "\F047B"; +} +.mdi-seat-flat-angled:before { + content: "\F047C"; +} +.mdi-seat-individual-suite:before { + content: "\F047D"; +} +.mdi-seat-legroom-extra:before { + content: "\F047E"; +} +.mdi-seat-legroom-normal:before { + content: "\F047F"; +} +.mdi-seat-legroom-reduced:before { + content: "\F0480"; +} +.mdi-seat-outline:before { + content: "\F0CC4"; +} +.mdi-seat-passenger:before { + content: "\F1249"; +} +.mdi-seat-recline-extra:before { + content: "\F0481"; +} +.mdi-seat-recline-normal:before { + content: "\F0482"; +} +.mdi-seatbelt:before { + content: "\F0CC5"; +} +.mdi-security:before { + content: "\F0483"; +} +.mdi-security-network:before { + content: "\F0484"; +} +.mdi-seed:before { + content: "\F0E62"; +} +.mdi-seed-off:before { + content: "\F13FD"; +} +.mdi-seed-off-outline:before { + content: "\F13FE"; +} +.mdi-seed-outline:before { + content: "\F0E63"; +} +.mdi-seed-plus:before { + content: "\F1A6D"; +} +.mdi-seed-plus-outline:before { + content: "\F1A6E"; +} +.mdi-seesaw:before { + content: "\F15A4"; +} +.mdi-segment:before { + content: "\F0ECB"; +} +.mdi-select:before { + content: "\F0485"; +} +.mdi-select-all:before { + content: "\F0486"; +} +.mdi-select-arrow-down:before { + content: "\F1B59"; +} +.mdi-select-arrow-up:before { + content: "\F1B58"; +} +.mdi-select-color:before { + content: "\F0D31"; +} +.mdi-select-compare:before { + content: "\F0AD9"; +} +.mdi-select-drag:before { + content: "\F0A6C"; +} +.mdi-select-group:before { + content: "\F0F82"; +} +.mdi-select-inverse:before { + content: "\F0487"; +} +.mdi-select-marker:before { + content: "\F1280"; +} +.mdi-select-multiple:before { + content: "\F1281"; +} +.mdi-select-multiple-marker:before { + content: "\F1282"; +} +.mdi-select-off:before { + content: "\F0488"; +} +.mdi-select-place:before { + content: "\F0FDA"; +} +.mdi-select-remove:before { + content: "\F17C1"; +} +.mdi-select-search:before { + content: "\F1204"; +} +.mdi-selection:before { + content: "\F0489"; +} +.mdi-selection-drag:before { + content: "\F0A6D"; +} +.mdi-selection-ellipse:before { + content: "\F0D32"; +} +.mdi-selection-ellipse-arrow-inside:before { + content: "\F0F22"; +} +.mdi-selection-ellipse-remove:before { + content: "\F17C2"; +} +.mdi-selection-marker:before { + content: "\F1283"; +} +.mdi-selection-multiple:before { + content: "\F1285"; +} +.mdi-selection-multiple-marker:before { + content: "\F1284"; +} +.mdi-selection-off:before { + content: "\F0777"; +} +.mdi-selection-remove:before { + content: "\F17C3"; +} +.mdi-selection-search:before { + content: "\F1205"; +} +.mdi-semantic-web:before { + content: "\F1316"; +} +.mdi-send:before { + content: "\F048A"; +} +.mdi-send-check:before { + content: "\F1161"; +} +.mdi-send-check-outline:before { + content: "\F1162"; +} +.mdi-send-circle:before { + content: "\F0DF8"; +} +.mdi-send-circle-outline:before { + content: "\F0DF9"; +} +.mdi-send-clock:before { + content: "\F1163"; +} +.mdi-send-clock-outline:before { + content: "\F1164"; +} +.mdi-send-lock:before { + content: "\F07ED"; +} +.mdi-send-lock-outline:before { + content: "\F1166"; +} +.mdi-send-outline:before { + content: "\F1165"; +} +.mdi-send-variant:before { + content: "\F1C4D"; +} +.mdi-send-variant-clock:before { + content: "\F1C7E"; +} +.mdi-send-variant-clock-outline:before { + content: "\F1C7F"; +} +.mdi-send-variant-outline:before { + content: "\F1C4E"; +} +.mdi-serial-port:before { + content: "\F065C"; +} +.mdi-server:before { + content: "\F048B"; +} +.mdi-server-minus:before { + content: "\F048C"; +} +.mdi-server-minus-outline:before { + content: "\F1C98"; +} +.mdi-server-network:before { + content: "\F048D"; +} +.mdi-server-network-off:before { + content: "\F048E"; +} +.mdi-server-network-outline:before { + content: "\F1C99"; +} +.mdi-server-off:before { + content: "\F048F"; +} +.mdi-server-outline:before { + content: "\F1C9A"; +} +.mdi-server-plus:before { + content: "\F0490"; +} +.mdi-server-plus-outline:before { + content: "\F1C9B"; +} +.mdi-server-remove:before { + content: "\F0491"; +} +.mdi-server-security:before { + content: "\F0492"; +} +.mdi-set-all:before { + content: "\F0778"; +} +.mdi-set-center:before { + content: "\F0779"; +} +.mdi-set-center-right:before { + content: "\F077A"; +} +.mdi-set-left:before { + content: "\F077B"; +} +.mdi-set-left-center:before { + content: "\F077C"; +} +.mdi-set-left-right:before { + content: "\F077D"; +} +.mdi-set-merge:before { + content: "\F14E0"; +} +.mdi-set-none:before { + content: "\F077E"; +} +.mdi-set-right:before { + content: "\F077F"; +} +.mdi-set-split:before { + content: "\F14E1"; +} +.mdi-set-square:before { + content: "\F145D"; +} +.mdi-set-top-box:before { + content: "\F099F"; +} +.mdi-settings-helper:before { + content: "\F0A6E"; +} +.mdi-shaker:before { + content: "\F110E"; +} +.mdi-shaker-outline:before { + content: "\F110F"; +} +.mdi-shape:before { + content: "\F0831"; +} +.mdi-shape-circle-plus:before { + content: "\F065D"; +} +.mdi-shape-outline:before { + content: "\F0832"; +} +.mdi-shape-oval-plus:before { + content: "\F11FA"; +} +.mdi-shape-plus:before { + content: "\F0495"; +} +.mdi-shape-plus-outline:before { + content: "\F1C4F"; +} +.mdi-shape-polygon-plus:before { + content: "\F065E"; +} +.mdi-shape-rectangle-plus:before { + content: "\F065F"; +} +.mdi-shape-square-plus:before { + content: "\F0660"; +} +.mdi-shape-square-rounded-plus:before { + content: "\F14FA"; +} +.mdi-share:before { + content: "\F0496"; +} +.mdi-share-all:before { + content: "\F11F4"; +} +.mdi-share-all-outline:before { + content: "\F11F5"; +} +.mdi-share-circle:before { + content: "\F11AD"; +} +.mdi-share-off:before { + content: "\F0F23"; +} +.mdi-share-off-outline:before { + content: "\F0F24"; +} +.mdi-share-outline:before { + content: "\F0932"; +} +.mdi-share-variant:before { + content: "\F0497"; +} +.mdi-share-variant-outline:before { + content: "\F1514"; +} +.mdi-shark:before { + content: "\F18BA"; +} +.mdi-shark-fin:before { + content: "\F1673"; +} +.mdi-shark-fin-outline:before { + content: "\F1674"; +} +.mdi-shark-off:before { + content: "\F18BB"; +} +.mdi-sheep:before { + content: "\F0CC6"; +} +.mdi-shield:before { + content: "\F0498"; +} +.mdi-shield-account:before { + content: "\F088F"; +} +.mdi-shield-account-outline:before { + content: "\F0A12"; +} +.mdi-shield-account-variant:before { + content: "\F15A7"; +} +.mdi-shield-account-variant-outline:before { + content: "\F15A8"; +} +.mdi-shield-airplane:before { + content: "\F06BB"; +} +.mdi-shield-airplane-outline:before { + content: "\F0CC7"; +} +.mdi-shield-alert:before { + content: "\F0ECC"; +} +.mdi-shield-alert-outline:before { + content: "\F0ECD"; +} +.mdi-shield-bug:before { + content: "\F13DA"; +} +.mdi-shield-bug-outline:before { + content: "\F13DB"; +} +.mdi-shield-car:before { + content: "\F0F83"; +} +.mdi-shield-check:before { + content: "\F0565"; +} +.mdi-shield-check-outline:before { + content: "\F0CC8"; +} +.mdi-shield-cross:before { + content: "\F0CC9"; +} +.mdi-shield-cross-outline:before { + content: "\F0CCA"; +} +.mdi-shield-crown:before { + content: "\F18BC"; +} +.mdi-shield-crown-outline:before { + content: "\F18BD"; +} +.mdi-shield-edit:before { + content: "\F11A0"; +} +.mdi-shield-edit-outline:before { + content: "\F11A1"; +} +.mdi-shield-half:before { + content: "\F1360"; +} +.mdi-shield-half-full:before { + content: "\F0780"; +} +.mdi-shield-home:before { + content: "\F068A"; +} +.mdi-shield-home-outline:before { + content: "\F0CCB"; +} +.mdi-shield-key:before { + content: "\F0BC4"; +} +.mdi-shield-key-outline:before { + content: "\F0BC5"; +} +.mdi-shield-link-variant:before { + content: "\F0D33"; +} +.mdi-shield-link-variant-outline:before { + content: "\F0D34"; +} +.mdi-shield-lock:before { + content: "\F099D"; +} +.mdi-shield-lock-open:before { + content: "\F199A"; +} +.mdi-shield-lock-open-outline:before { + content: "\F199B"; +} +.mdi-shield-lock-outline:before { + content: "\F0CCC"; +} +.mdi-shield-moon:before { + content: "\F1828"; +} +.mdi-shield-moon-outline:before { + content: "\F1829"; +} +.mdi-shield-off:before { + content: "\F099E"; +} +.mdi-shield-off-outline:before { + content: "\F099C"; +} +.mdi-shield-outline:before { + content: "\F0499"; +} +.mdi-shield-plus:before { + content: "\F0ADA"; +} +.mdi-shield-plus-outline:before { + content: "\F0ADB"; +} +.mdi-shield-refresh:before { + content: "\F00AA"; +} +.mdi-shield-refresh-outline:before { + content: "\F01E0"; +} +.mdi-shield-remove:before { + content: "\F0ADC"; +} +.mdi-shield-remove-outline:before { + content: "\F0ADD"; +} +.mdi-shield-search:before { + content: "\F0D9A"; +} +.mdi-shield-star:before { + content: "\F113B"; +} +.mdi-shield-star-outline:before { + content: "\F113C"; +} +.mdi-shield-sun:before { + content: "\F105D"; +} +.mdi-shield-sun-outline:before { + content: "\F105E"; +} +.mdi-shield-sword:before { + content: "\F18BE"; +} +.mdi-shield-sword-outline:before { + content: "\F18BF"; +} +.mdi-shield-sync:before { + content: "\F11A2"; +} +.mdi-shield-sync-outline:before { + content: "\F11A3"; +} +.mdi-shimmer:before { + content: "\F1545"; +} +.mdi-ship-wheel:before { + content: "\F0833"; +} +.mdi-shipping-pallet:before { + content: "\F184E"; +} +.mdi-shoe-ballet:before { + content: "\F15CA"; +} +.mdi-shoe-cleat:before { + content: "\F15C7"; +} +.mdi-shoe-formal:before { + content: "\F0B47"; +} +.mdi-shoe-heel:before { + content: "\F0B48"; +} +.mdi-shoe-print:before { + content: "\F0DFA"; +} +.mdi-shoe-sneaker:before { + content: "\F15C8"; +} +.mdi-shopping:before { + content: "\F049A"; +} +.mdi-shopping-music:before { + content: "\F049B"; +} +.mdi-shopping-outline:before { + content: "\F11D5"; +} +.mdi-shopping-search:before { + content: "\F0F84"; +} +.mdi-shopping-search-outline:before { + content: "\F1A6F"; +} +.mdi-shore:before { + content: "\F14F9"; +} +.mdi-shovel:before { + content: "\F0710"; +} +.mdi-shovel-off:before { + content: "\F0711"; +} +.mdi-shower:before { + content: "\F09A0"; +} +.mdi-shower-head:before { + content: "\F09A1"; +} +.mdi-shredder:before { + content: "\F049C"; +} +.mdi-shuffle:before { + content: "\F049D"; +} +.mdi-shuffle-disabled:before { + content: "\F049E"; +} +.mdi-shuffle-variant:before { + content: "\F049F"; +} +.mdi-shuriken:before { + content: "\F137F"; +} +.mdi-sickle:before { + content: "\F18C0"; +} +.mdi-sigma:before { + content: "\F04A0"; +} +.mdi-sigma-lower:before { + content: "\F062B"; +} +.mdi-sign-caution:before { + content: "\F04A1"; +} +.mdi-sign-direction:before { + content: "\F0781"; +} +.mdi-sign-direction-minus:before { + content: "\F1000"; +} +.mdi-sign-direction-plus:before { + content: "\F0FDC"; +} +.mdi-sign-direction-remove:before { + content: "\F0FDD"; +} +.mdi-sign-language:before { + content: "\F1B4D"; +} +.mdi-sign-language-outline:before { + content: "\F1B4E"; +} +.mdi-sign-pole:before { + content: "\F14F8"; +} +.mdi-sign-real-estate:before { + content: "\F1118"; +} +.mdi-sign-text:before { + content: "\F0782"; +} +.mdi-sign-yield:before { + content: "\F1BAF"; +} +.mdi-signal:before { + content: "\F04A2"; +} +.mdi-signal-2g:before { + content: "\F0712"; +} +.mdi-signal-3g:before { + content: "\F0713"; +} +.mdi-signal-4g:before { + content: "\F0714"; +} +.mdi-signal-5g:before { + content: "\F0A6F"; +} +.mdi-signal-cellular-1:before { + content: "\F08BC"; +} +.mdi-signal-cellular-2:before { + content: "\F08BD"; +} +.mdi-signal-cellular-3:before { + content: "\F08BE"; +} +.mdi-signal-cellular-outline:before { + content: "\F08BF"; +} +.mdi-signal-distance-variant:before { + content: "\F0E64"; +} +.mdi-signal-hspa:before { + content: "\F0715"; +} +.mdi-signal-hspa-plus:before { + content: "\F0716"; +} +.mdi-signal-off:before { + content: "\F0783"; +} +.mdi-signal-variant:before { + content: "\F060A"; +} +.mdi-signature:before { + content: "\F0DFB"; +} +.mdi-signature-freehand:before { + content: "\F0DFC"; +} +.mdi-signature-image:before { + content: "\F0DFD"; +} +.mdi-signature-text:before { + content: "\F0DFE"; +} +.mdi-silo:before { + content: "\F1B9F"; +} +.mdi-silo-outline:before { + content: "\F0B49"; +} +.mdi-silverware:before { + content: "\F04A3"; +} +.mdi-silverware-clean:before { + content: "\F0FDE"; +} +.mdi-silverware-fork:before { + content: "\F04A4"; +} +.mdi-silverware-fork-knife:before { + content: "\F0A70"; +} +.mdi-silverware-spoon:before { + content: "\F04A5"; +} +.mdi-silverware-variant:before { + content: "\F04A6"; +} +.mdi-sim:before { + content: "\F04A7"; +} +.mdi-sim-alert:before { + content: "\F04A8"; +} +.mdi-sim-alert-outline:before { + content: "\F15D3"; +} +.mdi-sim-off:before { + content: "\F04A9"; +} +.mdi-sim-off-outline:before { + content: "\F15D4"; +} +.mdi-sim-outline:before { + content: "\F15D5"; +} +.mdi-simple-icons:before { + content: "\F131D"; +} +.mdi-sina-weibo:before { + content: "\F0ADF"; +} +.mdi-sine-wave:before { + content: "\F095B"; +} +.mdi-sitemap:before { + content: "\F04AA"; +} +.mdi-sitemap-outline:before { + content: "\F199C"; +} +.mdi-size-l:before { + content: "\F13A6"; +} +.mdi-size-m:before { + content: "\F13A5"; +} +.mdi-size-s:before { + content: "\F13A4"; +} +.mdi-size-xl:before { + content: "\F13A7"; +} +.mdi-size-xs:before { + content: "\F13A3"; +} +.mdi-size-xxl:before { + content: "\F13A8"; +} +.mdi-size-xxs:before { + content: "\F13A2"; +} +.mdi-size-xxxl:before { + content: "\F13A9"; +} +.mdi-skate:before { + content: "\F0D35"; +} +.mdi-skate-off:before { + content: "\F0699"; +} +.mdi-skateboard:before { + content: "\F14C2"; +} +.mdi-skateboarding:before { + content: "\F0501"; +} +.mdi-skew-less:before { + content: "\F0D36"; +} +.mdi-skew-more:before { + content: "\F0D37"; +} +.mdi-ski:before { + content: "\F1304"; +} +.mdi-ski-cross-country:before { + content: "\F1305"; +} +.mdi-ski-water:before { + content: "\F1306"; +} +.mdi-skip-backward:before { + content: "\F04AB"; +} +.mdi-skip-backward-outline:before { + content: "\F0F25"; +} +.mdi-skip-forward:before { + content: "\F04AC"; +} +.mdi-skip-forward-outline:before { + content: "\F0F26"; +} +.mdi-skip-next:before { + content: "\F04AD"; +} +.mdi-skip-next-circle:before { + content: "\F0661"; +} +.mdi-skip-next-circle-outline:before { + content: "\F0662"; +} +.mdi-skip-next-outline:before { + content: "\F0F27"; +} +.mdi-skip-previous:before { + content: "\F04AE"; +} +.mdi-skip-previous-circle:before { + content: "\F0663"; +} +.mdi-skip-previous-circle-outline:before { + content: "\F0664"; +} +.mdi-skip-previous-outline:before { + content: "\F0F28"; +} +.mdi-skull:before { + content: "\F068C"; +} +.mdi-skull-crossbones:before { + content: "\F0BC6"; +} +.mdi-skull-crossbones-outline:before { + content: "\F0BC7"; +} +.mdi-skull-outline:before { + content: "\F0BC8"; +} +.mdi-skull-scan:before { + content: "\F14C7"; +} +.mdi-skull-scan-outline:before { + content: "\F14C8"; +} +.mdi-skype:before { + content: "\F04AF"; +} +.mdi-skype-business:before { + content: "\F04B0"; +} +.mdi-slack:before { + content: "\F04B1"; +} +.mdi-slash-forward:before { + content: "\F0FDF"; +} +.mdi-slash-forward-box:before { + content: "\F0FE0"; +} +.mdi-sledding:before { + content: "\F041B"; +} +.mdi-sleep:before { + content: "\F04B2"; +} +.mdi-sleep-off:before { + content: "\F04B3"; +} +.mdi-slide:before { + content: "\F15A5"; +} +.mdi-slope-downhill:before { + content: "\F0DFF"; +} +.mdi-slope-uphill:before { + content: "\F0E00"; +} +.mdi-slot-machine:before { + content: "\F1114"; +} +.mdi-slot-machine-outline:before { + content: "\F1115"; +} +.mdi-smart-card:before { + content: "\F10BD"; +} +.mdi-smart-card-off:before { + content: "\F18F7"; +} +.mdi-smart-card-off-outline:before { + content: "\F18F8"; +} +.mdi-smart-card-outline:before { + content: "\F10BE"; +} +.mdi-smart-card-reader:before { + content: "\F10BF"; +} +.mdi-smart-card-reader-outline:before { + content: "\F10C0"; +} +.mdi-smog:before { + content: "\F0A71"; +} +.mdi-smoke:before { + content: "\F1799"; +} +.mdi-smoke-detector:before { + content: "\F0392"; +} +.mdi-smoke-detector-alert:before { + content: "\F192E"; +} +.mdi-smoke-detector-alert-outline:before { + content: "\F192F"; +} +.mdi-smoke-detector-off:before { + content: "\F1809"; +} +.mdi-smoke-detector-off-outline:before { + content: "\F180A"; +} +.mdi-smoke-detector-outline:before { + content: "\F1808"; +} +.mdi-smoke-detector-variant:before { + content: "\F180B"; +} +.mdi-smoke-detector-variant-alert:before { + content: "\F1930"; +} +.mdi-smoke-detector-variant-off:before { + content: "\F180C"; +} +.mdi-smoking:before { + content: "\F04B4"; +} +.mdi-smoking-off:before { + content: "\F04B5"; +} +.mdi-smoking-pipe:before { + content: "\F140D"; +} +.mdi-smoking-pipe-off:before { + content: "\F1428"; +} +.mdi-snail:before { + content: "\F1677"; +} +.mdi-snake:before { + content: "\F150E"; +} +.mdi-snapchat:before { + content: "\F04B6"; +} +.mdi-snowboard:before { + content: "\F1307"; +} +.mdi-snowflake:before { + content: "\F0717"; +} +.mdi-snowflake-alert:before { + content: "\F0F29"; +} +.mdi-snowflake-check:before { + content: "\F1A70"; +} +.mdi-snowflake-melt:before { + content: "\F12CB"; +} +.mdi-snowflake-off:before { + content: "\F14E3"; +} +.mdi-snowflake-thermometer:before { + content: "\F1A71"; +} +.mdi-snowflake-variant:before { + content: "\F0F2A"; +} +.mdi-snowman:before { + content: "\F04B7"; +} +.mdi-snowmobile:before { + content: "\F06DD"; +} +.mdi-snowshoeing:before { + content: "\F1A72"; +} +.mdi-soccer:before { + content: "\F04B8"; +} +.mdi-soccer-field:before { + content: "\F0834"; +} +.mdi-social-distance-2-meters:before { + content: "\F1579"; +} +.mdi-social-distance-6-feet:before { + content: "\F157A"; +} +.mdi-sofa:before { + content: "\F04B9"; +} +.mdi-sofa-outline:before { + content: "\F156D"; +} +.mdi-sofa-single:before { + content: "\F156E"; +} +.mdi-sofa-single-outline:before { + content: "\F156F"; +} +.mdi-solar-panel:before { + content: "\F0D9B"; +} +.mdi-solar-panel-large:before { + content: "\F0D9C"; +} +.mdi-solar-power:before { + content: "\F0A72"; +} +.mdi-solar-power-variant:before { + content: "\F1A73"; +} +.mdi-solar-power-variant-outline:before { + content: "\F1A74"; +} +.mdi-soldering-iron:before { + content: "\F1092"; +} +.mdi-solid:before { + content: "\F068D"; +} +.mdi-sony-playstation:before { + content: "\F0414"; +} +.mdi-sort:before { + content: "\F04BA"; +} +.mdi-sort-alphabetical-ascending:before { + content: "\F05BD"; +} +.mdi-sort-alphabetical-ascending-variant:before { + content: "\F1148"; +} +.mdi-sort-alphabetical-descending:before { + content: "\F05BF"; +} +.mdi-sort-alphabetical-descending-variant:before { + content: "\F1149"; +} +.mdi-sort-alphabetical-variant:before { + content: "\F04BB"; +} +.mdi-sort-ascending:before { + content: "\F04BC"; +} +.mdi-sort-bool-ascending:before { + content: "\F1385"; +} +.mdi-sort-bool-ascending-variant:before { + content: "\F1386"; +} +.mdi-sort-bool-descending:before { + content: "\F1387"; +} +.mdi-sort-bool-descending-variant:before { + content: "\F1388"; +} +.mdi-sort-calendar-ascending:before { + content: "\F1547"; +} +.mdi-sort-calendar-descending:before { + content: "\F1548"; +} +.mdi-sort-clock-ascending:before { + content: "\F1549"; +} +.mdi-sort-clock-ascending-outline:before { + content: "\F154A"; +} +.mdi-sort-clock-descending:before { + content: "\F154B"; +} +.mdi-sort-clock-descending-outline:before { + content: "\F154C"; +} +.mdi-sort-descending:before { + content: "\F04BD"; +} +.mdi-sort-numeric-ascending:before { + content: "\F1389"; +} +.mdi-sort-numeric-ascending-variant:before { + content: "\F090D"; +} +.mdi-sort-numeric-descending:before { + content: "\F138A"; +} +.mdi-sort-numeric-descending-variant:before { + content: "\F0AD2"; +} +.mdi-sort-numeric-variant:before { + content: "\F04BE"; +} +.mdi-sort-reverse-variant:before { + content: "\F033C"; +} +.mdi-sort-variant:before { + content: "\F04BF"; +} +.mdi-sort-variant-lock:before { + content: "\F0CCD"; +} +.mdi-sort-variant-lock-open:before { + content: "\F0CCE"; +} +.mdi-sort-variant-off:before { + content: "\F1ABB"; +} +.mdi-sort-variant-remove:before { + content: "\F1147"; +} +.mdi-soundbar:before { + content: "\F17DB"; +} +.mdi-soundcloud:before { + content: "\F04C0"; +} +.mdi-source-branch:before { + content: "\F062C"; +} +.mdi-source-branch-check:before { + content: "\F14CF"; +} +.mdi-source-branch-minus:before { + content: "\F14CB"; +} +.mdi-source-branch-plus:before { + content: "\F14CA"; +} +.mdi-source-branch-refresh:before { + content: "\F14CD"; +} +.mdi-source-branch-remove:before { + content: "\F14CC"; +} +.mdi-source-branch-sync:before { + content: "\F14CE"; +} +.mdi-source-commit:before { + content: "\F0718"; +} +.mdi-source-commit-end:before { + content: "\F0719"; +} +.mdi-source-commit-end-local:before { + content: "\F071A"; +} +.mdi-source-commit-local:before { + content: "\F071B"; +} +.mdi-source-commit-next-local:before { + content: "\F071C"; +} +.mdi-source-commit-start:before { + content: "\F071D"; +} +.mdi-source-commit-start-next-local:before { + content: "\F071E"; +} +.mdi-source-fork:before { + content: "\F04C1"; +} +.mdi-source-merge:before { + content: "\F062D"; +} +.mdi-source-pull:before { + content: "\F04C2"; +} +.mdi-source-repository:before { + content: "\F0CCF"; +} +.mdi-source-repository-multiple:before { + content: "\F0CD0"; +} +.mdi-soy-sauce:before { + content: "\F07EE"; +} +.mdi-soy-sauce-off:before { + content: "\F13FC"; +} +.mdi-spa:before { + content: "\F0CD1"; +} +.mdi-spa-outline:before { + content: "\F0CD2"; +} +.mdi-space-invaders:before { + content: "\F0BC9"; +} +.mdi-space-station:before { + content: "\F1383"; +} +.mdi-spade:before { + content: "\F0E65"; +} +.mdi-speaker:before { + content: "\F04C3"; +} +.mdi-speaker-bluetooth:before { + content: "\F09A2"; +} +.mdi-speaker-message:before { + content: "\F1B11"; +} +.mdi-speaker-multiple:before { + content: "\F0D38"; +} +.mdi-speaker-off:before { + content: "\F04C4"; +} +.mdi-speaker-pause:before { + content: "\F1B73"; +} +.mdi-speaker-play:before { + content: "\F1B72"; +} +.mdi-speaker-stop:before { + content: "\F1B74"; +} +.mdi-speaker-wireless:before { + content: "\F071F"; +} +.mdi-spear:before { + content: "\F1845"; +} +.mdi-speedometer:before { + content: "\F04C5"; +} +.mdi-speedometer-medium:before { + content: "\F0F85"; +} +.mdi-speedometer-slow:before { + content: "\F0F86"; +} +.mdi-spellcheck:before { + content: "\F04C6"; +} +.mdi-sphere:before { + content: "\F1954"; +} +.mdi-sphere-off:before { + content: "\F1955"; +} +.mdi-spider:before { + content: "\F11EA"; +} +.mdi-spider-outline:before { + content: "\F1C75"; +} +.mdi-spider-thread:before { + content: "\F11EB"; +} +.mdi-spider-web:before { + content: "\F0BCA"; +} +.mdi-spirit-level:before { + content: "\F14F1"; +} +.mdi-spoon-sugar:before { + content: "\F1429"; +} +.mdi-spotify:before { + content: "\F04C7"; +} +.mdi-spotlight:before { + content: "\F04C8"; +} +.mdi-spotlight-beam:before { + content: "\F04C9"; +} +.mdi-spray:before { + content: "\F0665"; +} +.mdi-spray-bottle:before { + content: "\F0AE0"; +} +.mdi-sprinkler:before { + content: "\F105F"; +} +.mdi-sprinkler-fire:before { + content: "\F199D"; +} +.mdi-sprinkler-variant:before { + content: "\F1060"; +} +.mdi-sprout:before { + content: "\F0E66"; +} +.mdi-sprout-outline:before { + content: "\F0E67"; +} +.mdi-square:before { + content: "\F0764"; +} +.mdi-square-circle:before { + content: "\F1500"; +} +.mdi-square-circle-outline:before { + content: "\F1C50"; +} +.mdi-square-edit-outline:before { + content: "\F090C"; +} +.mdi-square-medium:before { + content: "\F0A13"; +} +.mdi-square-medium-outline:before { + content: "\F0A14"; +} +.mdi-square-off:before { + content: "\F12EE"; +} +.mdi-square-off-outline:before { + content: "\F12EF"; +} +.mdi-square-opacity:before { + content: "\F1854"; +} +.mdi-square-outline:before { + content: "\F0763"; +} +.mdi-square-root:before { + content: "\F0784"; +} +.mdi-square-root-box:before { + content: "\F09A3"; +} +.mdi-square-rounded:before { + content: "\F14FB"; +} +.mdi-square-rounded-badge:before { + content: "\F1A07"; +} +.mdi-square-rounded-badge-outline:before { + content: "\F1A08"; +} +.mdi-square-rounded-outline:before { + content: "\F14FC"; +} +.mdi-square-small:before { + content: "\F0A15"; +} +.mdi-square-wave:before { + content: "\F147B"; +} +.mdi-squeegee:before { + content: "\F0AE1"; +} +.mdi-ssh:before { + content: "\F08C0"; +} +.mdi-stack-exchange:before { + content: "\F060B"; +} +.mdi-stack-overflow:before { + content: "\F04CC"; +} +.mdi-stackpath:before { + content: "\F0359"; +} +.mdi-stadium:before { + content: "\F0FF9"; +} +.mdi-stadium-outline:before { + content: "\F1B03"; +} +.mdi-stadium-variant:before { + content: "\F0720"; +} +.mdi-stairs:before { + content: "\F04CD"; +} +.mdi-stairs-box:before { + content: "\F139E"; +} +.mdi-stairs-down:before { + content: "\F12BE"; +} +.mdi-stairs-up:before { + content: "\F12BD"; +} +.mdi-stamper:before { + content: "\F0D39"; +} +.mdi-standard-definition:before { + content: "\F07EF"; +} +.mdi-star:before { + content: "\F04CE"; +} +.mdi-star-box:before { + content: "\F0A73"; +} +.mdi-star-box-multiple:before { + content: "\F1286"; +} +.mdi-star-box-multiple-outline:before { + content: "\F1287"; +} +.mdi-star-box-outline:before { + content: "\F0A74"; +} +.mdi-star-check:before { + content: "\F1566"; +} +.mdi-star-check-outline:before { + content: "\F156A"; +} +.mdi-star-circle:before { + content: "\F04CF"; +} +.mdi-star-circle-outline:before { + content: "\F09A4"; +} +.mdi-star-cog:before { + content: "\F1668"; +} +.mdi-star-cog-outline:before { + content: "\F1669"; +} +.mdi-star-crescent:before { + content: "\F0979"; +} +.mdi-star-david:before { + content: "\F097A"; +} +.mdi-star-face:before { + content: "\F09A5"; +} +.mdi-star-four-points:before { + content: "\F0AE2"; +} +.mdi-star-four-points-box:before { + content: "\F1C51"; +} +.mdi-star-four-points-box-outline:before { + content: "\F1C52"; +} +.mdi-star-four-points-circle:before { + content: "\F1C53"; +} +.mdi-star-four-points-circle-outline:before { + content: "\F1C54"; +} +.mdi-star-four-points-outline:before { + content: "\F0AE3"; +} +.mdi-star-four-points-small:before { + content: "\F1C55"; +} +.mdi-star-half:before { + content: "\F0246"; +} +.mdi-star-half-full:before { + content: "\F04D0"; +} +.mdi-star-minus:before { + content: "\F1564"; +} +.mdi-star-minus-outline:before { + content: "\F1568"; +} +.mdi-star-off:before { + content: "\F04D1"; +} +.mdi-star-off-outline:before { + content: "\F155B"; +} +.mdi-star-outline:before { + content: "\F04D2"; +} +.mdi-star-plus:before { + content: "\F1563"; +} +.mdi-star-plus-outline:before { + content: "\F1567"; +} +.mdi-star-remove:before { + content: "\F1565"; +} +.mdi-star-remove-outline:before { + content: "\F1569"; +} +.mdi-star-settings:before { + content: "\F166A"; +} +.mdi-star-settings-outline:before { + content: "\F166B"; +} +.mdi-star-shooting:before { + content: "\F1741"; +} +.mdi-star-shooting-outline:before { + content: "\F1742"; +} +.mdi-star-three-points:before { + content: "\F0AE4"; +} +.mdi-star-three-points-outline:before { + content: "\F0AE5"; +} +.mdi-state-machine:before { + content: "\F11EF"; +} +.mdi-steam:before { + content: "\F04D3"; +} +.mdi-steering:before { + content: "\F04D4"; +} +.mdi-steering-off:before { + content: "\F090E"; +} +.mdi-step-backward:before { + content: "\F04D5"; +} +.mdi-step-backward-2:before { + content: "\F04D6"; +} +.mdi-step-forward:before { + content: "\F04D7"; +} +.mdi-step-forward-2:before { + content: "\F04D8"; +} +.mdi-stethoscope:before { + content: "\F04D9"; +} +.mdi-sticker:before { + content: "\F1364"; +} +.mdi-sticker-alert:before { + content: "\F1365"; +} +.mdi-sticker-alert-outline:before { + content: "\F1366"; +} +.mdi-sticker-check:before { + content: "\F1367"; +} +.mdi-sticker-check-outline:before { + content: "\F1368"; +} +.mdi-sticker-circle-outline:before { + content: "\F05D0"; +} +.mdi-sticker-emoji:before { + content: "\F0785"; +} +.mdi-sticker-minus:before { + content: "\F1369"; +} +.mdi-sticker-minus-outline:before { + content: "\F136A"; +} +.mdi-sticker-outline:before { + content: "\F136B"; +} +.mdi-sticker-plus:before { + content: "\F136C"; +} +.mdi-sticker-plus-outline:before { + content: "\F136D"; +} +.mdi-sticker-remove:before { + content: "\F136E"; +} +.mdi-sticker-remove-outline:before { + content: "\F136F"; +} +.mdi-sticker-text:before { + content: "\F178E"; +} +.mdi-sticker-text-outline:before { + content: "\F178F"; +} +.mdi-stocking:before { + content: "\F04DA"; +} +.mdi-stomach:before { + content: "\F1093"; +} +.mdi-stool:before { + content: "\F195D"; +} +.mdi-stool-outline:before { + content: "\F195E"; +} +.mdi-stop:before { + content: "\F04DB"; +} +.mdi-stop-circle:before { + content: "\F0666"; +} +.mdi-stop-circle-outline:before { + content: "\F0667"; +} +.mdi-storage-tank:before { + content: "\F1A75"; +} +.mdi-storage-tank-outline:before { + content: "\F1A76"; +} +.mdi-store:before { + content: "\F04DC"; +} +.mdi-store-24-hour:before { + content: "\F04DD"; +} +.mdi-store-alert:before { + content: "\F18C1"; +} +.mdi-store-alert-outline:before { + content: "\F18C2"; +} +.mdi-store-check:before { + content: "\F18C3"; +} +.mdi-store-check-outline:before { + content: "\F18C4"; +} +.mdi-store-clock:before { + content: "\F18C5"; +} +.mdi-store-clock-outline:before { + content: "\F18C6"; +} +.mdi-store-cog:before { + content: "\F18C7"; +} +.mdi-store-cog-outline:before { + content: "\F18C8"; +} +.mdi-store-edit:before { + content: "\F18C9"; +} +.mdi-store-edit-outline:before { + content: "\F18CA"; +} +.mdi-store-marker:before { + content: "\F18CB"; +} +.mdi-store-marker-outline:before { + content: "\F18CC"; +} +.mdi-store-minus:before { + content: "\F165E"; +} +.mdi-store-minus-outline:before { + content: "\F18CD"; +} +.mdi-store-off:before { + content: "\F18CE"; +} +.mdi-store-off-outline:before { + content: "\F18CF"; +} +.mdi-store-outline:before { + content: "\F1361"; +} +.mdi-store-plus:before { + content: "\F165F"; +} +.mdi-store-plus-outline:before { + content: "\F18D0"; +} +.mdi-store-remove:before { + content: "\F1660"; +} +.mdi-store-remove-outline:before { + content: "\F18D1"; +} +.mdi-store-search:before { + content: "\F18D2"; +} +.mdi-store-search-outline:before { + content: "\F18D3"; +} +.mdi-store-settings:before { + content: "\F18D4"; +} +.mdi-store-settings-outline:before { + content: "\F18D5"; +} +.mdi-storefront:before { + content: "\F07C7"; +} +.mdi-storefront-check:before { + content: "\F1B7D"; +} +.mdi-storefront-check-outline:before { + content: "\F1B7E"; +} +.mdi-storefront-edit:before { + content: "\F1B7F"; +} +.mdi-storefront-edit-outline:before { + content: "\F1B80"; +} +.mdi-storefront-minus:before { + content: "\F1B83"; +} +.mdi-storefront-minus-outline:before { + content: "\F1B84"; +} +.mdi-storefront-outline:before { + content: "\F10C1"; +} +.mdi-storefront-plus:before { + content: "\F1B81"; +} +.mdi-storefront-plus-outline:before { + content: "\F1B82"; +} +.mdi-storefront-remove:before { + content: "\F1B85"; +} +.mdi-storefront-remove-outline:before { + content: "\F1B86"; +} +.mdi-stove:before { + content: "\F04DE"; +} +.mdi-strategy:before { + content: "\F11D6"; +} +.mdi-stretch-to-page:before { + content: "\F0F2B"; +} +.mdi-stretch-to-page-outline:before { + content: "\F0F2C"; +} +.mdi-string-lights:before { + content: "\F12BA"; +} +.mdi-string-lights-off:before { + content: "\F12BB"; +} +.mdi-subdirectory-arrow-left:before { + content: "\F060C"; +} +.mdi-subdirectory-arrow-right:before { + content: "\F060D"; +} +.mdi-submarine:before { + content: "\F156C"; +} +.mdi-subtitles:before { + content: "\F0A16"; +} +.mdi-subtitles-outline:before { + content: "\F0A17"; +} +.mdi-subway:before { + content: "\F06AC"; +} +.mdi-subway-alert-variant:before { + content: "\F0D9D"; +} +.mdi-subway-variant:before { + content: "\F04DF"; +} +.mdi-summit:before { + content: "\F0786"; +} +.mdi-sun-angle:before { + content: "\F1B27"; +} +.mdi-sun-angle-outline:before { + content: "\F1B28"; +} +.mdi-sun-clock:before { + content: "\F1A77"; +} +.mdi-sun-clock-outline:before { + content: "\F1A78"; +} +.mdi-sun-compass:before { + content: "\F19A5"; +} +.mdi-sun-snowflake:before { + content: "\F1796"; +} +.mdi-sun-snowflake-variant:before { + content: "\F1A79"; +} +.mdi-sun-thermometer:before { + content: "\F18D6"; +} +.mdi-sun-thermometer-outline:before { + content: "\F18D7"; +} +.mdi-sun-wireless:before { + content: "\F17FE"; +} +.mdi-sun-wireless-outline:before { + content: "\F17FF"; +} +.mdi-sunglasses:before { + content: "\F04E0"; +} +.mdi-surfing:before { + content: "\F1746"; +} +.mdi-surround-sound:before { + content: "\F05C5"; +} +.mdi-surround-sound-2-0:before { + content: "\F07F0"; +} +.mdi-surround-sound-2-1:before { + content: "\F1729"; +} +.mdi-surround-sound-3-1:before { + content: "\F07F1"; +} +.mdi-surround-sound-5-1:before { + content: "\F07F2"; +} +.mdi-surround-sound-5-1-2:before { + content: "\F172A"; +} +.mdi-surround-sound-7-1:before { + content: "\F07F3"; +} +.mdi-svg:before { + content: "\F0721"; +} +.mdi-swap-horizontal:before { + content: "\F04E1"; +} +.mdi-swap-horizontal-bold:before { + content: "\F0BCD"; +} +.mdi-swap-horizontal-circle:before { + content: "\F0FE1"; +} +.mdi-swap-horizontal-circle-outline:before { + content: "\F0FE2"; +} +.mdi-swap-horizontal-hidden:before { + content: "\F1D0E"; +} +.mdi-swap-horizontal-variant:before { + content: "\F08C1"; +} +.mdi-swap-vertical:before { + content: "\F04E2"; +} +.mdi-swap-vertical-bold:before { + content: "\F0BCE"; +} +.mdi-swap-vertical-circle:before { + content: "\F0FE3"; +} +.mdi-swap-vertical-circle-outline:before { + content: "\F0FE4"; +} +.mdi-swap-vertical-variant:before { + content: "\F08C2"; +} +.mdi-swim:before { + content: "\F04E3"; +} +.mdi-switch:before { + content: "\F04E4"; +} +.mdi-sword:before { + content: "\F04E5"; +} +.mdi-sword-cross:before { + content: "\F0787"; +} +.mdi-syllabary-hangul:before { + content: "\F1333"; +} +.mdi-syllabary-hiragana:before { + content: "\F1334"; +} +.mdi-syllabary-katakana:before { + content: "\F1335"; +} +.mdi-syllabary-katakana-halfwidth:before { + content: "\F1336"; +} +.mdi-symbol:before { + content: "\F1501"; +} +.mdi-symfony:before { + content: "\F0AE6"; +} +.mdi-synagogue:before { + content: "\F1B04"; +} +.mdi-synagogue-outline:before { + content: "\F1B05"; +} +.mdi-sync:before { + content: "\F04E6"; +} +.mdi-sync-alert:before { + content: "\F04E7"; +} +.mdi-sync-circle:before { + content: "\F1378"; +} +.mdi-sync-off:before { + content: "\F04E8"; +} +.mdi-tab:before { + content: "\F04E9"; +} +.mdi-tab-minus:before { + content: "\F0B4B"; +} +.mdi-tab-plus:before { + content: "\F075C"; +} +.mdi-tab-remove:before { + content: "\F0B4C"; +} +.mdi-tab-search:before { + content: "\F199E"; +} +.mdi-tab-unselected:before { + content: "\F04EA"; +} +.mdi-table:before { + content: "\F04EB"; +} +.mdi-table-account:before { + content: "\F13B9"; +} +.mdi-table-alert:before { + content: "\F13BA"; +} +.mdi-table-arrow-down:before { + content: "\F13BB"; +} +.mdi-table-arrow-left:before { + content: "\F13BC"; +} +.mdi-table-arrow-right:before { + content: "\F13BD"; +} +.mdi-table-arrow-up:before { + content: "\F13BE"; +} +.mdi-table-border:before { + content: "\F0A18"; +} +.mdi-table-cancel:before { + content: "\F13BF"; +} +.mdi-table-chair:before { + content: "\F1061"; +} +.mdi-table-check:before { + content: "\F13C0"; +} +.mdi-table-clock:before { + content: "\F13C1"; +} +.mdi-table-cog:before { + content: "\F13C2"; +} +.mdi-table-column:before { + content: "\F0835"; +} +.mdi-table-column-plus-after:before { + content: "\F04EC"; +} +.mdi-table-column-plus-before:before { + content: "\F04ED"; +} +.mdi-table-column-remove:before { + content: "\F04EE"; +} +.mdi-table-column-width:before { + content: "\F04EF"; +} +.mdi-table-edit:before { + content: "\F04F0"; +} +.mdi-table-eye:before { + content: "\F1094"; +} +.mdi-table-eye-off:before { + content: "\F13C3"; +} +.mdi-table-filter:before { + content: "\F1B8C"; +} +.mdi-table-furniture:before { + content: "\F05BC"; +} +.mdi-table-headers-eye:before { + content: "\F121D"; +} +.mdi-table-headers-eye-off:before { + content: "\F121E"; +} +.mdi-table-heart:before { + content: "\F13C4"; +} +.mdi-table-key:before { + content: "\F13C5"; +} +.mdi-table-large:before { + content: "\F04F1"; +} +.mdi-table-large-plus:before { + content: "\F0F87"; +} +.mdi-table-large-remove:before { + content: "\F0F88"; +} +.mdi-table-lock:before { + content: "\F13C6"; +} +.mdi-table-merge-cells:before { + content: "\F09A6"; +} +.mdi-table-minus:before { + content: "\F13C7"; +} +.mdi-table-multiple:before { + content: "\F13C8"; +} +.mdi-table-network:before { + content: "\F13C9"; +} +.mdi-table-of-contents:before { + content: "\F0836"; +} +.mdi-table-off:before { + content: "\F13CA"; +} +.mdi-table-picnic:before { + content: "\F1743"; +} +.mdi-table-pivot:before { + content: "\F183C"; +} +.mdi-table-plus:before { + content: "\F0A75"; +} +.mdi-table-question:before { + content: "\F1B21"; +} +.mdi-table-refresh:before { + content: "\F13A0"; +} +.mdi-table-remove:before { + content: "\F0A76"; +} +.mdi-table-row:before { + content: "\F0837"; +} +.mdi-table-row-height:before { + content: "\F04F2"; +} +.mdi-table-row-plus-after:before { + content: "\F04F3"; +} +.mdi-table-row-plus-before:before { + content: "\F04F4"; +} +.mdi-table-row-remove:before { + content: "\F04F5"; +} +.mdi-table-search:before { + content: "\F090F"; +} +.mdi-table-settings:before { + content: "\F0838"; +} +.mdi-table-split-cell:before { + content: "\F142A"; +} +.mdi-table-star:before { + content: "\F13CB"; +} +.mdi-table-sync:before { + content: "\F13A1"; +} +.mdi-table-tennis:before { + content: "\F0E68"; +} +.mdi-tablet:before { + content: "\F04F6"; +} +.mdi-tablet-cellphone:before { + content: "\F09A7"; +} +.mdi-tablet-dashboard:before { + content: "\F0ECE"; +} +.mdi-taco:before { + content: "\F0762"; +} +.mdi-tag:before { + content: "\F04F9"; +} +.mdi-tag-arrow-down:before { + content: "\F172B"; +} +.mdi-tag-arrow-down-outline:before { + content: "\F172C"; +} +.mdi-tag-arrow-left:before { + content: "\F172D"; +} +.mdi-tag-arrow-left-outline:before { + content: "\F172E"; +} +.mdi-tag-arrow-right:before { + content: "\F172F"; +} +.mdi-tag-arrow-right-outline:before { + content: "\F1730"; +} +.mdi-tag-arrow-up:before { + content: "\F1731"; +} +.mdi-tag-arrow-up-outline:before { + content: "\F1732"; +} +.mdi-tag-check:before { + content: "\F1A7A"; +} +.mdi-tag-check-outline:before { + content: "\F1A7B"; +} +.mdi-tag-edit:before { + content: "\F1C9C"; +} +.mdi-tag-edit-outline:before { + content: "\F1C9D"; +} +.mdi-tag-faces:before { + content: "\F04FA"; +} +.mdi-tag-heart:before { + content: "\F068B"; +} +.mdi-tag-heart-outline:before { + content: "\F0BCF"; +} +.mdi-tag-hidden:before { + content: "\F1C76"; +} +.mdi-tag-minus:before { + content: "\F0910"; +} +.mdi-tag-minus-outline:before { + content: "\F121F"; +} +.mdi-tag-multiple:before { + content: "\F04FB"; +} +.mdi-tag-multiple-outline:before { + content: "\F12F7"; +} +.mdi-tag-off:before { + content: "\F1220"; +} +.mdi-tag-off-outline:before { + content: "\F1221"; +} +.mdi-tag-outline:before { + content: "\F04FC"; +} +.mdi-tag-plus:before { + content: "\F0722"; +} +.mdi-tag-plus-outline:before { + content: "\F1222"; +} +.mdi-tag-remove:before { + content: "\F0723"; +} +.mdi-tag-remove-outline:before { + content: "\F1223"; +} +.mdi-tag-search:before { + content: "\F1907"; +} +.mdi-tag-search-outline:before { + content: "\F1908"; +} +.mdi-tag-text:before { + content: "\F1224"; +} +.mdi-tag-text-outline:before { + content: "\F04FD"; +} +.mdi-tailwind:before { + content: "\F13FF"; +} +.mdi-tally-mark-1:before { + content: "\F1ABC"; +} +.mdi-tally-mark-2:before { + content: "\F1ABD"; +} +.mdi-tally-mark-3:before { + content: "\F1ABE"; +} +.mdi-tally-mark-4:before { + content: "\F1ABF"; +} +.mdi-tally-mark-5:before { + content: "\F1AC0"; +} +.mdi-tangram:before { + content: "\F04F8"; +} +.mdi-tank:before { + content: "\F0D3A"; +} +.mdi-tanker-truck:before { + content: "\F0FE5"; +} +.mdi-tape-drive:before { + content: "\F16DF"; +} +.mdi-tape-measure:before { + content: "\F0B4D"; +} +.mdi-target:before { + content: "\F04FE"; +} +.mdi-target-account:before { + content: "\F0BD0"; +} +.mdi-target-variant:before { + content: "\F0A77"; +} +.mdi-taxi:before { + content: "\F04FF"; +} +.mdi-tea:before { + content: "\F0D9E"; +} +.mdi-tea-outline:before { + content: "\F0D9F"; +} +.mdi-teamviewer:before { + content: "\F0500"; +} +.mdi-teddy-bear:before { + content: "\F18FB"; +} +.mdi-telescope:before { + content: "\F0B4E"; +} +.mdi-television:before { + content: "\F0502"; +} +.mdi-television-ambient-light:before { + content: "\F1356"; +} +.mdi-television-box:before { + content: "\F0839"; +} +.mdi-television-classic:before { + content: "\F07F4"; +} +.mdi-television-classic-off:before { + content: "\F083A"; +} +.mdi-television-guide:before { + content: "\F0503"; +} +.mdi-television-off:before { + content: "\F083B"; +} +.mdi-television-pause:before { + content: "\F0F89"; +} +.mdi-television-play:before { + content: "\F0ECF"; +} +.mdi-television-shimmer:before { + content: "\F1110"; +} +.mdi-television-speaker:before { + content: "\F1B1B"; +} +.mdi-television-speaker-off:before { + content: "\F1B1C"; +} +.mdi-television-stop:before { + content: "\F0F8A"; +} +.mdi-temperature-celsius:before { + content: "\F0504"; +} +.mdi-temperature-fahrenheit:before { + content: "\F0505"; +} +.mdi-temperature-kelvin:before { + content: "\F0506"; +} +.mdi-temple-buddhist:before { + content: "\F1B06"; +} +.mdi-temple-buddhist-outline:before { + content: "\F1B07"; +} +.mdi-temple-hindu:before { + content: "\F1B08"; +} +.mdi-temple-hindu-outline:before { + content: "\F1B09"; +} +.mdi-tennis:before { + content: "\F0DA0"; +} +.mdi-tennis-ball:before { + content: "\F0507"; +} +.mdi-tennis-ball-outline:before { + content: "\F1C5F"; +} +.mdi-tent:before { + content: "\F0508"; +} +.mdi-terraform:before { + content: "\F1062"; +} +.mdi-terrain:before { + content: "\F0509"; +} +.mdi-test-tube:before { + content: "\F0668"; +} +.mdi-test-tube-empty:before { + content: "\F0911"; +} +.mdi-test-tube-off:before { + content: "\F0912"; +} +.mdi-text:before { + content: "\F09A8"; +} +.mdi-text-account:before { + content: "\F1570"; +} +.mdi-text-box:before { + content: "\F021A"; +} +.mdi-text-box-check:before { + content: "\F0EA6"; +} +.mdi-text-box-check-outline:before { + content: "\F0EA7"; +} +.mdi-text-box-edit:before { + content: "\F1A7C"; +} +.mdi-text-box-edit-outline:before { + content: "\F1A7D"; +} +.mdi-text-box-minus:before { + content: "\F0EA8"; +} +.mdi-text-box-minus-outline:before { + content: "\F0EA9"; +} +.mdi-text-box-multiple:before { + content: "\F0AB7"; +} +.mdi-text-box-multiple-outline:before { + content: "\F0AB8"; +} +.mdi-text-box-outline:before { + content: "\F09ED"; +} +.mdi-text-box-plus:before { + content: "\F0EAA"; +} +.mdi-text-box-plus-outline:before { + content: "\F0EAB"; +} +.mdi-text-box-remove:before { + content: "\F0EAC"; +} +.mdi-text-box-remove-outline:before { + content: "\F0EAD"; +} +.mdi-text-box-search:before { + content: "\F0EAE"; +} +.mdi-text-box-search-outline:before { + content: "\F0EAF"; +} +.mdi-text-long:before { + content: "\F09AA"; +} +.mdi-text-recognition:before { + content: "\F113D"; +} +.mdi-text-search:before { + content: "\F13B8"; +} +.mdi-text-search-variant:before { + content: "\F1A7E"; +} +.mdi-text-shadow:before { + content: "\F0669"; +} +.mdi-text-short:before { + content: "\F09A9"; +} +.mdi-texture:before { + content: "\F050C"; +} +.mdi-texture-box:before { + content: "\F0FE6"; +} +.mdi-theater:before { + content: "\F050D"; +} +.mdi-theme-light-dark:before { + content: "\F050E"; +} +.mdi-thermometer:before { + content: "\F050F"; +} +.mdi-thermometer-alert:before { + content: "\F0E01"; +} +.mdi-thermometer-auto:before { + content: "\F1B0F"; +} +.mdi-thermometer-bluetooth:before { + content: "\F1895"; +} +.mdi-thermometer-check:before { + content: "\F1A7F"; +} +.mdi-thermometer-chevron-down:before { + content: "\F0E02"; +} +.mdi-thermometer-chevron-up:before { + content: "\F0E03"; +} +.mdi-thermometer-high:before { + content: "\F10C2"; +} +.mdi-thermometer-lines:before { + content: "\F0510"; +} +.mdi-thermometer-low:before { + content: "\F10C3"; +} +.mdi-thermometer-minus:before { + content: "\F0E04"; +} +.mdi-thermometer-off:before { + content: "\F1531"; +} +.mdi-thermometer-plus:before { + content: "\F0E05"; +} +.mdi-thermometer-probe:before { + content: "\F1B2B"; +} +.mdi-thermometer-probe-off:before { + content: "\F1B2C"; +} +.mdi-thermometer-water:before { + content: "\F1A80"; +} +.mdi-thermostat:before { + content: "\F0393"; +} +.mdi-thermostat-auto:before { + content: "\F1B17"; +} +.mdi-thermostat-box:before { + content: "\F0891"; +} +.mdi-thermostat-box-auto:before { + content: "\F1B18"; +} +.mdi-thermostat-cog:before { + content: "\F1C80"; +} +.mdi-thought-bubble:before { + content: "\F07F6"; +} +.mdi-thought-bubble-outline:before { + content: "\F07F7"; +} +.mdi-thumb-down:before { + content: "\F0511"; +} +.mdi-thumb-down-outline:before { + content: "\F0512"; +} +.mdi-thumb-up:before { + content: "\F0513"; +} +.mdi-thumb-up-outline:before { + content: "\F0514"; +} +.mdi-thumbs-up-down:before { + content: "\F0515"; +} +.mdi-thumbs-up-down-outline:before { + content: "\F1914"; +} +.mdi-ticket:before { + content: "\F0516"; +} +.mdi-ticket-account:before { + content: "\F0517"; +} +.mdi-ticket-confirmation:before { + content: "\F0518"; +} +.mdi-ticket-confirmation-outline:before { + content: "\F13AA"; +} +.mdi-ticket-outline:before { + content: "\F0913"; +} +.mdi-ticket-percent:before { + content: "\F0724"; +} +.mdi-ticket-percent-outline:before { + content: "\F142B"; +} +.mdi-tie:before { + content: "\F0519"; +} +.mdi-tilde:before { + content: "\F0725"; +} +.mdi-tilde-off:before { + content: "\F18F3"; +} +.mdi-timelapse:before { + content: "\F051A"; +} +.mdi-timeline:before { + content: "\F0BD1"; +} +.mdi-timeline-alert:before { + content: "\F0F95"; +} +.mdi-timeline-alert-outline:before { + content: "\F0F98"; +} +.mdi-timeline-check:before { + content: "\F1532"; +} +.mdi-timeline-check-outline:before { + content: "\F1533"; +} +.mdi-timeline-clock:before { + content: "\F11FB"; +} +.mdi-timeline-clock-outline:before { + content: "\F11FC"; +} +.mdi-timeline-minus:before { + content: "\F1534"; +} +.mdi-timeline-minus-outline:before { + content: "\F1535"; +} +.mdi-timeline-outline:before { + content: "\F0BD2"; +} +.mdi-timeline-plus:before { + content: "\F0F96"; +} +.mdi-timeline-plus-outline:before { + content: "\F0F97"; +} +.mdi-timeline-question:before { + content: "\F0F99"; +} +.mdi-timeline-question-outline:before { + content: "\F0F9A"; +} +.mdi-timeline-remove:before { + content: "\F1536"; +} +.mdi-timeline-remove-outline:before { + content: "\F1537"; +} +.mdi-timeline-text:before { + content: "\F0BD3"; +} +.mdi-timeline-text-outline:before { + content: "\F0BD4"; +} +.mdi-timer:before { + content: "\F13AB"; +} +.mdi-timer-10:before { + content: "\F051C"; +} +.mdi-timer-3:before { + content: "\F051D"; +} +.mdi-timer-alert:before { + content: "\F1ACC"; +} +.mdi-timer-alert-outline:before { + content: "\F1ACD"; +} +.mdi-timer-cancel:before { + content: "\F1ACE"; +} +.mdi-timer-cancel-outline:before { + content: "\F1ACF"; +} +.mdi-timer-check:before { + content: "\F1AD0"; +} +.mdi-timer-check-outline:before { + content: "\F1AD1"; +} +.mdi-timer-cog:before { + content: "\F1925"; +} +.mdi-timer-cog-outline:before { + content: "\F1926"; +} +.mdi-timer-edit:before { + content: "\F1AD2"; +} +.mdi-timer-edit-outline:before { + content: "\F1AD3"; +} +.mdi-timer-lock:before { + content: "\F1AD4"; +} +.mdi-timer-lock-open:before { + content: "\F1AD5"; +} +.mdi-timer-lock-open-outline:before { + content: "\F1AD6"; +} +.mdi-timer-lock-outline:before { + content: "\F1AD7"; +} +.mdi-timer-marker:before { + content: "\F1AD8"; +} +.mdi-timer-marker-outline:before { + content: "\F1AD9"; +} +.mdi-timer-minus:before { + content: "\F1ADA"; +} +.mdi-timer-minus-outline:before { + content: "\F1ADB"; +} +.mdi-timer-music:before { + content: "\F1ADC"; +} +.mdi-timer-music-outline:before { + content: "\F1ADD"; +} +.mdi-timer-off:before { + content: "\F13AC"; +} +.mdi-timer-off-outline:before { + content: "\F051E"; +} +.mdi-timer-outline:before { + content: "\F051B"; +} +.mdi-timer-pause:before { + content: "\F1ADE"; +} +.mdi-timer-pause-outline:before { + content: "\F1ADF"; +} +.mdi-timer-play:before { + content: "\F1AE0"; +} +.mdi-timer-play-outline:before { + content: "\F1AE1"; +} +.mdi-timer-plus:before { + content: "\F1AE2"; +} +.mdi-timer-plus-outline:before { + content: "\F1AE3"; +} +.mdi-timer-refresh:before { + content: "\F1AE4"; +} +.mdi-timer-refresh-outline:before { + content: "\F1AE5"; +} +.mdi-timer-remove:before { + content: "\F1AE6"; +} +.mdi-timer-remove-outline:before { + content: "\F1AE7"; +} +.mdi-timer-sand:before { + content: "\F051F"; +} +.mdi-timer-sand-complete:before { + content: "\F199F"; +} +.mdi-timer-sand-empty:before { + content: "\F06AD"; +} +.mdi-timer-sand-full:before { + content: "\F078C"; +} +.mdi-timer-sand-paused:before { + content: "\F19A0"; +} +.mdi-timer-settings:before { + content: "\F1923"; +} +.mdi-timer-settings-outline:before { + content: "\F1924"; +} +.mdi-timer-star:before { + content: "\F1AE8"; +} +.mdi-timer-star-outline:before { + content: "\F1AE9"; +} +.mdi-timer-stop:before { + content: "\F1AEA"; +} +.mdi-timer-stop-outline:before { + content: "\F1AEB"; +} +.mdi-timer-sync:before { + content: "\F1AEC"; +} +.mdi-timer-sync-outline:before { + content: "\F1AED"; +} +.mdi-timetable:before { + content: "\F0520"; +} +.mdi-tire:before { + content: "\F1896"; +} +.mdi-toaster:before { + content: "\F1063"; +} +.mdi-toaster-off:before { + content: "\F11B7"; +} +.mdi-toaster-oven:before { + content: "\F0CD3"; +} +.mdi-toggle-switch:before { + content: "\F0521"; +} +.mdi-toggle-switch-off:before { + content: "\F0522"; +} +.mdi-toggle-switch-off-outline:before { + content: "\F0A19"; +} +.mdi-toggle-switch-outline:before { + content: "\F0A1A"; +} +.mdi-toggle-switch-variant:before { + content: "\F1A25"; +} +.mdi-toggle-switch-variant-off:before { + content: "\F1A26"; +} +.mdi-toilet:before { + content: "\F09AB"; +} +.mdi-toolbox:before { + content: "\F09AC"; +} +.mdi-toolbox-outline:before { + content: "\F09AD"; +} +.mdi-tools:before { + content: "\F1064"; +} +.mdi-tooltip:before { + content: "\F0523"; +} +.mdi-tooltip-account:before { + content: "\F000C"; +} +.mdi-tooltip-cellphone:before { + content: "\F183B"; +} +.mdi-tooltip-check:before { + content: "\F155C"; +} +.mdi-tooltip-check-outline:before { + content: "\F155D"; +} +.mdi-tooltip-edit:before { + content: "\F0524"; +} +.mdi-tooltip-edit-outline:before { + content: "\F12C5"; +} +.mdi-tooltip-image:before { + content: "\F0525"; +} +.mdi-tooltip-image-outline:before { + content: "\F0BD5"; +} +.mdi-tooltip-minus:before { + content: "\F155E"; +} +.mdi-tooltip-minus-outline:before { + content: "\F155F"; +} +.mdi-tooltip-outline:before { + content: "\F0526"; +} +.mdi-tooltip-plus:before { + content: "\F0BD6"; +} +.mdi-tooltip-plus-outline:before { + content: "\F0527"; +} +.mdi-tooltip-question:before { + content: "\F1BBA"; +} +.mdi-tooltip-question-outline:before { + content: "\F1BBB"; +} +.mdi-tooltip-remove:before { + content: "\F1560"; +} +.mdi-tooltip-remove-outline:before { + content: "\F1561"; +} +.mdi-tooltip-text:before { + content: "\F0528"; +} +.mdi-tooltip-text-outline:before { + content: "\F0BD7"; +} +.mdi-tooth:before { + content: "\F08C3"; +} +.mdi-tooth-outline:before { + content: "\F0529"; +} +.mdi-toothbrush:before { + content: "\F1129"; +} +.mdi-toothbrush-electric:before { + content: "\F112C"; +} +.mdi-toothbrush-paste:before { + content: "\F112A"; +} +.mdi-torch:before { + content: "\F1606"; +} +.mdi-tortoise:before { + content: "\F0D3B"; +} +.mdi-toslink:before { + content: "\F12B8"; +} +.mdi-touch-text-outline:before { + content: "\F1C60"; +} +.mdi-tournament:before { + content: "\F09AE"; +} +.mdi-tow-truck:before { + content: "\F083C"; +} +.mdi-tower-beach:before { + content: "\F0681"; +} +.mdi-tower-fire:before { + content: "\F0682"; +} +.mdi-town-hall:before { + content: "\F1875"; +} +.mdi-toy-brick:before { + content: "\F1288"; +} +.mdi-toy-brick-marker:before { + content: "\F1289"; +} +.mdi-toy-brick-marker-outline:before { + content: "\F128A"; +} +.mdi-toy-brick-minus:before { + content: "\F128B"; +} +.mdi-toy-brick-minus-outline:before { + content: "\F128C"; +} +.mdi-toy-brick-outline:before { + content: "\F128D"; +} +.mdi-toy-brick-plus:before { + content: "\F128E"; +} +.mdi-toy-brick-plus-outline:before { + content: "\F128F"; +} +.mdi-toy-brick-remove:before { + content: "\F1290"; +} +.mdi-toy-brick-remove-outline:before { + content: "\F1291"; +} +.mdi-toy-brick-search:before { + content: "\F1292"; +} +.mdi-toy-brick-search-outline:before { + content: "\F1293"; +} +.mdi-track-light:before { + content: "\F0914"; +} +.mdi-track-light-off:before { + content: "\F1B01"; +} +.mdi-trackpad:before { + content: "\F07F8"; +} +.mdi-trackpad-lock:before { + content: "\F0933"; +} +.mdi-tractor:before { + content: "\F0892"; +} +.mdi-tractor-variant:before { + content: "\F14C4"; +} +.mdi-trademark:before { + content: "\F0A78"; +} +.mdi-traffic-cone:before { + content: "\F137C"; +} +.mdi-traffic-light:before { + content: "\F052B"; +} +.mdi-traffic-light-outline:before { + content: "\F182A"; +} +.mdi-train:before { + content: "\F052C"; +} +.mdi-train-bus:before { + content: "\F1CC7"; +} +.mdi-train-car:before { + content: "\F0BD8"; +} +.mdi-train-car-autorack:before { + content: "\F1B2D"; +} +.mdi-train-car-box:before { + content: "\F1B2E"; +} +.mdi-train-car-box-full:before { + content: "\F1B2F"; +} +.mdi-train-car-box-open:before { + content: "\F1B30"; +} +.mdi-train-car-caboose:before { + content: "\F1B31"; +} +.mdi-train-car-centerbeam:before { + content: "\F1B32"; +} +.mdi-train-car-centerbeam-full:before { + content: "\F1B33"; +} +.mdi-train-car-container:before { + content: "\F1B34"; +} +.mdi-train-car-flatbed:before { + content: "\F1B35"; +} +.mdi-train-car-flatbed-car:before { + content: "\F1B36"; +} +.mdi-train-car-flatbed-tank:before { + content: "\F1B37"; +} +.mdi-train-car-gondola:before { + content: "\F1B38"; +} +.mdi-train-car-gondola-full:before { + content: "\F1B39"; +} +.mdi-train-car-hopper:before { + content: "\F1B3A"; +} +.mdi-train-car-hopper-covered:before { + content: "\F1B3B"; +} +.mdi-train-car-hopper-full:before { + content: "\F1B3C"; +} +.mdi-train-car-intermodal:before { + content: "\F1B3D"; +} +.mdi-train-car-passenger:before { + content: "\F1733"; +} +.mdi-train-car-passenger-door:before { + content: "\F1734"; +} +.mdi-train-car-passenger-door-open:before { + content: "\F1735"; +} +.mdi-train-car-passenger-variant:before { + content: "\F1736"; +} +.mdi-train-car-tank:before { + content: "\F1B3E"; +} +.mdi-train-variant:before { + content: "\F08C4"; +} +.mdi-tram:before { + content: "\F052D"; +} +.mdi-tram-side:before { + content: "\F0FE7"; +} +.mdi-transcribe:before { + content: "\F052E"; +} +.mdi-transcribe-close:before { + content: "\F052F"; +} +.mdi-transfer:before { + content: "\F1065"; +} +.mdi-transfer-down:before { + content: "\F0DA1"; +} +.mdi-transfer-left:before { + content: "\F0DA2"; +} +.mdi-transfer-right:before { + content: "\F0530"; +} +.mdi-transfer-up:before { + content: "\F0DA3"; +} +.mdi-transit-connection:before { + content: "\F0D3C"; +} +.mdi-transit-connection-horizontal:before { + content: "\F1546"; +} +.mdi-transit-connection-variant:before { + content: "\F0D3D"; +} +.mdi-transit-detour:before { + content: "\F0F8B"; +} +.mdi-transit-skip:before { + content: "\F1515"; +} +.mdi-transit-transfer:before { + content: "\F06AE"; +} +.mdi-transition:before { + content: "\F0915"; +} +.mdi-transition-masked:before { + content: "\F0916"; +} +.mdi-translate:before { + content: "\F05CA"; +} +.mdi-translate-off:before { + content: "\F0E06"; +} +.mdi-translate-variant:before { + content: "\F1B99"; +} +.mdi-transmission-tower:before { + content: "\F0D3E"; +} +.mdi-transmission-tower-export:before { + content: "\F192C"; +} +.mdi-transmission-tower-import:before { + content: "\F192D"; +} +.mdi-transmission-tower-off:before { + content: "\F19DD"; +} +.mdi-trash-can:before { + content: "\F0A79"; +} +.mdi-trash-can-outline:before { + content: "\F0A7A"; +} +.mdi-tray:before { + content: "\F1294"; +} +.mdi-tray-alert:before { + content: "\F1295"; +} +.mdi-tray-arrow-down:before { + content: "\F0120"; +} +.mdi-tray-arrow-up:before { + content: "\F011D"; +} +.mdi-tray-full:before { + content: "\F1296"; +} +.mdi-tray-minus:before { + content: "\F1297"; +} +.mdi-tray-plus:before { + content: "\F1298"; +} +.mdi-tray-remove:before { + content: "\F1299"; +} +.mdi-treasure-chest:before { + content: "\F0726"; +} +.mdi-treasure-chest-outline:before { + content: "\F1C77"; +} +.mdi-tree:before { + content: "\F0531"; +} +.mdi-tree-outline:before { + content: "\F0E69"; +} +.mdi-trello:before { + content: "\F0532"; +} +.mdi-trending-down:before { + content: "\F0533"; +} +.mdi-trending-neutral:before { + content: "\F0534"; +} +.mdi-trending-up:before { + content: "\F0535"; +} +.mdi-triangle:before { + content: "\F0536"; +} +.mdi-triangle-down:before { + content: "\F1C56"; +} +.mdi-triangle-down-outline:before { + content: "\F1C57"; +} +.mdi-triangle-outline:before { + content: "\F0537"; +} +.mdi-triangle-small-down:before { + content: "\F1A09"; +} +.mdi-triangle-small-up:before { + content: "\F1A0A"; +} +.mdi-triangle-wave:before { + content: "\F147C"; +} +.mdi-triforce:before { + content: "\F0BD9"; +} +.mdi-trophy:before { + content: "\F0538"; +} +.mdi-trophy-award:before { + content: "\F0539"; +} +.mdi-trophy-broken:before { + content: "\F0DA4"; +} +.mdi-trophy-outline:before { + content: "\F053A"; +} +.mdi-trophy-variant:before { + content: "\F053B"; +} +.mdi-trophy-variant-outline:before { + content: "\F053C"; +} +.mdi-truck:before { + content: "\F053D"; +} +.mdi-truck-alert:before { + content: "\F19DE"; +} +.mdi-truck-alert-outline:before { + content: "\F19DF"; +} +.mdi-truck-cargo-container:before { + content: "\F18D8"; +} +.mdi-truck-check:before { + content: "\F0CD4"; +} +.mdi-truck-check-outline:before { + content: "\F129A"; +} +.mdi-truck-delivery:before { + content: "\F053E"; +} +.mdi-truck-delivery-outline:before { + content: "\F129B"; +} +.mdi-truck-fast:before { + content: "\F0788"; +} +.mdi-truck-fast-outline:before { + content: "\F129C"; +} +.mdi-truck-flatbed:before { + content: "\F1891"; +} +.mdi-truck-minus:before { + content: "\F19AE"; +} +.mdi-truck-minus-outline:before { + content: "\F19BD"; +} +.mdi-truck-off-road:before { + content: "\F1C9E"; +} +.mdi-truck-off-road-off:before { + content: "\F1C9F"; +} +.mdi-truck-outline:before { + content: "\F129D"; +} +.mdi-truck-plus:before { + content: "\F19AD"; +} +.mdi-truck-plus-outline:before { + content: "\F19BC"; +} +.mdi-truck-remove:before { + content: "\F19AF"; +} +.mdi-truck-remove-outline:before { + content: "\F19BE"; +} +.mdi-truck-snowflake:before { + content: "\F19A6"; +} +.mdi-truck-trailer:before { + content: "\F0727"; +} +.mdi-trumpet:before { + content: "\F1096"; +} +.mdi-tshirt-crew:before { + content: "\F0A7B"; +} +.mdi-tshirt-crew-outline:before { + content: "\F053F"; +} +.mdi-tshirt-v:before { + content: "\F0A7C"; +} +.mdi-tshirt-v-outline:before { + content: "\F0540"; +} +.mdi-tsunami:before { + content: "\F1A81"; +} +.mdi-tumble-dryer:before { + content: "\F0917"; +} +.mdi-tumble-dryer-alert:before { + content: "\F11BA"; +} +.mdi-tumble-dryer-off:before { + content: "\F11BB"; +} +.mdi-tune:before { + content: "\F062E"; +} +.mdi-tune-variant:before { + content: "\F1542"; +} +.mdi-tune-vertical:before { + content: "\F066A"; +} +.mdi-tune-vertical-variant:before { + content: "\F1543"; +} +.mdi-tunnel:before { + content: "\F183D"; +} +.mdi-tunnel-outline:before { + content: "\F183E"; +} +.mdi-turbine:before { + content: "\F1A82"; +} +.mdi-turkey:before { + content: "\F171B"; +} +.mdi-turnstile:before { + content: "\F0CD5"; +} +.mdi-turnstile-outline:before { + content: "\F0CD6"; +} +.mdi-turtle:before { + content: "\F0CD7"; +} +.mdi-twitch:before { + content: "\F0543"; +} +.mdi-twitter:before { + content: "\F0544"; +} +.mdi-two-factor-authentication:before { + content: "\F09AF"; +} +.mdi-typewriter:before { + content: "\F0F2D"; +} +.mdi-ubisoft:before { + content: "\F0BDA"; +} +.mdi-ubuntu:before { + content: "\F0548"; +} +.mdi-ufo:before { + content: "\F10C4"; +} +.mdi-ufo-outline:before { + content: "\F10C5"; +} +.mdi-ultra-high-definition:before { + content: "\F07F9"; +} +.mdi-umbraco:before { + content: "\F0549"; +} +.mdi-umbrella:before { + content: "\F054A"; +} +.mdi-umbrella-beach:before { + content: "\F188A"; +} +.mdi-umbrella-beach-outline:before { + content: "\F188B"; +} +.mdi-umbrella-closed:before { + content: "\F09B0"; +} +.mdi-umbrella-closed-outline:before { + content: "\F13E2"; +} +.mdi-umbrella-closed-variant:before { + content: "\F13E1"; +} +.mdi-umbrella-outline:before { + content: "\F054B"; +} +.mdi-underwear-outline:before { + content: "\F1D0F"; +} +.mdi-undo:before { + content: "\F054C"; +} +.mdi-undo-variant:before { + content: "\F054D"; +} +.mdi-unfold-less-horizontal:before { + content: "\F054E"; +} +.mdi-unfold-less-vertical:before { + content: "\F0760"; +} +.mdi-unfold-more-horizontal:before { + content: "\F054F"; +} +.mdi-unfold-more-vertical:before { + content: "\F0761"; +} +.mdi-ungroup:before { + content: "\F0550"; +} +.mdi-unicode:before { + content: "\F0ED0"; +} +.mdi-unicorn:before { + content: "\F15C2"; +} +.mdi-unicorn-variant:before { + content: "\F15C3"; +} +.mdi-unicycle:before { + content: "\F15E5"; +} +.mdi-unity:before { + content: "\F06AF"; +} +.mdi-unreal:before { + content: "\F09B1"; +} +.mdi-update:before { + content: "\F06B0"; +} +.mdi-upload:before { + content: "\F0552"; +} +.mdi-upload-box:before { + content: "\F1D10"; +} +.mdi-upload-box-outline:before { + content: "\F1D11"; +} +.mdi-upload-circle:before { + content: "\F1D12"; +} +.mdi-upload-circle-outline:before { + content: "\F1D13"; +} +.mdi-upload-lock:before { + content: "\F1373"; +} +.mdi-upload-lock-outline:before { + content: "\F1374"; +} +.mdi-upload-multiple:before { + content: "\F083D"; +} +.mdi-upload-multiple-outline:before { + content: "\F1D14"; +} +.mdi-upload-network:before { + content: "\F06F6"; +} +.mdi-upload-network-outline:before { + content: "\F0CD8"; +} +.mdi-upload-off:before { + content: "\F10C6"; +} +.mdi-upload-off-outline:before { + content: "\F10C7"; +} +.mdi-upload-outline:before { + content: "\F0E07"; +} +.mdi-usb:before { + content: "\F0553"; +} +.mdi-usb-c-port:before { + content: "\F1CBF"; +} +.mdi-usb-flash-drive:before { + content: "\F129E"; +} +.mdi-usb-flash-drive-outline:before { + content: "\F129F"; +} +.mdi-usb-port:before { + content: "\F11F0"; +} +.mdi-vacuum:before { + content: "\F19A1"; +} +.mdi-vacuum-outline:before { + content: "\F19A2"; +} +.mdi-valve:before { + content: "\F1066"; +} +.mdi-valve-closed:before { + content: "\F1067"; +} +.mdi-valve-open:before { + content: "\F1068"; +} +.mdi-van-passenger:before { + content: "\F07FA"; +} +.mdi-van-utility:before { + content: "\F07FB"; +} +.mdi-vanish:before { + content: "\F07FC"; +} +.mdi-vanish-quarter:before { + content: "\F1554"; +} +.mdi-vanity-light:before { + content: "\F11E1"; +} +.mdi-variable:before { + content: "\F0AE7"; +} +.mdi-variable-box:before { + content: "\F1111"; +} +.mdi-vector-arrange-above:before { + content: "\F0554"; +} +.mdi-vector-arrange-below:before { + content: "\F0555"; +} +.mdi-vector-bezier:before { + content: "\F0AE8"; +} +.mdi-vector-circle:before { + content: "\F0556"; +} +.mdi-vector-circle-variant:before { + content: "\F0557"; +} +.mdi-vector-combine:before { + content: "\F0558"; +} +.mdi-vector-curve:before { + content: "\F0559"; +} +.mdi-vector-difference:before { + content: "\F055A"; +} +.mdi-vector-difference-ab:before { + content: "\F055B"; +} +.mdi-vector-difference-ba:before { + content: "\F055C"; +} +.mdi-vector-ellipse:before { + content: "\F0893"; +} +.mdi-vector-intersection:before { + content: "\F055D"; +} +.mdi-vector-line:before { + content: "\F055E"; +} +.mdi-vector-link:before { + content: "\F0FE8"; +} +.mdi-vector-point:before { + content: "\F01C4"; +} +.mdi-vector-point-edit:before { + content: "\F09E8"; +} +.mdi-vector-point-minus:before { + content: "\F1B78"; +} +.mdi-vector-point-plus:before { + content: "\F1B79"; +} +.mdi-vector-point-select:before { + content: "\F055F"; +} +.mdi-vector-polygon:before { + content: "\F0560"; +} +.mdi-vector-polygon-variant:before { + content: "\F1856"; +} +.mdi-vector-polyline:before { + content: "\F0561"; +} +.mdi-vector-polyline-edit:before { + content: "\F1225"; +} +.mdi-vector-polyline-minus:before { + content: "\F1226"; +} +.mdi-vector-polyline-plus:before { + content: "\F1227"; +} +.mdi-vector-polyline-remove:before { + content: "\F1228"; +} +.mdi-vector-radius:before { + content: "\F074A"; +} +.mdi-vector-rectangle:before { + content: "\F05C6"; +} +.mdi-vector-selection:before { + content: "\F0562"; +} +.mdi-vector-square:before { + content: "\F0001"; +} +.mdi-vector-square-close:before { + content: "\F1857"; +} +.mdi-vector-square-edit:before { + content: "\F18D9"; +} +.mdi-vector-square-minus:before { + content: "\F18DA"; +} +.mdi-vector-square-open:before { + content: "\F1858"; +} +.mdi-vector-square-plus:before { + content: "\F18DB"; +} +.mdi-vector-square-remove:before { + content: "\F18DC"; +} +.mdi-vector-triangle:before { + content: "\F0563"; +} +.mdi-vector-union:before { + content: "\F0564"; +} +.mdi-vhs:before { + content: "\F0A1B"; +} +.mdi-vibrate:before { + content: "\F0566"; +} +.mdi-vibrate-off:before { + content: "\F0CD9"; +} +.mdi-video:before { + content: "\F0567"; +} +.mdi-video-2d:before { + content: "\F1A1C"; +} +.mdi-video-3d:before { + content: "\F07FD"; +} +.mdi-video-3d-off:before { + content: "\F13D9"; +} +.mdi-video-3d-variant:before { + content: "\F0ED1"; +} +.mdi-video-4k-box:before { + content: "\F083E"; +} +.mdi-video-account:before { + content: "\F0919"; +} +.mdi-video-box:before { + content: "\F00FD"; +} +.mdi-video-box-off:before { + content: "\F00FE"; +} +.mdi-video-check:before { + content: "\F1069"; +} +.mdi-video-check-outline:before { + content: "\F106A"; +} +.mdi-video-high-definition:before { + content: "\F152E"; +} +.mdi-video-image:before { + content: "\F091A"; +} +.mdi-video-input-antenna:before { + content: "\F083F"; +} +.mdi-video-input-component:before { + content: "\F0840"; +} +.mdi-video-input-hdmi:before { + content: "\F0841"; +} +.mdi-video-input-scart:before { + content: "\F0F8C"; +} +.mdi-video-input-svideo:before { + content: "\F0842"; +} +.mdi-video-marker:before { + content: "\F19A9"; +} +.mdi-video-marker-outline:before { + content: "\F19AA"; +} +.mdi-video-minus:before { + content: "\F09B2"; +} +.mdi-video-minus-outline:before { + content: "\F02BA"; +} +.mdi-video-off:before { + content: "\F0568"; +} +.mdi-video-off-outline:before { + content: "\F0BDB"; +} +.mdi-video-outline:before { + content: "\F0BDC"; +} +.mdi-video-plus:before { + content: "\F09B3"; +} +.mdi-video-plus-outline:before { + content: "\F01D3"; +} +.mdi-video-stabilization:before { + content: "\F091B"; +} +.mdi-video-standard-definition:before { + content: "\F1CA0"; +} +.mdi-video-switch:before { + content: "\F0569"; +} +.mdi-video-switch-outline:before { + content: "\F0790"; +} +.mdi-video-vintage:before { + content: "\F0A1C"; +} +.mdi-video-wireless:before { + content: "\F0ED2"; +} +.mdi-video-wireless-outline:before { + content: "\F0ED3"; +} +.mdi-view-agenda:before { + content: "\F056A"; +} +.mdi-view-agenda-outline:before { + content: "\F11D8"; +} +.mdi-view-array:before { + content: "\F056B"; +} +.mdi-view-array-outline:before { + content: "\F1485"; +} +.mdi-view-carousel:before { + content: "\F056C"; +} +.mdi-view-carousel-outline:before { + content: "\F1486"; +} +.mdi-view-column:before { + content: "\F056D"; +} +.mdi-view-column-outline:before { + content: "\F1487"; +} +.mdi-view-comfy:before { + content: "\F0E6A"; +} +.mdi-view-comfy-outline:before { + content: "\F1488"; +} +.mdi-view-compact:before { + content: "\F0E6B"; +} +.mdi-view-compact-outline:before { + content: "\F0E6C"; +} +.mdi-view-dashboard:before { + content: "\F056E"; +} +.mdi-view-dashboard-edit:before { + content: "\F1947"; +} +.mdi-view-dashboard-edit-outline:before { + content: "\F1948"; +} +.mdi-view-dashboard-outline:before { + content: "\F0A1D"; +} +.mdi-view-dashboard-variant:before { + content: "\F0843"; +} +.mdi-view-dashboard-variant-outline:before { + content: "\F1489"; +} +.mdi-view-day:before { + content: "\F056F"; +} +.mdi-view-day-outline:before { + content: "\F148A"; +} +.mdi-view-gallery:before { + content: "\F1888"; +} +.mdi-view-gallery-outline:before { + content: "\F1889"; +} +.mdi-view-grid:before { + content: "\F0570"; +} +.mdi-view-grid-compact:before { + content: "\F1C61"; +} +.mdi-view-grid-outline:before { + content: "\F11D9"; +} +.mdi-view-grid-plus:before { + content: "\F0F8D"; +} +.mdi-view-grid-plus-outline:before { + content: "\F11DA"; +} +.mdi-view-headline:before { + content: "\F0571"; +} +.mdi-view-list:before { + content: "\F0572"; +} +.mdi-view-list-outline:before { + content: "\F148B"; +} +.mdi-view-module:before { + content: "\F0573"; +} +.mdi-view-module-outline:before { + content: "\F148C"; +} +.mdi-view-parallel:before { + content: "\F0728"; +} +.mdi-view-parallel-outline:before { + content: "\F148D"; +} +.mdi-view-quilt:before { + content: "\F0574"; +} +.mdi-view-quilt-outline:before { + content: "\F148E"; +} +.mdi-view-sequential:before { + content: "\F0729"; +} +.mdi-view-sequential-outline:before { + content: "\F148F"; +} +.mdi-view-split-horizontal:before { + content: "\F0BCB"; +} +.mdi-view-split-vertical:before { + content: "\F0BCC"; +} +.mdi-view-stream:before { + content: "\F0575"; +} +.mdi-view-stream-outline:before { + content: "\F1490"; +} +.mdi-view-week:before { + content: "\F0576"; +} +.mdi-view-week-outline:before { + content: "\F1491"; +} +.mdi-vimeo:before { + content: "\F0577"; +} +.mdi-violin:before { + content: "\F060F"; +} +.mdi-virtual-reality:before { + content: "\F0894"; +} +.mdi-virus:before { + content: "\F13B6"; +} +.mdi-virus-off:before { + content: "\F18E1"; +} +.mdi-virus-off-outline:before { + content: "\F18E2"; +} +.mdi-virus-outline:before { + content: "\F13B7"; +} +.mdi-vlc:before { + content: "\F057C"; +} +.mdi-voicemail:before { + content: "\F057D"; +} +.mdi-volcano:before { + content: "\F1A83"; +} +.mdi-volcano-outline:before { + content: "\F1A84"; +} +.mdi-volleyball:before { + content: "\F09B4"; +} +.mdi-volume-equal:before { + content: "\F1B10"; +} +.mdi-volume-high:before { + content: "\F057E"; +} +.mdi-volume-low:before { + content: "\F057F"; +} +.mdi-volume-medium:before { + content: "\F0580"; +} +.mdi-volume-minus:before { + content: "\F075E"; +} +.mdi-volume-mute:before { + content: "\F075F"; +} +.mdi-volume-off:before { + content: "\F0581"; +} +.mdi-volume-plus:before { + content: "\F075D"; +} +.mdi-volume-source:before { + content: "\F1120"; +} +.mdi-volume-variant-off:before { + content: "\F0E08"; +} +.mdi-volume-vibrate:before { + content: "\F1121"; +} +.mdi-vote:before { + content: "\F0A1F"; +} +.mdi-vote-outline:before { + content: "\F0A20"; +} +.mdi-vpn:before { + content: "\F0582"; +} +.mdi-vuejs:before { + content: "\F0844"; +} +.mdi-vuetify:before { + content: "\F0E6D"; +} +.mdi-walk:before { + content: "\F0583"; +} +.mdi-wall:before { + content: "\F07FE"; +} +.mdi-wall-fire:before { + content: "\F1A11"; +} +.mdi-wall-sconce:before { + content: "\F091C"; +} +.mdi-wall-sconce-flat:before { + content: "\F091D"; +} +.mdi-wall-sconce-flat-outline:before { + content: "\F17C9"; +} +.mdi-wall-sconce-flat-variant:before { + content: "\F041C"; +} +.mdi-wall-sconce-flat-variant-outline:before { + content: "\F17CA"; +} +.mdi-wall-sconce-outline:before { + content: "\F17CB"; +} +.mdi-wall-sconce-round:before { + content: "\F0748"; +} +.mdi-wall-sconce-round-outline:before { + content: "\F17CC"; +} +.mdi-wall-sconce-round-variant:before { + content: "\F091E"; +} +.mdi-wall-sconce-round-variant-outline:before { + content: "\F17CD"; +} +.mdi-wallet:before { + content: "\F0584"; +} +.mdi-wallet-bifold:before { + content: "\F1C58"; +} +.mdi-wallet-bifold-outline:before { + content: "\F1C59"; +} +.mdi-wallet-giftcard:before { + content: "\F0585"; +} +.mdi-wallet-membership:before { + content: "\F0586"; +} +.mdi-wallet-outline:before { + content: "\F0BDD"; +} +.mdi-wallet-plus:before { + content: "\F0F8E"; +} +.mdi-wallet-plus-outline:before { + content: "\F0F8F"; +} +.mdi-wallet-travel:before { + content: "\F0587"; +} +.mdi-wallpaper:before { + content: "\F0E09"; +} +.mdi-wan:before { + content: "\F0588"; +} +.mdi-wardrobe:before { + content: "\F0F90"; +} +.mdi-wardrobe-outline:before { + content: "\F0F91"; +} +.mdi-warehouse:before { + content: "\F0F81"; +} +.mdi-washing-machine:before { + content: "\F072A"; +} +.mdi-washing-machine-alert:before { + content: "\F11BC"; +} +.mdi-washing-machine-off:before { + content: "\F11BD"; +} +.mdi-watch:before { + content: "\F0589"; +} +.mdi-watch-export:before { + content: "\F058A"; +} +.mdi-watch-export-variant:before { + content: "\F0895"; +} +.mdi-watch-import:before { + content: "\F058B"; +} +.mdi-watch-import-variant:before { + content: "\F0896"; +} +.mdi-watch-variant:before { + content: "\F0897"; +} +.mdi-watch-vibrate:before { + content: "\F06B1"; +} +.mdi-watch-vibrate-off:before { + content: "\F0CDA"; +} +.mdi-water:before { + content: "\F058C"; +} +.mdi-water-alert:before { + content: "\F1502"; +} +.mdi-water-alert-outline:before { + content: "\F1503"; +} +.mdi-water-boiler:before { + content: "\F0F92"; +} +.mdi-water-boiler-alert:before { + content: "\F11B3"; +} +.mdi-water-boiler-auto:before { + content: "\F1B98"; +} +.mdi-water-boiler-off:before { + content: "\F11B4"; +} +.mdi-water-check:before { + content: "\F1504"; +} +.mdi-water-check-outline:before { + content: "\F1505"; +} +.mdi-water-circle:before { + content: "\F1806"; +} +.mdi-water-minus:before { + content: "\F1506"; +} +.mdi-water-minus-outline:before { + content: "\F1507"; +} +.mdi-water-off:before { + content: "\F058D"; +} +.mdi-water-off-outline:before { + content: "\F1508"; +} +.mdi-water-opacity:before { + content: "\F1855"; +} +.mdi-water-outline:before { + content: "\F0E0A"; +} +.mdi-water-percent:before { + content: "\F058E"; +} +.mdi-water-percent-alert:before { + content: "\F1509"; +} +.mdi-water-plus:before { + content: "\F150A"; +} +.mdi-water-plus-outline:before { + content: "\F150B"; +} +.mdi-water-polo:before { + content: "\F12A0"; +} +.mdi-water-pump:before { + content: "\F058F"; +} +.mdi-water-pump-off:before { + content: "\F0F93"; +} +.mdi-water-remove:before { + content: "\F150C"; +} +.mdi-water-remove-outline:before { + content: "\F150D"; +} +.mdi-water-sync:before { + content: "\F17C6"; +} +.mdi-water-thermometer:before { + content: "\F1A85"; +} +.mdi-water-thermometer-outline:before { + content: "\F1A86"; +} +.mdi-water-well:before { + content: "\F106B"; +} +.mdi-water-well-outline:before { + content: "\F106C"; +} +.mdi-waterfall:before { + content: "\F1849"; +} +.mdi-watering-can:before { + content: "\F1481"; +} +.mdi-watering-can-outline:before { + content: "\F1482"; +} +.mdi-watermark:before { + content: "\F0612"; +} +.mdi-wave:before { + content: "\F0F2E"; +} +.mdi-wave-arrow-down:before { + content: "\F1CB0"; +} +.mdi-wave-arrow-up:before { + content: "\F1CB1"; +} +.mdi-wave-undercurrent:before { + content: "\F1CC0"; +} +.mdi-waveform:before { + content: "\F147D"; +} +.mdi-waves:before { + content: "\F078D"; +} +.mdi-waves-arrow-left:before { + content: "\F1859"; +} +.mdi-waves-arrow-right:before { + content: "\F185A"; +} +.mdi-waves-arrow-up:before { + content: "\F185B"; +} +.mdi-waze:before { + content: "\F0BDE"; +} +.mdi-weather-cloudy:before { + content: "\F0590"; +} +.mdi-weather-cloudy-alert:before { + content: "\F0F2F"; +} +.mdi-weather-cloudy-arrow-right:before { + content: "\F0E6E"; +} +.mdi-weather-cloudy-clock:before { + content: "\F18F6"; +} +.mdi-weather-dust:before { + content: "\F1B5A"; +} +.mdi-weather-fog:before { + content: "\F0591"; +} +.mdi-weather-hail:before { + content: "\F0592"; +} +.mdi-weather-hazy:before { + content: "\F0F30"; +} +.mdi-weather-hurricane:before { + content: "\F0898"; +} +.mdi-weather-hurricane-outline:before { + content: "\F1C78"; +} +.mdi-weather-lightning:before { + content: "\F0593"; +} +.mdi-weather-lightning-rainy:before { + content: "\F067E"; +} +.mdi-weather-moonset:before { + content: "\F1D15"; +} +.mdi-weather-moonset-down:before { + content: "\F1D16"; +} +.mdi-weather-moonset-up:before { + content: "\F1D17"; +} +.mdi-weather-night:before { + content: "\F0594"; +} +.mdi-weather-night-partly-cloudy:before { + content: "\F0F31"; +} +.mdi-weather-partly-cloudy:before { + content: "\F0595"; +} +.mdi-weather-partly-lightning:before { + content: "\F0F32"; +} +.mdi-weather-partly-rainy:before { + content: "\F0F33"; +} +.mdi-weather-partly-snowy:before { + content: "\F0F34"; +} +.mdi-weather-partly-snowy-rainy:before { + content: "\F0F35"; +} +.mdi-weather-pouring:before { + content: "\F0596"; +} +.mdi-weather-rainy:before { + content: "\F0597"; +} +.mdi-weather-snowy:before { + content: "\F0598"; +} +.mdi-weather-snowy-heavy:before { + content: "\F0F36"; +} +.mdi-weather-snowy-rainy:before { + content: "\F067F"; +} +.mdi-weather-sunny:before { + content: "\F0599"; +} +.mdi-weather-sunny-alert:before { + content: "\F0F37"; +} +.mdi-weather-sunny-off:before { + content: "\F14E4"; +} +.mdi-weather-sunset:before { + content: "\F059A"; +} +.mdi-weather-sunset-down:before { + content: "\F059B"; +} +.mdi-weather-sunset-up:before { + content: "\F059C"; +} +.mdi-weather-tornado:before { + content: "\F0F38"; +} +.mdi-weather-windy:before { + content: "\F059D"; +} +.mdi-weather-windy-variant:before { + content: "\F059E"; +} +.mdi-web:before { + content: "\F059F"; +} +.mdi-web-box:before { + content: "\F0F94"; +} +.mdi-web-cancel:before { + content: "\F1790"; +} +.mdi-web-check:before { + content: "\F0789"; +} +.mdi-web-clock:before { + content: "\F124A"; +} +.mdi-web-minus:before { + content: "\F10A0"; +} +.mdi-web-off:before { + content: "\F0A8E"; +} +.mdi-web-plus:before { + content: "\F0033"; +} +.mdi-web-refresh:before { + content: "\F1791"; +} +.mdi-web-remove:before { + content: "\F0551"; +} +.mdi-web-sync:before { + content: "\F1792"; +} +.mdi-webcam:before { + content: "\F05A0"; +} +.mdi-webcam-off:before { + content: "\F1737"; +} +.mdi-webhook:before { + content: "\F062F"; +} +.mdi-webpack:before { + content: "\F072B"; +} +.mdi-webrtc:before { + content: "\F1248"; +} +.mdi-wechat:before { + content: "\F0611"; +} +.mdi-weight:before { + content: "\F05A1"; +} +.mdi-weight-gram:before { + content: "\F0D3F"; +} +.mdi-weight-kilogram:before { + content: "\F05A2"; +} +.mdi-weight-lifter:before { + content: "\F115D"; +} +.mdi-weight-pound:before { + content: "\F09B5"; +} +.mdi-whatsapp:before { + content: "\F05A3"; +} +.mdi-wheel-barrow:before { + content: "\F14F2"; +} +.mdi-wheelchair:before { + content: "\F1A87"; +} +.mdi-wheelchair-accessibility:before { + content: "\F05A4"; +} +.mdi-whistle:before { + content: "\F09B6"; +} +.mdi-whistle-outline:before { + content: "\F12BC"; +} +.mdi-white-balance-auto:before { + content: "\F05A5"; +} +.mdi-white-balance-incandescent:before { + content: "\F05A6"; +} +.mdi-white-balance-iridescent:before { + content: "\F05A7"; +} +.mdi-white-balance-sunny:before { + content: "\F05A8"; +} +.mdi-widgets:before { + content: "\F072C"; +} +.mdi-widgets-outline:before { + content: "\F1355"; +} +.mdi-wifi:before { + content: "\F05A9"; +} +.mdi-wifi-alert:before { + content: "\F16B5"; +} +.mdi-wifi-arrow-down:before { + content: "\F16B6"; +} +.mdi-wifi-arrow-left:before { + content: "\F16B7"; +} +.mdi-wifi-arrow-left-right:before { + content: "\F16B8"; +} +.mdi-wifi-arrow-right:before { + content: "\F16B9"; +} +.mdi-wifi-arrow-up:before { + content: "\F16BA"; +} +.mdi-wifi-arrow-up-down:before { + content: "\F16BB"; +} +.mdi-wifi-cancel:before { + content: "\F16BC"; +} +.mdi-wifi-check:before { + content: "\F16BD"; +} +.mdi-wifi-cog:before { + content: "\F16BE"; +} +.mdi-wifi-lock:before { + content: "\F16BF"; +} +.mdi-wifi-lock-open:before { + content: "\F16C0"; +} +.mdi-wifi-marker:before { + content: "\F16C1"; +} +.mdi-wifi-minus:before { + content: "\F16C2"; +} +.mdi-wifi-off:before { + content: "\F05AA"; +} +.mdi-wifi-plus:before { + content: "\F16C3"; +} +.mdi-wifi-refresh:before { + content: "\F16C4"; +} +.mdi-wifi-remove:before { + content: "\F16C5"; +} +.mdi-wifi-settings:before { + content: "\F16C6"; +} +.mdi-wifi-star:before { + content: "\F0E0B"; +} +.mdi-wifi-strength-1:before { + content: "\F091F"; +} +.mdi-wifi-strength-1-alert:before { + content: "\F0920"; +} +.mdi-wifi-strength-1-lock:before { + content: "\F0921"; +} +.mdi-wifi-strength-1-lock-open:before { + content: "\F16CB"; +} +.mdi-wifi-strength-2:before { + content: "\F0922"; +} +.mdi-wifi-strength-2-alert:before { + content: "\F0923"; +} +.mdi-wifi-strength-2-lock:before { + content: "\F0924"; +} +.mdi-wifi-strength-2-lock-open:before { + content: "\F16CC"; +} +.mdi-wifi-strength-3:before { + content: "\F0925"; +} +.mdi-wifi-strength-3-alert:before { + content: "\F0926"; +} +.mdi-wifi-strength-3-lock:before { + content: "\F0927"; +} +.mdi-wifi-strength-3-lock-open:before { + content: "\F16CD"; +} +.mdi-wifi-strength-4:before { + content: "\F0928"; +} +.mdi-wifi-strength-4-alert:before { + content: "\F0929"; +} +.mdi-wifi-strength-4-lock:before { + content: "\F092A"; +} +.mdi-wifi-strength-4-lock-open:before { + content: "\F16CE"; +} +.mdi-wifi-strength-alert-outline:before { + content: "\F092B"; +} +.mdi-wifi-strength-lock-open-outline:before { + content: "\F16CF"; +} +.mdi-wifi-strength-lock-outline:before { + content: "\F092C"; +} +.mdi-wifi-strength-off:before { + content: "\F092D"; +} +.mdi-wifi-strength-off-outline:before { + content: "\F092E"; +} +.mdi-wifi-strength-outline:before { + content: "\F092F"; +} +.mdi-wifi-sync:before { + content: "\F16C7"; +} +.mdi-wikipedia:before { + content: "\F05AC"; +} +.mdi-wind-power:before { + content: "\F1A88"; +} +.mdi-wind-power-outline:before { + content: "\F1A89"; +} +.mdi-wind-turbine:before { + content: "\F0DA5"; +} +.mdi-wind-turbine-alert:before { + content: "\F19AB"; +} +.mdi-wind-turbine-check:before { + content: "\F19AC"; +} +.mdi-window-close:before { + content: "\F05AD"; +} +.mdi-window-closed:before { + content: "\F05AE"; +} +.mdi-window-closed-variant:before { + content: "\F11DB"; +} +.mdi-window-maximize:before { + content: "\F05AF"; +} +.mdi-window-minimize:before { + content: "\F05B0"; +} +.mdi-window-open:before { + content: "\F05B1"; +} +.mdi-window-open-variant:before { + content: "\F11DC"; +} +.mdi-window-restore:before { + content: "\F05B2"; +} +.mdi-window-shutter:before { + content: "\F111C"; +} +.mdi-window-shutter-alert:before { + content: "\F111D"; +} +.mdi-window-shutter-auto:before { + content: "\F1BA3"; +} +.mdi-window-shutter-cog:before { + content: "\F1A8A"; +} +.mdi-window-shutter-open:before { + content: "\F111E"; +} +.mdi-window-shutter-settings:before { + content: "\F1A8B"; +} +.mdi-windsock:before { + content: "\F15FA"; +} +.mdi-wiper:before { + content: "\F0AE9"; +} +.mdi-wiper-wash:before { + content: "\F0DA6"; +} +.mdi-wiper-wash-alert:before { + content: "\F18DF"; +} +.mdi-wizard-hat:before { + content: "\F1477"; +} +.mdi-wordpress:before { + content: "\F05B4"; +} +.mdi-wrap:before { + content: "\F05B6"; +} +.mdi-wrap-disabled:before { + content: "\F0BDF"; +} +.mdi-wrench:before { + content: "\F05B7"; +} +.mdi-wrench-check:before { + content: "\F1B8F"; +} +.mdi-wrench-check-outline:before { + content: "\F1B90"; +} +.mdi-wrench-clock:before { + content: "\F19A3"; +} +.mdi-wrench-clock-outline:before { + content: "\F1B93"; +} +.mdi-wrench-cog:before { + content: "\F1B91"; +} +.mdi-wrench-cog-outline:before { + content: "\F1B92"; +} +.mdi-wrench-outline:before { + content: "\F0BE0"; +} +.mdi-xamarin:before { + content: "\F0845"; +} +.mdi-xml:before { + content: "\F05C0"; +} +.mdi-xmpp:before { + content: "\F07FF"; +} +.mdi-yahoo:before { + content: "\F0B4F"; +} +.mdi-yeast:before { + content: "\F05C1"; +} +.mdi-yin-yang:before { + content: "\F0680"; +} +.mdi-yoga:before { + content: "\F117C"; +} +.mdi-youtube:before { + content: "\F05C3"; +} +.mdi-youtube-gaming:before { + content: "\F0848"; +} +.mdi-youtube-studio:before { + content: "\F0847"; +} +.mdi-youtube-subscription:before { + content: "\F0D40"; +} +.mdi-youtube-tv:before { + content: "\F0448"; +} +.mdi-yurt:before { + content: "\F1516"; +} +.mdi-z-wave:before { + content: "\F0AEA"; +} +.mdi-zend:before { + content: "\F0AEB"; +} +.mdi-zigbee:before { + content: "\F0D41"; +} +.mdi-zip-box:before { + content: "\F05C4"; +} +.mdi-zip-box-outline:before { + content: "\F0FFA"; +} +.mdi-zip-disk:before { + content: "\F0A23"; +} +.mdi-zodiac-aquarius:before { + content: "\F0A7D"; +} +.mdi-zodiac-aries:before { + content: "\F0A7E"; +} +.mdi-zodiac-cancer:before { + content: "\F0A7F"; +} +.mdi-zodiac-capricorn:before { + content: "\F0A80"; +} +.mdi-zodiac-gemini:before { + content: "\F0A81"; +} +.mdi-zodiac-leo:before { + content: "\F0A82"; +} +.mdi-zodiac-libra:before { + content: "\F0A83"; +} +.mdi-zodiac-pisces:before { + content: "\F0A84"; +} +.mdi-zodiac-sagittarius:before { + content: "\F0A85"; +} +.mdi-zodiac-scorpio:before { + content: "\F0A86"; +} +.mdi-zodiac-taurus:before { + content: "\F0A87"; +} +.mdi-zodiac-virgo:before { + content: "\F0A88"; +} +.mdi-blank:before { + content: "\F68C"; + visibility: hidden; +} +.mdi-18px.mdi-set, +.mdi-18px.mdi:before { + font-size: 18px; +} +.mdi-24px.mdi-set, +.mdi-24px.mdi:before { + font-size: 24px; +} +.mdi-36px.mdi-set, +.mdi-36px.mdi:before { + font-size: 36px; +} +.mdi-48px.mdi-set, +.mdi-48px.mdi:before { + font-size: 48px; +} +.mdi-dark:before { + color: rgba(0, 0, 0, 0.54); +} +.mdi-dark.mdi-inactive:before { + color: rgba(0, 0, 0, 0.26); +} +.mdi-light:before { + color: #fff; +} +.mdi-light.mdi-inactive:before { + color: hsla(0, 0%, 100%, 0.3); +} +.mdi-rotate-45:before { + transform: rotate(45deg); +} +.mdi-rotate-90:before { + transform: rotate(90deg); +} +.mdi-rotate-135:before { + transform: rotate(135deg); +} +.mdi-rotate-180:before { + transform: rotate(180deg); +} +.mdi-rotate-225:before { + transform: rotate(225deg); +} +.mdi-rotate-270:before { + transform: rotate(270deg); +} +.mdi-rotate-315:before { + transform: rotate(315deg); +} +.mdi-flip-h:before { + transform: scaleX(-1); + filter: FlipH; + -ms-filter: "FlipH"; +} +.mdi-flip-v:before { + transform: scaleY(-1); + filter: FlipV; + -ms-filter: "FlipV"; +} +.mdi-spin:before { + animation: mdi-spin 2s linear infinite; +} +@keyframes mdi-spin { + 0% { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} +/*! + * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/) + * Copyright 2019-2023 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) + */ +@font-face { + font-display: block; + font-family: bootstrap-icons; + src: url(/memocard/fonts/bootstrap-icons.f41d849d.woff2) format("woff2"), + url(/memocard/fonts/bootstrap-icons.49c9b852.woff) format("woff"); +} +.bi:before, +[class*=" bi-"]:before, +[class^="bi-"]:before { + display: inline-block; + font-family: bootstrap-icons !important; + font-style: normal; + font-weight: 400 !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: -0.125em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.bi-123:before { + content: "\f67f"; +} +.bi-alarm-fill:before { + content: "\f101"; +} +.bi-alarm:before { + content: "\f102"; +} +.bi-align-bottom:before { + content: "\f103"; +} +.bi-align-center:before { + content: "\f104"; +} +.bi-align-end:before { + content: "\f105"; +} +.bi-align-middle:before { + content: "\f106"; +} +.bi-align-start:before { + content: "\f107"; +} +.bi-align-top:before { + content: "\f108"; +} +.bi-alt:before { + content: "\f109"; +} +.bi-app-indicator:before { + content: "\f10a"; +} +.bi-app:before { + content: "\f10b"; +} +.bi-archive-fill:before { + content: "\f10c"; +} +.bi-archive:before { + content: "\f10d"; +} +.bi-arrow-90deg-down:before { + content: "\f10e"; +} +.bi-arrow-90deg-left:before { + content: "\f10f"; +} +.bi-arrow-90deg-right:before { + content: "\f110"; +} +.bi-arrow-90deg-up:before { + content: "\f111"; +} +.bi-arrow-bar-down:before { + content: "\f112"; +} +.bi-arrow-bar-left:before { + content: "\f113"; +} +.bi-arrow-bar-right:before { + content: "\f114"; +} +.bi-arrow-bar-up:before { + content: "\f115"; +} +.bi-arrow-clockwise:before { + content: "\f116"; +} +.bi-arrow-counterclockwise:before { + content: "\f117"; +} +.bi-arrow-down-circle-fill:before { + content: "\f118"; +} +.bi-arrow-down-circle:before { + content: "\f119"; +} +.bi-arrow-down-left-circle-fill:before { + content: "\f11a"; +} +.bi-arrow-down-left-circle:before { + content: "\f11b"; +} +.bi-arrow-down-left-square-fill:before { + content: "\f11c"; +} +.bi-arrow-down-left-square:before { + content: "\f11d"; +} +.bi-arrow-down-left:before { + content: "\f11e"; +} +.bi-arrow-down-right-circle-fill:before { + content: "\f11f"; +} +.bi-arrow-down-right-circle:before { + content: "\f120"; +} +.bi-arrow-down-right-square-fill:before { + content: "\f121"; +} +.bi-arrow-down-right-square:before { + content: "\f122"; +} +.bi-arrow-down-right:before { + content: "\f123"; +} +.bi-arrow-down-short:before { + content: "\f124"; +} +.bi-arrow-down-square-fill:before { + content: "\f125"; +} +.bi-arrow-down-square:before { + content: "\f126"; +} +.bi-arrow-down-up:before { + content: "\f127"; +} +.bi-arrow-down:before { + content: "\f128"; +} +.bi-arrow-left-circle-fill:before { + content: "\f129"; +} +.bi-arrow-left-circle:before { + content: "\f12a"; +} +.bi-arrow-left-right:before { + content: "\f12b"; +} +.bi-arrow-left-short:before { + content: "\f12c"; +} +.bi-arrow-left-square-fill:before { + content: "\f12d"; +} +.bi-arrow-left-square:before { + content: "\f12e"; +} +.bi-arrow-left:before { + content: "\f12f"; +} +.bi-arrow-repeat:before { + content: "\f130"; +} +.bi-arrow-return-left:before { + content: "\f131"; +} +.bi-arrow-return-right:before { + content: "\f132"; +} +.bi-arrow-right-circle-fill:before { + content: "\f133"; +} +.bi-arrow-right-circle:before { + content: "\f134"; +} +.bi-arrow-right-short:before { + content: "\f135"; +} +.bi-arrow-right-square-fill:before { + content: "\f136"; +} +.bi-arrow-right-square:before { + content: "\f137"; +} +.bi-arrow-right:before { + content: "\f138"; +} +.bi-arrow-up-circle-fill:before { + content: "\f139"; +} +.bi-arrow-up-circle:before { + content: "\f13a"; +} +.bi-arrow-up-left-circle-fill:before { + content: "\f13b"; +} +.bi-arrow-up-left-circle:before { + content: "\f13c"; +} +.bi-arrow-up-left-square-fill:before { + content: "\f13d"; +} +.bi-arrow-up-left-square:before { + content: "\f13e"; +} +.bi-arrow-up-left:before { + content: "\f13f"; +} +.bi-arrow-up-right-circle-fill:before { + content: "\f140"; +} +.bi-arrow-up-right-circle:before { + content: "\f141"; +} +.bi-arrow-up-right-square-fill:before { + content: "\f142"; +} +.bi-arrow-up-right-square:before { + content: "\f143"; +} +.bi-arrow-up-right:before { + content: "\f144"; +} +.bi-arrow-up-short:before { + content: "\f145"; +} +.bi-arrow-up-square-fill:before { + content: "\f146"; +} +.bi-arrow-up-square:before { + content: "\f147"; +} +.bi-arrow-up:before { + content: "\f148"; +} +.bi-arrows-angle-contract:before { + content: "\f149"; +} +.bi-arrows-angle-expand:before { + content: "\f14a"; +} +.bi-arrows-collapse:before { + content: "\f14b"; +} +.bi-arrows-expand:before { + content: "\f14c"; +} +.bi-arrows-fullscreen:before { + content: "\f14d"; +} +.bi-arrows-move:before { + content: "\f14e"; +} +.bi-aspect-ratio-fill:before { + content: "\f14f"; +} +.bi-aspect-ratio:before { + content: "\f150"; +} +.bi-asterisk:before { + content: "\f151"; +} +.bi-at:before { + content: "\f152"; +} +.bi-award-fill:before { + content: "\f153"; +} +.bi-award:before { + content: "\f154"; +} +.bi-back:before { + content: "\f155"; +} +.bi-backspace-fill:before { + content: "\f156"; +} +.bi-backspace-reverse-fill:before { + content: "\f157"; +} +.bi-backspace-reverse:before { + content: "\f158"; +} +.bi-backspace:before { + content: "\f159"; +} +.bi-badge-3d-fill:before { + content: "\f15a"; +} +.bi-badge-3d:before { + content: "\f15b"; +} +.bi-badge-4k-fill:before { + content: "\f15c"; +} +.bi-badge-4k:before { + content: "\f15d"; +} +.bi-badge-8k-fill:before { + content: "\f15e"; +} +.bi-badge-8k:before { + content: "\f15f"; +} +.bi-badge-ad-fill:before { + content: "\f160"; +} +.bi-badge-ad:before { + content: "\f161"; +} +.bi-badge-ar-fill:before { + content: "\f162"; +} +.bi-badge-ar:before { + content: "\f163"; +} +.bi-badge-cc-fill:before { + content: "\f164"; +} +.bi-badge-cc:before { + content: "\f165"; +} +.bi-badge-hd-fill:before { + content: "\f166"; +} +.bi-badge-hd:before { + content: "\f167"; +} +.bi-badge-tm-fill:before { + content: "\f168"; +} +.bi-badge-tm:before { + content: "\f169"; +} +.bi-badge-vo-fill:before { + content: "\f16a"; +} +.bi-badge-vo:before { + content: "\f16b"; +} +.bi-badge-vr-fill:before { + content: "\f16c"; +} +.bi-badge-vr:before { + content: "\f16d"; +} +.bi-badge-wc-fill:before { + content: "\f16e"; +} +.bi-badge-wc:before { + content: "\f16f"; +} +.bi-bag-check-fill:before { + content: "\f170"; +} +.bi-bag-check:before { + content: "\f171"; +} +.bi-bag-dash-fill:before { + content: "\f172"; +} +.bi-bag-dash:before { + content: "\f173"; +} +.bi-bag-fill:before { + content: "\f174"; +} +.bi-bag-plus-fill:before { + content: "\f175"; +} +.bi-bag-plus:before { + content: "\f176"; +} +.bi-bag-x-fill:before { + content: "\f177"; +} +.bi-bag-x:before { + content: "\f178"; +} +.bi-bag:before { + content: "\f179"; +} +.bi-bar-chart-fill:before { + content: "\f17a"; +} +.bi-bar-chart-line-fill:before { + content: "\f17b"; +} +.bi-bar-chart-line:before { + content: "\f17c"; +} +.bi-bar-chart-steps:before { + content: "\f17d"; +} +.bi-bar-chart:before { + content: "\f17e"; +} +.bi-basket-fill:before { + content: "\f17f"; +} +.bi-basket:before { + content: "\f180"; +} +.bi-basket2-fill:before { + content: "\f181"; +} +.bi-basket2:before { + content: "\f182"; +} +.bi-basket3-fill:before { + content: "\f183"; +} +.bi-basket3:before { + content: "\f184"; +} +.bi-battery-charging:before { + content: "\f185"; +} +.bi-battery-full:before { + content: "\f186"; +} +.bi-battery-half:before { + content: "\f187"; +} +.bi-battery:before { + content: "\f188"; +} +.bi-bell-fill:before { + content: "\f189"; +} +.bi-bell:before { + content: "\f18a"; +} +.bi-bezier:before { + content: "\f18b"; +} +.bi-bezier2:before { + content: "\f18c"; +} +.bi-bicycle:before { + content: "\f18d"; +} +.bi-binoculars-fill:before { + content: "\f18e"; +} +.bi-binoculars:before { + content: "\f18f"; +} +.bi-blockquote-left:before { + content: "\f190"; +} +.bi-blockquote-right:before { + content: "\f191"; +} +.bi-book-fill:before { + content: "\f192"; +} +.bi-book-half:before { + content: "\f193"; +} +.bi-book:before { + content: "\f194"; +} +.bi-bookmark-check-fill:before { + content: "\f195"; +} +.bi-bookmark-check:before { + content: "\f196"; +} +.bi-bookmark-dash-fill:before { + content: "\f197"; +} +.bi-bookmark-dash:before { + content: "\f198"; +} +.bi-bookmark-fill:before { + content: "\f199"; +} +.bi-bookmark-heart-fill:before { + content: "\f19a"; +} +.bi-bookmark-heart:before { + content: "\f19b"; +} +.bi-bookmark-plus-fill:before { + content: "\f19c"; +} +.bi-bookmark-plus:before { + content: "\f19d"; +} +.bi-bookmark-star-fill:before { + content: "\f19e"; +} +.bi-bookmark-star:before { + content: "\f19f"; +} +.bi-bookmark-x-fill:before { + content: "\f1a0"; +} +.bi-bookmark-x:before { + content: "\f1a1"; +} +.bi-bookmark:before { + content: "\f1a2"; +} +.bi-bookmarks-fill:before { + content: "\f1a3"; +} +.bi-bookmarks:before { + content: "\f1a4"; +} +.bi-bookshelf:before { + content: "\f1a5"; +} +.bi-bootstrap-fill:before { + content: "\f1a6"; +} +.bi-bootstrap-reboot:before { + content: "\f1a7"; +} +.bi-bootstrap:before { + content: "\f1a8"; +} +.bi-border-all:before { + content: "\f1a9"; +} +.bi-border-bottom:before { + content: "\f1aa"; +} +.bi-border-center:before { + content: "\f1ab"; +} +.bi-border-inner:before { + content: "\f1ac"; +} +.bi-border-left:before { + content: "\f1ad"; +} +.bi-border-middle:before { + content: "\f1ae"; +} +.bi-border-outer:before { + content: "\f1af"; +} +.bi-border-right:before { + content: "\f1b0"; +} +.bi-border-style:before { + content: "\f1b1"; +} +.bi-border-top:before { + content: "\f1b2"; +} +.bi-border-width:before { + content: "\f1b3"; +} +.bi-border:before { + content: "\f1b4"; +} +.bi-bounding-box-circles:before { + content: "\f1b5"; +} +.bi-bounding-box:before { + content: "\f1b6"; +} +.bi-box-arrow-down-left:before { + content: "\f1b7"; +} +.bi-box-arrow-down-right:before { + content: "\f1b8"; +} +.bi-box-arrow-down:before { + content: "\f1b9"; +} +.bi-box-arrow-in-down-left:before { + content: "\f1ba"; +} +.bi-box-arrow-in-down-right:before { + content: "\f1bb"; +} +.bi-box-arrow-in-down:before { + content: "\f1bc"; +} +.bi-box-arrow-in-left:before { + content: "\f1bd"; +} +.bi-box-arrow-in-right:before { + content: "\f1be"; +} +.bi-box-arrow-in-up-left:before { + content: "\f1bf"; +} +.bi-box-arrow-in-up-right:before { + content: "\f1c0"; +} +.bi-box-arrow-in-up:before { + content: "\f1c1"; +} +.bi-box-arrow-left:before { + content: "\f1c2"; +} +.bi-box-arrow-right:before { + content: "\f1c3"; +} +.bi-box-arrow-up-left:before { + content: "\f1c4"; +} +.bi-box-arrow-up-right:before { + content: "\f1c5"; +} +.bi-box-arrow-up:before { + content: "\f1c6"; +} +.bi-box-seam:before { + content: "\f1c7"; +} +.bi-box:before { + content: "\f1c8"; +} +.bi-braces:before { + content: "\f1c9"; +} +.bi-bricks:before { + content: "\f1ca"; +} +.bi-briefcase-fill:before { + content: "\f1cb"; +} +.bi-briefcase:before { + content: "\f1cc"; +} +.bi-brightness-alt-high-fill:before { + content: "\f1cd"; +} +.bi-brightness-alt-high:before { + content: "\f1ce"; +} +.bi-brightness-alt-low-fill:before { + content: "\f1cf"; +} +.bi-brightness-alt-low:before { + content: "\f1d0"; +} +.bi-brightness-high-fill:before { + content: "\f1d1"; +} +.bi-brightness-high:before { + content: "\f1d2"; +} +.bi-brightness-low-fill:before { + content: "\f1d3"; +} +.bi-brightness-low:before { + content: "\f1d4"; +} +.bi-broadcast-pin:before { + content: "\f1d5"; +} +.bi-broadcast:before { + content: "\f1d6"; +} +.bi-brush-fill:before { + content: "\f1d7"; +} +.bi-brush:before { + content: "\f1d8"; +} +.bi-bucket-fill:before { + content: "\f1d9"; +} +.bi-bucket:before { + content: "\f1da"; +} +.bi-bug-fill:before { + content: "\f1db"; +} +.bi-bug:before { + content: "\f1dc"; +} +.bi-building:before { + content: "\f1dd"; +} +.bi-bullseye:before { + content: "\f1de"; +} +.bi-calculator-fill:before { + content: "\f1df"; +} +.bi-calculator:before { + content: "\f1e0"; +} +.bi-calendar-check-fill:before { + content: "\f1e1"; +} +.bi-calendar-check:before { + content: "\f1e2"; +} +.bi-calendar-date-fill:before { + content: "\f1e3"; +} +.bi-calendar-date:before { + content: "\f1e4"; +} +.bi-calendar-day-fill:before { + content: "\f1e5"; +} +.bi-calendar-day:before { + content: "\f1e6"; +} +.bi-calendar-event-fill:before { + content: "\f1e7"; +} +.bi-calendar-event:before { + content: "\f1e8"; +} +.bi-calendar-fill:before { + content: "\f1e9"; +} +.bi-calendar-minus-fill:before { + content: "\f1ea"; +} +.bi-calendar-minus:before { + content: "\f1eb"; +} +.bi-calendar-month-fill:before { + content: "\f1ec"; +} +.bi-calendar-month:before { + content: "\f1ed"; +} +.bi-calendar-plus-fill:before { + content: "\f1ee"; +} +.bi-calendar-plus:before { + content: "\f1ef"; +} +.bi-calendar-range-fill:before { + content: "\f1f0"; +} +.bi-calendar-range:before { + content: "\f1f1"; +} +.bi-calendar-week-fill:before { + content: "\f1f2"; +} +.bi-calendar-week:before { + content: "\f1f3"; +} +.bi-calendar-x-fill:before { + content: "\f1f4"; +} +.bi-calendar-x:before { + content: "\f1f5"; +} +.bi-calendar:before { + content: "\f1f6"; +} +.bi-calendar2-check-fill:before { + content: "\f1f7"; +} +.bi-calendar2-check:before { + content: "\f1f8"; +} +.bi-calendar2-date-fill:before { + content: "\f1f9"; +} +.bi-calendar2-date:before { + content: "\f1fa"; +} +.bi-calendar2-day-fill:before { + content: "\f1fb"; +} +.bi-calendar2-day:before { + content: "\f1fc"; +} +.bi-calendar2-event-fill:before { + content: "\f1fd"; +} +.bi-calendar2-event:before { + content: "\f1fe"; +} +.bi-calendar2-fill:before { + content: "\f1ff"; +} +.bi-calendar2-minus-fill:before { + content: "\f200"; +} +.bi-calendar2-minus:before { + content: "\f201"; +} +.bi-calendar2-month-fill:before { + content: "\f202"; +} +.bi-calendar2-month:before { + content: "\f203"; +} +.bi-calendar2-plus-fill:before { + content: "\f204"; +} +.bi-calendar2-plus:before { + content: "\f205"; +} +.bi-calendar2-range-fill:before { + content: "\f206"; +} +.bi-calendar2-range:before { + content: "\f207"; +} +.bi-calendar2-week-fill:before { + content: "\f208"; +} +.bi-calendar2-week:before { + content: "\f209"; +} +.bi-calendar2-x-fill:before { + content: "\f20a"; +} +.bi-calendar2-x:before { + content: "\f20b"; +} +.bi-calendar2:before { + content: "\f20c"; +} +.bi-calendar3-event-fill:before { + content: "\f20d"; +} +.bi-calendar3-event:before { + content: "\f20e"; +} +.bi-calendar3-fill:before { + content: "\f20f"; +} +.bi-calendar3-range-fill:before { + content: "\f210"; +} +.bi-calendar3-range:before { + content: "\f211"; +} +.bi-calendar3-week-fill:before { + content: "\f212"; +} +.bi-calendar3-week:before { + content: "\f213"; +} +.bi-calendar3:before { + content: "\f214"; +} +.bi-calendar4-event:before { + content: "\f215"; +} +.bi-calendar4-range:before { + content: "\f216"; +} +.bi-calendar4-week:before { + content: "\f217"; +} +.bi-calendar4:before { + content: "\f218"; +} +.bi-camera-fill:before { + content: "\f219"; +} +.bi-camera-reels-fill:before { + content: "\f21a"; +} +.bi-camera-reels:before { + content: "\f21b"; +} +.bi-camera-video-fill:before { + content: "\f21c"; +} +.bi-camera-video-off-fill:before { + content: "\f21d"; +} +.bi-camera-video-off:before { + content: "\f21e"; +} +.bi-camera-video:before { + content: "\f21f"; +} +.bi-camera:before { + content: "\f220"; +} +.bi-camera2:before { + content: "\f221"; +} +.bi-capslock-fill:before { + content: "\f222"; +} +.bi-capslock:before { + content: "\f223"; +} +.bi-card-checklist:before { + content: "\f224"; +} +.bi-card-heading:before { + content: "\f225"; +} +.bi-card-image:before { + content: "\f226"; +} +.bi-card-list:before { + content: "\f227"; +} +.bi-card-text:before { + content: "\f228"; +} +.bi-caret-down-fill:before { + content: "\f229"; +} +.bi-caret-down-square-fill:before { + content: "\f22a"; +} +.bi-caret-down-square:before { + content: "\f22b"; +} +.bi-caret-down:before { + content: "\f22c"; +} +.bi-caret-left-fill:before { + content: "\f22d"; +} +.bi-caret-left-square-fill:before { + content: "\f22e"; +} +.bi-caret-left-square:before { + content: "\f22f"; +} +.bi-caret-left:before { + content: "\f230"; +} +.bi-caret-right-fill:before { + content: "\f231"; +} +.bi-caret-right-square-fill:before { + content: "\f232"; +} +.bi-caret-right-square:before { + content: "\f233"; +} +.bi-caret-right:before { + content: "\f234"; +} +.bi-caret-up-fill:before { + content: "\f235"; +} +.bi-caret-up-square-fill:before { + content: "\f236"; +} +.bi-caret-up-square:before { + content: "\f237"; +} +.bi-caret-up:before { + content: "\f238"; +} +.bi-cart-check-fill:before { + content: "\f239"; +} +.bi-cart-check:before { + content: "\f23a"; +} +.bi-cart-dash-fill:before { + content: "\f23b"; +} +.bi-cart-dash:before { + content: "\f23c"; +} +.bi-cart-fill:before { + content: "\f23d"; +} +.bi-cart-plus-fill:before { + content: "\f23e"; +} +.bi-cart-plus:before { + content: "\f23f"; +} +.bi-cart-x-fill:before { + content: "\f240"; +} +.bi-cart-x:before { + content: "\f241"; +} +.bi-cart:before { + content: "\f242"; +} +.bi-cart2:before { + content: "\f243"; +} +.bi-cart3:before { + content: "\f244"; +} +.bi-cart4:before { + content: "\f245"; +} +.bi-cash-stack:before { + content: "\f246"; +} +.bi-cash:before { + content: "\f247"; +} +.bi-cast:before { + content: "\f248"; +} +.bi-chat-dots-fill:before { + content: "\f249"; +} +.bi-chat-dots:before { + content: "\f24a"; +} +.bi-chat-fill:before { + content: "\f24b"; +} +.bi-chat-left-dots-fill:before { + content: "\f24c"; +} +.bi-chat-left-dots:before { + content: "\f24d"; +} +.bi-chat-left-fill:before { + content: "\f24e"; +} +.bi-chat-left-quote-fill:before { + content: "\f24f"; +} +.bi-chat-left-quote:before { + content: "\f250"; +} +.bi-chat-left-text-fill:before { + content: "\f251"; +} +.bi-chat-left-text:before { + content: "\f252"; +} +.bi-chat-left:before { + content: "\f253"; +} +.bi-chat-quote-fill:before { + content: "\f254"; +} +.bi-chat-quote:before { + content: "\f255"; +} +.bi-chat-right-dots-fill:before { + content: "\f256"; +} +.bi-chat-right-dots:before { + content: "\f257"; +} +.bi-chat-right-fill:before { + content: "\f258"; +} +.bi-chat-right-quote-fill:before { + content: "\f259"; +} +.bi-chat-right-quote:before { + content: "\f25a"; +} +.bi-chat-right-text-fill:before { + content: "\f25b"; +} +.bi-chat-right-text:before { + content: "\f25c"; +} +.bi-chat-right:before { + content: "\f25d"; +} +.bi-chat-square-dots-fill:before { + content: "\f25e"; +} +.bi-chat-square-dots:before { + content: "\f25f"; +} +.bi-chat-square-fill:before { + content: "\f260"; +} +.bi-chat-square-quote-fill:before { + content: "\f261"; +} +.bi-chat-square-quote:before { + content: "\f262"; +} +.bi-chat-square-text-fill:before { + content: "\f263"; +} +.bi-chat-square-text:before { + content: "\f264"; +} +.bi-chat-square:before { + content: "\f265"; +} +.bi-chat-text-fill:before { + content: "\f266"; +} +.bi-chat-text:before { + content: "\f267"; +} +.bi-chat:before { + content: "\f268"; +} +.bi-check-all:before { + content: "\f269"; +} +.bi-check-circle-fill:before { + content: "\f26a"; +} +.bi-check-circle:before { + content: "\f26b"; +} +.bi-check-square-fill:before { + content: "\f26c"; +} +.bi-check-square:before { + content: "\f26d"; +} +.bi-check:before { + content: "\f26e"; +} +.bi-check2-all:before { + content: "\f26f"; +} +.bi-check2-circle:before { + content: "\f270"; +} +.bi-check2-square:before { + content: "\f271"; +} +.bi-check2:before { + content: "\f272"; +} +.bi-chevron-bar-contract:before { + content: "\f273"; +} +.bi-chevron-bar-down:before { + content: "\f274"; +} +.bi-chevron-bar-expand:before { + content: "\f275"; +} +.bi-chevron-bar-left:before { + content: "\f276"; +} +.bi-chevron-bar-right:before { + content: "\f277"; +} +.bi-chevron-bar-up:before { + content: "\f278"; +} +.bi-chevron-compact-down:before { + content: "\f279"; +} +.bi-chevron-compact-left:before { + content: "\f27a"; +} +.bi-chevron-compact-right:before { + content: "\f27b"; +} +.bi-chevron-compact-up:before { + content: "\f27c"; +} +.bi-chevron-contract:before { + content: "\f27d"; +} +.bi-chevron-double-down:before { + content: "\f27e"; +} +.bi-chevron-double-left:before { + content: "\f27f"; +} +.bi-chevron-double-right:before { + content: "\f280"; +} +.bi-chevron-double-up:before { + content: "\f281"; +} +.bi-chevron-down:before { + content: "\f282"; +} +.bi-chevron-expand:before { + content: "\f283"; +} +.bi-chevron-left:before { + content: "\f284"; +} +.bi-chevron-right:before { + content: "\f285"; +} +.bi-chevron-up:before { + content: "\f286"; +} +.bi-circle-fill:before { + content: "\f287"; +} +.bi-circle-half:before { + content: "\f288"; +} +.bi-circle-square:before { + content: "\f289"; +} +.bi-circle:before { + content: "\f28a"; +} +.bi-clipboard-check:before { + content: "\f28b"; +} +.bi-clipboard-data:before { + content: "\f28c"; +} +.bi-clipboard-minus:before { + content: "\f28d"; +} +.bi-clipboard-plus:before { + content: "\f28e"; +} +.bi-clipboard-x:before { + content: "\f28f"; +} +.bi-clipboard:before { + content: "\f290"; +} +.bi-clock-fill:before { + content: "\f291"; +} +.bi-clock-history:before { + content: "\f292"; +} +.bi-clock:before { + content: "\f293"; +} +.bi-cloud-arrow-down-fill:before { + content: "\f294"; +} +.bi-cloud-arrow-down:before { + content: "\f295"; +} +.bi-cloud-arrow-up-fill:before { + content: "\f296"; +} +.bi-cloud-arrow-up:before { + content: "\f297"; +} +.bi-cloud-check-fill:before { + content: "\f298"; +} +.bi-cloud-check:before { + content: "\f299"; +} +.bi-cloud-download-fill:before { + content: "\f29a"; +} +.bi-cloud-download:before { + content: "\f29b"; +} +.bi-cloud-drizzle-fill:before { + content: "\f29c"; +} +.bi-cloud-drizzle:before { + content: "\f29d"; +} +.bi-cloud-fill:before { + content: "\f29e"; +} +.bi-cloud-fog-fill:before { + content: "\f29f"; +} +.bi-cloud-fog:before { + content: "\f2a0"; +} +.bi-cloud-fog2-fill:before { + content: "\f2a1"; +} +.bi-cloud-fog2:before { + content: "\f2a2"; +} +.bi-cloud-hail-fill:before { + content: "\f2a3"; +} +.bi-cloud-hail:before { + content: "\f2a4"; +} +.bi-cloud-haze-fill:before { + content: "\f2a6"; +} +.bi-cloud-haze:before { + content: "\f2a7"; +} +.bi-cloud-haze2-fill:before { + content: "\f2a8"; +} +.bi-cloud-lightning-fill:before { + content: "\f2a9"; +} +.bi-cloud-lightning-rain-fill:before { + content: "\f2aa"; +} +.bi-cloud-lightning-rain:before { + content: "\f2ab"; +} +.bi-cloud-lightning:before { + content: "\f2ac"; +} +.bi-cloud-minus-fill:before { + content: "\f2ad"; +} +.bi-cloud-minus:before { + content: "\f2ae"; +} +.bi-cloud-moon-fill:before { + content: "\f2af"; +} +.bi-cloud-moon:before { + content: "\f2b0"; +} +.bi-cloud-plus-fill:before { + content: "\f2b1"; +} +.bi-cloud-plus:before { + content: "\f2b2"; +} +.bi-cloud-rain-fill:before { + content: "\f2b3"; +} +.bi-cloud-rain-heavy-fill:before { + content: "\f2b4"; +} +.bi-cloud-rain-heavy:before { + content: "\f2b5"; +} +.bi-cloud-rain:before { + content: "\f2b6"; +} +.bi-cloud-slash-fill:before { + content: "\f2b7"; +} +.bi-cloud-slash:before { + content: "\f2b8"; +} +.bi-cloud-sleet-fill:before { + content: "\f2b9"; +} +.bi-cloud-sleet:before { + content: "\f2ba"; +} +.bi-cloud-snow-fill:before { + content: "\f2bb"; +} +.bi-cloud-snow:before { + content: "\f2bc"; +} +.bi-cloud-sun-fill:before { + content: "\f2bd"; +} +.bi-cloud-sun:before { + content: "\f2be"; +} +.bi-cloud-upload-fill:before { + content: "\f2bf"; +} +.bi-cloud-upload:before { + content: "\f2c0"; +} +.bi-cloud:before { + content: "\f2c1"; +} +.bi-clouds-fill:before { + content: "\f2c2"; +} +.bi-clouds:before { + content: "\f2c3"; +} +.bi-cloudy-fill:before { + content: "\f2c4"; +} +.bi-cloudy:before { + content: "\f2c5"; +} +.bi-code-slash:before { + content: "\f2c6"; +} +.bi-code-square:before { + content: "\f2c7"; +} +.bi-code:before { + content: "\f2c8"; +} +.bi-collection-fill:before { + content: "\f2c9"; +} +.bi-collection-play-fill:before { + content: "\f2ca"; +} +.bi-collection-play:before { + content: "\f2cb"; +} +.bi-collection:before { + content: "\f2cc"; +} +.bi-columns-gap:before { + content: "\f2cd"; +} +.bi-columns:before { + content: "\f2ce"; +} +.bi-command:before { + content: "\f2cf"; +} +.bi-compass-fill:before { + content: "\f2d0"; +} +.bi-compass:before { + content: "\f2d1"; +} +.bi-cone-striped:before { + content: "\f2d2"; +} +.bi-cone:before { + content: "\f2d3"; +} +.bi-controller:before { + content: "\f2d4"; +} +.bi-cpu-fill:before { + content: "\f2d5"; +} +.bi-cpu:before { + content: "\f2d6"; +} +.bi-credit-card-2-back-fill:before { + content: "\f2d7"; +} +.bi-credit-card-2-back:before { + content: "\f2d8"; +} +.bi-credit-card-2-front-fill:before { + content: "\f2d9"; +} +.bi-credit-card-2-front:before { + content: "\f2da"; +} +.bi-credit-card-fill:before { + content: "\f2db"; +} +.bi-credit-card:before { + content: "\f2dc"; +} +.bi-crop:before { + content: "\f2dd"; +} +.bi-cup-fill:before { + content: "\f2de"; +} +.bi-cup-straw:before { + content: "\f2df"; +} +.bi-cup:before { + content: "\f2e0"; +} +.bi-cursor-fill:before { + content: "\f2e1"; +} +.bi-cursor-text:before { + content: "\f2e2"; +} +.bi-cursor:before { + content: "\f2e3"; +} +.bi-dash-circle-dotted:before { + content: "\f2e4"; +} +.bi-dash-circle-fill:before { + content: "\f2e5"; +} +.bi-dash-circle:before { + content: "\f2e6"; +} +.bi-dash-square-dotted:before { + content: "\f2e7"; +} +.bi-dash-square-fill:before { + content: "\f2e8"; +} +.bi-dash-square:before { + content: "\f2e9"; +} +.bi-dash:before { + content: "\f2ea"; +} +.bi-diagram-2-fill:before { + content: "\f2eb"; +} +.bi-diagram-2:before { + content: "\f2ec"; +} +.bi-diagram-3-fill:before { + content: "\f2ed"; +} +.bi-diagram-3:before { + content: "\f2ee"; +} +.bi-diamond-fill:before { + content: "\f2ef"; +} +.bi-diamond-half:before { + content: "\f2f0"; +} +.bi-diamond:before { + content: "\f2f1"; +} +.bi-dice-1-fill:before { + content: "\f2f2"; +} +.bi-dice-1:before { + content: "\f2f3"; +} +.bi-dice-2-fill:before { + content: "\f2f4"; +} +.bi-dice-2:before { + content: "\f2f5"; +} +.bi-dice-3-fill:before { + content: "\f2f6"; +} +.bi-dice-3:before { + content: "\f2f7"; +} +.bi-dice-4-fill:before { + content: "\f2f8"; +} +.bi-dice-4:before { + content: "\f2f9"; +} +.bi-dice-5-fill:before { + content: "\f2fa"; +} +.bi-dice-5:before { + content: "\f2fb"; +} +.bi-dice-6-fill:before { + content: "\f2fc"; +} +.bi-dice-6:before { + content: "\f2fd"; +} +.bi-disc-fill:before { + content: "\f2fe"; +} +.bi-disc:before { + content: "\f2ff"; +} +.bi-discord:before { + content: "\f300"; +} +.bi-display-fill:before { + content: "\f301"; +} +.bi-display:before { + content: "\f302"; +} +.bi-distribute-horizontal:before { + content: "\f303"; +} +.bi-distribute-vertical:before { + content: "\f304"; +} +.bi-door-closed-fill:before { + content: "\f305"; +} +.bi-door-closed:before { + content: "\f306"; +} +.bi-door-open-fill:before { + content: "\f307"; +} +.bi-door-open:before { + content: "\f308"; +} +.bi-dot:before { + content: "\f309"; +} +.bi-download:before { + content: "\f30a"; +} +.bi-droplet-fill:before { + content: "\f30b"; +} +.bi-droplet-half:before { + content: "\f30c"; +} +.bi-droplet:before { + content: "\f30d"; +} +.bi-earbuds:before { + content: "\f30e"; +} +.bi-easel-fill:before { + content: "\f30f"; +} +.bi-easel:before { + content: "\f310"; +} +.bi-egg-fill:before { + content: "\f311"; +} +.bi-egg-fried:before { + content: "\f312"; +} +.bi-egg:before { + content: "\f313"; +} +.bi-eject-fill:before { + content: "\f314"; +} +.bi-eject:before { + content: "\f315"; +} +.bi-emoji-angry-fill:before { + content: "\f316"; +} +.bi-emoji-angry:before { + content: "\f317"; +} +.bi-emoji-dizzy-fill:before { + content: "\f318"; +} +.bi-emoji-dizzy:before { + content: "\f319"; +} +.bi-emoji-expressionless-fill:before { + content: "\f31a"; +} +.bi-emoji-expressionless:before { + content: "\f31b"; +} +.bi-emoji-frown-fill:before { + content: "\f31c"; +} +.bi-emoji-frown:before { + content: "\f31d"; +} +.bi-emoji-heart-eyes-fill:before { + content: "\f31e"; +} +.bi-emoji-heart-eyes:before { + content: "\f31f"; +} +.bi-emoji-laughing-fill:before { + content: "\f320"; +} +.bi-emoji-laughing:before { + content: "\f321"; +} +.bi-emoji-neutral-fill:before { + content: "\f322"; +} +.bi-emoji-neutral:before { + content: "\f323"; +} +.bi-emoji-smile-fill:before { + content: "\f324"; +} +.bi-emoji-smile-upside-down-fill:before { + content: "\f325"; +} +.bi-emoji-smile-upside-down:before { + content: "\f326"; +} +.bi-emoji-smile:before { + content: "\f327"; +} +.bi-emoji-sunglasses-fill:before { + content: "\f328"; +} +.bi-emoji-sunglasses:before { + content: "\f329"; +} +.bi-emoji-wink-fill:before { + content: "\f32a"; +} +.bi-emoji-wink:before { + content: "\f32b"; +} +.bi-envelope-fill:before { + content: "\f32c"; +} +.bi-envelope-open-fill:before { + content: "\f32d"; +} +.bi-envelope-open:before { + content: "\f32e"; +} +.bi-envelope:before { + content: "\f32f"; +} +.bi-eraser-fill:before { + content: "\f330"; +} +.bi-eraser:before { + content: "\f331"; +} +.bi-exclamation-circle-fill:before { + content: "\f332"; +} +.bi-exclamation-circle:before { + content: "\f333"; +} +.bi-exclamation-diamond-fill:before { + content: "\f334"; +} +.bi-exclamation-diamond:before { + content: "\f335"; +} +.bi-exclamation-octagon-fill:before { + content: "\f336"; +} +.bi-exclamation-octagon:before { + content: "\f337"; +} +.bi-exclamation-square-fill:before { + content: "\f338"; +} +.bi-exclamation-square:before { + content: "\f339"; +} +.bi-exclamation-triangle-fill:before { + content: "\f33a"; +} +.bi-exclamation-triangle:before { + content: "\f33b"; +} +.bi-exclamation:before { + content: "\f33c"; +} +.bi-exclude:before { + content: "\f33d"; +} +.bi-eye-fill:before { + content: "\f33e"; +} +.bi-eye-slash-fill:before { + content: "\f33f"; +} +.bi-eye-slash:before { + content: "\f340"; +} +.bi-eye:before { + content: "\f341"; +} +.bi-eyedropper:before { + content: "\f342"; +} +.bi-eyeglasses:before { + content: "\f343"; +} +.bi-facebook:before { + content: "\f344"; +} +.bi-file-arrow-down-fill:before { + content: "\f345"; +} +.bi-file-arrow-down:before { + content: "\f346"; +} +.bi-file-arrow-up-fill:before { + content: "\f347"; +} +.bi-file-arrow-up:before { + content: "\f348"; +} +.bi-file-bar-graph-fill:before { + content: "\f349"; +} +.bi-file-bar-graph:before { + content: "\f34a"; +} +.bi-file-binary-fill:before { + content: "\f34b"; +} +.bi-file-binary:before { + content: "\f34c"; +} +.bi-file-break-fill:before { + content: "\f34d"; +} +.bi-file-break:before { + content: "\f34e"; +} +.bi-file-check-fill:before { + content: "\f34f"; +} +.bi-file-check:before { + content: "\f350"; +} +.bi-file-code-fill:before { + content: "\f351"; +} +.bi-file-code:before { + content: "\f352"; +} +.bi-file-diff-fill:before { + content: "\f353"; +} +.bi-file-diff:before { + content: "\f354"; +} +.bi-file-earmark-arrow-down-fill:before { + content: "\f355"; +} +.bi-file-earmark-arrow-down:before { + content: "\f356"; +} +.bi-file-earmark-arrow-up-fill:before { + content: "\f357"; +} +.bi-file-earmark-arrow-up:before { + content: "\f358"; +} +.bi-file-earmark-bar-graph-fill:before { + content: "\f359"; +} +.bi-file-earmark-bar-graph:before { + content: "\f35a"; +} +.bi-file-earmark-binary-fill:before { + content: "\f35b"; +} +.bi-file-earmark-binary:before { + content: "\f35c"; +} +.bi-file-earmark-break-fill:before { + content: "\f35d"; +} +.bi-file-earmark-break:before { + content: "\f35e"; +} +.bi-file-earmark-check-fill:before { + content: "\f35f"; +} +.bi-file-earmark-check:before { + content: "\f360"; +} +.bi-file-earmark-code-fill:before { + content: "\f361"; +} +.bi-file-earmark-code:before { + content: "\f362"; +} +.bi-file-earmark-diff-fill:before { + content: "\f363"; +} +.bi-file-earmark-diff:before { + content: "\f364"; +} +.bi-file-earmark-easel-fill:before { + content: "\f365"; +} +.bi-file-earmark-easel:before { + content: "\f366"; +} +.bi-file-earmark-excel-fill:before { + content: "\f367"; +} +.bi-file-earmark-excel:before { + content: "\f368"; +} +.bi-file-earmark-fill:before { + content: "\f369"; +} +.bi-file-earmark-font-fill:before { + content: "\f36a"; +} +.bi-file-earmark-font:before { + content: "\f36b"; +} +.bi-file-earmark-image-fill:before { + content: "\f36c"; +} +.bi-file-earmark-image:before { + content: "\f36d"; +} +.bi-file-earmark-lock-fill:before { + content: "\f36e"; +} +.bi-file-earmark-lock:before { + content: "\f36f"; +} +.bi-file-earmark-lock2-fill:before { + content: "\f370"; +} +.bi-file-earmark-lock2:before { + content: "\f371"; +} +.bi-file-earmark-medical-fill:before { + content: "\f372"; +} +.bi-file-earmark-medical:before { + content: "\f373"; +} +.bi-file-earmark-minus-fill:before { + content: "\f374"; +} +.bi-file-earmark-minus:before { + content: "\f375"; +} +.bi-file-earmark-music-fill:before { + content: "\f376"; +} +.bi-file-earmark-music:before { + content: "\f377"; +} +.bi-file-earmark-person-fill:before { + content: "\f378"; +} +.bi-file-earmark-person:before { + content: "\f379"; +} +.bi-file-earmark-play-fill:before { + content: "\f37a"; +} +.bi-file-earmark-play:before { + content: "\f37b"; +} +.bi-file-earmark-plus-fill:before { + content: "\f37c"; +} +.bi-file-earmark-plus:before { + content: "\f37d"; +} +.bi-file-earmark-post-fill:before { + content: "\f37e"; +} +.bi-file-earmark-post:before { + content: "\f37f"; +} +.bi-file-earmark-ppt-fill:before { + content: "\f380"; +} +.bi-file-earmark-ppt:before { + content: "\f381"; +} +.bi-file-earmark-richtext-fill:before { + content: "\f382"; +} +.bi-file-earmark-richtext:before { + content: "\f383"; +} +.bi-file-earmark-ruled-fill:before { + content: "\f384"; +} +.bi-file-earmark-ruled:before { + content: "\f385"; +} +.bi-file-earmark-slides-fill:before { + content: "\f386"; +} +.bi-file-earmark-slides:before { + content: "\f387"; +} +.bi-file-earmark-spreadsheet-fill:before { + content: "\f388"; +} +.bi-file-earmark-spreadsheet:before { + content: "\f389"; +} +.bi-file-earmark-text-fill:before { + content: "\f38a"; +} +.bi-file-earmark-text:before { + content: "\f38b"; +} +.bi-file-earmark-word-fill:before { + content: "\f38c"; +} +.bi-file-earmark-word:before { + content: "\f38d"; +} +.bi-file-earmark-x-fill:before { + content: "\f38e"; +} +.bi-file-earmark-x:before { + content: "\f38f"; +} +.bi-file-earmark-zip-fill:before { + content: "\f390"; +} +.bi-file-earmark-zip:before { + content: "\f391"; +} +.bi-file-earmark:before { + content: "\f392"; +} +.bi-file-easel-fill:before { + content: "\f393"; +} +.bi-file-easel:before { + content: "\f394"; +} +.bi-file-excel-fill:before { + content: "\f395"; +} +.bi-file-excel:before { + content: "\f396"; +} +.bi-file-fill:before { + content: "\f397"; +} +.bi-file-font-fill:before { + content: "\f398"; +} +.bi-file-font:before { + content: "\f399"; +} +.bi-file-image-fill:before { + content: "\f39a"; +} +.bi-file-image:before { + content: "\f39b"; +} +.bi-file-lock-fill:before { + content: "\f39c"; +} +.bi-file-lock:before { + content: "\f39d"; +} +.bi-file-lock2-fill:before { + content: "\f39e"; +} +.bi-file-lock2:before { + content: "\f39f"; +} +.bi-file-medical-fill:before { + content: "\f3a0"; +} +.bi-file-medical:before { + content: "\f3a1"; +} +.bi-file-minus-fill:before { + content: "\f3a2"; +} +.bi-file-minus:before { + content: "\f3a3"; +} +.bi-file-music-fill:before { + content: "\f3a4"; +} +.bi-file-music:before { + content: "\f3a5"; +} +.bi-file-person-fill:before { + content: "\f3a6"; +} +.bi-file-person:before { + content: "\f3a7"; +} +.bi-file-play-fill:before { + content: "\f3a8"; +} +.bi-file-play:before { + content: "\f3a9"; +} +.bi-file-plus-fill:before { + content: "\f3aa"; +} +.bi-file-plus:before { + content: "\f3ab"; +} +.bi-file-post-fill:before { + content: "\f3ac"; +} +.bi-file-post:before { + content: "\f3ad"; +} +.bi-file-ppt-fill:before { + content: "\f3ae"; +} +.bi-file-ppt:before { + content: "\f3af"; +} +.bi-file-richtext-fill:before { + content: "\f3b0"; +} +.bi-file-richtext:before { + content: "\f3b1"; +} +.bi-file-ruled-fill:before { + content: "\f3b2"; +} +.bi-file-ruled:before { + content: "\f3b3"; +} +.bi-file-slides-fill:before { + content: "\f3b4"; +} +.bi-file-slides:before { + content: "\f3b5"; +} +.bi-file-spreadsheet-fill:before { + content: "\f3b6"; +} +.bi-file-spreadsheet:before { + content: "\f3b7"; +} +.bi-file-text-fill:before { + content: "\f3b8"; +} +.bi-file-text:before { + content: "\f3b9"; +} +.bi-file-word-fill:before { + content: "\f3ba"; +} +.bi-file-word:before { + content: "\f3bb"; +} +.bi-file-x-fill:before { + content: "\f3bc"; +} +.bi-file-x:before { + content: "\f3bd"; +} +.bi-file-zip-fill:before { + content: "\f3be"; +} +.bi-file-zip:before { + content: "\f3bf"; +} +.bi-file:before { + content: "\f3c0"; +} +.bi-files-alt:before { + content: "\f3c1"; +} +.bi-files:before { + content: "\f3c2"; +} +.bi-film:before { + content: "\f3c3"; +} +.bi-filter-circle-fill:before { + content: "\f3c4"; +} +.bi-filter-circle:before { + content: "\f3c5"; +} +.bi-filter-left:before { + content: "\f3c6"; +} +.bi-filter-right:before { + content: "\f3c7"; +} +.bi-filter-square-fill:before { + content: "\f3c8"; +} +.bi-filter-square:before { + content: "\f3c9"; +} +.bi-filter:before { + content: "\f3ca"; +} +.bi-flag-fill:before { + content: "\f3cb"; +} +.bi-flag:before { + content: "\f3cc"; +} +.bi-flower1:before { + content: "\f3cd"; +} +.bi-flower2:before { + content: "\f3ce"; +} +.bi-flower3:before { + content: "\f3cf"; +} +.bi-folder-check:before { + content: "\f3d0"; +} +.bi-folder-fill:before { + content: "\f3d1"; +} +.bi-folder-minus:before { + content: "\f3d2"; +} +.bi-folder-plus:before { + content: "\f3d3"; +} +.bi-folder-symlink-fill:before { + content: "\f3d4"; +} +.bi-folder-symlink:before { + content: "\f3d5"; +} +.bi-folder-x:before { + content: "\f3d6"; +} +.bi-folder:before { + content: "\f3d7"; +} +.bi-folder2-open:before { + content: "\f3d8"; +} +.bi-folder2:before { + content: "\f3d9"; +} +.bi-fonts:before { + content: "\f3da"; +} +.bi-forward-fill:before { + content: "\f3db"; +} +.bi-forward:before { + content: "\f3dc"; +} +.bi-front:before { + content: "\f3dd"; +} +.bi-fullscreen-exit:before { + content: "\f3de"; +} +.bi-fullscreen:before { + content: "\f3df"; +} +.bi-funnel-fill:before { + content: "\f3e0"; +} +.bi-funnel:before { + content: "\f3e1"; +} +.bi-gear-fill:before { + content: "\f3e2"; +} +.bi-gear-wide-connected:before { + content: "\f3e3"; +} +.bi-gear-wide:before { + content: "\f3e4"; +} +.bi-gear:before { + content: "\f3e5"; +} +.bi-gem:before { + content: "\f3e6"; +} +.bi-geo-alt-fill:before { + content: "\f3e7"; +} +.bi-geo-alt:before { + content: "\f3e8"; +} +.bi-geo-fill:before { + content: "\f3e9"; +} +.bi-geo:before { + content: "\f3ea"; +} +.bi-gift-fill:before { + content: "\f3eb"; +} +.bi-gift:before { + content: "\f3ec"; +} +.bi-github:before { + content: "\f3ed"; +} +.bi-globe:before { + content: "\f3ee"; +} +.bi-globe2:before { + content: "\f3ef"; +} +.bi-google:before { + content: "\f3f0"; +} +.bi-graph-down:before { + content: "\f3f1"; +} +.bi-graph-up:before { + content: "\f3f2"; +} +.bi-grid-1x2-fill:before { + content: "\f3f3"; +} +.bi-grid-1x2:before { + content: "\f3f4"; +} +.bi-grid-3x2-gap-fill:before { + content: "\f3f5"; +} +.bi-grid-3x2-gap:before { + content: "\f3f6"; +} +.bi-grid-3x2:before { + content: "\f3f7"; +} +.bi-grid-3x3-gap-fill:before { + content: "\f3f8"; +} +.bi-grid-3x3-gap:before { + content: "\f3f9"; +} +.bi-grid-3x3:before { + content: "\f3fa"; +} +.bi-grid-fill:before { + content: "\f3fb"; +} +.bi-grid:before { + content: "\f3fc"; +} +.bi-grip-horizontal:before { + content: "\f3fd"; +} +.bi-grip-vertical:before { + content: "\f3fe"; +} +.bi-hammer:before { + content: "\f3ff"; +} +.bi-hand-index-fill:before { + content: "\f400"; +} +.bi-hand-index-thumb-fill:before { + content: "\f401"; +} +.bi-hand-index-thumb:before { + content: "\f402"; +} +.bi-hand-index:before { + content: "\f403"; +} +.bi-hand-thumbs-down-fill:before { + content: "\f404"; +} +.bi-hand-thumbs-down:before { + content: "\f405"; +} +.bi-hand-thumbs-up-fill:before { + content: "\f406"; +} +.bi-hand-thumbs-up:before { + content: "\f407"; +} +.bi-handbag-fill:before { + content: "\f408"; +} +.bi-handbag:before { + content: "\f409"; +} +.bi-hash:before { + content: "\f40a"; +} +.bi-hdd-fill:before { + content: "\f40b"; +} +.bi-hdd-network-fill:before { + content: "\f40c"; +} +.bi-hdd-network:before { + content: "\f40d"; +} +.bi-hdd-rack-fill:before { + content: "\f40e"; +} +.bi-hdd-rack:before { + content: "\f40f"; +} +.bi-hdd-stack-fill:before { + content: "\f410"; +} +.bi-hdd-stack:before { + content: "\f411"; +} +.bi-hdd:before { + content: "\f412"; +} +.bi-headphones:before { + content: "\f413"; +} +.bi-headset:before { + content: "\f414"; +} +.bi-heart-fill:before { + content: "\f415"; +} +.bi-heart-half:before { + content: "\f416"; +} +.bi-heart:before { + content: "\f417"; +} +.bi-heptagon-fill:before { + content: "\f418"; +} +.bi-heptagon-half:before { + content: "\f419"; +} +.bi-heptagon:before { + content: "\f41a"; +} +.bi-hexagon-fill:before { + content: "\f41b"; +} +.bi-hexagon-half:before { + content: "\f41c"; +} +.bi-hexagon:before { + content: "\f41d"; +} +.bi-hourglass-bottom:before { + content: "\f41e"; +} +.bi-hourglass-split:before { + content: "\f41f"; +} +.bi-hourglass-top:before { + content: "\f420"; +} +.bi-hourglass:before { + content: "\f421"; +} +.bi-house-door-fill:before { + content: "\f422"; +} +.bi-house-door:before { + content: "\f423"; +} +.bi-house-fill:before { + content: "\f424"; +} +.bi-house:before { + content: "\f425"; +} +.bi-hr:before { + content: "\f426"; +} +.bi-hurricane:before { + content: "\f427"; +} +.bi-image-alt:before { + content: "\f428"; +} +.bi-image-fill:before { + content: "\f429"; +} +.bi-image:before { + content: "\f42a"; +} +.bi-images:before { + content: "\f42b"; +} +.bi-inbox-fill:before { + content: "\f42c"; +} +.bi-inbox:before { + content: "\f42d"; +} +.bi-inboxes-fill:before { + content: "\f42e"; +} +.bi-inboxes:before { + content: "\f42f"; +} +.bi-info-circle-fill:before { + content: "\f430"; +} +.bi-info-circle:before { + content: "\f431"; +} +.bi-info-square-fill:before { + content: "\f432"; +} +.bi-info-square:before { + content: "\f433"; +} +.bi-info:before { + content: "\f434"; +} +.bi-input-cursor-text:before { + content: "\f435"; +} +.bi-input-cursor:before { + content: "\f436"; +} +.bi-instagram:before { + content: "\f437"; +} +.bi-intersect:before { + content: "\f438"; +} +.bi-journal-album:before { + content: "\f439"; +} +.bi-journal-arrow-down:before { + content: "\f43a"; +} +.bi-journal-arrow-up:before { + content: "\f43b"; +} +.bi-journal-bookmark-fill:before { + content: "\f43c"; +} +.bi-journal-bookmark:before { + content: "\f43d"; +} +.bi-journal-check:before { + content: "\f43e"; +} +.bi-journal-code:before { + content: "\f43f"; +} +.bi-journal-medical:before { + content: "\f440"; +} +.bi-journal-minus:before { + content: "\f441"; +} +.bi-journal-plus:before { + content: "\f442"; +} +.bi-journal-richtext:before { + content: "\f443"; +} +.bi-journal-text:before { + content: "\f444"; +} +.bi-journal-x:before { + content: "\f445"; +} +.bi-journal:before { + content: "\f446"; +} +.bi-journals:before { + content: "\f447"; +} +.bi-joystick:before { + content: "\f448"; +} +.bi-justify-left:before { + content: "\f449"; +} +.bi-justify-right:before { + content: "\f44a"; +} +.bi-justify:before { + content: "\f44b"; +} +.bi-kanban-fill:before { + content: "\f44c"; +} +.bi-kanban:before { + content: "\f44d"; +} +.bi-key-fill:before { + content: "\f44e"; +} +.bi-key:before { + content: "\f44f"; +} +.bi-keyboard-fill:before { + content: "\f450"; +} +.bi-keyboard:before { + content: "\f451"; +} +.bi-ladder:before { + content: "\f452"; +} +.bi-lamp-fill:before { + content: "\f453"; +} +.bi-lamp:before { + content: "\f454"; +} +.bi-laptop-fill:before { + content: "\f455"; +} +.bi-laptop:before { + content: "\f456"; +} +.bi-layer-backward:before { + content: "\f457"; +} +.bi-layer-forward:before { + content: "\f458"; +} +.bi-layers-fill:before { + content: "\f459"; +} +.bi-layers-half:before { + content: "\f45a"; +} +.bi-layers:before { + content: "\f45b"; +} +.bi-layout-sidebar-inset-reverse:before { + content: "\f45c"; +} +.bi-layout-sidebar-inset:before { + content: "\f45d"; +} +.bi-layout-sidebar-reverse:before { + content: "\f45e"; +} +.bi-layout-sidebar:before { + content: "\f45f"; +} +.bi-layout-split:before { + content: "\f460"; +} +.bi-layout-text-sidebar-reverse:before { + content: "\f461"; +} +.bi-layout-text-sidebar:before { + content: "\f462"; +} +.bi-layout-text-window-reverse:before { + content: "\f463"; +} +.bi-layout-text-window:before { + content: "\f464"; +} +.bi-layout-three-columns:before { + content: "\f465"; +} +.bi-layout-wtf:before { + content: "\f466"; +} +.bi-life-preserver:before { + content: "\f467"; +} +.bi-lightbulb-fill:before { + content: "\f468"; +} +.bi-lightbulb-off-fill:before { + content: "\f469"; +} +.bi-lightbulb-off:before { + content: "\f46a"; +} +.bi-lightbulb:before { + content: "\f46b"; +} +.bi-lightning-charge-fill:before { + content: "\f46c"; +} +.bi-lightning-charge:before { + content: "\f46d"; +} +.bi-lightning-fill:before { + content: "\f46e"; +} +.bi-lightning:before { + content: "\f46f"; +} +.bi-link-45deg:before { + content: "\f470"; +} +.bi-link:before { + content: "\f471"; +} +.bi-linkedin:before { + content: "\f472"; +} +.bi-list-check:before { + content: "\f473"; +} +.bi-list-nested:before { + content: "\f474"; +} +.bi-list-ol:before { + content: "\f475"; +} +.bi-list-stars:before { + content: "\f476"; +} +.bi-list-task:before { + content: "\f477"; +} +.bi-list-ul:before { + content: "\f478"; +} +.bi-list:before { + content: "\f479"; +} +.bi-lock-fill:before { + content: "\f47a"; +} +.bi-lock:before { + content: "\f47b"; +} +.bi-mailbox:before { + content: "\f47c"; +} +.bi-mailbox2:before { + content: "\f47d"; +} +.bi-map-fill:before { + content: "\f47e"; +} +.bi-map:before { + content: "\f47f"; +} +.bi-markdown-fill:before { + content: "\f480"; +} +.bi-markdown:before { + content: "\f481"; +} +.bi-mask:before { + content: "\f482"; +} +.bi-megaphone-fill:before { + content: "\f483"; +} +.bi-megaphone:before { + content: "\f484"; +} +.bi-menu-app-fill:before { + content: "\f485"; +} +.bi-menu-app:before { + content: "\f486"; +} +.bi-menu-button-fill:before { + content: "\f487"; +} +.bi-menu-button-wide-fill:before { + content: "\f488"; +} +.bi-menu-button-wide:before { + content: "\f489"; +} +.bi-menu-button:before { + content: "\f48a"; +} +.bi-menu-down:before { + content: "\f48b"; +} +.bi-menu-up:before { + content: "\f48c"; +} +.bi-mic-fill:before { + content: "\f48d"; +} +.bi-mic-mute-fill:before { + content: "\f48e"; +} +.bi-mic-mute:before { + content: "\f48f"; +} +.bi-mic:before { + content: "\f490"; +} +.bi-minecart-loaded:before { + content: "\f491"; +} +.bi-minecart:before { + content: "\f492"; +} +.bi-moisture:before { + content: "\f493"; +} +.bi-moon-fill:before { + content: "\f494"; +} +.bi-moon-stars-fill:before { + content: "\f495"; +} +.bi-moon-stars:before { + content: "\f496"; +} +.bi-moon:before { + content: "\f497"; +} +.bi-mouse-fill:before { + content: "\f498"; +} +.bi-mouse:before { + content: "\f499"; +} +.bi-mouse2-fill:before { + content: "\f49a"; +} +.bi-mouse2:before { + content: "\f49b"; +} +.bi-mouse3-fill:before { + content: "\f49c"; +} +.bi-mouse3:before { + content: "\f49d"; +} +.bi-music-note-beamed:before { + content: "\f49e"; +} +.bi-music-note-list:before { + content: "\f49f"; +} +.bi-music-note:before { + content: "\f4a0"; +} +.bi-music-player-fill:before { + content: "\f4a1"; +} +.bi-music-player:before { + content: "\f4a2"; +} +.bi-newspaper:before { + content: "\f4a3"; +} +.bi-node-minus-fill:before { + content: "\f4a4"; +} +.bi-node-minus:before { + content: "\f4a5"; +} +.bi-node-plus-fill:before { + content: "\f4a6"; +} +.bi-node-plus:before { + content: "\f4a7"; +} +.bi-nut-fill:before { + content: "\f4a8"; +} +.bi-nut:before { + content: "\f4a9"; +} +.bi-octagon-fill:before { + content: "\f4aa"; +} +.bi-octagon-half:before { + content: "\f4ab"; +} +.bi-octagon:before { + content: "\f4ac"; +} +.bi-option:before { + content: "\f4ad"; +} +.bi-outlet:before { + content: "\f4ae"; +} +.bi-paint-bucket:before { + content: "\f4af"; +} +.bi-palette-fill:before { + content: "\f4b0"; +} +.bi-palette:before { + content: "\f4b1"; +} +.bi-palette2:before { + content: "\f4b2"; +} +.bi-paperclip:before { + content: "\f4b3"; +} +.bi-paragraph:before { + content: "\f4b4"; +} +.bi-patch-check-fill:before { + content: "\f4b5"; +} +.bi-patch-check:before { + content: "\f4b6"; +} +.bi-patch-exclamation-fill:before { + content: "\f4b7"; +} +.bi-patch-exclamation:before { + content: "\f4b8"; +} +.bi-patch-minus-fill:before { + content: "\f4b9"; +} +.bi-patch-minus:before { + content: "\f4ba"; +} +.bi-patch-plus-fill:before { + content: "\f4bb"; +} +.bi-patch-plus:before { + content: "\f4bc"; +} +.bi-patch-question-fill:before { + content: "\f4bd"; +} +.bi-patch-question:before { + content: "\f4be"; +} +.bi-pause-btn-fill:before { + content: "\f4bf"; +} +.bi-pause-btn:before { + content: "\f4c0"; +} +.bi-pause-circle-fill:before { + content: "\f4c1"; +} +.bi-pause-circle:before { + content: "\f4c2"; +} +.bi-pause-fill:before { + content: "\f4c3"; +} +.bi-pause:before { + content: "\f4c4"; +} +.bi-peace-fill:before { + content: "\f4c5"; +} +.bi-peace:before { + content: "\f4c6"; +} +.bi-pen-fill:before { + content: "\f4c7"; +} +.bi-pen:before { + content: "\f4c8"; +} +.bi-pencil-fill:before { + content: "\f4c9"; +} +.bi-pencil-square:before { + content: "\f4ca"; +} +.bi-pencil:before { + content: "\f4cb"; +} +.bi-pentagon-fill:before { + content: "\f4cc"; +} +.bi-pentagon-half:before { + content: "\f4cd"; +} +.bi-pentagon:before { + content: "\f4ce"; +} +.bi-people-fill:before { + content: "\f4cf"; +} +.bi-people:before { + content: "\f4d0"; +} +.bi-percent:before { + content: "\f4d1"; +} +.bi-person-badge-fill:before { + content: "\f4d2"; +} +.bi-person-badge:before { + content: "\f4d3"; +} +.bi-person-bounding-box:before { + content: "\f4d4"; +} +.bi-person-check-fill:before { + content: "\f4d5"; +} +.bi-person-check:before { + content: "\f4d6"; +} +.bi-person-circle:before { + content: "\f4d7"; +} +.bi-person-dash-fill:before { + content: "\f4d8"; +} +.bi-person-dash:before { + content: "\f4d9"; +} +.bi-person-fill:before { + content: "\f4da"; +} +.bi-person-lines-fill:before { + content: "\f4db"; +} +.bi-person-plus-fill:before { + content: "\f4dc"; +} +.bi-person-plus:before { + content: "\f4dd"; +} +.bi-person-square:before { + content: "\f4de"; +} +.bi-person-x-fill:before { + content: "\f4df"; +} +.bi-person-x:before { + content: "\f4e0"; +} +.bi-person:before { + content: "\f4e1"; +} +.bi-phone-fill:before { + content: "\f4e2"; +} +.bi-phone-landscape-fill:before { + content: "\f4e3"; +} +.bi-phone-landscape:before { + content: "\f4e4"; +} +.bi-phone-vibrate-fill:before { + content: "\f4e5"; +} +.bi-phone-vibrate:before { + content: "\f4e6"; +} +.bi-phone:before { + content: "\f4e7"; +} +.bi-pie-chart-fill:before { + content: "\f4e8"; +} +.bi-pie-chart:before { + content: "\f4e9"; +} +.bi-pin-angle-fill:before { + content: "\f4ea"; +} +.bi-pin-angle:before { + content: "\f4eb"; +} +.bi-pin-fill:before { + content: "\f4ec"; +} +.bi-pin:before { + content: "\f4ed"; +} +.bi-pip-fill:before { + content: "\f4ee"; +} +.bi-pip:before { + content: "\f4ef"; +} +.bi-play-btn-fill:before { + content: "\f4f0"; +} +.bi-play-btn:before { + content: "\f4f1"; +} +.bi-play-circle-fill:before { + content: "\f4f2"; +} +.bi-play-circle:before { + content: "\f4f3"; +} +.bi-play-fill:before { + content: "\f4f4"; +} +.bi-play:before { + content: "\f4f5"; +} +.bi-plug-fill:before { + content: "\f4f6"; +} +.bi-plug:before { + content: "\f4f7"; +} +.bi-plus-circle-dotted:before { + content: "\f4f8"; +} +.bi-plus-circle-fill:before { + content: "\f4f9"; +} +.bi-plus-circle:before { + content: "\f4fa"; +} +.bi-plus-square-dotted:before { + content: "\f4fb"; +} +.bi-plus-square-fill:before { + content: "\f4fc"; +} +.bi-plus-square:before { + content: "\f4fd"; +} +.bi-plus:before { + content: "\f4fe"; +} +.bi-power:before { + content: "\f4ff"; +} +.bi-printer-fill:before { + content: "\f500"; +} +.bi-printer:before { + content: "\f501"; +} +.bi-puzzle-fill:before { + content: "\f502"; +} +.bi-puzzle:before { + content: "\f503"; +} +.bi-question-circle-fill:before { + content: "\f504"; +} +.bi-question-circle:before { + content: "\f505"; +} +.bi-question-diamond-fill:before { + content: "\f506"; +} +.bi-question-diamond:before { + content: "\f507"; +} +.bi-question-octagon-fill:before { + content: "\f508"; +} +.bi-question-octagon:before { + content: "\f509"; +} +.bi-question-square-fill:before { + content: "\f50a"; +} +.bi-question-square:before { + content: "\f50b"; +} +.bi-question:before { + content: "\f50c"; +} +.bi-rainbow:before { + content: "\f50d"; +} +.bi-receipt-cutoff:before { + content: "\f50e"; +} +.bi-receipt:before { + content: "\f50f"; +} +.bi-reception-0:before { + content: "\f510"; +} +.bi-reception-1:before { + content: "\f511"; +} +.bi-reception-2:before { + content: "\f512"; +} +.bi-reception-3:before { + content: "\f513"; +} +.bi-reception-4:before { + content: "\f514"; +} +.bi-record-btn-fill:before { + content: "\f515"; +} +.bi-record-btn:before { + content: "\f516"; +} +.bi-record-circle-fill:before { + content: "\f517"; +} +.bi-record-circle:before { + content: "\f518"; +} +.bi-record-fill:before { + content: "\f519"; +} +.bi-record:before { + content: "\f51a"; +} +.bi-record2-fill:before { + content: "\f51b"; +} +.bi-record2:before { + content: "\f51c"; +} +.bi-reply-all-fill:before { + content: "\f51d"; +} +.bi-reply-all:before { + content: "\f51e"; +} +.bi-reply-fill:before { + content: "\f51f"; +} +.bi-reply:before { + content: "\f520"; +} +.bi-rss-fill:before { + content: "\f521"; +} +.bi-rss:before { + content: "\f522"; +} +.bi-rulers:before { + content: "\f523"; +} +.bi-save-fill:before { + content: "\f524"; +} +.bi-save:before { + content: "\f525"; +} +.bi-save2-fill:before { + content: "\f526"; +} +.bi-save2:before { + content: "\f527"; +} +.bi-scissors:before { + content: "\f528"; +} +.bi-screwdriver:before { + content: "\f529"; +} +.bi-search:before { + content: "\f52a"; +} +.bi-segmented-nav:before { + content: "\f52b"; +} +.bi-server:before { + content: "\f52c"; +} +.bi-share-fill:before { + content: "\f52d"; +} +.bi-share:before { + content: "\f52e"; +} +.bi-shield-check:before { + content: "\f52f"; +} +.bi-shield-exclamation:before { + content: "\f530"; +} +.bi-shield-fill-check:before { + content: "\f531"; +} +.bi-shield-fill-exclamation:before { + content: "\f532"; +} +.bi-shield-fill-minus:before { + content: "\f533"; +} +.bi-shield-fill-plus:before { + content: "\f534"; +} +.bi-shield-fill-x:before { + content: "\f535"; +} +.bi-shield-fill:before { + content: "\f536"; +} +.bi-shield-lock-fill:before { + content: "\f537"; +} +.bi-shield-lock:before { + content: "\f538"; +} +.bi-shield-minus:before { + content: "\f539"; +} +.bi-shield-plus:before { + content: "\f53a"; +} +.bi-shield-shaded:before { + content: "\f53b"; +} +.bi-shield-slash-fill:before { + content: "\f53c"; +} +.bi-shield-slash:before { + content: "\f53d"; +} +.bi-shield-x:before { + content: "\f53e"; +} +.bi-shield:before { + content: "\f53f"; +} +.bi-shift-fill:before { + content: "\f540"; +} +.bi-shift:before { + content: "\f541"; +} +.bi-shop-window:before { + content: "\f542"; +} +.bi-shop:before { + content: "\f543"; +} +.bi-shuffle:before { + content: "\f544"; +} +.bi-signpost-2-fill:before { + content: "\f545"; +} +.bi-signpost-2:before { + content: "\f546"; +} +.bi-signpost-fill:before { + content: "\f547"; +} +.bi-signpost-split-fill:before { + content: "\f548"; +} +.bi-signpost-split:before { + content: "\f549"; +} +.bi-signpost:before { + content: "\f54a"; +} +.bi-sim-fill:before { + content: "\f54b"; +} +.bi-sim:before { + content: "\f54c"; +} +.bi-skip-backward-btn-fill:before { + content: "\f54d"; +} +.bi-skip-backward-btn:before { + content: "\f54e"; +} +.bi-skip-backward-circle-fill:before { + content: "\f54f"; +} +.bi-skip-backward-circle:before { + content: "\f550"; +} +.bi-skip-backward-fill:before { + content: "\f551"; +} +.bi-skip-backward:before { + content: "\f552"; +} +.bi-skip-end-btn-fill:before { + content: "\f553"; +} +.bi-skip-end-btn:before { + content: "\f554"; +} +.bi-skip-end-circle-fill:before { + content: "\f555"; +} +.bi-skip-end-circle:before { + content: "\f556"; +} +.bi-skip-end-fill:before { + content: "\f557"; +} +.bi-skip-end:before { + content: "\f558"; +} +.bi-skip-forward-btn-fill:before { + content: "\f559"; +} +.bi-skip-forward-btn:before { + content: "\f55a"; +} +.bi-skip-forward-circle-fill:before { + content: "\f55b"; +} +.bi-skip-forward-circle:before { + content: "\f55c"; +} +.bi-skip-forward-fill:before { + content: "\f55d"; +} +.bi-skip-forward:before { + content: "\f55e"; +} +.bi-skip-start-btn-fill:before { + content: "\f55f"; +} +.bi-skip-start-btn:before { + content: "\f560"; +} +.bi-skip-start-circle-fill:before { + content: "\f561"; +} +.bi-skip-start-circle:before { + content: "\f562"; +} +.bi-skip-start-fill:before { + content: "\f563"; +} +.bi-skip-start:before { + content: "\f564"; +} +.bi-slack:before { + content: "\f565"; +} +.bi-slash-circle-fill:before { + content: "\f566"; +} +.bi-slash-circle:before { + content: "\f567"; +} +.bi-slash-square-fill:before { + content: "\f568"; +} +.bi-slash-square:before { + content: "\f569"; +} +.bi-slash:before { + content: "\f56a"; +} +.bi-sliders:before { + content: "\f56b"; +} +.bi-smartwatch:before { + content: "\f56c"; +} +.bi-snow:before { + content: "\f56d"; +} +.bi-snow2:before { + content: "\f56e"; +} +.bi-snow3:before { + content: "\f56f"; +} +.bi-sort-alpha-down-alt:before { + content: "\f570"; +} +.bi-sort-alpha-down:before { + content: "\f571"; +} +.bi-sort-alpha-up-alt:before { + content: "\f572"; +} +.bi-sort-alpha-up:before { + content: "\f573"; +} +.bi-sort-down-alt:before { + content: "\f574"; +} +.bi-sort-down:before { + content: "\f575"; +} +.bi-sort-numeric-down-alt:before { + content: "\f576"; +} +.bi-sort-numeric-down:before { + content: "\f577"; +} +.bi-sort-numeric-up-alt:before { + content: "\f578"; +} +.bi-sort-numeric-up:before { + content: "\f579"; +} +.bi-sort-up-alt:before { + content: "\f57a"; +} +.bi-sort-up:before { + content: "\f57b"; +} +.bi-soundwave:before { + content: "\f57c"; +} +.bi-speaker-fill:before { + content: "\f57d"; +} +.bi-speaker:before { + content: "\f57e"; +} +.bi-speedometer:before { + content: "\f57f"; +} +.bi-speedometer2:before { + content: "\f580"; +} +.bi-spellcheck:before { + content: "\f581"; +} +.bi-square-fill:before { + content: "\f582"; +} +.bi-square-half:before { + content: "\f583"; +} +.bi-square:before { + content: "\f584"; +} +.bi-stack:before { + content: "\f585"; +} +.bi-star-fill:before { + content: "\f586"; +} +.bi-star-half:before { + content: "\f587"; +} +.bi-star:before { + content: "\f588"; +} +.bi-stars:before { + content: "\f589"; +} +.bi-stickies-fill:before { + content: "\f58a"; +} +.bi-stickies:before { + content: "\f58b"; +} +.bi-sticky-fill:before { + content: "\f58c"; +} +.bi-sticky:before { + content: "\f58d"; +} +.bi-stop-btn-fill:before { + content: "\f58e"; +} +.bi-stop-btn:before { + content: "\f58f"; +} +.bi-stop-circle-fill:before { + content: "\f590"; +} +.bi-stop-circle:before { + content: "\f591"; +} +.bi-stop-fill:before { + content: "\f592"; +} +.bi-stop:before { + content: "\f593"; +} +.bi-stoplights-fill:before { + content: "\f594"; +} +.bi-stoplights:before { + content: "\f595"; +} +.bi-stopwatch-fill:before { + content: "\f596"; +} +.bi-stopwatch:before { + content: "\f597"; +} +.bi-subtract:before { + content: "\f598"; +} +.bi-suit-club-fill:before { + content: "\f599"; +} +.bi-suit-club:before { + content: "\f59a"; +} +.bi-suit-diamond-fill:before { + content: "\f59b"; +} +.bi-suit-diamond:before { + content: "\f59c"; +} +.bi-suit-heart-fill:before { + content: "\f59d"; +} +.bi-suit-heart:before { + content: "\f59e"; +} +.bi-suit-spade-fill:before { + content: "\f59f"; +} +.bi-suit-spade:before { + content: "\f5a0"; +} +.bi-sun-fill:before { + content: "\f5a1"; +} +.bi-sun:before { + content: "\f5a2"; +} +.bi-sunglasses:before { + content: "\f5a3"; +} +.bi-sunrise-fill:before { + content: "\f5a4"; +} +.bi-sunrise:before { + content: "\f5a5"; +} +.bi-sunset-fill:before { + content: "\f5a6"; +} +.bi-sunset:before { + content: "\f5a7"; +} +.bi-symmetry-horizontal:before { + content: "\f5a8"; +} +.bi-symmetry-vertical:before { + content: "\f5a9"; +} +.bi-table:before { + content: "\f5aa"; +} +.bi-tablet-fill:before { + content: "\f5ab"; +} +.bi-tablet-landscape-fill:before { + content: "\f5ac"; +} +.bi-tablet-landscape:before { + content: "\f5ad"; +} +.bi-tablet:before { + content: "\f5ae"; +} +.bi-tag-fill:before { + content: "\f5af"; +} +.bi-tag:before { + content: "\f5b0"; +} +.bi-tags-fill:before { + content: "\f5b1"; +} +.bi-tags:before { + content: "\f5b2"; +} +.bi-telegram:before { + content: "\f5b3"; +} +.bi-telephone-fill:before { + content: "\f5b4"; +} +.bi-telephone-forward-fill:before { + content: "\f5b5"; +} +.bi-telephone-forward:before { + content: "\f5b6"; +} +.bi-telephone-inbound-fill:before { + content: "\f5b7"; +} +.bi-telephone-inbound:before { + content: "\f5b8"; +} +.bi-telephone-minus-fill:before { + content: "\f5b9"; +} +.bi-telephone-minus:before { + content: "\f5ba"; +} +.bi-telephone-outbound-fill:before { + content: "\f5bb"; +} +.bi-telephone-outbound:before { + content: "\f5bc"; +} +.bi-telephone-plus-fill:before { + content: "\f5bd"; +} +.bi-telephone-plus:before { + content: "\f5be"; +} +.bi-telephone-x-fill:before { + content: "\f5bf"; +} +.bi-telephone-x:before { + content: "\f5c0"; +} +.bi-telephone:before { + content: "\f5c1"; +} +.bi-terminal-fill:before { + content: "\f5c2"; +} +.bi-terminal:before { + content: "\f5c3"; +} +.bi-text-center:before { + content: "\f5c4"; +} +.bi-text-indent-left:before { + content: "\f5c5"; +} +.bi-text-indent-right:before { + content: "\f5c6"; +} +.bi-text-left:before { + content: "\f5c7"; +} +.bi-text-paragraph:before { + content: "\f5c8"; +} +.bi-text-right:before { + content: "\f5c9"; +} +.bi-textarea-resize:before { + content: "\f5ca"; +} +.bi-textarea-t:before { + content: "\f5cb"; +} +.bi-textarea:before { + content: "\f5cc"; +} +.bi-thermometer-half:before { + content: "\f5cd"; +} +.bi-thermometer-high:before { + content: "\f5ce"; +} +.bi-thermometer-low:before { + content: "\f5cf"; +} +.bi-thermometer-snow:before { + content: "\f5d0"; +} +.bi-thermometer-sun:before { + content: "\f5d1"; +} +.bi-thermometer:before { + content: "\f5d2"; +} +.bi-three-dots-vertical:before { + content: "\f5d3"; +} +.bi-three-dots:before { + content: "\f5d4"; +} +.bi-toggle-off:before { + content: "\f5d5"; +} +.bi-toggle-on:before { + content: "\f5d6"; +} +.bi-toggle2-off:before { + content: "\f5d7"; +} +.bi-toggle2-on:before { + content: "\f5d8"; +} +.bi-toggles:before { + content: "\f5d9"; +} +.bi-toggles2:before { + content: "\f5da"; +} +.bi-tools:before { + content: "\f5db"; +} +.bi-tornado:before { + content: "\f5dc"; +} +.bi-trash-fill:before { + content: "\f5dd"; +} +.bi-trash:before { + content: "\f5de"; +} +.bi-trash2-fill:before { + content: "\f5df"; +} +.bi-trash2:before { + content: "\f5e0"; +} +.bi-tree-fill:before { + content: "\f5e1"; +} +.bi-tree:before { + content: "\f5e2"; +} +.bi-triangle-fill:before { + content: "\f5e3"; +} +.bi-triangle-half:before { + content: "\f5e4"; +} +.bi-triangle:before { + content: "\f5e5"; +} +.bi-trophy-fill:before { + content: "\f5e6"; +} +.bi-trophy:before { + content: "\f5e7"; +} +.bi-tropical-storm:before { + content: "\f5e8"; +} +.bi-truck-flatbed:before { + content: "\f5e9"; +} +.bi-truck:before { + content: "\f5ea"; +} +.bi-tsunami:before { + content: "\f5eb"; +} +.bi-tv-fill:before { + content: "\f5ec"; +} +.bi-tv:before { + content: "\f5ed"; +} +.bi-twitch:before { + content: "\f5ee"; +} +.bi-twitter:before { + content: "\f5ef"; +} +.bi-type-bold:before { + content: "\f5f0"; +} +.bi-type-h1:before { + content: "\f5f1"; +} +.bi-type-h2:before { + content: "\f5f2"; +} +.bi-type-h3:before { + content: "\f5f3"; +} +.bi-type-italic:before { + content: "\f5f4"; +} +.bi-type-strikethrough:before { + content: "\f5f5"; +} +.bi-type-underline:before { + content: "\f5f6"; +} +.bi-type:before { + content: "\f5f7"; +} +.bi-ui-checks-grid:before { + content: "\f5f8"; +} +.bi-ui-checks:before { + content: "\f5f9"; +} +.bi-ui-radios-grid:before { + content: "\f5fa"; +} +.bi-ui-radios:before { + content: "\f5fb"; +} +.bi-umbrella-fill:before { + content: "\f5fc"; +} +.bi-umbrella:before { + content: "\f5fd"; +} +.bi-union:before { + content: "\f5fe"; +} +.bi-unlock-fill:before { + content: "\f5ff"; +} +.bi-unlock:before { + content: "\f600"; +} +.bi-upc-scan:before { + content: "\f601"; +} +.bi-upc:before { + content: "\f602"; +} +.bi-upload:before { + content: "\f603"; +} +.bi-vector-pen:before { + content: "\f604"; +} +.bi-view-list:before { + content: "\f605"; +} +.bi-view-stacked:before { + content: "\f606"; +} +.bi-vinyl-fill:before { + content: "\f607"; +} +.bi-vinyl:before { + content: "\f608"; +} +.bi-voicemail:before { + content: "\f609"; +} +.bi-volume-down-fill:before { + content: "\f60a"; +} +.bi-volume-down:before { + content: "\f60b"; +} +.bi-volume-mute-fill:before { + content: "\f60c"; +} +.bi-volume-mute:before { + content: "\f60d"; +} +.bi-volume-off-fill:before { + content: "\f60e"; +} +.bi-volume-off:before { + content: "\f60f"; +} +.bi-volume-up-fill:before { + content: "\f610"; +} +.bi-volume-up:before { + content: "\f611"; +} +.bi-vr:before { + content: "\f612"; +} +.bi-wallet-fill:before { + content: "\f613"; +} +.bi-wallet:before { + content: "\f614"; +} +.bi-wallet2:before { + content: "\f615"; +} +.bi-watch:before { + content: "\f616"; +} +.bi-water:before { + content: "\f617"; +} +.bi-whatsapp:before { + content: "\f618"; +} +.bi-wifi-1:before { + content: "\f619"; +} +.bi-wifi-2:before { + content: "\f61a"; +} +.bi-wifi-off:before { + content: "\f61b"; +} +.bi-wifi:before { + content: "\f61c"; +} +.bi-wind:before { + content: "\f61d"; +} +.bi-window-dock:before { + content: "\f61e"; +} +.bi-window-sidebar:before { + content: "\f61f"; +} +.bi-window:before { + content: "\f620"; +} +.bi-wrench:before { + content: "\f621"; +} +.bi-x-circle-fill:before { + content: "\f622"; +} +.bi-x-circle:before { + content: "\f623"; +} +.bi-x-diamond-fill:before { + content: "\f624"; +} +.bi-x-diamond:before { + content: "\f625"; +} +.bi-x-octagon-fill:before { + content: "\f626"; +} +.bi-x-octagon:before { + content: "\f627"; +} +.bi-x-square-fill:before { + content: "\f628"; +} +.bi-x-square:before { + content: "\f629"; +} +.bi-x:before { + content: "\f62a"; +} +.bi-youtube:before { + content: "\f62b"; +} +.bi-zoom-in:before { + content: "\f62c"; +} +.bi-zoom-out:before { + content: "\f62d"; +} +.bi-bank:before { + content: "\f62e"; +} +.bi-bank2:before { + content: "\f62f"; +} +.bi-bell-slash-fill:before { + content: "\f630"; +} +.bi-bell-slash:before { + content: "\f631"; +} +.bi-cash-coin:before { + content: "\f632"; +} +.bi-check-lg:before { + content: "\f633"; +} +.bi-coin:before { + content: "\f634"; +} +.bi-currency-bitcoin:before { + content: "\f635"; +} +.bi-currency-dollar:before { + content: "\f636"; +} +.bi-currency-euro:before { + content: "\f637"; +} +.bi-currency-exchange:before { + content: "\f638"; +} +.bi-currency-pound:before { + content: "\f639"; +} +.bi-currency-yen:before { + content: "\f63a"; +} +.bi-dash-lg:before { + content: "\f63b"; +} +.bi-exclamation-lg:before { + content: "\f63c"; +} +.bi-file-earmark-pdf-fill:before { + content: "\f63d"; +} +.bi-file-earmark-pdf:before { + content: "\f63e"; +} +.bi-file-pdf-fill:before { + content: "\f63f"; +} +.bi-file-pdf:before { + content: "\f640"; +} +.bi-gender-ambiguous:before { + content: "\f641"; +} +.bi-gender-female:before { + content: "\f642"; +} +.bi-gender-male:before { + content: "\f643"; +} +.bi-gender-trans:before { + content: "\f644"; +} +.bi-headset-vr:before { + content: "\f645"; +} +.bi-info-lg:before { + content: "\f646"; +} +.bi-mastodon:before { + content: "\f647"; +} +.bi-messenger:before { + content: "\f648"; +} +.bi-piggy-bank-fill:before { + content: "\f649"; +} +.bi-piggy-bank:before { + content: "\f64a"; +} +.bi-pin-map-fill:before { + content: "\f64b"; +} +.bi-pin-map:before { + content: "\f64c"; +} +.bi-plus-lg:before { + content: "\f64d"; +} +.bi-question-lg:before { + content: "\f64e"; +} +.bi-recycle:before { + content: "\f64f"; +} +.bi-reddit:before { + content: "\f650"; +} +.bi-safe-fill:before { + content: "\f651"; +} +.bi-safe2-fill:before { + content: "\f652"; +} +.bi-safe2:before { + content: "\f653"; +} +.bi-sd-card-fill:before { + content: "\f654"; +} +.bi-sd-card:before { + content: "\f655"; +} +.bi-skype:before { + content: "\f656"; +} +.bi-slash-lg:before { + content: "\f657"; +} +.bi-translate:before { + content: "\f658"; +} +.bi-x-lg:before { + content: "\f659"; +} +.bi-safe:before { + content: "\f65a"; +} +.bi-apple:before { + content: "\f65b"; +} +.bi-microsoft:before { + content: "\f65d"; +} +.bi-windows:before { + content: "\f65e"; +} +.bi-behance:before { + content: "\f65c"; +} +.bi-dribbble:before { + content: "\f65f"; +} +.bi-line:before { + content: "\f660"; +} +.bi-medium:before { + content: "\f661"; +} +.bi-paypal:before { + content: "\f662"; +} +.bi-pinterest:before { + content: "\f663"; +} +.bi-signal:before { + content: "\f664"; +} +.bi-snapchat:before { + content: "\f665"; +} +.bi-spotify:before { + content: "\f666"; +} +.bi-stack-overflow:before { + content: "\f667"; +} +.bi-strava:before { + content: "\f668"; +} +.bi-wordpress:before { + content: "\f669"; +} +.bi-vimeo:before { + content: "\f66a"; +} +.bi-activity:before { + content: "\f66b"; +} +.bi-easel2-fill:before { + content: "\f66c"; +} +.bi-easel2:before { + content: "\f66d"; +} +.bi-easel3-fill:before { + content: "\f66e"; +} +.bi-easel3:before { + content: "\f66f"; +} +.bi-fan:before { + content: "\f670"; +} +.bi-fingerprint:before { + content: "\f671"; +} +.bi-graph-down-arrow:before { + content: "\f672"; +} +.bi-graph-up-arrow:before { + content: "\f673"; +} +.bi-hypnotize:before { + content: "\f674"; +} +.bi-magic:before { + content: "\f675"; +} +.bi-person-rolodex:before { + content: "\f676"; +} +.bi-person-video:before { + content: "\f677"; +} +.bi-person-video2:before { + content: "\f678"; +} +.bi-person-video3:before { + content: "\f679"; +} +.bi-person-workspace:before { + content: "\f67a"; +} +.bi-radioactive:before { + content: "\f67b"; +} +.bi-webcam-fill:before { + content: "\f67c"; +} +.bi-webcam:before { + content: "\f67d"; +} +.bi-yin-yang:before { + content: "\f67e"; +} +.bi-bandaid-fill:before { + content: "\f680"; +} +.bi-bandaid:before { + content: "\f681"; +} +.bi-bluetooth:before { + content: "\f682"; +} +.bi-body-text:before { + content: "\f683"; +} +.bi-boombox:before { + content: "\f684"; +} +.bi-boxes:before { + content: "\f685"; +} +.bi-dpad-fill:before { + content: "\f686"; +} +.bi-dpad:before { + content: "\f687"; +} +.bi-ear-fill:before { + content: "\f688"; +} +.bi-ear:before { + content: "\f689"; +} +.bi-envelope-check-fill:before { + content: "\f68b"; +} +.bi-envelope-check:before { + content: "\f68c"; +} +.bi-envelope-dash-fill:before { + content: "\f68e"; +} +.bi-envelope-dash:before { + content: "\f68f"; +} +.bi-envelope-exclamation-fill:before { + content: "\f691"; +} +.bi-envelope-exclamation:before { + content: "\f692"; +} +.bi-envelope-plus-fill:before { + content: "\f693"; +} +.bi-envelope-plus:before { + content: "\f694"; +} +.bi-envelope-slash-fill:before { + content: "\f696"; +} +.bi-envelope-slash:before { + content: "\f697"; +} +.bi-envelope-x-fill:before { + content: "\f699"; +} +.bi-envelope-x:before { + content: "\f69a"; +} +.bi-explicit-fill:before { + content: "\f69b"; +} +.bi-explicit:before { + content: "\f69c"; +} +.bi-git:before { + content: "\f69d"; +} +.bi-infinity:before { + content: "\f69e"; +} +.bi-list-columns-reverse:before { + content: "\f69f"; +} +.bi-list-columns:before { + content: "\f6a0"; +} +.bi-meta:before { + content: "\f6a1"; +} +.bi-nintendo-switch:before { + content: "\f6a4"; +} +.bi-pc-display-horizontal:before { + content: "\f6a5"; +} +.bi-pc-display:before { + content: "\f6a6"; +} +.bi-pc-horizontal:before { + content: "\f6a7"; +} +.bi-pc:before { + content: "\f6a8"; +} +.bi-playstation:before { + content: "\f6a9"; +} +.bi-plus-slash-minus:before { + content: "\f6aa"; +} +.bi-projector-fill:before { + content: "\f6ab"; +} +.bi-projector:before { + content: "\f6ac"; +} +.bi-qr-code-scan:before { + content: "\f6ad"; +} +.bi-qr-code:before { + content: "\f6ae"; +} +.bi-quora:before { + content: "\f6af"; +} +.bi-quote:before { + content: "\f6b0"; +} +.bi-robot:before { + content: "\f6b1"; +} +.bi-send-check-fill:before { + content: "\f6b2"; +} +.bi-send-check:before { + content: "\f6b3"; +} +.bi-send-dash-fill:before { + content: "\f6b4"; +} +.bi-send-dash:before { + content: "\f6b5"; +} +.bi-send-exclamation-fill:before { + content: "\f6b7"; +} +.bi-send-exclamation:before { + content: "\f6b8"; +} +.bi-send-fill:before { + content: "\f6b9"; +} +.bi-send-plus-fill:before { + content: "\f6ba"; +} +.bi-send-plus:before { + content: "\f6bb"; +} +.bi-send-slash-fill:before { + content: "\f6bc"; +} +.bi-send-slash:before { + content: "\f6bd"; +} +.bi-send-x-fill:before { + content: "\f6be"; +} +.bi-send-x:before { + content: "\f6bf"; +} +.bi-send:before { + content: "\f6c0"; +} +.bi-steam:before { + content: "\f6c1"; +} +.bi-terminal-dash:before { + content: "\f6c3"; +} +.bi-terminal-plus:before { + content: "\f6c4"; +} +.bi-terminal-split:before { + content: "\f6c5"; +} +.bi-ticket-detailed-fill:before { + content: "\f6c6"; +} +.bi-ticket-detailed:before { + content: "\f6c7"; +} +.bi-ticket-fill:before { + content: "\f6c8"; +} +.bi-ticket-perforated-fill:before { + content: "\f6c9"; +} +.bi-ticket-perforated:before { + content: "\f6ca"; +} +.bi-ticket:before { + content: "\f6cb"; +} +.bi-tiktok:before { + content: "\f6cc"; +} +.bi-window-dash:before { + content: "\f6cd"; +} +.bi-window-desktop:before { + content: "\f6ce"; +} +.bi-window-fullscreen:before { + content: "\f6cf"; +} +.bi-window-plus:before { + content: "\f6d0"; +} +.bi-window-split:before { + content: "\f6d1"; +} +.bi-window-stack:before { + content: "\f6d2"; +} +.bi-window-x:before { + content: "\f6d3"; +} +.bi-xbox:before { + content: "\f6d4"; +} +.bi-ethernet:before { + content: "\f6d5"; +} +.bi-hdmi-fill:before { + content: "\f6d6"; +} +.bi-hdmi:before { + content: "\f6d7"; +} +.bi-usb-c-fill:before { + content: "\f6d8"; +} +.bi-usb-c:before { + content: "\f6d9"; +} +.bi-usb-fill:before { + content: "\f6da"; +} +.bi-usb-plug-fill:before { + content: "\f6db"; +} +.bi-usb-plug:before { + content: "\f6dc"; +} +.bi-usb-symbol:before { + content: "\f6dd"; +} +.bi-usb:before { + content: "\f6de"; +} +.bi-boombox-fill:before { + content: "\f6df"; +} +.bi-displayport:before { + content: "\f6e1"; +} +.bi-gpu-card:before { + content: "\f6e2"; +} +.bi-memory:before { + content: "\f6e3"; +} +.bi-modem-fill:before { + content: "\f6e4"; +} +.bi-modem:before { + content: "\f6e5"; +} +.bi-motherboard-fill:before { + content: "\f6e6"; +} +.bi-motherboard:before { + content: "\f6e7"; +} +.bi-optical-audio-fill:before { + content: "\f6e8"; +} +.bi-optical-audio:before { + content: "\f6e9"; +} +.bi-pci-card:before { + content: "\f6ea"; +} +.bi-router-fill:before { + content: "\f6eb"; +} +.bi-router:before { + content: "\f6ec"; +} +.bi-thunderbolt-fill:before { + content: "\f6ef"; +} +.bi-thunderbolt:before { + content: "\f6f0"; +} +.bi-usb-drive-fill:before { + content: "\f6f1"; +} +.bi-usb-drive:before { + content: "\f6f2"; +} +.bi-usb-micro-fill:before { + content: "\f6f3"; +} +.bi-usb-micro:before { + content: "\f6f4"; +} +.bi-usb-mini-fill:before { + content: "\f6f5"; +} +.bi-usb-mini:before { + content: "\f6f6"; +} +.bi-cloud-haze2:before { + content: "\f6f7"; +} +.bi-device-hdd-fill:before { + content: "\f6f8"; +} +.bi-device-hdd:before { + content: "\f6f9"; +} +.bi-device-ssd-fill:before { + content: "\f6fa"; +} +.bi-device-ssd:before { + content: "\f6fb"; +} +.bi-displayport-fill:before { + content: "\f6fc"; +} +.bi-mortarboard-fill:before { + content: "\f6fd"; +} +.bi-mortarboard:before { + content: "\f6fe"; +} +.bi-terminal-x:before { + content: "\f6ff"; +} +.bi-arrow-through-heart-fill:before { + content: "\f700"; +} +.bi-arrow-through-heart:before { + content: "\f701"; +} +.bi-badge-sd-fill:before { + content: "\f702"; +} +.bi-badge-sd:before { + content: "\f703"; +} +.bi-bag-heart-fill:before { + content: "\f704"; +} +.bi-bag-heart:before { + content: "\f705"; +} +.bi-balloon-fill:before { + content: "\f706"; +} +.bi-balloon-heart-fill:before { + content: "\f707"; +} +.bi-balloon-heart:before { + content: "\f708"; +} +.bi-balloon:before { + content: "\f709"; +} +.bi-box2-fill:before { + content: "\f70a"; +} +.bi-box2-heart-fill:before { + content: "\f70b"; +} +.bi-box2-heart:before { + content: "\f70c"; +} +.bi-box2:before { + content: "\f70d"; +} +.bi-braces-asterisk:before { + content: "\f70e"; +} +.bi-calendar-heart-fill:before { + content: "\f70f"; +} +.bi-calendar-heart:before { + content: "\f710"; +} +.bi-calendar2-heart-fill:before { + content: "\f711"; +} +.bi-calendar2-heart:before { + content: "\f712"; +} +.bi-chat-heart-fill:before { + content: "\f713"; +} +.bi-chat-heart:before { + content: "\f714"; +} +.bi-chat-left-heart-fill:before { + content: "\f715"; +} +.bi-chat-left-heart:before { + content: "\f716"; +} +.bi-chat-right-heart-fill:before { + content: "\f717"; +} +.bi-chat-right-heart:before { + content: "\f718"; +} +.bi-chat-square-heart-fill:before { + content: "\f719"; +} +.bi-chat-square-heart:before { + content: "\f71a"; +} +.bi-clipboard-check-fill:before { + content: "\f71b"; +} +.bi-clipboard-data-fill:before { + content: "\f71c"; +} +.bi-clipboard-fill:before { + content: "\f71d"; +} +.bi-clipboard-heart-fill:before { + content: "\f71e"; +} +.bi-clipboard-heart:before { + content: "\f71f"; +} +.bi-clipboard-minus-fill:before { + content: "\f720"; +} +.bi-clipboard-plus-fill:before { + content: "\f721"; +} +.bi-clipboard-pulse:before { + content: "\f722"; +} +.bi-clipboard-x-fill:before { + content: "\f723"; +} +.bi-clipboard2-check-fill:before { + content: "\f724"; +} +.bi-clipboard2-check:before { + content: "\f725"; +} +.bi-clipboard2-data-fill:before { + content: "\f726"; +} +.bi-clipboard2-data:before { + content: "\f727"; +} +.bi-clipboard2-fill:before { + content: "\f728"; +} +.bi-clipboard2-heart-fill:before { + content: "\f729"; +} +.bi-clipboard2-heart:before { + content: "\f72a"; +} +.bi-clipboard2-minus-fill:before { + content: "\f72b"; +} +.bi-clipboard2-minus:before { + content: "\f72c"; +} +.bi-clipboard2-plus-fill:before { + content: "\f72d"; +} +.bi-clipboard2-plus:before { + content: "\f72e"; +} +.bi-clipboard2-pulse-fill:before { + content: "\f72f"; +} +.bi-clipboard2-pulse:before { + content: "\f730"; +} +.bi-clipboard2-x-fill:before { + content: "\f731"; +} +.bi-clipboard2-x:before { + content: "\f732"; +} +.bi-clipboard2:before { + content: "\f733"; +} +.bi-emoji-kiss-fill:before { + content: "\f734"; +} +.bi-emoji-kiss:before { + content: "\f735"; +} +.bi-envelope-heart-fill:before { + content: "\f736"; +} +.bi-envelope-heart:before { + content: "\f737"; +} +.bi-envelope-open-heart-fill:before { + content: "\f738"; +} +.bi-envelope-open-heart:before { + content: "\f739"; +} +.bi-envelope-paper-fill:before { + content: "\f73a"; +} +.bi-envelope-paper-heart-fill:before { + content: "\f73b"; +} +.bi-envelope-paper-heart:before { + content: "\f73c"; +} +.bi-envelope-paper:before { + content: "\f73d"; +} +.bi-filetype-aac:before { + content: "\f73e"; +} +.bi-filetype-ai:before { + content: "\f73f"; +} +.bi-filetype-bmp:before { + content: "\f740"; +} +.bi-filetype-cs:before { + content: "\f741"; +} +.bi-filetype-css:before { + content: "\f742"; +} +.bi-filetype-csv:before { + content: "\f743"; +} +.bi-filetype-doc:before { + content: "\f744"; +} +.bi-filetype-docx:before { + content: "\f745"; +} +.bi-filetype-exe:before { + content: "\f746"; +} +.bi-filetype-gif:before { + content: "\f747"; +} +.bi-filetype-heic:before { + content: "\f748"; +} +.bi-filetype-html:before { + content: "\f749"; +} +.bi-filetype-java:before { + content: "\f74a"; +} +.bi-filetype-jpg:before { + content: "\f74b"; +} +.bi-filetype-js:before { + content: "\f74c"; +} +.bi-filetype-jsx:before { + content: "\f74d"; +} +.bi-filetype-key:before { + content: "\f74e"; +} +.bi-filetype-m4p:before { + content: "\f74f"; +} +.bi-filetype-md:before { + content: "\f750"; +} +.bi-filetype-mdx:before { + content: "\f751"; +} +.bi-filetype-mov:before { + content: "\f752"; +} +.bi-filetype-mp3:before { + content: "\f753"; +} +.bi-filetype-mp4:before { + content: "\f754"; +} +.bi-filetype-otf:before { + content: "\f755"; +} +.bi-filetype-pdf:before { + content: "\f756"; +} +.bi-filetype-php:before { + content: "\f757"; +} +.bi-filetype-png:before { + content: "\f758"; +} +.bi-filetype-ppt:before { + content: "\f75a"; +} +.bi-filetype-psd:before { + content: "\f75b"; +} +.bi-filetype-py:before { + content: "\f75c"; +} +.bi-filetype-raw:before { + content: "\f75d"; +} +.bi-filetype-rb:before { + content: "\f75e"; +} +.bi-filetype-sass:before { + content: "\f75f"; +} +.bi-filetype-scss:before { + content: "\f760"; +} +.bi-filetype-sh:before { + content: "\f761"; +} +.bi-filetype-svg:before { + content: "\f762"; +} +.bi-filetype-tiff:before { + content: "\f763"; +} +.bi-filetype-tsx:before { + content: "\f764"; +} +.bi-filetype-ttf:before { + content: "\f765"; +} +.bi-filetype-txt:before { + content: "\f766"; +} +.bi-filetype-wav:before { + content: "\f767"; +} +.bi-filetype-woff:before { + content: "\f768"; +} +.bi-filetype-xls:before { + content: "\f76a"; +} +.bi-filetype-xml:before { + content: "\f76b"; +} +.bi-filetype-yml:before { + content: "\f76c"; +} +.bi-heart-arrow:before { + content: "\f76d"; +} +.bi-heart-pulse-fill:before { + content: "\f76e"; +} +.bi-heart-pulse:before { + content: "\f76f"; +} +.bi-heartbreak-fill:before { + content: "\f770"; +} +.bi-heartbreak:before { + content: "\f771"; +} +.bi-hearts:before { + content: "\f772"; +} +.bi-hospital-fill:before { + content: "\f773"; +} +.bi-hospital:before { + content: "\f774"; +} +.bi-house-heart-fill:before { + content: "\f775"; +} +.bi-house-heart:before { + content: "\f776"; +} +.bi-incognito:before { + content: "\f777"; +} +.bi-magnet-fill:before { + content: "\f778"; +} +.bi-magnet:before { + content: "\f779"; +} +.bi-person-heart:before { + content: "\f77a"; +} +.bi-person-hearts:before { + content: "\f77b"; +} +.bi-phone-flip:before { + content: "\f77c"; +} +.bi-plugin:before { + content: "\f77d"; +} +.bi-postage-fill:before { + content: "\f77e"; +} +.bi-postage-heart-fill:before { + content: "\f77f"; +} +.bi-postage-heart:before { + content: "\f780"; +} +.bi-postage:before { + content: "\f781"; +} +.bi-postcard-fill:before { + content: "\f782"; +} +.bi-postcard-heart-fill:before { + content: "\f783"; +} +.bi-postcard-heart:before { + content: "\f784"; +} +.bi-postcard:before { + content: "\f785"; +} +.bi-search-heart-fill:before { + content: "\f786"; +} +.bi-search-heart:before { + content: "\f787"; +} +.bi-sliders2-vertical:before { + content: "\f788"; +} +.bi-sliders2:before { + content: "\f789"; +} +.bi-trash3-fill:before { + content: "\f78a"; +} +.bi-trash3:before { + content: "\f78b"; +} +.bi-valentine:before { + content: "\f78c"; +} +.bi-valentine2:before { + content: "\f78d"; +} +.bi-wrench-adjustable-circle-fill:before { + content: "\f78e"; +} +.bi-wrench-adjustable-circle:before { + content: "\f78f"; +} +.bi-wrench-adjustable:before { + content: "\f790"; +} +.bi-filetype-json:before { + content: "\f791"; +} +.bi-filetype-pptx:before { + content: "\f792"; +} +.bi-filetype-xlsx:before { + content: "\f793"; +} +.bi-1-circle-fill:before { + content: "\f796"; +} +.bi-1-circle:before { + content: "\f797"; +} +.bi-1-square-fill:before { + content: "\f798"; +} +.bi-1-square:before { + content: "\f799"; +} +.bi-2-circle-fill:before { + content: "\f79c"; +} +.bi-2-circle:before { + content: "\f79d"; +} +.bi-2-square-fill:before { + content: "\f79e"; +} +.bi-2-square:before { + content: "\f79f"; +} +.bi-3-circle-fill:before { + content: "\f7a2"; +} +.bi-3-circle:before { + content: "\f7a3"; +} +.bi-3-square-fill:before { + content: "\f7a4"; +} +.bi-3-square:before { + content: "\f7a5"; +} +.bi-4-circle-fill:before { + content: "\f7a8"; +} +.bi-4-circle:before { + content: "\f7a9"; +} +.bi-4-square-fill:before { + content: "\f7aa"; +} +.bi-4-square:before { + content: "\f7ab"; +} +.bi-5-circle-fill:before { + content: "\f7ae"; +} +.bi-5-circle:before { + content: "\f7af"; +} +.bi-5-square-fill:before { + content: "\f7b0"; +} +.bi-5-square:before { + content: "\f7b1"; +} +.bi-6-circle-fill:before { + content: "\f7b4"; +} +.bi-6-circle:before { + content: "\f7b5"; +} +.bi-6-square-fill:before { + content: "\f7b6"; +} +.bi-6-square:before { + content: "\f7b7"; +} +.bi-7-circle-fill:before { + content: "\f7ba"; +} +.bi-7-circle:before { + content: "\f7bb"; +} +.bi-7-square-fill:before { + content: "\f7bc"; +} +.bi-7-square:before { + content: "\f7bd"; +} +.bi-8-circle-fill:before { + content: "\f7c0"; +} +.bi-8-circle:before { + content: "\f7c1"; +} +.bi-8-square-fill:before { + content: "\f7c2"; +} +.bi-8-square:before { + content: "\f7c3"; +} +.bi-9-circle-fill:before { + content: "\f7c6"; +} +.bi-9-circle:before { + content: "\f7c7"; +} +.bi-9-square-fill:before { + content: "\f7c8"; +} +.bi-9-square:before { + content: "\f7c9"; +} +.bi-airplane-engines-fill:before { + content: "\f7ca"; +} +.bi-airplane-engines:before { + content: "\f7cb"; +} +.bi-airplane-fill:before { + content: "\f7cc"; +} +.bi-airplane:before { + content: "\f7cd"; +} +.bi-alexa:before { + content: "\f7ce"; +} +.bi-alipay:before { + content: "\f7cf"; +} +.bi-android:before { + content: "\f7d0"; +} +.bi-android2:before { + content: "\f7d1"; +} +.bi-box-fill:before { + content: "\f7d2"; +} +.bi-box-seam-fill:before { + content: "\f7d3"; +} +.bi-browser-chrome:before { + content: "\f7d4"; +} +.bi-browser-edge:before { + content: "\f7d5"; +} +.bi-browser-firefox:before { + content: "\f7d6"; +} +.bi-browser-safari:before { + content: "\f7d7"; +} +.bi-c-circle-fill:before { + content: "\f7da"; +} +.bi-c-circle:before { + content: "\f7db"; +} +.bi-c-square-fill:before { + content: "\f7dc"; +} +.bi-c-square:before { + content: "\f7dd"; +} +.bi-capsule-pill:before { + content: "\f7de"; +} +.bi-capsule:before { + content: "\f7df"; +} +.bi-car-front-fill:before { + content: "\f7e0"; +} +.bi-car-front:before { + content: "\f7e1"; +} +.bi-cassette-fill:before { + content: "\f7e2"; +} +.bi-cassette:before { + content: "\f7e3"; +} +.bi-cc-circle-fill:before { + content: "\f7e6"; +} +.bi-cc-circle:before { + content: "\f7e7"; +} +.bi-cc-square-fill:before { + content: "\f7e8"; +} +.bi-cc-square:before { + content: "\f7e9"; +} +.bi-cup-hot-fill:before { + content: "\f7ea"; +} +.bi-cup-hot:before { + content: "\f7eb"; +} +.bi-currency-rupee:before { + content: "\f7ec"; +} +.bi-dropbox:before { + content: "\f7ed"; +} +.bi-escape:before { + content: "\f7ee"; +} +.bi-fast-forward-btn-fill:before { + content: "\f7ef"; +} +.bi-fast-forward-btn:before { + content: "\f7f0"; +} +.bi-fast-forward-circle-fill:before { + content: "\f7f1"; +} +.bi-fast-forward-circle:before { + content: "\f7f2"; +} +.bi-fast-forward-fill:before { + content: "\f7f3"; +} +.bi-fast-forward:before { + content: "\f7f4"; +} +.bi-filetype-sql:before { + content: "\f7f5"; +} +.bi-fire:before { + content: "\f7f6"; +} +.bi-google-play:before { + content: "\f7f7"; +} +.bi-h-circle-fill:before { + content: "\f7fa"; +} +.bi-h-circle:before { + content: "\f7fb"; +} +.bi-h-square-fill:before { + content: "\f7fc"; +} +.bi-h-square:before { + content: "\f7fd"; +} +.bi-indent:before { + content: "\f7fe"; +} +.bi-lungs-fill:before { + content: "\f7ff"; +} +.bi-lungs:before { + content: "\f800"; +} +.bi-microsoft-teams:before { + content: "\f801"; +} +.bi-p-circle-fill:before { + content: "\f804"; +} +.bi-p-circle:before { + content: "\f805"; +} +.bi-p-square-fill:before { + content: "\f806"; +} +.bi-p-square:before { + content: "\f807"; +} +.bi-pass-fill:before { + content: "\f808"; +} +.bi-pass:before { + content: "\f809"; +} +.bi-prescription:before { + content: "\f80a"; +} +.bi-prescription2:before { + content: "\f80b"; +} +.bi-r-circle-fill:before { + content: "\f80e"; +} +.bi-r-circle:before { + content: "\f80f"; +} +.bi-r-square-fill:before { + content: "\f810"; +} +.bi-r-square:before { + content: "\f811"; +} +.bi-repeat-1:before { + content: "\f812"; +} +.bi-repeat:before { + content: "\f813"; +} +.bi-rewind-btn-fill:before { + content: "\f814"; +} +.bi-rewind-btn:before { + content: "\f815"; +} +.bi-rewind-circle-fill:before { + content: "\f816"; +} +.bi-rewind-circle:before { + content: "\f817"; +} +.bi-rewind-fill:before { + content: "\f818"; +} +.bi-rewind:before { + content: "\f819"; +} +.bi-train-freight-front-fill:before { + content: "\f81a"; +} +.bi-train-freight-front:before { + content: "\f81b"; +} +.bi-train-front-fill:before { + content: "\f81c"; +} +.bi-train-front:before { + content: "\f81d"; +} +.bi-train-lightrail-front-fill:before { + content: "\f81e"; +} +.bi-train-lightrail-front:before { + content: "\f81f"; +} +.bi-truck-front-fill:before { + content: "\f820"; +} +.bi-truck-front:before { + content: "\f821"; +} +.bi-ubuntu:before { + content: "\f822"; +} +.bi-unindent:before { + content: "\f823"; +} +.bi-unity:before { + content: "\f824"; +} +.bi-universal-access-circle:before { + content: "\f825"; +} +.bi-universal-access:before { + content: "\f826"; +} +.bi-virus:before { + content: "\f827"; +} +.bi-virus2:before { + content: "\f828"; +} +.bi-wechat:before { + content: "\f829"; +} +.bi-yelp:before { + content: "\f82a"; +} +.bi-sign-stop-fill:before { + content: "\f82b"; +} +.bi-sign-stop-lights-fill:before { + content: "\f82c"; +} +.bi-sign-stop-lights:before { + content: "\f82d"; +} +.bi-sign-stop:before { + content: "\f82e"; +} +.bi-sign-turn-left-fill:before { + content: "\f82f"; +} +.bi-sign-turn-left:before { + content: "\f830"; +} +.bi-sign-turn-right-fill:before { + content: "\f831"; +} +.bi-sign-turn-right:before { + content: "\f832"; +} +.bi-sign-turn-slight-left-fill:before { + content: "\f833"; +} +.bi-sign-turn-slight-left:before { + content: "\f834"; +} +.bi-sign-turn-slight-right-fill:before { + content: "\f835"; +} +.bi-sign-turn-slight-right:before { + content: "\f836"; +} +.bi-sign-yield-fill:before { + content: "\f837"; +} +.bi-sign-yield:before { + content: "\f838"; +} +.bi-ev-station-fill:before { + content: "\f839"; +} +.bi-ev-station:before { + content: "\f83a"; +} +.bi-fuel-pump-diesel-fill:before { + content: "\f83b"; +} +.bi-fuel-pump-diesel:before { + content: "\f83c"; +} +.bi-fuel-pump-fill:before { + content: "\f83d"; +} +.bi-fuel-pump:before { + content: "\f83e"; +} +.bi-0-circle-fill:before { + content: "\f83f"; +} +.bi-0-circle:before { + content: "\f840"; +} +.bi-0-square-fill:before { + content: "\f841"; +} +.bi-0-square:before { + content: "\f842"; +} +.bi-rocket-fill:before { + content: "\f843"; +} +.bi-rocket-takeoff-fill:before { + content: "\f844"; +} +.bi-rocket-takeoff:before { + content: "\f845"; +} +.bi-rocket:before { + content: "\f846"; +} +.bi-stripe:before { + content: "\f847"; +} +.bi-subscript:before { + content: "\f848"; +} +.bi-superscript:before { + content: "\f849"; +} +.bi-trello:before { + content: "\f84a"; +} +.bi-envelope-at-fill:before { + content: "\f84b"; +} +.bi-envelope-at:before { + content: "\f84c"; +} +.bi-regex:before { + content: "\f84d"; +} +.bi-text-wrap:before { + content: "\f84e"; +} +.bi-sign-dead-end-fill:before { + content: "\f84f"; +} +.bi-sign-dead-end:before { + content: "\f850"; +} +.bi-sign-do-not-enter-fill:before { + content: "\f851"; +} +.bi-sign-do-not-enter:before { + content: "\f852"; +} +.bi-sign-intersection-fill:before { + content: "\f853"; +} +.bi-sign-intersection-side-fill:before { + content: "\f854"; +} +.bi-sign-intersection-side:before { + content: "\f855"; +} +.bi-sign-intersection-t-fill:before { + content: "\f856"; +} +.bi-sign-intersection-t:before { + content: "\f857"; +} +.bi-sign-intersection-y-fill:before { + content: "\f858"; +} +.bi-sign-intersection-y:before { + content: "\f859"; +} +.bi-sign-intersection:before { + content: "\f85a"; +} +.bi-sign-merge-left-fill:before { + content: "\f85b"; +} +.bi-sign-merge-left:before { + content: "\f85c"; +} +.bi-sign-merge-right-fill:before { + content: "\f85d"; +} +.bi-sign-merge-right:before { + content: "\f85e"; +} +.bi-sign-no-left-turn-fill:before { + content: "\f85f"; +} +.bi-sign-no-left-turn:before { + content: "\f860"; +} +.bi-sign-no-parking-fill:before { + content: "\f861"; +} +.bi-sign-no-parking:before { + content: "\f862"; +} +.bi-sign-no-right-turn-fill:before { + content: "\f863"; +} +.bi-sign-no-right-turn:before { + content: "\f864"; +} +.bi-sign-railroad-fill:before { + content: "\f865"; +} +.bi-sign-railroad:before { + content: "\f866"; +} +.bi-building-add:before { + content: "\f867"; +} +.bi-building-check:before { + content: "\f868"; +} +.bi-building-dash:before { + content: "\f869"; +} +.bi-building-down:before { + content: "\f86a"; +} +.bi-building-exclamation:before { + content: "\f86b"; +} +.bi-building-fill-add:before { + content: "\f86c"; +} +.bi-building-fill-check:before { + content: "\f86d"; +} +.bi-building-fill-dash:before { + content: "\f86e"; +} +.bi-building-fill-down:before { + content: "\f86f"; +} +.bi-building-fill-exclamation:before { + content: "\f870"; +} +.bi-building-fill-gear:before { + content: "\f871"; +} +.bi-building-fill-lock:before { + content: "\f872"; +} +.bi-building-fill-slash:before { + content: "\f873"; +} +.bi-building-fill-up:before { + content: "\f874"; +} +.bi-building-fill-x:before { + content: "\f875"; +} +.bi-building-fill:before { + content: "\f876"; +} +.bi-building-gear:before { + content: "\f877"; +} +.bi-building-lock:before { + content: "\f878"; +} +.bi-building-slash:before { + content: "\f879"; +} +.bi-building-up:before { + content: "\f87a"; +} +.bi-building-x:before { + content: "\f87b"; +} +.bi-buildings-fill:before { + content: "\f87c"; +} +.bi-buildings:before { + content: "\f87d"; +} +.bi-bus-front-fill:before { + content: "\f87e"; +} +.bi-bus-front:before { + content: "\f87f"; +} +.bi-ev-front-fill:before { + content: "\f880"; +} +.bi-ev-front:before { + content: "\f881"; +} +.bi-globe-americas:before { + content: "\f882"; +} +.bi-globe-asia-australia:before { + content: "\f883"; +} +.bi-globe-central-south-asia:before { + content: "\f884"; +} +.bi-globe-europe-africa:before { + content: "\f885"; +} +.bi-house-add-fill:before { + content: "\f886"; +} +.bi-house-add:before { + content: "\f887"; +} +.bi-house-check-fill:before { + content: "\f888"; +} +.bi-house-check:before { + content: "\f889"; +} +.bi-house-dash-fill:before { + content: "\f88a"; +} +.bi-house-dash:before { + content: "\f88b"; +} +.bi-house-down-fill:before { + content: "\f88c"; +} +.bi-house-down:before { + content: "\f88d"; +} +.bi-house-exclamation-fill:before { + content: "\f88e"; +} +.bi-house-exclamation:before { + content: "\f88f"; +} +.bi-house-gear-fill:before { + content: "\f890"; +} +.bi-house-gear:before { + content: "\f891"; +} +.bi-house-lock-fill:before { + content: "\f892"; +} +.bi-house-lock:before { + content: "\f893"; +} +.bi-house-slash-fill:before { + content: "\f894"; +} +.bi-house-slash:before { + content: "\f895"; +} +.bi-house-up-fill:before { + content: "\f896"; +} +.bi-house-up:before { + content: "\f897"; +} +.bi-house-x-fill:before { + content: "\f898"; +} +.bi-house-x:before { + content: "\f899"; +} +.bi-person-add:before { + content: "\f89a"; +} +.bi-person-down:before { + content: "\f89b"; +} +.bi-person-exclamation:before { + content: "\f89c"; +} +.bi-person-fill-add:before { + content: "\f89d"; +} +.bi-person-fill-check:before { + content: "\f89e"; +} +.bi-person-fill-dash:before { + content: "\f89f"; +} +.bi-person-fill-down:before { + content: "\f8a0"; +} +.bi-person-fill-exclamation:before { + content: "\f8a1"; +} +.bi-person-fill-gear:before { + content: "\f8a2"; +} +.bi-person-fill-lock:before { + content: "\f8a3"; +} +.bi-person-fill-slash:before { + content: "\f8a4"; +} +.bi-person-fill-up:before { + content: "\f8a5"; +} +.bi-person-fill-x:before { + content: "\f8a6"; +} +.bi-person-gear:before { + content: "\f8a7"; +} +.bi-person-lock:before { + content: "\f8a8"; +} +.bi-person-slash:before { + content: "\f8a9"; +} +.bi-person-up:before { + content: "\f8aa"; +} +.bi-scooter:before { + content: "\f8ab"; +} +.bi-taxi-front-fill:before { + content: "\f8ac"; +} +.bi-taxi-front:before { + content: "\f8ad"; +} +.bi-amd:before { + content: "\f8ae"; +} +.bi-database-add:before { + content: "\f8af"; +} +.bi-database-check:before { + content: "\f8b0"; +} +.bi-database-dash:before { + content: "\f8b1"; +} +.bi-database-down:before { + content: "\f8b2"; +} +.bi-database-exclamation:before { + content: "\f8b3"; +} +.bi-database-fill-add:before { + content: "\f8b4"; +} +.bi-database-fill-check:before { + content: "\f8b5"; +} +.bi-database-fill-dash:before { + content: "\f8b6"; +} +.bi-database-fill-down:before { + content: "\f8b7"; +} +.bi-database-fill-exclamation:before { + content: "\f8b8"; +} +.bi-database-fill-gear:before { + content: "\f8b9"; +} +.bi-database-fill-lock:before { + content: "\f8ba"; +} +.bi-database-fill-slash:before { + content: "\f8bb"; +} +.bi-database-fill-up:before { + content: "\f8bc"; +} +.bi-database-fill-x:before { + content: "\f8bd"; +} +.bi-database-fill:before { + content: "\f8be"; +} +.bi-database-gear:before { + content: "\f8bf"; +} +.bi-database-lock:before { + content: "\f8c0"; +} +.bi-database-slash:before { + content: "\f8c1"; +} +.bi-database-up:before { + content: "\f8c2"; +} +.bi-database-x:before { + content: "\f8c3"; +} +.bi-database:before { + content: "\f8c4"; +} +.bi-houses-fill:before { + content: "\f8c5"; +} +.bi-houses:before { + content: "\f8c6"; +} +.bi-nvidia:before { + content: "\f8c7"; +} +.bi-person-vcard-fill:before { + content: "\f8c8"; +} +.bi-person-vcard:before { + content: "\f8c9"; +} +.bi-sina-weibo:before { + content: "\f8ca"; +} +.bi-tencent-qq:before { + content: "\f8cb"; +} +.bi-wikipedia:before { + content: "\f8cc"; +} +.bi-alphabet-uppercase:before { + content: "\f2a5"; +} +.bi-alphabet:before { + content: "\f68a"; +} +.bi-amazon:before { + content: "\f68d"; +} +.bi-arrows-collapse-vertical:before { + content: "\f690"; +} +.bi-arrows-expand-vertical:before { + content: "\f695"; +} +.bi-arrows-vertical:before { + content: "\f698"; +} +.bi-arrows:before { + content: "\f6a2"; +} +.bi-ban-fill:before { + content: "\f6a3"; +} +.bi-ban:before { + content: "\f6b6"; +} +.bi-bing:before { + content: "\f6c2"; +} +.bi-cake:before { + content: "\f6e0"; +} +.bi-cake2:before { + content: "\f6ed"; +} +.bi-cookie:before { + content: "\f6ee"; +} +.bi-copy:before { + content: "\f759"; +} +.bi-crosshair:before { + content: "\f769"; +} +.bi-crosshair2:before { + content: "\f794"; +} +.bi-emoji-astonished-fill:before { + content: "\f795"; +} +.bi-emoji-astonished:before { + content: "\f79a"; +} +.bi-emoji-grimace-fill:before { + content: "\f79b"; +} +.bi-emoji-grimace:before { + content: "\f7a0"; +} +.bi-emoji-grin-fill:before { + content: "\f7a1"; +} +.bi-emoji-grin:before { + content: "\f7a6"; +} +.bi-emoji-surprise-fill:before { + content: "\f7a7"; +} +.bi-emoji-surprise:before { + content: "\f7ac"; +} +.bi-emoji-tear-fill:before { + content: "\f7ad"; +} +.bi-emoji-tear:before { + content: "\f7b2"; +} +.bi-envelope-arrow-down-fill:before { + content: "\f7b3"; +} +.bi-envelope-arrow-down:before { + content: "\f7b8"; +} +.bi-envelope-arrow-up-fill:before { + content: "\f7b9"; +} +.bi-envelope-arrow-up:before { + content: "\f7be"; +} +.bi-feather:before { + content: "\f7bf"; +} +.bi-feather2:before { + content: "\f7c4"; +} +.bi-floppy-fill:before { + content: "\f7c5"; +} +.bi-floppy:before { + content: "\f7d8"; +} +.bi-floppy2-fill:before { + content: "\f7d9"; +} +.bi-floppy2:before { + content: "\f7e4"; +} +.bi-gitlab:before { + content: "\f7e5"; +} +.bi-highlighter:before { + content: "\f7f8"; +} +.bi-marker-tip:before { + content: "\f802"; +} +.bi-nvme-fill:before { + content: "\f803"; +} +.bi-nvme:before { + content: "\f80c"; +} +.bi-opencollective:before { + content: "\f80d"; +} +.bi-pci-card-network:before { + content: "\f8cd"; +} +.bi-pci-card-sound:before { + content: "\f8ce"; +} +.bi-radar:before { + content: "\f8cf"; +} +.bi-send-arrow-down-fill:before { + content: "\f8d0"; +} +.bi-send-arrow-down:before { + content: "\f8d1"; +} +.bi-send-arrow-up-fill:before { + content: "\f8d2"; +} +.bi-send-arrow-up:before { + content: "\f8d3"; +} +.bi-sim-slash-fill:before { + content: "\f8d4"; +} +.bi-sim-slash:before { + content: "\f8d5"; +} +.bi-sourceforge:before { + content: "\f8d6"; +} +.bi-substack:before { + content: "\f8d7"; +} +.bi-threads-fill:before { + content: "\f8d8"; +} +.bi-threads:before { + content: "\f8d9"; +} +.bi-transparency:before { + content: "\f8da"; +} +.bi-twitter-x:before { + content: "\f8db"; +} +.bi-type-h4:before { + content: "\f8dc"; +} +.bi-type-h5:before { + content: "\f8dd"; +} +.bi-type-h6:before { + content: "\f8de"; +} +.bi-backpack-fill:before { + content: "\f8df"; +} +.bi-backpack:before { + content: "\f8e0"; +} +.bi-backpack2-fill:before { + content: "\f8e1"; +} +.bi-backpack2:before { + content: "\f8e2"; +} +.bi-backpack3-fill:before { + content: "\f8e3"; +} +.bi-backpack3:before { + content: "\f8e4"; +} +.bi-backpack4-fill:before { + content: "\f8e5"; +} +.bi-backpack4:before { + content: "\f8e6"; +} +.bi-brilliance:before { + content: "\f8e7"; +} +.bi-cake-fill:before { + content: "\f8e8"; +} +.bi-cake2-fill:before { + content: "\f8e9"; +} +.bi-duffle-fill:before { + content: "\f8ea"; +} +.bi-duffle:before { + content: "\f8eb"; +} +.bi-exposure:before { + content: "\f8ec"; +} +.bi-gender-neuter:before { + content: "\f8ed"; +} +.bi-highlights:before { + content: "\f8ee"; +} +.bi-luggage-fill:before { + content: "\f8ef"; +} +.bi-luggage:before { + content: "\f8f0"; +} +.bi-mailbox-flag:before { + content: "\f8f1"; +} +.bi-mailbox2-flag:before { + content: "\f8f2"; +} +.bi-noise-reduction:before { + content: "\f8f3"; +} +.bi-passport-fill:before { + content: "\f8f4"; +} +.bi-passport:before { + content: "\f8f5"; +} +.bi-person-arms-up:before { + content: "\f8f6"; +} +.bi-person-raised-hand:before { + content: "\f8f7"; +} +.bi-person-standing-dress:before { + content: "\f8f8"; +} +.bi-person-standing:before { + content: "\f8f9"; +} +.bi-person-walking:before { + content: "\f8fa"; +} +.bi-person-wheelchair:before { + content: "\f8fb"; +} +.bi-shadows:before { + content: "\f8fc"; +} +.bi-suitcase-fill:before { + content: "\f8fd"; +} +.bi-suitcase-lg-fill:before { + content: "\f8fe"; +} +.bi-suitcase-lg:before { + content: "\f8ff"; +} +.bi-suitcase:before { + content: "\f900"; +} +.bi-suitcase2-fill:before { + content: "\f901"; +} +.bi-suitcase2:before { + content: "\f902"; +} +.bi-vignette:before { + content: "\f903"; +} +:root { + font-family: Inter var, sans-serif; + font-feature-settings: "cv02", "cv03", "cv04", "cv11"; + font-variation-settings: normal; + --font-family: "Inter var", sans-serif; + --font-feature-settings: "cv02", "cv03", "cv04", "cv11"; + --surface-a: #1f2937; + --surface-b: #111827; + --surface-c: hsla(0, 0%, 100%, 0.03); + --surface-d: #424b57; + --surface-e: #1f2937; + --surface-f: #1f2937; + --text-color: hsla(0, 0%, 100%, 0.87); + --text-color-secondary: hsla(0, 0%, 100%, 0.6); + --primary-color: #60a5fa; + --primary-color-text: #030712; + --surface-0: #111827; + --surface-50: #1f2937; + --surface-100: #374151; + --surface-200: #4b5563; + --surface-300: #6b7280; + --surface-400: #9ca3af; + --surface-500: #d1d5db; + --surface-600: #e5e7eb; + --surface-700: #f3f4f6; + --surface-800: #f9fafb; + --surface-900: #fff; + --gray-50: #f9fafb; + --gray-100: #f3f4f6; + --gray-200: #e5e7eb; + --gray-300: #d1d5db; + --gray-400: #9ca3af; + --gray-500: #6b7280; + --gray-600: #4b5563; + --gray-700: #374151; + --gray-800: #1f2937; + --gray-900: #111827; + --content-padding: 1.25rem; + --inline-spacing: 0.5rem; + --border-radius: 6px; + --surface-ground: #111827; + --surface-section: #111827; + --surface-card: #1f2937; + --surface-overlay: #1f2937; + --surface-border: hsla(0, 0%, 100%, 0.1); + --surface-hover: hsla(0, 0%, 100%, 0.03); + --focus-ring: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + --maskbg: rgba(0, 0, 0, 0.4); + --highlight-bg: rgba(96, 165, 250, 0.16); + --highlight-text-color: hsla(0, 0%, 100%, 0.87); + color-scheme: dark; + --blue-50: #f5f9ff; + --blue-100: #d0e1fd; + --blue-200: #abc9fb; + --blue-300: #85b2f9; + --blue-400: #609af8; + --blue-500: #3b82f6; + --blue-600: #326fd1; + --blue-700: #295bac; + --blue-800: #204887; + --blue-900: #183462; + --green-50: #f4fcf7; + --green-100: #caf1d8; + --green-200: #a0e6ba; + --green-300: #76db9b; + --green-400: #4cd07d; + --green-500: #22c55e; + --green-600: #1da750; + --green-700: #188a42; + --green-800: #136c34; + --green-900: #0e4f26; + --yellow-50: #fefbf3; + --yellow-100: #faedc4; + --yellow-200: #f6de95; + --yellow-300: #f2d066; + --yellow-400: #eec137; + --yellow-500: #eab308; + --yellow-600: #c79807; + --yellow-700: #a47d06; + --yellow-800: #816204; + --yellow-900: #5e4803; + --cyan-50: #f3fbfd; + --cyan-100: #c3edf5; + --cyan-200: #94e0ed; + --cyan-300: #65d2e4; + --cyan-400: #35c4dc; + --cyan-500: #06b6d4; + --cyan-600: #059bb4; + --cyan-700: #047f94; + --cyan-800: #036475; + --cyan-900: #024955; + --pink-50: #fef6fa; + --pink-100: #fad3e7; + --pink-200: #f7b0d3; + --pink-300: #f38ec0; + --pink-400: #f06bac; + --pink-500: #ec4899; + --pink-600: #c93d82; + --pink-700: #a5326b; + --pink-800: #822854; + --pink-900: #5e1d3d; + --indigo-50: #f7f7fe; + --indigo-100: #dadafc; + --indigo-200: #bcbdf9; + --indigo-300: #9ea0f6; + --indigo-400: #8183f4; + --indigo-500: #6366f1; + --indigo-600: #5457cd; + --indigo-700: #4547a9; + --indigo-800: #363885; + --indigo-900: #282960; + --teal-50: #f3fbfb; + --teal-100: #c7eeea; + --teal-200: #9ae0d9; + --teal-300: #6dd3c8; + --teal-400: #41c5b7; + --teal-500: #14b8a6; + --teal-600: #119c8d; + --teal-700: #0e8174; + --teal-800: #0b655b; + --teal-900: #084a42; + --orange-50: #fff8f3; + --orange-100: #feddc7; + --orange-200: #fcc39b; + --orange-300: #fba86f; + --orange-400: #fa8e42; + --orange-500: #f97316; + --orange-600: #d46213; + --orange-700: #ae510f; + --orange-800: #893f0c; + --orange-900: #642e09; + --bluegray-50: #f7f8f9; + --bluegray-100: #dadee3; + --bluegray-200: #bcc3cd; + --bluegray-300: #9fa9b7; + --bluegray-400: #818ea1; + --bluegray-500: #64748b; + --bluegray-600: #556376; + --bluegray-700: #465161; + --bluegray-800: #37404c; + --bluegray-900: #282e38; + --purple-50: #fbf7ff; + --purple-100: #ead6fd; + --purple-200: #dab6fc; + --purple-300: #c996fa; + --purple-400: #b975f9; + --purple-500: #a855f7; + --purple-600: #8f48d2; + --purple-700: #763cad; + --purple-800: #5c2f88; + --purple-900: #432263; + --red-50: #fff5f5; + --red-100: #ffd0ce; + --red-200: #ffaca7; + --red-300: #ff8780; + --red-400: #ff6259; + --red-500: #ff3d32; + --red-600: #d9342b; + --red-700: #b32b23; + --red-800: #8c221c; + --red-900: #661814; + --primary-50: #f7fbff; + --primary-100: #d9e9fe; + --primary-200: #bbd8fd; + --primary-300: #9cc7fc; + --primary-400: #7eb6fb; + --primary-500: #60a5fa; + --primary-600: #528cd5; + --primary-700: #4374af; + --primary-800: #355b8a; + --primary-900: #264264; +} +@font-face { + font-family: Inter var; + font-weight: 100 900; + font-display: swap; + font-style: normal; + font-named-instance: "Regular"; + src: url(/memocard/fonts/Inter-roman.var.b2129c00.woff2) format("woff2"); +} +@font-face { + font-family: Inter var; + font-weight: 100 900; + font-display: swap; + font-style: italic; + font-named-instance: "Italic"; + src: url(/memocard/fonts/Inter-italic.var.958a0b97.woff2) format("woff2"); +} +.p-editor-container .p-editor-toolbar { + background: #1f2937; + border-top-right-radius: 6px; + border-top-left-radius: 6px; +} +.p-editor-container .p-editor-toolbar.ql-snow { + border: 1px solid #424b57; +} +.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { + stroke: hsla(0, 0%, 100%, 0.6); +} +.p-editor-container .p-editor-toolbar.ql-snow .ql-fill { + fill: hsla(0, 0%, 100%, 0.6); +} +.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { + border: 0 none; + color: hsla(0, 0%, 100%, 0.6); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover { + color: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover + .ql-stroke { + stroke: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover + .ql-fill { + fill: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label { + color: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label + .ql-stroke { + stroke: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label + .ql-fill { + fill: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-options { + background: #1f2937; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), + 0 1px 10px 0 rgba(0, 0, 0, 0.12); + border-radius: 6px; + padding: 0.75rem 0; +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-options + .ql-picker-item { + color: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-options + .ql-picker-item:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); +} +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded:not(.ql-icon-picker) + .ql-picker-item { + padding: 0.75rem 1.25rem; +} +.p-editor-container .p-editor-content { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} +.p-editor-container .p-editor-content.ql-snow { + border: 1px solid #424b57; +} +.p-editor-container .p-editor-content .ql-editor { + background: #111827; + color: hsla(0, 0%, 100%, 0.87); + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} +.p-editor-container .ql-snow.ql-toolbar button:focus, +.p-editor-container .ql-snow.ql-toolbar button:hover { + color: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke, +.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke { + stroke: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill, +.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill { + fill: hsla(0, 0%, 100%, 0.87); +} +.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, +.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, +.p-editor-container .ql-snow.ql-toolbar button.ql-active { + color: #60a5fa; +} +.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, +.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, +.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke { + stroke: #60a5fa; +} +.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, +.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, +.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill { + fill: #60a5fa; +} +.p-editor-container + .ql-snow.ql-toolbar + .ql-picker-item.ql-selected + .ql-picker-label, +.p-editor-container + .ql-snow.ql-toolbar + .ql-picker-label.ql-active + .ql-picker-label, +.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label { + color: #60a5fa; +} +@layer primevue { + .p-component, + .p-component * { + box-sizing: border-box; + } + .p-hidden-space { + visibility: hidden; + } + .p-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + text-decoration: none; + font-size: 100%; + list-style: none; + } + .p-disabled, + .p-disabled * { + cursor: default; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-component-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + } + .p-unselectable-text { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-sr-only { + border: 0; + clip: rect(1px, 1px, 1px, 1px); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; + word-wrap: normal; + } + .p-link { + text-align: left; + background-color: transparent; + margin: 0; + padding: 0; + border: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-link:disabled { + cursor: default; + } + .p-connected-overlay { + opacity: 0; + transform: scaleY(0.8); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + .p-connected-overlay-visible { + opacity: 1; + transform: scaleY(1); + } + .p-connected-overlay-hidden { + opacity: 0; + transform: scaleY(1); + transition: opacity 0.1s linear; + } + .p-connected-overlay-enter-from { + opacity: 0; + transform: scaleY(0.8); + } + .p-connected-overlay-leave-to { + opacity: 0; + } + .p-connected-overlay-enter-active { + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + .p-connected-overlay-leave-active { + transition: opacity 0.1s linear; + } + .p-toggleable-content-enter-from, + .p-toggleable-content-leave-to { + max-height: 0; + } + .p-toggleable-content-enter-to, + .p-toggleable-content-leave-from { + max-height: 1000px; + } + .p-toggleable-content-leave-active { + overflow: hidden; + transition: max-height 0.45s cubic-bezier(0, 1, 0, 1); + } + .p-toggleable-content-enter-active { + overflow: hidden; + transition: max-height 1s ease-in-out; + } + * { + box-sizing: border-box; + } + .p-component { + font-family: var(--font-family); + font-feature-settings: var(--font-feature-settings, normal); + font-size: 1rem; + font-weight: 400; + } + .p-component-overlay { + background-color: rgba(0, 0, 0, 0.4); + transition-duration: 0.2s; + } + .p-component:disabled, + .p-disabled { + opacity: 0.4; + } + .p-error { + color: #fca5a5; + } + .p-text-secondary { + color: hsla(0, 0%, 100%, 0.6); + } + .pi { + font-size: 1rem; + } + .p-icon { + width: 1rem; + height: 1rem; + } + .p-link { + font-family: var(--font-family); + font-feature-settings: var(--font-feature-settings, normal); + font-size: 1rem; + border-radius: 6px; + outline-color: transparent; + } + .p-link:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-component-overlay-enter { + animation: p-component-overlay-enter-animation 0.15s forwards; + } + .p-component-overlay-leave { + animation: p-component-overlay-leave-animation 0.15s forwards; + } + @keyframes p-component-overlay-enter-animation { + 0% { + background-color: transparent; + } + to { + background-color: var(--maskbg); + } + } + @keyframes p-component-overlay-leave-animation { + 0% { + background-color: var(--maskbg); + } + to { + background-color: transparent; + } + } + .p-autocomplete { + display: inline-flex; + } + .p-autocomplete-loader { + position: absolute; + top: 50%; + margin-top: -0.5rem; + } + .p-autocomplete-dd .p-autocomplete-input { + flex: 1 1 auto; + width: 1%; + } + .p-autocomplete-dd .p-autocomplete-input, + .p-autocomplete-dd .p-autocomplete-multiple-container { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .p-autocomplete-dd .p-autocomplete-dropdown { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .p-autocomplete .p-autocomplete-panel { + min-width: 100%; + } + .p-autocomplete-panel { + position: absolute; + overflow: auto; + top: 0; + left: 0; + } + .p-autocomplete-items { + margin: 0; + padding: 0; + list-style-type: none; + } + .p-autocomplete-item { + cursor: pointer; + white-space: nowrap; + position: relative; + overflow: hidden; + } + .p-autocomplete-multiple-container { + margin: 0; + padding: 0; + list-style-type: none; + cursor: text; + overflow: hidden; + display: flex; + align-items: center; + flex-wrap: wrap; + } + .p-autocomplete-token { + cursor: default; + display: inline-flex; + align-items: center; + flex: 0 0 auto; + } + .p-autocomplete-token-icon { + cursor: pointer; + } + .p-autocomplete-input-token { + flex: 1 1 auto; + display: inline-flex; + } + .p-autocomplete-input-token input { + border: 0 none; + outline: 0 none; + background-color: transparent; + margin: 0; + padding: 0; + box-shadow: none; + border-radius: 0; + width: 100%; + } + .p-fluid .p-autocomplete { + display: flex; + } + .p-fluid .p-autocomplete-dd .p-autocomplete-input { + width: 1%; + } + .p-autocomplete .p-autocomplete-loader { + right: 0.75rem; + } + .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { + right: 3.75rem; + } + .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container { + border-color: #60a5fa; + } + .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-autocomplete .p-autocomplete-multiple-container { + padding: 0.375rem 0.75rem; + gap: 0.5rem; + outline-color: transparent; + } + .p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-input-token { + padding: 0.375rem 0; + } + .p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-input-token + input { + font-family: var(--font-family); + font-feature-settings: var(--font-feature-settings, normal); + font-size: 1rem; + color: hsla(0, 0%, 100%, 0.87); + padding: 0; + margin: 0; + } + .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { + padding: 0.375rem 0.75rem; + background: #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 16px; + } + .p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-token + .p-autocomplete-token-icon { + margin-left: 0.5rem; + } + .p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-token.p-focus { + background: #6b7280; + color: hsla(0, 0%, 100%, 0.87); + } + .p-autocomplete.p-invalid.p-component > .p-inputtext { + border-color: #fca5a5; + } + .p-autocomplete-panel { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-autocomplete-panel .p-autocomplete-items { + padding: 0.75rem 0; + } + .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { + margin: 0; + padding: 0.75rem 1.25rem; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child { + margin-top: 0; + } + .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:last-child { + margin-bottom: 0; + } + .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-autocomplete-panel + .p-autocomplete-items + .p-autocomplete-item.p-highlight.p-focus { + background: rgba(96, 165, 250, 0.24); + } + .p-autocomplete-panel + .p-autocomplete-items + .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { + margin: 0; + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: #374151; + font-weight: 700; + } + .p-calendar { + display: inline-flex; + max-width: 100%; + } + .p-calendar .p-inputtext { + flex: 1 1 auto; + width: 1%; + } + .p-calendar-w-btn .p-inputtext { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .p-calendar-w-btn .p-datepicker-trigger { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .p-calendar .p-datepicker-trigger-icon { + cursor: pointer; + } + .p-fluid .p-calendar { + display: flex; + } + .p-fluid .p-calendar .p-inputtext { + width: 1%; + } + .p-calendar .p-datepicker { + min-width: 100%; + } + .p-datepicker { + width: auto; + } + .p-datepicker-inline { + display: inline-block; + overflow-x: auto; + } + .p-datepicker-header { + display: flex; + align-items: center; + justify-content: space-between; + } + .p-datepicker-header .p-datepicker-title { + margin: 0 auto; + } + .p-datepicker-next, + .p-datepicker-prev { + cursor: pointer; + display: inline-flex; + justify-content: center; + align-items: center; + overflow: hidden; + position: relative; + } + .p-datepicker-multiple-month .p-datepicker-group-container { + display: flex; + } + .p-datepicker-multiple-month + .p-datepicker-group-container + .p-datepicker-group { + flex: 1 1 auto; + } + .p-datepicker table { + width: 100%; + border-collapse: collapse; + } + .p-datepicker td > span { + display: flex; + justify-content: center; + align-items: center; + cursor: pointer; + margin: 0 auto; + overflow: hidden; + position: relative; + } + .p-monthpicker-month { + width: 33.3%; + } + .p-monthpicker-month, + .p-yearpicker-year { + display: inline-flex; + align-items: center; + justify-content: center; + cursor: pointer; + overflow: hidden; + position: relative; + } + .p-yearpicker-year { + width: 50%; + } + .p-datepicker-buttonbar { + display: flex; + justify-content: space-between; + align-items: center; + } + .p-timepicker, + .p-timepicker button { + display: flex; + justify-content: center; + align-items: center; + } + .p-timepicker button { + cursor: pointer; + overflow: hidden; + position: relative; + } + .p-timepicker > div { + display: flex; + align-items: center; + flex-direction: column; + } + .p-calendar .p-datepicker-touch-ui, + .p-datepicker-touch-ui { + min-width: 80vw; + } + .p-calendar.p-invalid.p-component > .p-inputtext { + border-color: #fca5a5; + } + .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-datepicker { + padding: 0.5rem; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + } + .p-datepicker:not(.p-datepicker-inline) { + background: #1f2937; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { + background: #1f2937; + } + .p-datepicker .p-datepicker-header { + padding: 0.5rem; + color: hsla(0, 0%, 100%, 0.87); + background: #1f2937; + font-weight: 700; + margin: 0; + border-bottom: 1px solid #424b57; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + } + .p-datepicker .p-datepicker-header .p-datepicker-next, + .p-datepicker .p-datepicker-header .p-datepicker-prev { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover, + .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible, + .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-datepicker .p-datepicker-header .p-datepicker-title { + line-height: 2rem; + } + .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month, + .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year { + color: hsla(0, 0%, 100%, 0.87); + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + font-weight: 700; + padding: 0.5rem; + } + .p-datepicker + .p-datepicker-header + .p-datepicker-title + .p-datepicker-month:enabled:hover, + .p-datepicker + .p-datepicker-header + .p-datepicker-title + .p-datepicker-year:enabled:hover { + color: #60a5fa; + } + .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { + margin-right: 0.5rem; + } + .p-datepicker table { + font-size: 1rem; + margin: 0.5rem 0; + } + .p-datepicker table th { + padding: 0.5rem; + } + .p-datepicker table th > span { + width: 2.5rem; + height: 2.5rem; + } + .p-datepicker table td { + padding: 0.5rem; + } + .p-datepicker table td > span { + width: 2.5rem; + height: 2.5rem; + border-radius: 50%; + transition: box-shadow 0.2s; + border: 1px solid transparent; + outline-color: transparent; + } + .p-datepicker table td > span.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-datepicker table td > span:focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-datepicker table td.p-datepicker-today > span { + background: transparent; + color: #60a5fa; + border-color: transparent; + } + .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-datepicker .p-datepicker-buttonbar { + padding: 1rem 0; + border-top: 1px solid #424b57; + } + .p-datepicker .p-datepicker-buttonbar .p-button { + width: auto; + } + .p-datepicker .p-timepicker { + border-top: 1px solid #424b57; + padding: 0.5rem; + } + .p-datepicker .p-timepicker button { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-datepicker .p-timepicker button:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-datepicker .p-timepicker button:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-datepicker .p-timepicker button:last-child { + margin-top: 0.2em; + } + .p-datepicker .p-timepicker span { + font-size: 1.25rem; + } + .p-datepicker .p-timepicker > div { + padding: 0 0.5rem; + } + .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; + } + .p-datepicker .p-monthpicker { + margin: 0.5rem 0; + } + .p-datepicker .p-monthpicker .p-monthpicker-month { + padding: 0.5rem; + transition: box-shadow 0.2s; + border-radius: 6px; + } + .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-datepicker .p-yearpicker { + margin: 0.5rem 0; + } + .p-datepicker .p-yearpicker .p-yearpicker-year { + padding: 0.5rem; + transition: box-shadow 0.2s; + border-radius: 6px; + } + .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-left: 1px solid #424b57; + padding-right: 0.5rem; + padding-left: 0.5rem; + padding-top: 0; + padding-bottom: 0; + } + .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; + border-left: 0 none; + } + .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + } + .p-datepicker.p-datepicker-mobile table td, + .p-datepicker.p-datepicker-mobile table th { + padding: 0; + } + .p-datepicker:not(.p-disabled) + table + td + span:not(.p-highlight):not(.p-disabled) { + outline-color: transparent; + } + .p-datepicker:not(.p-disabled) + table + td + span:not(.p-highlight):not(.p-disabled):hover { + background: hsla(0, 0%, 100%, 0.03); + } + .p-datepicker:not(.p-disabled) + table + td + span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-datepicker:not(.p-disabled) + .p-monthpicker + .p-monthpicker-month:not(.p-disabled) { + outline-color: transparent; + } + .p-datepicker:not(.p-disabled) + .p-monthpicker + .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + } + .p-datepicker:not(.p-disabled) + .p-monthpicker + .p-monthpicker-month:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-datepicker:not(.p-disabled) + .p-yearpicker + .p-yearpicker-year:not(.p-disabled) { + outline-color: transparent; + } + .p-datepicker:not(.p-disabled) + .p-yearpicker + .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + } + .p-datepicker:not(.p-disabled) + .p-yearpicker + .p-yearpicker-year:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-cascadeselect { + display: inline-flex; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-cascadeselect-trigger { + display: flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + } + .p-cascadeselect-label { + display: block; + white-space: nowrap; + overflow: hidden; + flex: 1 1 auto; + width: 1%; + text-overflow: ellipsis; + cursor: pointer; + } + .p-cascadeselect-label-empty { + overflow: hidden; + visibility: hidden; + } + .p-cascadeselect .p-cascadeselect-panel { + min-width: 100%; + } + .p-cascadeselect-item { + cursor: pointer; + font-weight: 400; + white-space: nowrap; + } + .p-cascadeselect-item-content { + display: flex; + align-items: center; + overflow: hidden; + position: relative; + } + .p-cascadeselect-group-icon { + margin-left: auto; + } + .p-cascadeselect-items { + margin: 0; + padding: 0; + list-style-type: none; + min-width: 100%; + } + .p-fluid .p-cascadeselect { + display: flex; + } + .p-fluid .p-cascadeselect .p-cascadeselect-label { + width: 1%; + } + .p-cascadeselect-sublist { + position: absolute; + min-width: 100%; + z-index: 1; + display: none; + } + .p-cascadeselect-item-active { + overflow: visible; + } + .p-cascadeselect-item-active > .p-cascadeselect-sublist { + display: block; + left: 100%; + top: 0; + } + .p-cascadeselect-enter-from, + .p-cascadeselect-leave-active { + opacity: 0; + } + .p-cascadeselect-enter-active { + transition: opacity 0.15s; + } + .p-cascadeselect { + background: #111827; + border: 1px solid #424b57; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + border-radius: 6px; + outline-color: transparent; + } + .p-cascadeselect:not(.p-disabled):hover { + border-color: #60a5fa; + } + .p-cascadeselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-cascadeselect.p-variant-filled, + .p-cascadeselect.p-variant-filled:enabled:focus, + .p-cascadeselect.p-variant-filled:enabled:hover { + background-color: #424b57; + } + .p-cascadeselect .p-cascadeselect-label { + background: transparent; + border: 0 none; + padding: 0.75rem 0.75rem; + } + .p-cascadeselect .p-cascadeselect-label.p-placeholder { + color: hsla(0, 0%, 100%, 0.6); + } + .p-cascadeselect .p-cascadeselect-label:enabled:focus { + outline: 0 none; + box-shadow: none; + } + .p-cascadeselect .p-cascadeselect-trigger { + background: transparent; + color: hsla(0, 0%, 100%, 0.6); + width: 3rem; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-cascadeselect.p-invalid.p-component { + border-color: #fca5a5; + } + .p-cascadeselect-panel { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-cascadeselect-panel .p-cascadeselect-items { + padding: 0.75rem 0; + } + .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { + margin: 0; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item:first-child { + margin-top: 0; + } + .p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item:last-child { + margin-bottom: 0; + } + .p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item.p-highlight.p-focus { + background: rgba(96, 165, 250, 0.24); + } + .p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item + .p-cascadeselect-item-content { + padding: 0.75rem 1.25rem; + } + .p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item + .p-cascadeselect-group-icon { + font-size: 0.875rem; + } + .p-checkbox { + position: relative; + display: inline-flex; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + vertical-align: bottom; + } + .p-checkbox-input { + cursor: pointer; + } + .p-checkbox-box { + display: flex; + justify-content: center; + align-items: center; + } + .p-checkbox { + width: 22px; + height: 22px; + } + .p-checkbox .p-checkbox-input { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 0; + margin: 0; + opacity: 0; + z-index: 1; + outline: 0 none; + border: 2px solid #424b57; + border-radius: 6px; + } + .p-checkbox .p-checkbox-box { + border: 2px solid #424b57; + background: #111827; + width: 22px; + height: 22px; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 6px; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-checkbox .p-checkbox-box .p-checkbox-icon { + transition-duration: 0.2s; + color: #030712; + font-size: 14px; + } + .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { + width: 14px; + height: 14px; + } + .p-checkbox.p-highlight .p-checkbox-box { + border-color: #60a5fa; + background: #60a5fa; + } + .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { + border-color: #60a5fa; + } + .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight + .p-checkbox-box { + border-color: #bfdbfe; + background: #bfdbfe; + color: #030712; + } + .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) + .p-checkbox-box { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-checkbox.p-invalid > .p-checkbox-box { + border-color: #fca5a5; + } + .p-checkbox.p-variant-filled .p-checkbox-box { + background-color: #424b57; + } + .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { + background: #60a5fa; + } + .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) + .p-checkbox-box { + background-color: #424b57; + } + .p-checkbox.p-variant-filled:not(.p-disabled):has( + .p-checkbox-input:hover + ).p-highlight + .p-checkbox-box { + background: #bfdbfe; + } + .p-input-filled .p-checkbox .p-checkbox-box { + background-color: #424b57; + } + .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { + background: #60a5fa; + } + .p-input-filled + .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) + .p-checkbox-box { + background-color: #424b57; + } + .p-input-filled + .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight + .p-checkbox-box { + background: #bfdbfe; + } + .p-chips { + display: inline-flex; + } + .p-chips-multiple-container { + margin: 0; + padding: 0; + list-style-type: none; + cursor: text; + overflow: hidden; + display: flex; + align-items: center; + flex-wrap: wrap; + } + .p-chips-token { + cursor: default; + display: inline-flex; + align-items: center; + flex: 0 0 auto; + } + .p-chips-input-token { + flex: 1 1 auto; + display: inline-flex; + } + .p-chips-token-icon { + cursor: pointer; + } + .p-chips-input-token input { + border: 0 none; + outline: 0 none; + background-color: transparent; + margin: 0; + padding: 0; + box-shadow: none; + border-radius: 0; + width: 100%; + } + .p-fluid .p-chips { + display: flex; + } + .p-chips:not(.p-disabled):hover .p-chips-multiple-container { + border-color: #60a5fa; + } + .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-chips .p-chips-multiple-container { + padding: 0.375rem 0.75rem; + outline-color: transparent; + } + .p-chips .p-chips-multiple-container .p-chips-token { + padding: 0.375rem 0.75rem; + margin-right: 0.5rem; + background: #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 16px; + } + .p-chips .p-chips-multiple-container .p-chips-token.p-focus { + background: #6b7280; + color: hsla(0, 0%, 100%, 0.87); + } + .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { + margin-left: 0.5rem; + } + .p-chips .p-chips-multiple-container .p-chips-input-token { + padding: 0.375rem 0; + } + .p-chips .p-chips-multiple-container .p-chips-input-token input { + font-family: var(--font-family); + font-feature-settings: var(--font-feature-settings, normal); + font-size: 1rem; + color: hsla(0, 0%, 100%, 0.87); + padding: 0; + margin: 0; + } + .p-chips.p-invalid.p-component > .p-inputtext { + border-color: #fca5a5; + } + .p-colorpicker-panel .p-colorpicker-color { + background: linear-gradient(0deg, #000 0, transparent), + linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0)); + } + .p-colorpicker-panel .p-colorpicker-hue { + background: linear-gradient( + 0deg, + red, + #ff0 17%, + #0f0 33%, + #0ff 50%, + #00f 67%, + #f0f 83%, + red + ); + } + .p-colorpicker-preview { + width: 2rem; + height: 2rem; + } + .p-colorpicker-panel { + background: #1f2937; + border: 1px solid #424b57; + } + .p-colorpicker-panel .p-colorpicker-color-handle, + .p-colorpicker-panel .p-colorpicker-hue-handle { + border-color: hsla(0, 0%, 100%, 0.87); + } + .p-colorpicker-overlay-panel { + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-dropdown { + display: inline-flex; + cursor: pointer; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-dropdown-clear-icon { + position: absolute; + top: 50%; + margin-top: -0.5rem; + } + .p-dropdown-trigger { + display: flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + } + .p-dropdown-label { + display: block; + white-space: nowrap; + overflow: hidden; + flex: 1 1 auto; + width: 1%; + text-overflow: ellipsis; + cursor: pointer; + } + .p-dropdown-label-empty { + overflow: hidden; + opacity: 0; + } + input.p-dropdown-label { + cursor: default; + } + .p-dropdown .p-dropdown-panel { + min-width: 100%; + } + .p-dropdown-panel { + position: absolute; + top: 0; + left: 0; + } + .p-dropdown-items-wrapper { + overflow: auto; + } + .p-dropdown-item { + cursor: pointer; + font-weight: 400; + white-space: nowrap; + position: relative; + overflow: hidden; + display: flex; + align-items: center; + } + .p-dropdown-item-group { + cursor: auto; + } + .p-dropdown-items { + margin: 0; + padding: 0; + list-style-type: none; + } + .p-dropdown-filter { + width: 100%; + } + .p-dropdown-filter-container { + position: relative; + } + .p-dropdown-filter-icon { + position: absolute; + top: 50%; + margin-top: -0.5rem; + } + .p-fluid .p-dropdown { + display: flex; + } + .p-fluid .p-dropdown .p-dropdown-label { + width: 1%; + } + .p-dropdown { + background: #111827; + border: 1px solid #424b57; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + border-radius: 6px; + outline-color: transparent; + } + .p-dropdown:not(.p-disabled):hover { + border-color: #60a5fa; + } + .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-dropdown.p-variant-filled { + background: #424b57; + } + .p-dropdown.p-variant-filled:not(.p-disabled).p-focus, + .p-dropdown.p-variant-filled:not(.p-disabled):hover { + background-color: #424b57; + } + .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { + background-color: transparent; + } + .p-dropdown.p-dropdown-clearable .p-dropdown-label { + padding-right: 1.75rem; + } + .p-dropdown .p-dropdown-label { + background: transparent; + border: 0 none; + } + .p-dropdown .p-dropdown-label.p-placeholder { + color: hsla(0, 0%, 100%, 0.6); + } + .p-dropdown .p-dropdown-label:enabled:focus, + .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + box-shadow: none; + } + .p-dropdown .p-dropdown-trigger { + background: transparent; + color: hsla(0, 0%, 100%, 0.6); + width: 3rem; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-dropdown .p-dropdown-clear-icon { + color: hsla(0, 0%, 100%, 0.6); + right: 3rem; + } + .p-dropdown.p-invalid.p-component { + border-color: #fca5a5; + } + .p-dropdown-panel { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-dropdown-panel .p-dropdown-header { + padding: 0.75rem 1.25rem; + border-bottom: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + background: #1f2937; + margin: 0; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + } + .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { + padding-right: 1.75rem; + margin-right: -1.75rem; + } + .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { + right: 0.75rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-dropdown-panel .p-dropdown-items { + padding: 0.75rem 0; + } + .p-dropdown-panel .p-dropdown-items .p-dropdown-item { + margin: 0; + padding: 0.75rem 1.25rem; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child { + margin-top: 0; + } + .p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child { + margin-bottom: 0; + } + .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(96, 165, 250, 0.24); + } + .p-dropdown-panel + .p-dropdown-items + .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { + position: relative; + margin-left: -0.5rem; + margin-right: 0.5rem; + } + .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: #374151; + font-weight: 700; + } + .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + } + .p-float-label { + display: block; + position: relative; + } + .p-float-label label { + position: absolute; + pointer-events: none; + top: 50%; + margin-top: -0.5rem; + transition-property: all; + transition-timing-function: ease; + line-height: 1; + } + .p-float-label:has(textarea) label { + top: 1rem; + } + .p-float-label:has(.p-inputwrapper-filled) label, + .p-float-label:has(.p-inputwrapper-focus) label, + .p-float-label:has(input.p-filled) label, + .p-float-label:has(input:-webkit-autofill) label, + .p-float-label:has(input:focus) label, + .p-float-label:has(textarea.p-filled) label, + .p-float-label:has(textarea:focus) label { + top: -0.75rem; + font-size: 12px; + } + .p-float-label .p-inputtext::-moz-placeholder, + .p-float-label input::-moz-placeholder { + opacity: 0; + -moz-transition-property: all; + transition-property: all; + transition-timing-function: ease; + } + .p-float-label .p-inputtext::placeholder, + .p-float-label .p-placeholder, + .p-float-label input::placeholder { + opacity: 0; + transition-property: all; + transition-timing-function: ease; + } + .p-float-label .p-inputtext:focus::-moz-placeholder, + .p-float-label input:focus::-moz-placeholder { + opacity: 1; + -moz-transition-property: all; + transition-property: all; + transition-timing-function: ease; + } + .p-float-label .p-focus .p-placeholder, + .p-float-label .p-inputtext:focus::placeholder, + .p-float-label input:focus::placeholder { + opacity: 1; + transition-property: all; + transition-timing-function: ease; + } + .p-icon-field { + position: relative; + } + .p-icon-field > .p-input-icon { + position: absolute; + top: 50%; + margin-top: -0.5rem; + } + .p-inputotp { + display: flex; + align-items: center; + gap: 0.5rem; + } + .p-inputotp-input { + text-align: center; + width: 2.5rem; + } + .p-inputgroup { + display: flex; + align-items: stretch; + width: 100%; + } + .p-inputgroup-addon { + display: flex; + align-items: center; + justify-content: center; + } + .p-inputgroup .p-float-label { + display: flex; + align-items: stretch; + width: 100%; + } + .p-fluid .p-inputgroup .p-input, + .p-fluid .p-inputgroup .p-inputtext, + .p-inputgroup .p-inputtext, + .p-inputgroup .p-inputwrapper { + flex: 1 1 auto; + width: 1%; + } + .p-inputgroup-addon { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.6); + border-top: 1px solid #424b57; + border-left: 1px solid #424b57; + border-bottom: 1px solid #424b57; + padding: 0.75rem 0.75rem; + min-width: 3rem; + } + .p-inputgroup-addon:last-child { + border-right: 1px solid #424b57; + } + .p-inputgroup > .p-component, + .p-inputgroup > .p-float-label > .p-component, + .p-inputgroup > .p-inputwrapper > .p-inputtext { + border-radius: 0; + margin: 0; + } + .p-inputgroup > .p-component + .p-inputgroup-addon, + .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon, + .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon { + border-left: 0 none; + } + .p-inputgroup > .p-component:focus, + .p-inputgroup > .p-component:focus ~ label, + .p-inputgroup > .p-float-label > .p-component:focus, + .p-inputgroup > .p-float-label > .p-component:focus ~ label, + .p-inputgroup > .p-inputwrapper > .p-inputtext:focus, + .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label { + z-index: 1; + } + .p-inputgroup .p-float-label:first-child input, + .p-inputgroup button:first-child, + .p-inputgroup input:first-child, + .p-inputgroup-addon:first-child, + .p-inputgroup > .p-inputwrapper:first-child, + .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-inputgroup .p-float-label:last-child input, + .p-inputgroup button:last-child, + .p-inputgroup input:last-child, + .p-inputgroup-addon:last-child, + .p-inputgroup > .p-inputwrapper:last-child, + .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-fluid .p-inputgroup .p-button { + width: auto; + } + .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 3rem; + } + .p-fluid .p-icon-field-left, + .p-fluid .p-icon-field-right { + width: 100%; + } + .p-icon-field-left > .p-input-icon:first-of-type { + left: 0.75rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-icon-field-right > .p-input-icon:last-of-type { + right: 0.75rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-inputnumber { + display: inline-flex; + } + .p-inputnumber-button { + display: flex; + align-items: center; + justify-content: center; + flex: 0 0 auto; + } + .p-inputnumber-buttons-horizontal + .p-button.p-inputnumber-button + .p-button-label, + .p-inputnumber-buttons-stacked + .p-button.p-inputnumber-button + .p-button-label { + display: none; + } + .p-inputnumber-buttons-stacked .p-button.p-inputnumber-button-up { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + padding: 0; + } + .p-inputnumber-buttons-stacked .p-inputnumber-input { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .p-inputnumber-buttons-stacked .p-button.p-inputnumber-button-down { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-left-radius: 0; + padding: 0; + } + .p-inputnumber-buttons-stacked .p-inputnumber-button-group { + display: flex; + flex-direction: column; + } + .p-inputnumber-buttons-stacked + .p-inputnumber-button-group + .p-button.p-inputnumber-button { + flex: 1 1 auto; + } + .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-up { + order: 3; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .p-inputnumber-buttons-horizontal .p-inputnumber-input { + order: 2; + border-radius: 0; + } + .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-down { + order: 1; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .p-inputnumber-buttons-vertical { + flex-direction: column; + } + .p-inputnumber-buttons-vertical .p-button.p-inputnumber-button-up { + order: 1; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + width: 100%; + } + .p-inputnumber-buttons-vertical .p-inputnumber-input { + order: 2; + border-radius: 0; + text-align: center; + } + .p-inputnumber-buttons-vertical .p-button.p-inputnumber-button-down { + order: 3; + border-top-left-radius: 0; + border-top-right-radius: 0; + width: 100%; + } + .p-inputnumber-input { + flex: 1 1 auto; + } + .p-fluid .p-inputnumber { + width: 100%; + } + .p-fluid .p-inputnumber .p-inputnumber-input { + width: 1%; + } + .p-fluid .p-inputnumber-buttons-vertical .p-inputnumber-input { + width: 100%; + } + .p-inputnumber.p-invalid.p-component > .p-inputtext { + border-color: #fca5a5; + } + .p-inputnumber.p-variant-filled > .p-inputnumber-input, + .p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus, + .p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover { + background-color: #424b57; + } + .p-inputswitch { + display: inline-block; + } + .p-inputswitch-input { + cursor: pointer; + } + .p-inputswitch-slider { + position: absolute; + cursor: pointer; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 1px solid transparent; + } + .p-inputswitch-slider:before { + position: absolute; + content: ""; + top: 50%; + } + .p-inputswitch { + width: 3rem; + height: 1.75rem; + } + .p-inputswitch .p-inputswitch-input { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 0; + margin: 0; + opacity: 0; + z-index: 1; + outline: 0 none; + border-radius: 30px; + } + .p-inputswitch .p-inputswitch-slider { + background: #6b7280; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + border-radius: 30px; + outline-color: transparent; + } + .p-inputswitch .p-inputswitch-slider:before { + background: hsla(0, 0%, 100%, 0.6); + width: 1.25rem; + height: 1.25rem; + left: 0.25rem; + margin-top: -0.625rem; + border-radius: 50%; + transition-duration: 0.2s; + } + .p-inputswitch.p-highlight .p-inputswitch-slider { + background: #60a5fa; + } + .p-inputswitch.p-highlight .p-inputswitch-slider:before { + background: #030712; + transform: translateX(1.25rem); + } + .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) + .p-inputswitch-slider { + background: #424b57; + } + .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight + .p-inputswitch-slider { + background: #93c5fd; + } + .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) + .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + border-color: #fca5a5; + } + .p-fluid .p-inputtext { + width: 100%; + } + .p-inputtext { + font-family: var(--font-family); + font-feature-settings: var(--font-feature-settings, normal); + font-size: 1rem; + color: hsla(0, 0%, 100%, 0.87); + background: #111827; + padding: 0.75rem 0.75rem; + border: 1px solid #424b57; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 6px; + outline-color: transparent; + } + .p-inputtext:enabled:hover { + border-color: #60a5fa; + } + .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-inputtext.p-invalid.p-component { + border-color: #fca5a5; + } + .p-inputtext.p-variant-filled, + .p-inputtext.p-variant-filled:enabled:focus, + .p-inputtext.p-variant-filled:enabled:hover { + background-color: #424b57; + } + .p-inputtext.p-inputtext-sm { + font-size: 0.875rem; + padding: 0.65625rem 0.65625rem; + } + .p-inputtext.p-inputtext-lg { + font-size: 1.25rem; + padding: 0.9375rem 0.9375rem; + } + .p-float-label > label { + left: 0.75rem; + color: hsla(0, 0%, 100%, 0.6); + transition-duration: 0.2s; + } + .p-float-label > .p-invalid + label { + color: #fca5a5; + } + .p-icon-field-left > .p-inputtext { + padding-left: 2.5rem; + } + .p-icon-field-left.p-float-label > label { + left: 2.5rem; + } + .p-icon-field-right > .p-inputtext { + padding-right: 2.5rem; + } + ::-webkit-input-placeholder { + color: hsla(0, 0%, 100%, 0.6); + } + :-moz-placeholder, + ::-moz-placeholder { + color: hsla(0, 0%, 100%, 0.6); + } + :-ms-input-placeholder { + color: hsla(0, 0%, 100%, 0.6); + } + .p-input-filled .p-inputtext, + .p-input-filled .p-inputtext:enabled:focus, + .p-input-filled .p-inputtext:enabled:hover { + background-color: #424b57; + } + .p-inputtext-sm .p-inputtext { + font-size: 0.875rem; + padding: 0.65625rem 0.65625rem; + } + .p-inputtext-lg .p-inputtext { + font-size: 1.25rem; + padding: 0.9375rem 0.9375rem; + } + .p-knob-range { + fill: none; + transition: stroke 0.1s ease-in; + } + .p-knob-value { + animation-name: dash-frame; + animation-fill-mode: forwards; + fill: none; + } + .p-knob-text { + font-size: 1.3rem; + text-align: center; + } + @keyframes dash-frame { + to { + stroke-dashoffset: 0; + } + } + .p-listbox-list-wrapper { + overflow: auto; + } + .p-listbox-list { + list-style-type: none; + margin: 0; + padding: 0; + } + .p-listbox-item { + cursor: pointer; + position: relative; + overflow: hidden; + } + .p-listbox-item-group { + cursor: auto; + } + .p-listbox-filter-container { + position: relative; + } + .p-listbox-filter-icon { + position: absolute; + top: 50%; + margin-top: -0.5rem; + } + .p-listbox-filter { + width: 100%; + } + .p-listbox { + border: 1px solid #424b57; + border-radius: 6px; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-listbox, + .p-listbox .p-listbox-header { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + } + .p-listbox .p-listbox-header { + padding: 0.75rem 1.25rem; + border-bottom: 1px solid #424b57; + margin: 0; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + } + .p-listbox .p-listbox-header .p-listbox-filter { + padding-right: 1.75rem; + } + .p-listbox .p-listbox-header .p-listbox-filter-icon { + right: 0.75rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-listbox .p-listbox-list { + padding: 0.75rem 0; + outline: 0 none; + } + .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.75rem 1.25rem; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-listbox .p-listbox-list .p-listbox-item:first-child { + margin-top: 0; + } + .p-listbox .p-listbox-list .p-listbox-item:last-child { + margin-bottom: 0; + } + .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-listbox .p-listbox-list .p-listbox-item-group { + margin: 0; + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: #374151; + font-weight: 700; + } + .p-listbox .p-listbox-list .p-listbox-empty-message { + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + } + .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(96, 165, 250, 0.24); + } + .p-listbox:not(.p-disabled) + .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus, + .p-listbox:not(.p-disabled) + .p-listbox-item:not(.p-highlight):not(.p-disabled):hover, + .p-listbox:not(.p-disabled) + .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-listbox.p-invalid { + border-color: #fca5a5; + } + .p-multiselect { + display: inline-flex; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-multiselect-trigger { + display: flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + } + .p-multiselect-label-container { + overflow: hidden; + flex: 1 1 auto; + cursor: pointer; + } + .p-multiselect-label { + display: block; + white-space: nowrap; + cursor: pointer; + overflow: hidden; + text-overflow: ellipsis; + } + .p-multiselect-label-empty { + overflow: hidden; + visibility: hidden; + } + .p-multiselect-token { + cursor: default; + display: inline-flex; + align-items: center; + flex: 0 0 auto; + } + .p-multiselect-token-icon { + cursor: pointer; + } + .p-multiselect .p-multiselect-panel { + min-width: 100%; + } + .p-multiselect-items-wrapper { + overflow: auto; + } + .p-multiselect-items { + margin: 0; + padding: 0; + list-style-type: none; + } + .p-multiselect-item { + cursor: pointer; + display: flex; + align-items: center; + font-weight: 400; + white-space: nowrap; + position: relative; + overflow: hidden; + } + .p-multiselect-item-group { + cursor: auto; + } + .p-multiselect-header { + display: flex; + align-items: center; + justify-content: space-between; + } + .p-multiselect-filter-container { + position: relative; + flex: 1 1 auto; + } + .p-multiselect-filter-icon { + position: absolute; + top: 50%; + margin-top: -0.5rem; + } + .p-multiselect-filter-container .p-inputtext { + width: 100%; + } + .p-multiselect-close { + display: flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + overflow: hidden; + position: relative; + margin-left: auto; + } + .p-fluid .p-multiselect { + display: flex; + } + .p-multiselect { + background: #111827; + border: 1px solid #424b57; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + border-radius: 6px; + outline-color: transparent; + } + .p-multiselect:not(.p-disabled):hover { + border-color: #60a5fa; + } + .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-multiselect.p-variant-filled { + background: #424b57; + } + .p-multiselect.p-variant-filled:not(.p-disabled).p-focus, + .p-multiselect.p-variant-filled:not(.p-disabled):hover { + background-color: #424b57; + } + .p-multiselect .p-multiselect-label { + padding: 0.75rem 0.75rem; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + } + .p-multiselect .p-multiselect-label.p-placeholder { + color: hsla(0, 0%, 100%, 0.6); + } + .p-multiselect.p-multiselect-chip .p-multiselect-token { + padding: 0.375rem 0.75rem; + margin-right: 0.5rem; + background: #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 16px; + } + .p-multiselect.p-multiselect-chip + .p-multiselect-token + .p-multiselect-token-icon { + margin-left: 0.5rem; + } + .p-multiselect .p-multiselect-trigger { + background: transparent; + color: hsla(0, 0%, 100%, 0.6); + width: 3rem; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-multiselect.p-invalid.p-component { + border-color: #fca5a5; + } + .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { + padding: 0.375rem 0.75rem; + } + .p-multiselect-panel { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-multiselect-panel .p-multiselect-header { + padding: 0.75rem 1.25rem; + border-bottom: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + background: #1f2937; + margin: 0; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + } + .p-multiselect-panel + .p-multiselect-header + .p-multiselect-filter-container + .p-inputtext { + padding-right: 1.75rem; + } + .p-multiselect-panel + .p-multiselect-header + .p-multiselect-filter-container + .p-multiselect-filter-icon { + right: 0.75rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5rem; + } + .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + margin-left: 0.5rem; + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-multiselect-panel + .p-multiselect-header + .p-multiselect-close:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-multiselect-panel + .p-multiselect-header + .p-multiselect-close:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-multiselect-panel .p-multiselect-items { + padding: 0.75rem 0; + } + .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.75rem 1.25rem; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child { + margin-top: 0; + } + .p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child { + margin-bottom: 0; + } + .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-multiselect-panel + .p-multiselect-items + .p-multiselect-item.p-highlight.p-focus { + background: rgba(96, 165, 250, 0.24); + } + .p-multiselect-panel + .p-multiselect-items + .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + margin-right: 0.5rem; + } + .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { + margin: 0; + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: #374151; + font-weight: 700; + } + .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + } + .p-password { + display: inline-flex; + } + .p-password .p-password-panel { + min-width: 100%; + } + .p-password-meter { + height: 10px; + } + .p-password-strength { + height: 100%; + width: 0; + transition: width 1s ease-in-out; + } + .p-fluid .p-password { + display: flex; + } + .p-password-input::-ms-clear, + .p-password-input::-ms-reveal { + display: none; + } + .p-password.p-invalid.p-component > .p-inputtext { + border-color: #fca5a5; + } + .p-password-panel { + padding: 1.25rem; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + border-radius: 6px; + } + .p-password-panel .p-password-meter { + margin-bottom: 0.5rem; + background: #424b57; + } + .p-password-panel .p-password-meter .p-password-strength.weak { + background: #eb9a9c; + } + .p-password-panel .p-password-meter .p-password-strength.medium { + background: #ffcf91; + } + .p-password-panel .p-password-meter .p-password-strength.strong { + background: #93deac; + } + .p-radiobutton { + position: relative; + display: inline-flex; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + vertical-align: bottom; + } + .p-radiobutton-input { + cursor: pointer; + } + .p-radiobutton-box { + display: flex; + justify-content: center; + align-items: center; + } + .p-radiobutton-icon { + backface-visibility: hidden; + transform: translateZ(0) scale(0.1); + border-radius: 50%; + visibility: hidden; + } + .p-radiobutton.p-highlight .p-radiobutton-icon { + transform: translateZ(0) scale(1); + visibility: visible; + } + .p-radiobutton { + width: 22px; + height: 22px; + } + .p-radiobutton .p-radiobutton-input { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 0; + margin: 0; + opacity: 0; + z-index: 1; + outline: 0 none; + border: 2px solid #424b57; + border-radius: 50%; + } + .p-radiobutton .p-radiobutton-box { + border: 2px solid #424b57; + background: #111827; + width: 22px; + height: 22px; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + width: 12px; + height: 12px; + transition-duration: 0.2s; + background-color: #030712; + } + .p-radiobutton.p-highlight .p-radiobutton-box { + border-color: #60a5fa; + background: #60a5fa; + } + .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) + .p-radiobutton-box { + border-color: #60a5fa; + } + .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight + .p-radiobutton-box { + border-color: #bfdbfe; + background: #bfdbfe; + } + .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight + .p-radiobutton-box + .p-radiobutton-icon { + background-color: #030712; + } + .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) + .p-radiobutton-box { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-radiobutton.p-invalid > .p-radiobutton-box { + border-color: #fca5a5; + } + .p-radiobutton.p-variant-filled .p-radiobutton-box { + background-color: #424b57; + } + .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { + background: #60a5fa; + } + .p-radiobutton.p-variant-filled:not(.p-disabled):has( + .p-radiobutton-input:hover + ) + .p-radiobutton-box { + background-color: #424b57; + } + .p-radiobutton.p-variant-filled:not(.p-disabled):has( + .p-radiobutton-input:hover + ).p-highlight + .p-radiobutton-box { + background: #bfdbfe; + } + .p-input-filled .p-radiobutton .p-radiobutton-box { + background-color: #424b57; + } + .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { + background: #60a5fa; + } + .p-input-filled + .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) + .p-radiobutton-box { + background-color: #424b57; + } + .p-input-filled + .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight + .p-radiobutton-box { + background: #bfdbfe; + } + .p-rating { + position: relative; + display: flex; + align-items: center; + } + .p-rating-item { + display: inline-flex; + align-items: center; + cursor: pointer; + } + .p-rating.p-readonly .p-rating-item { + cursor: default; + } + .p-rating { + gap: 0.5rem; + } + .p-rating .p-rating-item { + outline-color: transparent; + border-radius: 50%; + } + .p-rating .p-rating-item .p-rating-icon { + color: hsla(0, 0%, 100%, 0.87); + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + font-size: 1.143rem; + } + .p-rating .p-rating-item .p-rating-icon.p-icon { + width: 1.143rem; + height: 1.143rem; + } + .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { + color: #f48fb1; + } + .p-rating .p-rating-item.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-rating .p-rating-item.p-rating-item-active .p-rating-icon, + .p-rating:not(.p-disabled):not(.p-readonly) + .p-rating-item:hover + .p-rating-icon { + color: #60a5fa; + } + .p-rating:not(.p-disabled):not(.p-readonly) + .p-rating-item:hover + .p-rating-icon.p-rating-cancel { + color: #f48fb1; + } + .p-selectbutton .p-button { + background: #1f2937; + border: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + } + .p-selectbutton .p-button .p-button-icon-left, + .p-selectbutton .p-button .p-button-icon-right { + color: hsla(0, 0%, 100%, 0.6); + } + .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + border-color: #424b57; + color: hsla(0, 0%, 100%, 0.87); + } + .p-selectbutton + .p-button:not(.p-disabled):not(.p-highlight):hover + .p-button-icon-left, + .p-selectbutton + .p-button:not(.p-disabled):not(.p-highlight):hover + .p-button-icon-right { + color: hsla(0, 0%, 100%, 0.6); + } + .p-selectbutton .p-button.p-highlight { + background: #60a5fa; + border-color: #60a5fa; + color: #030712; + } + .p-selectbutton .p-button.p-highlight .p-button-icon-left, + .p-selectbutton .p-button.p-highlight .p-button-icon-right { + color: #030712; + } + .p-selectbutton .p-button.p-highlight:hover { + background: #93c5fd; + border-color: #93c5fd; + color: #030712; + } + .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, + .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { + color: #030712; + } + .p-selectbutton.p-invalid > .p-button { + border-color: #fca5a5; + } + .p-slider { + position: relative; + } + .p-slider .p-slider-handle { + cursor: grab; + touch-action: none; + display: block; + } + .p-slider-range { + display: block; + } + .p-slider-horizontal .p-slider-range { + top: 0; + left: 0; + height: 100%; + } + .p-slider-horizontal .p-slider-handle { + top: 50%; + } + .p-slider-vertical { + height: 100px; + } + .p-slider-vertical .p-slider-handle { + left: 50%; + } + .p-slider-vertical .p-slider-range { + bottom: 0; + left: 0; + width: 100%; + } + .p-slider { + background: #424b57; + border: 0 none; + border-radius: 6px; + } + .p-slider.p-slider-horizontal { + height: 0.286rem; + } + .p-slider.p-slider-horizontal .p-slider-handle { + margin-top: -0.5715rem; + margin-left: -0.5715rem; + } + .p-slider.p-slider-vertical { + width: 0.286rem; + } + .p-slider.p-slider-vertical .p-slider-handle { + margin-left: -0.5715rem; + margin-bottom: -0.5715rem; + } + .p-slider .p-slider-handle { + height: 1.143rem; + width: 1.143rem; + background: #424b57; + border: 2px solid #60a5fa; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-slider .p-slider-handle:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-slider .p-slider-range { + background: #60a5fa; + border-radius: 6px; + } + .p-slider:not(.p-disabled) .p-slider-handle:hover { + background: #60a5fa; + border-color: #60a5fa; + } + .p-inputtextarea-resizable { + overflow: hidden; + resize: none; + } + .p-fluid .p-inputtextarea { + width: 100%; + } + .p-treeselect { + display: inline-flex; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-treeselect-trigger { + display: flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + } + .p-treeselect-label-container { + overflow: hidden; + flex: 1 1 auto; + cursor: pointer; + } + .p-treeselect-label { + display: block; + white-space: nowrap; + cursor: pointer; + overflow: hidden; + text-overflow: ellipsis; + } + .p-treeselect-label-empty { + overflow: hidden; + visibility: hidden; + } + .p-treeselect-token { + cursor: default; + display: inline-flex; + align-items: center; + flex: 0 0 auto; + } + .p-treeselect .p-treeselect-panel { + min-width: 100%; + } + .p-treeselect-items-wrapper { + overflow: auto; + } + .p-fluid .p-treeselect { + display: flex; + } + .p-treeselect { + background: #111827; + border: 1px solid #424b57; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + border-radius: 6px; + outline-color: transparent; + } + .p-treeselect:not(.p-disabled):hover { + border-color: #60a5fa; + } + .p-treeselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-treeselect.p-variant-filled { + background: #424b57; + } + .p-treeselect.p-variant-filled:not(.p-disabled).p-focus, + .p-treeselect.p-variant-filled:not(.p-disabled):hover { + background-color: #424b57; + } + .p-treeselect .p-treeselect-label { + padding: 0.75rem 0.75rem; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + } + .p-treeselect .p-treeselect-label.p-placeholder { + color: hsla(0, 0%, 100%, 0.6); + } + .p-treeselect.p-treeselect-chip .p-treeselect-token { + padding: 0.375rem 0.75rem; + margin-right: 0.5rem; + background: #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 16px; + } + .p-treeselect .p-treeselect-trigger { + background: transparent; + color: hsla(0, 0%, 100%, 0.6); + width: 3rem; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-treeselect.p-invalid.p-component { + border-color: #fca5a5; + } + .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { + padding: 0.375rem 0.75rem; + } + .p-treeselect-panel { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-treeselect-panel .p-treeselect-items-wrapper .p-tree { + border: 0 none; + } + .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + } + .p-input-filled .p-treeselect { + background: #424b57; + } + .p-input-filled .p-treeselect:not(.p-disabled).p-focus, + .p-input-filled .p-treeselect:not(.p-disabled):hover { + background-color: #424b57; + } + .p-togglebutton { + position: relative; + display: inline-flex; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + vertical-align: bottom; + } + .p-togglebutton-input { + cursor: pointer; + } + .p-togglebutton .p-button { + flex: 1 1 auto; + } + .p-togglebutton .p-togglebutton-input { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 0; + margin: 0; + opacity: 0; + z-index: 1; + outline: 0 none; + border: 1px solid #424b57; + border-radius: 6px; + } + .p-togglebutton .p-button { + background: #1f2937; + border: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-togglebutton .p-button .p-button-icon-left, + .p-togglebutton .p-button .p-button-icon-right { + color: hsla(0, 0%, 100%, 0.6); + } + .p-togglebutton.p-highlight .p-button { + background: #60a5fa; + border-color: #60a5fa; + color: #030712; + } + .p-togglebutton.p-highlight .p-button .p-button-icon-left, + .p-togglebutton.p-highlight .p-button .p-button-icon-right { + color: #030712; + } + .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not( + .p-highlight + ) + .p-button { + background: hsla(0, 0%, 100%, 0.03); + border-color: #424b57; + color: hsla(0, 0%, 100%, 0.87); + } + .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not( + .p-highlight + ) + .p-button + .p-button-icon-left, + .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not( + .p-highlight + ) + .p-button + .p-button-icon-right { + color: hsla(0, 0%, 100%, 0.6); + } + .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight + .p-button { + background: #93c5fd; + border-color: #93c5fd; + color: #030712; + } + .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight + .p-button + .p-button-icon-left, + .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight + .p-button + .p-button-icon-right { + color: #030712; + } + .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) + .p-button { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-togglebutton.p-invalid > .p-button { + border-color: #fca5a5; + } + .p-button { + display: inline-flex; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + align-items: center; + vertical-align: bottom; + text-align: center; + overflow: hidden; + position: relative; + } + .p-button-label { + flex: 1 1 auto; + } + .p-button-icon-right { + order: 1; + } + .p-button:disabled { + cursor: default; + } + .p-button-icon-only { + justify-content: center; + } + .p-button-icon-only .p-button-label { + visibility: hidden; + width: 0; + flex: 0 0 auto; + } + .p-button-vertical { + flex-direction: column; + } + .p-button-icon-bottom { + order: 2; + } + .p-button-group .p-button { + margin: 0; + } + .p-button-group .p-button:not(:last-child), + .p-button-group .p-button:not(:last-child):hover { + border-right: 0 none; + } + .p-button-group .p-button:not(:first-of-type):not(:last-of-type) { + border-radius: 0; + } + .p-button-group .p-button:first-of-type:not(:only-of-type) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .p-button-group .p-button:last-of-type:not(:only-of-type) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .p-button-group .p-button:focus { + position: relative; + z-index: 1; + } + .p-button { + color: #030712; + background: #60a5fa; + border: 1px solid #60a5fa; + padding: 0.75rem 1.25rem; + font-size: 1rem; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + border-radius: 6px; + outline-color: transparent; + } + .p-button:not(:disabled):hover { + background: #93c5fd; + color: #030712; + border-color: #93c5fd; + } + .p-button:not(:disabled):active { + background: #bfdbfe; + color: #030712; + border-color: #bfdbfe; + } + .p-button.p-button-outlined { + background-color: transparent; + color: #60a5fa; + border: 1px solid; + } + .p-button.p-button-outlined:not(:disabled):hover { + background: rgba(96, 165, 250, 0.04); + color: #60a5fa; + border: 1px solid; + } + .p-button.p-button-outlined:not(:disabled):active { + background: rgba(96, 165, 250, 0.16); + color: #60a5fa; + border: 1px solid; + } + .p-button.p-button-outlined.p-button-plain { + color: hsla(0, 0%, 100%, 0.6); + border-color: hsla(0, 0%, 100%, 0.6); + } + .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.6); + } + .p-button.p-button-outlined.p-button-plain:not(:disabled):active { + background: hsla(0, 0%, 100%, 0.16); + color: hsla(0, 0%, 100%, 0.6); + } + .p-button.p-button-text { + background-color: transparent; + color: #60a5fa; + border-color: transparent; + } + .p-button.p-button-text:not(:disabled):hover { + background: rgba(96, 165, 250, 0.04); + color: #60a5fa; + border-color: transparent; + } + .p-button.p-button-text:not(:disabled):active { + background: rgba(96, 165, 250, 0.16); + color: #60a5fa; + border-color: transparent; + } + .p-button.p-button-text.p-button-plain { + color: hsla(0, 0%, 100%, 0.6); + } + .p-button.p-button-text.p-button-plain:not(:disabled):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.6); + } + .p-button.p-button-text.p-button-plain:not(:disabled):active { + background: hsla(0, 0%, 100%, 0.16); + color: hsla(0, 0%, 100%, 0.6); + } + .p-button:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-button .p-button-label { + transition-duration: 0.2s; + } + .p-button .p-button-icon-left { + margin-right: 0.5rem; + } + .p-button .p-button-icon-right { + margin-left: 0.5rem; + } + .p-button .p-button-icon-bottom { + margin-top: 0.5rem; + } + .p-button .p-button-icon-top { + margin-bottom: 0.5rem; + } + .p-button .p-badge { + margin-left: 0.5rem; + min-width: 1rem; + height: 1rem; + line-height: 1rem; + color: #60a5fa; + background-color: #030712; + } + .p-button.p-button-raised { + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), + 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); + } + .p-button.p-button-rounded { + border-radius: 2rem; + } + .p-button.p-button-icon-only { + width: 3rem; + padding: 0.75rem 0; + } + .p-button.p-button-icon-only .p-button-icon-left, + .p-button.p-button-icon-only .p-button-icon-right { + margin: 0; + } + .p-button.p-button-icon-only.p-button-rounded { + border-radius: 50%; + height: 3rem; + } + .p-button.p-button-sm { + font-size: 0.875rem; + padding: 0.65625rem 1.09375rem; + } + .p-button.p-button-sm .p-button-icon { + font-size: 0.875rem; + } + .p-button.p-button-lg { + font-size: 1.25rem; + padding: 0.9375rem 1.5625rem; + } + .p-button.p-button-lg .p-button-icon { + font-size: 1.25rem; + } + .p-button.p-button-loading-label-only .p-button-label { + margin-left: 0.5rem; + } + .p-button.p-button-loading-label-only .p-button-loading-icon { + margin-right: 0; + } + .p-fluid .p-button { + width: 100%; + } + .p-fluid .p-button-icon-only { + width: 3rem; + } + .p-fluid .p-button-group { + display: flex; + } + .p-fluid .p-button-group .p-button { + flex: 1; + } + .p-button-group.p-button-secondary > .p-button, + .p-button.p-button-secondary, + .p-splitbutton.p-button-secondary > .p-button { + color: #020617; + background: #94a3b8; + border: 1px solid #94a3b8; + } + .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, + .p-button.p-button-secondary:not(:disabled):hover, + .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover { + background: #cbd5e1; + color: #020617; + border-color: #cbd5e1; + } + .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, + .p-button.p-button-secondary:not(:disabled):focus, + .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus { + box-shadow: 0 0 0 1px #b4bfcd; + } + .p-button-group.p-button-secondary > .p-button:not(:disabled):active, + .p-button.p-button-secondary:not(:disabled):active, + .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active { + background: #e2e8f0; + color: #020617; + border-color: #e2e8f0; + } + .p-button-group.p-button-secondary > .p-button.p-button-outlined, + .p-button.p-button-secondary.p-button-outlined, + .p-splitbutton.p-button-secondary > .p-button.p-button-outlined { + background-color: transparent; + color: #94a3b8; + border: 1px solid; + } + .p-button-group.p-button-secondary + > .p-button.p-button-outlined:not(:disabled):hover, + .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, + .p-splitbutton.p-button-secondary + > .p-button.p-button-outlined:not(:disabled):hover { + background: rgba(148, 163, 184, 0.04); + color: #94a3b8; + border: 1px solid; + } + .p-button-group.p-button-secondary + > .p-button.p-button-outlined:not(:disabled):active, + .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, + .p-splitbutton.p-button-secondary + > .p-button.p-button-outlined:not(:disabled):active { + background: rgba(148, 163, 184, 0.16); + color: #94a3b8; + border: 1px solid; + } + .p-button-group.p-button-secondary > .p-button.p-button-text, + .p-button.p-button-secondary.p-button-text, + .p-splitbutton.p-button-secondary > .p-button.p-button-text { + background-color: transparent; + color: #94a3b8; + border-color: transparent; + } + .p-button-group.p-button-secondary + > .p-button.p-button-text:not(:disabled):hover, + .p-button.p-button-secondary.p-button-text:not(:disabled):hover, + .p-splitbutton.p-button-secondary + > .p-button.p-button-text:not(:disabled):hover { + background: rgba(148, 163, 184, 0.04); + border-color: transparent; + color: #94a3b8; + } + .p-button-group.p-button-secondary + > .p-button.p-button-text:not(:disabled):active, + .p-button.p-button-secondary.p-button-text:not(:disabled):active, + .p-splitbutton.p-button-secondary + > .p-button.p-button-text:not(:disabled):active { + background: rgba(148, 163, 184, 0.16); + border-color: transparent; + color: #94a3b8; + } + .p-button-group.p-button-info > .p-button, + .p-button.p-button-info, + .p-splitbutton.p-button-info > .p-button { + color: #082f49; + background: #38bdf8; + border: 1px solid #38bdf8; + } + .p-button-group.p-button-info > .p-button:not(:disabled):hover, + .p-button.p-button-info:not(:disabled):hover, + .p-splitbutton.p-button-info > .p-button:not(:disabled):hover { + background: #7dd3fc; + color: #082f49; + border-color: #7dd3fc; + } + .p-button-group.p-button-info > .p-button:not(:disabled):focus, + .p-button.p-button-info:not(:disabled):focus, + .p-splitbutton.p-button-info > .p-button:not(:disabled):focus { + box-shadow: 0 0 0 1px #74d1fa; + } + .p-button-group.p-button-info > .p-button:not(:disabled):active, + .p-button.p-button-info:not(:disabled):active, + .p-splitbutton.p-button-info > .p-button:not(:disabled):active { + background: #bae6fd; + color: #082f49; + border-color: #bae6fd; + } + .p-button-group.p-button-info > .p-button.p-button-outlined, + .p-button.p-button-info.p-button-outlined, + .p-splitbutton.p-button-info > .p-button.p-button-outlined { + background-color: transparent; + color: #38bdf8; + border: 1px solid; + } + .p-button-group.p-button-info + > .p-button.p-button-outlined:not(:disabled):hover, + .p-button.p-button-info.p-button-outlined:not(:disabled):hover, + .p-splitbutton.p-button-info + > .p-button.p-button-outlined:not(:disabled):hover { + background: rgba(56, 189, 248, 0.04); + color: #38bdf8; + border: 1px solid; + } + .p-button-group.p-button-info + > .p-button.p-button-outlined:not(:disabled):active, + .p-button.p-button-info.p-button-outlined:not(:disabled):active, + .p-splitbutton.p-button-info + > .p-button.p-button-outlined:not(:disabled):active { + background: rgba(56, 189, 248, 0.16); + color: #38bdf8; + border: 1px solid; + } + .p-button-group.p-button-info > .p-button.p-button-text, + .p-button.p-button-info.p-button-text, + .p-splitbutton.p-button-info > .p-button.p-button-text { + background-color: transparent; + color: #38bdf8; + border-color: transparent; + } + .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, + .p-button.p-button-info.p-button-text:not(:disabled):hover, + .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover { + background: rgba(56, 189, 248, 0.04); + border-color: transparent; + color: #38bdf8; + } + .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, + .p-button.p-button-info.p-button-text:not(:disabled):active, + .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active { + background: rgba(56, 189, 248, 0.16); + border-color: transparent; + color: #38bdf8; + } + .p-button-group.p-button-success > .p-button, + .p-button.p-button-success, + .p-splitbutton.p-button-success > .p-button { + color: #052e16; + background: #4ade80; + border: 1px solid #4ade80; + } + .p-button-group.p-button-success > .p-button:not(:disabled):hover, + .p-button.p-button-success:not(:disabled):hover, + .p-splitbutton.p-button-success > .p-button:not(:disabled):hover { + background: #86efac; + color: #052e16; + border-color: #86efac; + } + .p-button-group.p-button-success > .p-button:not(:disabled):focus, + .p-button.p-button-success:not(:disabled):focus, + .p-splitbutton.p-button-success > .p-button:not(:disabled):focus { + box-shadow: 0 0 0 1px #80e8a6; + } + .p-button-group.p-button-success > .p-button:not(:disabled):active, + .p-button.p-button-success:not(:disabled):active, + .p-splitbutton.p-button-success > .p-button:not(:disabled):active { + background: #bbf7d0; + color: #052e16; + border-color: #bbf7d0; + } + .p-button-group.p-button-success > .p-button.p-button-outlined, + .p-button.p-button-success.p-button-outlined, + .p-splitbutton.p-button-success > .p-button.p-button-outlined { + background-color: transparent; + color: #4ade80; + border: 1px solid; + } + .p-button-group.p-button-success + > .p-button.p-button-outlined:not(:disabled):hover, + .p-button.p-button-success.p-button-outlined:not(:disabled):hover, + .p-splitbutton.p-button-success + > .p-button.p-button-outlined:not(:disabled):hover { + background: rgba(74, 222, 128, 0.04); + color: #4ade80; + border: 1px solid; + } + .p-button-group.p-button-success + > .p-button.p-button-outlined:not(:disabled):active, + .p-button.p-button-success.p-button-outlined:not(:disabled):active, + .p-splitbutton.p-button-success + > .p-button.p-button-outlined:not(:disabled):active { + background: rgba(74, 222, 128, 0.16); + color: #4ade80; + border: 1px solid; + } + .p-button-group.p-button-success > .p-button.p-button-text, + .p-button.p-button-success.p-button-text, + .p-splitbutton.p-button-success > .p-button.p-button-text { + background-color: transparent; + color: #4ade80; + border-color: transparent; + } + .p-button-group.p-button-success + > .p-button.p-button-text:not(:disabled):hover, + .p-button.p-button-success.p-button-text:not(:disabled):hover, + .p-splitbutton.p-button-success + > .p-button.p-button-text:not(:disabled):hover { + background: rgba(74, 222, 128, 0.04); + border-color: transparent; + color: #4ade80; + } + .p-button-group.p-button-success + > .p-button.p-button-text:not(:disabled):active, + .p-button.p-button-success.p-button-text:not(:disabled):active, + .p-splitbutton.p-button-success + > .p-button.p-button-text:not(:disabled):active { + background: rgba(74, 222, 128, 0.16); + border-color: transparent; + color: #4ade80; + } + .p-button-group.p-button-warning > .p-button, + .p-button.p-button-warning, + .p-splitbutton.p-button-warning > .p-button { + color: #431407; + background: #fb923c; + border: 1px solid #fb923c; + } + .p-button-group.p-button-warning > .p-button:not(:disabled):hover, + .p-button.p-button-warning:not(:disabled):hover, + .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover { + background: #fdba74; + color: #431407; + border-color: #fdba74; + } + .p-button-group.p-button-warning > .p-button:not(:disabled):focus, + .p-button.p-button-warning:not(:disabled):focus, + .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus { + box-shadow: 0 0 0 1px #fcb377; + } + .p-button-group.p-button-warning > .p-button:not(:disabled):active, + .p-button.p-button-warning:not(:disabled):active, + .p-splitbutton.p-button-warning > .p-button:not(:disabled):active { + background: #fed7aa; + color: #431407; + border-color: #fed7aa; + } + .p-button-group.p-button-warning > .p-button.p-button-outlined, + .p-button.p-button-warning.p-button-outlined, + .p-splitbutton.p-button-warning > .p-button.p-button-outlined { + background-color: transparent; + color: #fb923c; + border: 1px solid; + } + .p-button-group.p-button-warning + > .p-button.p-button-outlined:not(:disabled):hover, + .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, + .p-splitbutton.p-button-warning + > .p-button.p-button-outlined:not(:disabled):hover { + background: rgba(251, 146, 60, 0.04); + color: #fb923c; + border: 1px solid; + } + .p-button-group.p-button-warning + > .p-button.p-button-outlined:not(:disabled):active, + .p-button.p-button-warning.p-button-outlined:not(:disabled):active, + .p-splitbutton.p-button-warning + > .p-button.p-button-outlined:not(:disabled):active { + background: rgba(251, 146, 60, 0.16); + color: #fb923c; + border: 1px solid; + } + .p-button-group.p-button-warning > .p-button.p-button-text, + .p-button.p-button-warning.p-button-text, + .p-splitbutton.p-button-warning > .p-button.p-button-text { + background-color: transparent; + color: #fb923c; + border-color: transparent; + } + .p-button-group.p-button-warning + > .p-button.p-button-text:not(:disabled):hover, + .p-button.p-button-warning.p-button-text:not(:disabled):hover, + .p-splitbutton.p-button-warning + > .p-button.p-button-text:not(:disabled):hover { + background: rgba(251, 146, 60, 0.04); + border-color: transparent; + color: #fb923c; + } + .p-button-group.p-button-warning + > .p-button.p-button-text:not(:disabled):active, + .p-button.p-button-warning.p-button-text:not(:disabled):active, + .p-splitbutton.p-button-warning + > .p-button.p-button-text:not(:disabled):active { + background: rgba(251, 146, 60, 0.16); + border-color: transparent; + color: #fb923c; + } + .p-button-group.p-button-help > .p-button, + .p-button.p-button-help, + .p-splitbutton.p-button-help > .p-button { + color: #3b0764; + background: #c084fc; + border: 1px solid #c084fc; + } + .p-button-group.p-button-help > .p-button:not(:disabled):hover, + .p-button.p-button-help:not(:disabled):hover, + .p-splitbutton.p-button-help > .p-button:not(:disabled):hover { + background: #d8b4fe; + color: #3b0764; + border-color: #d8b4fe; + } + .p-button-group.p-button-help > .p-button:not(:disabled):focus, + .p-button.p-button-help:not(:disabled):focus, + .p-splitbutton.p-button-help > .p-button:not(:disabled):focus { + box-shadow: 0 0 0 1px #d3a9fd; + } + .p-button-group.p-button-help > .p-button:not(:disabled):active, + .p-button.p-button-help:not(:disabled):active, + .p-splitbutton.p-button-help > .p-button:not(:disabled):active { + background: #e9d5ff; + color: #3b0764; + border-color: #e9d5ff; + } + .p-button-group.p-button-help > .p-button.p-button-outlined, + .p-button.p-button-help.p-button-outlined, + .p-splitbutton.p-button-help > .p-button.p-button-outlined { + background-color: transparent; + color: #c084fc; + border: 1px solid; + } + .p-button-group.p-button-help + > .p-button.p-button-outlined:not(:disabled):hover, + .p-button.p-button-help.p-button-outlined:not(:disabled):hover, + .p-splitbutton.p-button-help + > .p-button.p-button-outlined:not(:disabled):hover { + background: rgba(192, 132, 252, 0.04); + color: #c084fc; + border: 1px solid; + } + .p-button-group.p-button-help + > .p-button.p-button-outlined:not(:disabled):active, + .p-button.p-button-help.p-button-outlined:not(:disabled):active, + .p-splitbutton.p-button-help + > .p-button.p-button-outlined:not(:disabled):active { + background: rgba(192, 132, 252, 0.16); + color: #c084fc; + border: 1px solid; + } + .p-button-group.p-button-help > .p-button.p-button-text, + .p-button.p-button-help.p-button-text, + .p-splitbutton.p-button-help > .p-button.p-button-text { + background-color: transparent; + color: #c084fc; + border-color: transparent; + } + .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, + .p-button.p-button-help.p-button-text:not(:disabled):hover, + .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover { + background: rgba(192, 132, 252, 0.04); + border-color: transparent; + color: #c084fc; + } + .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, + .p-button.p-button-help.p-button-text:not(:disabled):active, + .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active { + background: rgba(192, 132, 252, 0.16); + border-color: transparent; + color: #c084fc; + } + .p-button-group.p-button-danger > .p-button, + .p-button.p-button-danger, + .p-splitbutton.p-button-danger > .p-button { + color: #450a0a; + background: #f87171; + border: 1px solid #f87171; + } + .p-button-group.p-button-danger > .p-button:not(:disabled):hover, + .p-button.p-button-danger:not(:disabled):hover, + .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover { + background: #fca5a5; + color: #450a0a; + border-color: #fca5a5; + } + .p-button-group.p-button-danger > .p-button:not(:disabled):focus, + .p-button.p-button-danger:not(:disabled):focus, + .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus { + box-shadow: 0 0 0 1px #fa9c9c; + } + .p-button-group.p-button-danger > .p-button:not(:disabled):active, + .p-button.p-button-danger:not(:disabled):active, + .p-splitbutton.p-button-danger > .p-button:not(:disabled):active { + background: #fecaca; + color: #450a0a; + border-color: #fecaca; + } + .p-button-group.p-button-danger > .p-button.p-button-outlined, + .p-button.p-button-danger.p-button-outlined, + .p-splitbutton.p-button-danger > .p-button.p-button-outlined { + background-color: transparent; + color: #f87171; + border: 1px solid; + } + .p-button-group.p-button-danger + > .p-button.p-button-outlined:not(:disabled):hover, + .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, + .p-splitbutton.p-button-danger + > .p-button.p-button-outlined:not(:disabled):hover { + background: hsla(0, 91%, 71%, 0.04); + color: #f87171; + border: 1px solid; + } + .p-button-group.p-button-danger + > .p-button.p-button-outlined:not(:disabled):active, + .p-button.p-button-danger.p-button-outlined:not(:disabled):active, + .p-splitbutton.p-button-danger + > .p-button.p-button-outlined:not(:disabled):active { + background: hsla(0, 91%, 71%, 0.16); + color: #f87171; + border: 1px solid; + } + .p-button-group.p-button-danger > .p-button.p-button-text, + .p-button.p-button-danger.p-button-text, + .p-splitbutton.p-button-danger > .p-button.p-button-text { + background-color: transparent; + color: #f87171; + border-color: transparent; + } + .p-button-group.p-button-danger + > .p-button.p-button-text:not(:disabled):hover, + .p-button.p-button-danger.p-button-text:not(:disabled):hover, + .p-splitbutton.p-button-danger + > .p-button.p-button-text:not(:disabled):hover { + background: hsla(0, 91%, 71%, 0.04); + border-color: transparent; + color: #f87171; + } + .p-button-group.p-button-danger + > .p-button.p-button-text:not(:disabled):active, + .p-button.p-button-danger.p-button-text:not(:disabled):active, + .p-splitbutton.p-button-danger + > .p-button.p-button-text:not(:disabled):active { + background: hsla(0, 91%, 71%, 0.16); + border-color: transparent; + color: #f87171; + } + .p-button-group.p-button-contrast > .p-button, + .p-button.p-button-contrast, + .p-splitbutton.p-button-contrast > .p-button { + color: #111827; + background: #fff; + border: 1px solid #fff; + } + .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, + .p-button.p-button-contrast:not(:disabled):hover, + .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { + background: #f3f4f6; + color: #111827; + border-color: #f3f4f6; + } + .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, + .p-button.p-button-contrast:not(:disabled):focus, + .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { + box-shadow: none; + } + .p-button-group.p-button-contrast > .p-button:not(:disabled):active, + .p-button.p-button-contrast:not(:disabled):active, + .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { + background: #e5e7eb; + color: #111827; + border-color: #e5e7eb; + } + .p-button-group.p-button-contrast > .p-button.p-button-outlined, + .p-button.p-button-contrast.p-button-outlined, + .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { + background-color: transparent; + color: #fff; + border: 1px solid; + } + .p-button-group.p-button-contrast + > .p-button.p-button-outlined:not(:disabled):hover, + .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, + .p-splitbutton.p-button-contrast + > .p-button.p-button-outlined:not(:disabled):hover { + background: hsla(0, 0%, 100%, 0.04); + color: #fff; + border: 1px solid; + } + .p-button-group.p-button-contrast + > .p-button.p-button-outlined:not(:disabled):active, + .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, + .p-splitbutton.p-button-contrast + > .p-button.p-button-outlined:not(:disabled):active { + background: hsla(0, 0%, 100%, 0.16); + color: #fff; + border: 1px solid; + } + .p-button-group.p-button-contrast > .p-button.p-button-text, + .p-button.p-button-contrast.p-button-text, + .p-splitbutton.p-button-contrast > .p-button.p-button-text { + background-color: transparent; + color: #fff; + border-color: transparent; + } + .p-button-group.p-button-contrast + > .p-button.p-button-text:not(:disabled):hover, + .p-button.p-button-contrast.p-button-text:not(:disabled):hover, + .p-splitbutton.p-button-contrast + > .p-button.p-button-text:not(:disabled):hover { + background: hsla(0, 0%, 100%, 0.04); + border-color: transparent; + color: #fff; + } + .p-button-group.p-button-contrast + > .p-button.p-button-text:not(:disabled):active, + .p-button.p-button-contrast.p-button-text:not(:disabled):active, + .p-splitbutton.p-button-contrast + > .p-button.p-button-text:not(:disabled):active { + background: hsla(0, 0%, 100%, 0.16); + border-color: transparent; + color: #fff; + } + .p-button.p-button-link { + color: #60a5fa; + background: transparent; + border: transparent; + } + .p-button.p-button-link:not(:disabled):hover { + background: transparent; + color: #60a5fa; + border-color: transparent; + } + .p-button.p-button-link:not(:disabled):hover .p-button-label { + text-decoration: underline; + } + .p-button.p-button-link:not(:disabled):focus { + background: transparent; + box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.2); + border-color: transparent; + } + .p-button.p-button-link:not(:disabled):active { + background: transparent; + color: #60a5fa; + border-color: transparent; + } + .p-speeddial { + position: absolute; + display: flex; + } + .p-speeddial-button { + z-index: 1; + } + .p-speeddial-list { + margin: 0; + padding: 0; + list-style: none; + display: flex; + align-items: center; + justify-content: center; + transition: top 0s linear 0.2s; + pointer-events: none; + z-index: 2; + } + .p-speeddial-item { + transform: scale(0); + opacity: 0; + transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 0.8s; + will-change: transform; + } + .p-speeddial-action { + display: flex; + align-items: center; + justify-content: center; + border-radius: 50%; + position: relative; + overflow: hidden; + } + .p-speeddial-circle .p-speeddial-item, + .p-speeddial-quarter-circle .p-speeddial-item, + .p-speeddial-semi-circle .p-speeddial-item { + position: absolute; + } + .p-speeddial-rotate { + transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms; + will-change: transform; + } + .p-speeddial-mask { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + opacity: 0; + transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + } + .p-speeddial-mask-visible { + pointer-events: none; + opacity: 1; + transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); + } + .p-speeddial-opened .p-speeddial-list { + pointer-events: auto; + } + .p-speeddial-opened .p-speeddial-item { + transform: scale(1); + opacity: 1; + } + .p-speeddial-opened .p-speeddial-rotate { + transform: rotate(45deg); + } + .p-speeddial-button.p-button.p-button-icon-only { + width: 4rem; + height: 4rem; + } + .p-speeddial-button.p-button.p-button-icon-only .p-button-icon { + font-size: 1.3rem; + } + .p-speeddial-button.p-button.p-button-icon-only .p-icon { + width: 1.3rem; + height: 1.3rem; + } + .p-speeddial-list { + outline: 0 none; + } + .p-speeddial-item.p-focus > .p-speeddial-action { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-speeddial-action { + width: 3rem; + height: 3rem; + background: hsla(0, 0%, 100%, 0.87); + color: #111827; + outline-color: transparent; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + } + .p-speeddial-action:hover { + background: hsla(0, 0%, 100%, 0.6); + color: #111827; + } + .p-speeddial-direction-up .p-speeddial-item { + margin: 0.25rem 0; + } + .p-speeddial-direction-up .p-speeddial-item:first-child { + margin-bottom: 0.5rem; + } + .p-speeddial-direction-down .p-speeddial-item { + margin: 0.25rem 0; + } + .p-speeddial-direction-down .p-speeddial-item:first-child { + margin-top: 0.5rem; + } + .p-speeddial-direction-left .p-speeddial-item { + margin: 0 0.25rem; + } + .p-speeddial-direction-left .p-speeddial-item:first-child { + margin-right: 0.5rem; + } + .p-speeddial-direction-right .p-speeddial-item { + margin: 0 0.25rem; + } + .p-speeddial-direction-right .p-speeddial-item:first-child { + margin-left: 0.5rem; + } + .p-speeddial-circle .p-speeddial-item, + .p-speeddial-circle .p-speeddial-item:first-child, + .p-speeddial-circle .p-speeddial-item:last-child, + .p-speeddial-quarter-circle .p-speeddial-item, + .p-speeddial-quarter-circle .p-speeddial-item:first-child, + .p-speeddial-quarter-circle .p-speeddial-item:last-child, + .p-speeddial-semi-circle .p-speeddial-item, + .p-speeddial-semi-circle .p-speeddial-item:first-child, + .p-speeddial-semi-circle .p-speeddial-item:last-child { + margin: 0; + } + .p-speeddial-mask { + background-color: rgba(0, 0, 0, 0.4); + border-radius: 6px; + } + .p-splitbutton { + display: inline-flex; + position: relative; + } + .p-splitbutton .p-splitbutton-defaultbutton, + .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button, + .p-splitbutton.p-button-outlined + > .p-splitbutton-defaultbutton.p-button-outlined.p-button:hover, + .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button { + flex: 1 1 auto; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; + } + .p-splitbutton-menubutton, + .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button, + .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button { + display: flex; + align-items: center; + justify-content: center; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .p-splitbutton .p-menu { + min-width: 100%; + } + .p-fluid .p-splitbutton { + display: flex; + } + .p-splitbutton { + border-radius: 6px; + } + .p-splitbutton.p-button-rounded, + .p-splitbutton.p-button-rounded > .p-button { + border-radius: 2rem; + } + .p-splitbutton.p-button-raised { + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), + 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); + } + .p-carousel, + .p-carousel-content { + display: flex; + flex-direction: column; + } + .p-carousel-content { + overflow: auto; + } + .p-carousel-next, + .p-carousel-prev { + align-self: center; + flex-grow: 0; + flex-shrink: 0; + display: flex; + justify-content: center; + align-items: center; + overflow: hidden; + position: relative; + } + .p-carousel-container { + display: flex; + flex-direction: row; + } + .p-carousel-items-content { + overflow: hidden; + width: 100%; + } + .p-carousel-indicators, + .p-carousel-items-container { + display: flex; + flex-direction: row; + } + .p-carousel-indicators { + justify-content: center; + flex-wrap: wrap; + } + .p-carousel-indicator > button { + display: flex; + align-items: center; + justify-content: center; + } + .p-carousel-vertical .p-carousel-container { + flex-direction: column; + } + .p-carousel-vertical .p-carousel-items-container { + flex-direction: column; + height: 100%; + } + .p-items-hidden .p-carousel-item { + visibility: hidden; + } + .p-items-hidden .p-carousel-item.p-carousel-item-active { + visibility: visible; + } + .p-carousel .p-carousel-content .p-carousel-next, + .p-carousel .p-carousel-content .p-carousel-prev { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + margin: 0.5rem; + } + .p-carousel .p-carousel-content .p-carousel-next:enabled:hover, + .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-carousel .p-carousel-content .p-carousel-next:focus-visible, + .p-carousel .p-carousel-content .p-carousel-prev:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-carousel .p-carousel-indicators { + padding: 1rem; + } + .p-carousel .p-carousel-indicators .p-carousel-indicator { + margin-right: 0.5rem; + margin-bottom: 0.5rem; + } + .p-carousel .p-carousel-indicators .p-carousel-indicator button { + background-color: #424b57; + width: 2rem; + height: 0.5rem; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + border-radius: 0; + } + .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { + background: hsla(0, 0%, 100%, 0.03); + } + .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable { + position: relative; + } + .p-datatable-table { + border-spacing: 0; + width: 100%; + } + .p-datatable .p-sortable-column { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-datatable .p-sortable-column .p-column-title, + .p-datatable .p-sortable-column .p-sortable-column-badge, + .p-datatable .p-sortable-column .p-sortable-column-icon { + vertical-align: middle; + } + .p-datatable .p-sortable-column .p-sortable-column-badge { + display: inline-flex; + align-items: center; + justify-content: center; + } + .p-datatable-hoverable-rows .p-selectable-row { + cursor: pointer; + } + .p-datatable-scrollable > .p-datatable-wrapper { + position: relative; + } + .p-datatable-scrollable-table > .p-datatable-thead { + top: 0; + z-index: 1; + } + .p-datatable-scrollable-table > .p-datatable-frozen-tbody { + position: sticky; + z-index: 1; + } + .p-datatable-scrollable-table > .p-datatable-tfoot { + bottom: 0; + z-index: 1; + } + .p-datatable-scrollable .p-frozen-column { + position: sticky; + background: inherit; + } + .p-datatable-scrollable th.p-frozen-column { + z-index: 1; + } + .p-datatable-flex-scrollable { + display: flex; + flex-direction: column; + height: 100%; + } + .p-datatable-flex-scrollable > .p-datatable-wrapper { + display: flex; + flex-direction: column; + flex: 1; + height: 100%; + } + .p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header { + position: sticky; + z-index: 1; + } + .p-datatable-resizable-table > .p-datatable-tbody > tr > td, + .p-datatable-resizable-table > .p-datatable-tfoot > tr > td, + .p-datatable-resizable-table > .p-datatable-thead > tr > th { + overflow: hidden; + white-space: nowrap; + } + .p-datatable-resizable-table + > .p-datatable-thead + > tr + > th.p-resizable-column:not(.p-frozen-column) { + background-clip: padding-box; + position: relative; + } + .p-datatable-resizable-table-fit + > .p-datatable-thead + > tr + > th.p-resizable-column:last-child + .p-column-resizer { + display: none; + } + .p-datatable .p-column-resizer { + display: block; + position: absolute; + top: 0; + right: 0; + margin: 0; + width: 0.5rem; + height: 100%; + padding: 0; + cursor: col-resize; + border: 1px solid transparent; + } + .p-datatable .p-column-header-content { + display: flex; + align-items: center; + } + .p-datatable .p-column-resizer-helper { + width: 1px; + position: absolute; + z-index: 10; + display: none; + } + .p-datatable .p-row-editor-cancel, + .p-datatable .p-row-editor-init, + .p-datatable .p-row-editor-save, + .p-datatable .p-row-toggler { + display: inline-flex; + align-items: center; + justify-content: center; + overflow: hidden; + position: relative; + } + .p-datatable-reorder-indicator-down, + .p-datatable-reorder-indicator-up { + position: absolute; + display: none; + } + .p-datatable-reorderablerow-handle, + .p-reorderable-column { + cursor: move; + } + .p-datatable .p-datatable-loading-overlay { + position: absolute; + display: flex; + align-items: center; + justify-content: center; + z-index: 2; + } + .p-column-filter-row { + display: flex; + align-items: center; + width: 100%; + } + .p-column-filter-menu { + display: inline-flex; + margin-left: auto; + } + .p-column-filter-row .p-column-filter-element { + flex: 1 1 auto; + width: 1%; + } + .p-column-filter-clear-button, + .p-column-filter-menu-button { + display: inline-flex; + justify-content: center; + align-items: center; + cursor: pointer; + text-decoration: none; + overflow: hidden; + position: relative; + } + .p-column-filter-row-items { + margin: 0; + padding: 0; + list-style: none; + } + .p-column-filter-row-item { + cursor: pointer; + } + .p-column-filter-add-button, + .p-column-filter-remove-button { + justify-content: center; + } + .p-column-filter-add-button .p-button-label, + .p-column-filter-remove-button .p-button-label { + flex-grow: 0; + } + .p-column-filter-buttonbar { + display: flex; + align-items: center; + justify-content: space-between; + } + .p-column-filter-buttonbar .p-button:not(.p-button-icon-only) { + width: auto; + } + .p-datatable .p-datatable-tbody > tr > td > .p-column-title { + display: none; + } + .p-datatable-virtualscroller-spacer { + display: flex; + } + .p-datatable .p-virtualscroller .p-virtualscroller-loading { + transform: none !important; + min-height: 0; + position: sticky; + top: 0; + left: 0; + } + .p-datatable .p-paginator-top { + border-width: 1px 0 1px 0; + border-radius: 0; + } + .p-datatable .p-paginator-bottom { + border-width: 0 0 1px 0; + border-radius: 0; + } + .p-datatable .p-datatable-header { + color: hsla(0, 0%, 100%, 0.6); + } + .p-datatable .p-datatable-footer, + .p-datatable .p-datatable-header { + background: #1f2937; + border: 1px solid #424b57; + border-width: 0 0 1px 0; + padding: 1rem 1rem; + font-weight: 700; + } + .p-datatable .p-datatable-footer { + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable .p-datatable-thead > tr > th { + transition: box-shadow 0.2s; + } + .p-datatable .p-datatable-tfoot > tr > td, + .p-datatable .p-datatable-thead > tr > th { + text-align: left; + padding: 1rem 1rem; + border: 1px solid #424b57; + border-width: 0 0 1px 0; + font-weight: 700; + color: hsla(0, 0%, 100%, 0.87); + background: #1f2937; + } + .p-datatable .p-sortable-column .p-sortable-column-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-left: 0.5rem; + } + .p-datatable .p-sortable-column .p-sortable-column-badge { + border-radius: 50%; + height: 1.143rem; + min-width: 1.143rem; + line-height: 1.143rem; + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + margin-left: 0.5rem; + } + .p-datatable .p-sortable-column:not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable + .p-sortable-column:not(.p-highlight):hover + .p-sortable-column-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable .p-sortable-column.p-highlight { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable .p-sortable-column.p-highlight:hover { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable .p-sortable-column:focus-visible { + box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2); + outline: 0 none; + } + .p-datatable .p-datatable-tbody > tr { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + } + .p-datatable .p-datatable-tbody > tr > td { + text-align: left; + border: 1px solid #424b57; + border-width: 0 0 1px 0; + padding: 1rem 1rem; + } + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel, + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, + .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover, + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, + .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible, + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible, + .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { + margin-right: 0.5rem; + } + .p-datatable .p-datatable-tbody > tr > td > .p-column-title { + font-weight: 700; + } + .p-datatable .p-datatable-tbody > tr:focus-visible { + outline: 0.15rem solid rgba(96, 165, 250, 0.2); + outline-offset: -0.15rem; + } + .p-datatable .p-datatable-tbody > tr.p-highlight { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid rgba(96, 165, 250, 0.2); + outline-offset: -0.15rem; + } + .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 rgba(96, 165, 250, 0.16); + } + .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 rgba(96, 165, 250, 0.16); + } + .p-datatable.p-datatable-hoverable-rows + .p-datatable-tbody + > tr:not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable .p-column-resizer-helper { + background: #60a5fa; + } + .p-datatable.p-datatable-scrollable + > .p-datatable-wrapper + > .p-datatable-table + > .p-datatable-tfoot, + .p-datatable.p-datatable-scrollable + > .p-datatable-wrapper + > .p-datatable-table + > .p-datatable-thead, + .p-datatable.p-datatable-scrollable + > .p-datatable-wrapper + > .p-virtualscroller + > .p-datatable-table + > .p-datatable-tfoot, + .p-datatable.p-datatable-scrollable + > .p-datatable-wrapper + > .p-virtualscroller + > .p-datatable-table + > .p-datatable-thead { + background-color: #1f2937; + } + .p-datatable .p-datatable-loading-icon { + font-size: 2rem; + } + .p-datatable .p-datatable-loading-icon.p-icon { + width: 2rem; + height: 2rem; + } + .p-datatable.p-datatable-gridlines .p-datatable-header { + border-width: 1px 1px 0 1px; + } + .p-datatable.p-datatable-gridlines .p-datatable-footer { + border-width: 0 1px 1px 1px; + } + .p-datatable.p-datatable-gridlines .p-paginator-top { + border-width: 0 1px 0 1px; + } + .p-datatable.p-datatable-gridlines .p-paginator-bottom { + border-width: 0 1px 1px 1px; + } + .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th { + border-width: 1px 0 1px 1px; + } + .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child { + border-width: 1px; + } + .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td { + border-width: 1px 0 0 1px; + } + .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child { + border-width: 1px 1px 0 1px; + } + .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td { + border-width: 1px 0 1px 1px; + } + .p-datatable.p-datatable-gridlines + .p-datatable-tbody + > tr:last-child + > td:last-child { + border-width: 1px; + } + .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td { + border-width: 1px 0 1px 1px; + } + .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child { + border-width: 1px 1px 1px 1px; + } + .p-datatable.p-datatable-gridlines + .p-datatable-thead + + .p-datatable-tfoot + > tr + > td { + border-width: 0 0 1px 1px; + } + .p-datatable.p-datatable-gridlines + .p-datatable-thead + + .p-datatable-tfoot + > tr + > td:last-child { + border-width: 0 1px 1px 1px; + } + .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has( + .p-datatable-tbody + ) + .p-datatable-tbody + > tr + > td { + border-width: 0 0 1px 1px; + } + .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has( + .p-datatable-tbody + ) + .p-datatable-tbody + > tr + > td:last-child { + border-width: 0 1px 1px 1px; + } + .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has( + .p-datatable-tfoot + ) + .p-datatable-tbody + > tr:last-child + > td { + border-width: 0 0 0 1px; + } + .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has( + .p-datatable-tfoot + ) + .p-datatable-tbody + > tr:last-child + > td:last-child { + border-width: 0 1px 0 1px; + } + .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { + background: #1c2532; + } + .p-datatable.p-datatable-striped + .p-datatable-tbody + > tr.p-row-odd.p-highlight { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable.p-datatable-striped + .p-datatable-tbody + > tr.p-row-odd.p-highlight + .p-row-toggler, + .p-datatable.p-datatable-striped + .p-datatable-tbody + > tr.p-row-odd.p-highlight + .p-row-toggler:hover { + color: hsla(0, 0%, 100%, 0.87); + } + .p-datatable.p-datatable-sm .p-datatable-footer, + .p-datatable.p-datatable-sm .p-datatable-header, + .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td, + .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td, + .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { + padding: 0.5rem 0.5rem; + } + .p-datatable.p-datatable-lg .p-datatable-footer, + .p-datatable.p-datatable-lg .p-datatable-header, + .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td, + .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td, + .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { + padding: 1.25rem 1.25rem; + } + .p-dataview .p-paginator-top { + border-width: 1px 0 1px 0; + border-radius: 0; + } + .p-dataview .p-paginator-bottom { + border-width: 0 0 1px 0; + border-radius: 0; + } + .p-dataview .p-dataview-header { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.6); + border: 1px solid #424b57; + border-width: 0 0 1px 0; + padding: 1rem 1rem; + font-weight: 700; + } + .p-dataview .p-dataview-content { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 0 none; + padding: 0; + } + .p-dataview .p-dataview-footer { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-width: 0 0 1px 0; + padding: 1rem 1rem; + font-weight: 700; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-column-filter-row .p-column-filter-clear-button, + .p-column-filter-row .p-column-filter-menu-button { + margin-left: 0.5rem; + } + .p-column-filter-menu-button { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-column-filter-menu-button:hover { + border-color: transparent; + } + .p-column-filter-menu-button.p-column-filter-menu-button-open, + .p-column-filter-menu-button.p-column-filter-menu-button-open:hover, + .p-column-filter-menu-button:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-column-filter-menu-button.p-column-filter-menu-button-active, + .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-column-filter-menu-button:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-column-filter-clear-button { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-column-filter-clear-button:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-column-filter-clear-button:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-column-filter-overlay { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + min-width: 12.5rem; + } + .p-column-filter-overlay .p-column-filter-row-items { + padding: 0.75rem 0; + } + .p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item { + margin: 0; + padding: 0.75rem 1.25rem; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item:first-child { + margin-top: 0; + } + .p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item:last-child { + margin-bottom: 0; + } + .p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2); + } + .p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-column-filter-overlay-menu .p-column-filter-operator { + padding: 0.75rem 1.25rem; + border-bottom: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + background: #1f2937; + margin: 0; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + } + .p-column-filter-overlay-menu .p-column-filter-constraint { + padding: 1.25rem; + border-bottom: 1px solid #424b57; + } + .p-column-filter-overlay-menu + .p-column-filter-constraint + .p-column-filter-matchmode-dropdown { + margin-bottom: 0.5rem; + } + .p-column-filter-overlay-menu + .p-column-filter-constraint + .p-column-filter-remove-button { + margin-top: 0.5rem; + } + .p-column-filter-overlay-menu .p-column-filter-constraint:last-child { + border-bottom: 0 none; + } + .p-column-filter-overlay-menu .p-column-filter-add-rule { + padding: 0.75rem 1.25rem; + } + .p-column-filter-overlay-menu .p-column-filter-buttonbar { + padding: 1.25rem; + } + .p-orderlist { + display: flex; + } + .p-orderlist-controls { + display: flex; + flex-direction: column; + justify-content: center; + } + .p-orderlist-list-container { + flex: 1 1 auto; + } + .p-orderlist-list { + list-style-type: none; + margin: 0; + padding: 0; + overflow: auto; + min-height: 12rem; + max-height: 24rem; + } + .p-orderlist-item { + cursor: pointer; + overflow: hidden; + position: relative; + } + .p-orderlist.p-state-disabled .p-button, + .p-orderlist.p-state-disabled .p-orderlist-item { + cursor: default; + } + .p-orderlist.p-state-disabled .p-orderlist-list { + overflow: hidden; + } + .p-orderlist .p-orderlist-controls { + padding: 1.25rem; + } + .p-orderlist .p-orderlist-controls .p-button { + margin-bottom: 0.5rem; + } + .p-orderlist .p-orderlist-list-container { + background: #1f2937; + border: 1px solid #424b57; + border-radius: 6px; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-orderlist .p-orderlist-list-container.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-orderlist .p-orderlist-header { + color: hsla(0, 0%, 100%, 0.87); + padding: 1.25rem; + font-weight: 700; + } + .p-orderlist .p-orderlist-list { + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 0; + outline: 0 none; + } + .p-orderlist .p-orderlist-list:not(:first-child) { + border-top: 1px solid #424b57; + } + .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.75rem 1.25rem; + margin: 0; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + transition: transform 0.2s, box-shadow 0.2s; + } + .p-orderlist .p-orderlist-list .p-orderlist-item:first-child { + margin-top: 0; + } + .p-orderlist .p-orderlist-list .p-orderlist-item:last-child { + margin-bottom: 0; + } + .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus, + .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover, + .p-orderlist + .p-orderlist-list + .p-orderlist-item:not(.p-highlight):hover.p-focus { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { + background: rgba(96, 165, 250, 0.24); + } + .p-orderlist.p-orderlist-striped + .p-orderlist-list + .p-orderlist-item:nth-child(2n) { + background: #1c2532; + } + .p-orderlist.p-orderlist-striped + .p-orderlist-list + .p-orderlist-item:nth-child(2n):hover { + background: hsla(0, 0%, 100%, 0.03); + } + .p-organizationchart-table { + border-spacing: 0; + border-collapse: separate; + margin: 0 auto; + } + .p-organizationchart-table > tbody > tr > td { + text-align: center; + vertical-align: top; + padding: 0 0.75rem; + } + .p-organizationchart-node-content { + display: inline-block; + position: relative; + } + .p-organizationchart-node-content .p-node-toggler { + position: absolute; + bottom: -0.75rem; + margin-left: -0.75rem; + z-index: 2; + left: 50%; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + cursor: pointer; + width: 1.5rem; + height: 1.5rem; + text-decoration: none; + } + .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { + position: relative; + top: 0.25rem; + } + .p-organizationchart-line-down { + margin: 0 auto; + height: 20px; + width: 1px; + } + .p-organizationchart-line-left, + .p-organizationchart-line-right { + border-radius: 0; + } + .p-organizationchart-selectable-node { + cursor: pointer; + } + .p-organizationchart + .p-organizationchart-node-content.p-organizationchart-selectable-node:not( + .p-highlight + ):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-organizationchart .p-organizationchart-node-content.p-highlight { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-organizationchart + .p-organizationchart-node-content.p-highlight + .p-node-toggler + i { + color: rgba(7, 99, 212, 0.16); + } + .p-organizationchart .p-organizationchart-line-down { + background: #424b57; + } + .p-organizationchart .p-organizationchart-line-left { + border-right: 1px solid #424b57; + border-color: #424b57; + } + .p-organizationchart .p-organizationchart-line-top { + border-top: 1px solid #424b57; + border-color: #424b57; + } + .p-organizationchart .p-organizationchart-node-content { + border: 1px solid #424b57; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + padding: 1.25rem; + } + .p-organizationchart .p-organizationchart-node-content .p-node-toggler { + background: inherit; + color: inherit; + border-radius: 50%; + outline-color: transparent; + } + .p-organizationchart + .p-organizationchart-node-content + .p-node-toggler:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-paginator-default { + display: flex; + } + .p-paginator { + display: flex; + align-items: center; + justify-content: center; + flex-wrap: wrap; + } + .p-paginator-left-content { + margin-right: auto; + } + .p-paginator-right-content { + margin-left: auto; + } + .p-paginator-current, + .p-paginator-first, + .p-paginator-last, + .p-paginator-next, + .p-paginator-page, + .p-paginator-prev { + cursor: pointer; + display: inline-flex; + align-items: center; + justify-content: center; + line-height: 1; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + overflow: hidden; + position: relative; + } + .p-paginator-element:focus { + z-index: 1; + position: relative; + } + .p-paginator { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.6); + border: solid #424b57; + border-width: 1px; + padding: 0.5rem 1rem; + border-radius: 6px; + } + .p-paginator .p-paginator-first, + .p-paginator .p-paginator-last, + .p-paginator .p-paginator-next, + .p-paginator .p-paginator-prev { + background-color: transparent; + border: 0 none; + color: hsla(0, 0%, 100%, 0.6); + min-width: 3rem; + height: 3rem; + margin: 0.143rem; + transition: box-shadow 0.2s; + border-radius: 6px; + } + .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover, + .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + border-color: transparent; + color: hsla(0, 0%, 100%, 0.87); + } + .p-paginator .p-paginator-first { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-paginator .p-paginator-last { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-paginator .p-dropdown { + margin-left: 0.5rem; + margin-right: 0.5rem; + height: 3rem; + } + .p-paginator .p-dropdown .p-dropdown-label { + padding-right: 0; + } + .p-paginator .p-paginator-page-input { + margin-left: 0.5rem; + margin-right: 0.5rem; + } + .p-paginator .p-paginator-page-input .p-inputtext { + max-width: 3rem; + } + .p-paginator .p-paginator-current { + padding: 0 0.5rem; + } + .p-paginator .p-paginator-current, + .p-paginator .p-paginator-pages .p-paginator-page { + background-color: transparent; + border: 0 none; + color: hsla(0, 0%, 100%, 0.6); + min-width: 3rem; + height: 3rem; + margin: 0.143rem; + } + .p-paginator .p-paginator-pages .p-paginator-page { + transition: box-shadow 0.2s; + border-radius: 6px; + } + .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background: rgba(96, 165, 250, 0.16); + border-color: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + border-color: transparent; + color: hsla(0, 0%, 100%, 0.87); + } + .p-picklist { + display: flex; + } + .p-picklist-buttons { + display: flex; + flex-direction: column; + justify-content: center; + } + .p-picklist-list-wrapper { + flex: 1 1 50%; + } + .p-picklist-list { + list-style-type: none; + margin: 0; + padding: 0; + overflow: auto; + min-height: 12rem; + max-height: 24rem; + } + .p-picklist-item { + cursor: pointer; + overflow: hidden; + position: relative; + } + .p-picklist-item.p-picklist-flip-enter-active.p-picklist-flip-enter-to, + .p-picklist-item.p-picklist-flip-leave-active.p-picklist-flip-leave-to { + transition: none; + } + .p-picklist .p-picklist-buttons { + padding: 1.25rem; + } + .p-picklist .p-picklist-buttons .p-button { + margin-bottom: 0.5rem; + } + .p-picklist .p-picklist-list-wrapper { + background: #1f2937; + border: 1px solid #424b57; + border-radius: 6px; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-picklist .p-picklist-list-wrapper.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + border-color: #60a5fa; + } + .p-picklist .p-picklist-header { + color: hsla(0, 0%, 100%, 0.87); + padding: 1.25rem; + font-weight: 700; + } + .p-picklist .p-picklist-list { + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 0; + outline: 0 none; + } + .p-picklist .p-picklist-list:not(:first-child) { + border-top: 1px solid #424b57; + } + .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.75rem 1.25rem; + margin: 0; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + background: transparent; + transition: transform 0.2s, box-shadow 0.2s; + } + .p-picklist .p-picklist-list .p-picklist-item:first-child { + margin-top: 0; + } + .p-picklist .p-picklist-list .p-picklist-item:last-child { + margin-bottom: 0; + } + .p-picklist .p-picklist-list .p-picklist-item.p-focus, + .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover, + .p-picklist + .p-picklist-list + .p-picklist-item:not(.p-highlight):hover.p-focus { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { + background: rgba(96, 165, 250, 0.24); + } + .p-picklist.p-picklist-striped + .p-picklist-list + .p-picklist-item:nth-child(2n) { + background: #1c2532; + } + .p-picklist.p-picklist-striped + .p-picklist-list + .p-picklist-item:nth-child(2n):hover { + background: hsla(0, 0%, 100%, 0.03); + } + .p-timeline { + display: flex; + flex-grow: 1; + flex-direction: column; + } + .p-timeline-left .p-timeline-event-opposite { + text-align: right; + } + .p-timeline-left .p-timeline-event-content { + text-align: left; + } + .p-timeline-right .p-timeline-event { + flex-direction: row-reverse; + } + .p-timeline-right .p-timeline-event-opposite { + text-align: left; + } + .p-timeline-right .p-timeline-event-content { + text-align: right; + } + .p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(2n) { + flex-direction: row-reverse; + } + .p-timeline-vertical.p-timeline-alternate + .p-timeline-event:nth-child(odd) + .p-timeline-event-opposite { + text-align: right; + } + .p-timeline-vertical.p-timeline-alternate + .p-timeline-event:nth-child(2n) + .p-timeline-event-opposite, + .p-timeline-vertical.p-timeline-alternate + .p-timeline-event:nth-child(odd) + .p-timeline-event-content { + text-align: left; + } + .p-timeline-vertical.p-timeline-alternate + .p-timeline-event:nth-child(2n) + .p-timeline-event-content { + text-align: right; + } + .p-timeline-event { + display: flex; + position: relative; + min-height: 70px; + } + .p-timeline-event:last-child { + min-height: 0; + } + .p-timeline-event-content, + .p-timeline-event-opposite { + flex: 1; + padding: 0 1rem; + } + .p-timeline-event-separator { + flex: 0; + display: flex; + align-items: center; + flex-direction: column; + } + .p-timeline-event-marker { + display: flex; + align-self: baseline; + } + .p-timeline-event-connector { + flex-grow: 1; + } + .p-timeline-horizontal { + flex-direction: row; + } + .p-timeline-horizontal .p-timeline-event { + flex-direction: column; + flex: 1; + } + .p-timeline-horizontal .p-timeline-event:last-child { + flex: 0; + } + .p-timeline-horizontal .p-timeline-event-separator { + flex-direction: row; + } + .p-timeline-horizontal .p-timeline-event-connector { + width: 100%; + } + .p-timeline-bottom .p-timeline-event, + .p-timeline-horizontal.p-timeline-alternate .p-timeline-event:nth-child(2n) { + flex-direction: column-reverse; + } + .p-timeline .p-timeline-event-marker { + border: 2px solid #60a5fa; + border-radius: 50%; + width: 1rem; + height: 1rem; + background-color: #030712; + } + .p-timeline .p-timeline-event-connector { + background-color: #424b57; + } + .p-timeline.p-timeline-vertical .p-timeline-event-content, + .p-timeline.p-timeline-vertical .p-timeline-event-opposite { + padding: 0 1rem; + } + .p-timeline.p-timeline-vertical .p-timeline-event-connector { + width: 2px; + } + .p-timeline.p-timeline-horizontal .p-timeline-event-content, + .p-timeline.p-timeline-horizontal .p-timeline-event-opposite { + padding: 1rem 0; + } + .p-timeline.p-timeline-horizontal .p-timeline-event-connector { + height: 2px; + } + .p-tree-container { + overflow: auto; + } + .p-tree-container, + .p-treenode-children { + margin: 0; + padding: 0; + list-style-type: none; + } + .p-tree-wrapper { + overflow: auto; + } + .p-tree-toggler, + .p-treenode-selectable { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-tree-toggler { + display: inline-flex; + align-items: center; + justify-content: center; + overflow: hidden; + position: relative; + flex-shrink: 0; + } + .p-treenode-leaf > .p-treenode-content .p-tree-toggler { + visibility: hidden; + } + .p-treenode-content { + display: flex; + align-items: center; + } + .p-tree-filter { + width: 100%; + } + .p-tree-filter-container { + position: relative; + display: block; + width: 100%; + } + .p-tree-filter-icon { + position: absolute; + top: 50%; + margin-top: -0.5rem; + } + .p-tree-loading { + position: relative; + min-height: 4rem; + } + .p-tree .p-tree-loading-overlay { + position: absolute; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + } + .p-tree-flex-scrollable { + display: flex; + flex: 1; + height: 100%; + flex-direction: column; + } + .p-tree-flex-scrollable .p-tree-wrapper { + flex: 1; + } + .p-tree { + border: 1px solid #424b57; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + padding: 1.25rem; + border-radius: 6px; + } + .p-tree .p-tree-container .p-treenode { + padding: 0.143rem; + outline: 0 none; + } + .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content { + outline: 0 none; + outline-offset: 0; + box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2); + } + .p-tree .p-tree-container .p-treenode .p-treenode-content { + border-radius: 6px; + transition: box-shadow 0.2s; + padding: 0.5rem; + } + .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + margin-right: 0.5rem; + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-tree-toggler:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-tree-toggler:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + margin-right: 0.5rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin-right: 0.5rem; + } + .p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-checkbox.p-indeterminate + .p-checkbox-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-tree + .p-tree-container + .p-treenode + .p-treenode-content.p-highlight + .p-tree-toggler, + .p-tree + .p-tree-container + .p-treenode + .p-treenode-content.p-highlight + .p-tree-toggler:hover, + .p-tree + .p-tree-container + .p-treenode + .p-treenode-content.p-highlight + .p-treenode-icon, + .p-tree + .p-tree-container + .p-treenode + .p-treenode-content.p-highlight + .p-treenode-icon:hover { + color: hsla(0, 0%, 100%, 0.87); + } + .p-tree + .p-tree-container + .p-treenode + .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-tree .p-tree-filter-container { + margin-bottom: 0.5rem; + } + .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 1.75rem; + } + .p-tree .p-tree-filter-container .p-tree-filter-icon { + right: 0.75rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-tree .p-treenode-children { + padding: 0 0 0 1rem; + } + .p-tree .p-tree-loading-icon { + font-size: 2rem; + } + .p-tree .p-tree-loading-icon.p-icon { + width: 2rem; + height: 2rem; + } + .p-treetable { + position: relative; + } + .p-treetable table { + border-collapse: collapse; + width: 100%; + table-layout: fixed; + } + .p-treetable .p-sortable-column { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-treetable-responsive-scroll > .p-treetable-wrapper { + overflow-x: auto; + } + .p-treetable-auto-layout > .p-treetable-wrapper > table, + .p-treetable-responsive-scroll > .p-treetable-wrapper > table { + table-layout: auto; + } + .p-treetable-hoverable-rows .p-treetable-tbody > tr { + cursor: pointer; + } + .p-treetable-toggler { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + display: inline-flex; + align-items: center; + justify-content: center; + overflow: hidden; + position: relative; + } + .p-treetable-toggler, + .p-treetable-toggler + .p-checkbox, + .p-treetable-toggler + .p-checkbox + span { + vertical-align: middle; + } + .p-treetable-resizable > .p-treetable-wrapper { + overflow-x: auto; + } + .p-treetable-resizable .p-treetable-tbody > tr > td, + .p-treetable-resizable .p-treetable-tfoot > tr > td, + .p-treetable-resizable .p-treetable-thead > tr > th { + overflow: hidden; + } + .p-treetable-resizable .p-resizable-column:not(.p-frozen-column) { + background-clip: padding-box; + position: relative; + } + .p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer { + display: none; + } + .p-treetable .p-column-resizer { + display: block; + position: absolute; + top: 0; + right: 0; + margin: 0; + width: 0.5rem; + height: 100%; + padding: 0; + cursor: col-resize; + border: 1px solid transparent; + } + .p-treetable .p-column-resizer-helper { + width: 1px; + position: absolute; + z-index: 10; + display: none; + } + .p-treetable .p-treetable-loading-overlay { + position: absolute; + display: flex; + align-items: center; + justify-content: center; + z-index: 2; + } + .p-treetable-scrollable .p-treetable-wrapper { + position: relative; + overflow: auto; + } + .p-treetable-scrollable .p-treetable-table, + .p-treetable-scrollable .p-treetable-tbody, + .p-treetable-scrollable .p-treetable-tfoot, + .p-treetable-scrollable .p-treetable-thead { + display: block; + } + .p-treetable-scrollable .p-treetable-tbody > tr, + .p-treetable-scrollable .p-treetable-tfoot > tr, + .p-treetable-scrollable .p-treetable-thead > tr { + display: flex; + flex-wrap: nowrap; + width: 100%; + } + .p-treetable-scrollable .p-treetable-tbody > tr > td, + .p-treetable-scrollable .p-treetable-tfoot > tr > td, + .p-treetable-scrollable .p-treetable-thead > tr > th { + display: flex; + flex: 1 1 0; + align-items: center; + } + .p-treetable-scrollable .p-treetable-thead { + position: sticky; + top: 0; + z-index: 1; + } + .p-treetable-scrollable .p-treetable-tfoot { + position: sticky; + bottom: 0; + z-index: 1; + } + .p-treetable-scrollable .p-frozen-column { + position: sticky; + background: inherit; + } + .p-treetable-scrollable th.p-frozen-column { + z-index: 1; + } + .p-treetable-scrollable-both .p-treetable-tbody > tr > td, + .p-treetable-scrollable-both .p-treetable-tfoot > tr > td, + .p-treetable-scrollable-both .p-treetable-thead > tr > th, + .p-treetable-scrollable-horizontal .p-treetable-tfoot > tr > td, + .p-treetable-scrollable-horizontal + .p-treetable-thead + > tr + > th + .p-treetable-scrollable-horizontal + .p-treetable-tbody + > tr + > td { + flex: 0 0 auto; + } + .p-treetable-flex-scrollable { + display: flex; + flex-direction: column; + height: 100%; + } + .p-treetable-flex-scrollable .p-treetable-wrapper { + display: flex; + flex-direction: column; + flex: 1; + height: 100%; + } + .p-treetable .p-paginator-top { + border-width: 1px 0 1px 0; + border-radius: 0; + } + .p-treetable .p-paginator-bottom { + border-width: 0 0 1px 0; + border-radius: 0; + } + .p-treetable .p-treetable-header { + color: hsla(0, 0%, 100%, 0.6); + } + .p-treetable .p-treetable-footer, + .p-treetable .p-treetable-header { + background: #1f2937; + border: 1px solid #424b57; + border-width: 0 0 1px 0; + padding: 1rem 1rem; + font-weight: 700; + } + .p-treetable .p-treetable-footer { + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable .p-treetable-thead > tr > th { + transition: box-shadow 0.2s; + } + .p-treetable .p-treetable-tfoot > tr > td, + .p-treetable .p-treetable-thead > tr > th { + text-align: left; + padding: 1rem 1rem; + border: 1px solid #424b57; + border-width: 0 0 1px 0; + font-weight: 700; + color: hsla(0, 0%, 100%, 0.87); + background: #1f2937; + } + .p-treetable .p-sortable-column { + outline-color: rgba(96, 165, 250, 0.2); + } + .p-treetable .p-sortable-column .p-sortable-column-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-left: 0.5rem; + } + .p-treetable .p-sortable-column .p-sortable-column-badge { + border-radius: 50%; + height: 1.143rem; + min-width: 1.143rem; + line-height: 1.143rem; + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + margin-left: 0.5rem; + } + .p-treetable .p-sortable-column:not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable + .p-sortable-column:not(.p-highlight):hover + .p-sortable-column-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable .p-sortable-column.p-highlight { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable .p-treetable-tbody > tr { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + } + .p-treetable .p-treetable-tbody > tr > td { + text-align: left; + border: 1px solid #424b57; + border-width: 0 0 1px 0; + padding: 1rem 1rem; + } + .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + margin-right: 0.5rem; + } + .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { + margin-right: 0.5rem; + } + .p-treetable + .p-treetable-tbody + > tr + > td + .p-treetable-toggler + + .p-checkbox.p-indeterminate + .p-checkbox-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable .p-treetable-tbody > tr:focus-visible { + outline: 0.15rem solid rgba(96, 165, 250, 0.2); + outline-offset: -0.15rem; + } + .p-treetable .p-treetable-tbody > tr.p-highlight { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler, + .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable.p-treetable-hoverable-rows + .p-treetable-tbody + > tr:not(.p-highlight):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable.p-treetable-hoverable-rows + .p-treetable-tbody + > tr:not(.p-highlight):hover + .p-treetable-toggler { + color: hsla(0, 0%, 100%, 0.87); + } + .p-treetable .p-column-resizer-helper { + background: #60a5fa; + } + .p-treetable .p-treetable-scrollable-footer, + .p-treetable .p-treetable-scrollable-header { + background: #1f2937; + } + .p-treetable .p-treetable-loading-icon { + font-size: 2rem; + } + .p-treetable .p-treetable-loading-icon.p-icon { + width: 2rem; + height: 2rem; + } + .p-treetable.p-treetable-gridlines .p-datatable-header { + border-width: 1px 1px 0 1px; + } + .p-treetable.p-treetable-gridlines .p-treetable-footer { + border-width: 0 1px 1px 1px; + } + .p-treetable.p-treetable-gridlines .p-treetable-top { + border-width: 0 1px 0 1px; + } + .p-treetable.p-treetable-gridlines .p-treetable-bottom { + border-width: 0 1px 1px 1px; + } + .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td, + .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td, + .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th { + border-width: 1px; + } + .p-treetable.p-treetable-sm .p-treetable-header { + padding: 0.875rem 0.875rem; + } + .p-treetable.p-treetable-sm .p-treetable-footer, + .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td, + .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td, + .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { + padding: 0.5rem 0.5rem; + } + .p-treetable.p-treetable-lg .p-treetable-footer, + .p-treetable.p-treetable-lg .p-treetable-header, + .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td, + .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td, + .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { + padding: 1.25rem 1.25rem; + } + .p-accordion-header-action { + cursor: pointer; + display: flex; + align-items: center; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + position: relative; + text-decoration: none; + } + .p-accordion-header-action:focus { + z-index: 1; + } + .p-accordion-header-text { + line-height: 1; + } + .p-accordion .p-accordion-header .p-accordion-header-link { + padding: 1.25rem; + border: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + background: #1f2937; + font-weight: 700; + border-radius: 6px; + transition: box-shadow 0.2s; + outline-color: transparent; + } + .p-accordion + .p-accordion-header + .p-accordion-header-link + .p-accordion-toggle-icon { + margin-right: 0.5rem; + } + .p-accordion + .p-accordion-header:not(.p-disabled) + .p-accordion-header-link:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-accordion + .p-accordion-header:not(.p-highlight):not(.p-disabled):hover + .p-accordion-header-link { + background: hsla(0, 0%, 100%, 0.03); + border-color: #424b57; + color: hsla(0, 0%, 100%, 0.87); + } + .p-accordion + .p-accordion-header:not(.p-disabled).p-highlight + .p-accordion-header-link { + background: #1f2937; + border-color: #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + } + .p-accordion + .p-accordion-header:not(.p-disabled).p-highlight:hover + .p-accordion-header-link { + border-color: #424b57; + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-accordion .p-accordion-content { + padding: 1.25rem; + border: 1px solid #424b57; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border-top: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-accordion .p-accordion-tab { + margin-bottom: 4px; + } + .p-card { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), + 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); + border-radius: 6px; + } + .p-card .p-card-body { + padding: 1.25rem; + } + .p-card .p-card-title { + font-size: 1.5rem; + font-weight: 700; + margin-bottom: 0.5rem; + } + .p-card .p-card-subtitle { + font-weight: 400; + margin-bottom: 0.5rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-card .p-card-content { + padding: 1.25rem 0; + } + .p-card .p-card-footer { + padding: 1.25rem 0 0 0; + } + .p-fieldset-legend > a, + .p-fieldset-legend > span { + display: flex; + align-items: center; + justify-content: center; + } + .p-fieldset-toggleable .p-fieldset-legend a { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + overflow: hidden; + position: relative; + text-decoration: none; + } + .p-fieldset-legend-text { + line-height: 1; + } + .p-fieldset, + .p-fieldset .p-fieldset-legend { + border: 1px solid #424b57; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 6px; + } + .p-fieldset .p-fieldset-legend { + padding: 1.25rem; + font-weight: 700; + } + .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { + padding: 0; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + } + .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { + padding: 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 6px; + transition: box-shadow 0.2s; + outline-color: transparent; + } + .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { + margin-right: 0.5rem; + } + .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + color: hsla(0, 0%, 100%, 0.87); + } + .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { + background: hsla(0, 0%, 100%, 0.03); + border-color: #424b57; + color: hsla(0, 0%, 100%, 0.87); + } + .p-fieldset .p-fieldset-content { + padding: 1.25rem; + } + .p-divider-horizontal { + display: flex; + width: 100%; + position: relative; + align-items: center; + } + .p-divider-horizontal:before { + position: absolute; + display: block; + top: 50%; + left: 0; + width: 100%; + content: ""; + } + .p-divider-content { + z-index: 1; + } + .p-divider-vertical { + min-height: 100%; + margin: 0 1rem; + display: flex; + position: relative; + justify-content: center; + } + .p-divider-vertical:before { + position: absolute; + display: block; + top: 0; + left: 50%; + height: 100%; + content: ""; + } + .p-divider.p-divider-solid.p-divider-horizontal:before { + border-top-style: solid; + } + .p-divider.p-divider-solid.p-divider-vertical:before { + border-left-style: solid; + } + .p-divider.p-divider-dashed.p-divider-horizontal:before { + border-top-style: dashed; + } + .p-divider.p-divider-dashed.p-divider-vertical:before { + border-left-style: dashed; + } + .p-divider.p-divider-dotted.p-divider-horizontal:before { + border-top-style: dotted; + } + .p-divider.p-divider-dotted.p-divider-vertical:before { + border-left-style: dotted; + } + .p-divider .p-divider-content { + background-color: #1f2937; + } + .p-divider.p-divider-horizontal { + margin: 1.25rem 0; + padding: 0 1.25rem; + } + .p-divider.p-divider-horizontal:before { + border-top: 1px solid #424b57; + } + .p-divider.p-divider-horizontal .p-divider-content { + padding: 0 0.5rem; + } + .p-divider.p-divider-vertical { + margin: 0 1.25rem; + padding: 1.25rem 0; + } + .p-divider.p-divider-vertical:before { + border-left: 1px solid #424b57; + } + .p-divider.p-divider-vertical .p-divider-content { + padding: 0.5rem 0; + } + .p-panel-header { + display: flex; + justify-content: space-between; + align-items: center; + } + .p-panel-title { + line-height: 1; + } + .p-panel-header-icon { + display: inline-flex; + justify-content: center; + align-items: center; + cursor: pointer; + text-decoration: none; + overflow: hidden; + position: relative; + } + .p-panel .p-panel-header { + border: 1px solid #424b57; + padding: 1.25rem; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border-top-right-radius: 6px; + border-top-left-radius: 6px; + } + .p-panel .p-panel-header .p-panel-title { + font-weight: 700; + } + .p-panel .p-panel-header .p-panel-header-icon { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-panel .p-panel-header .p-panel-header-icon:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-panel.p-panel-toggleable .p-panel-header { + padding: 0.75rem 1.25rem; + } + .p-panel .p-panel-content { + padding: 1.25rem; + border: 1px solid #424b57; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border-top: 0 none; + } + .p-panel .p-panel-content:last-child { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-panel .p-panel-footer { + padding: 0.75rem 1.25rem; + border: 1px solid #424b57; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; + border-top: 0 none; + } + .p-scrollpanel-wrapper { + overflow: hidden; + width: 100%; + height: 100%; + position: relative; + z-index: 1; + float: left; + } + .p-scrollpanel-content { + height: calc(100% + 18px); + width: calc(100% + 18px); + padding: 0 18px 18px 0; + position: relative; + overflow: auto; + box-sizing: border-box; + scrollbar-width: none; + } + .p-scrollpanel-content::-webkit-scrollbar { + display: none; + } + .p-scrollpanel-bar { + position: relative; + background: #c1c1c1; + border-radius: 3px; + z-index: 2; + cursor: pointer; + opacity: 0; + transition: opacity 0.25s linear; + } + .p-scrollpanel-bar-y { + width: 9px; + top: 0; + } + .p-scrollpanel-bar-x { + height: 9px; + bottom: 0; + } + .p-scrollpanel-hidden { + visibility: hidden; + } + .p-scrollpanel:active .p-scrollpanel-bar, + .p-scrollpanel:hover .p-scrollpanel-bar { + opacity: 1; + } + .p-scrollpanel-grabbed { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-scrollpanel .p-scrollpanel-bar { + background: #424b57; + border: 0 none; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-scrollpanel .p-scrollpanel-bar:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-splitter { + display: flex; + flex-wrap: nowrap; + } + .p-splitter-vertical { + flex-direction: column; + } + .p-splitter-gutter { + flex-grow: 0; + flex-shrink: 0; + display: flex; + align-items: center; + justify-content: center; + cursor: col-resize; + } + .p-splitter-horizontal.p-splitter-resizing { + cursor: col-resize; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-splitter-horizontal > .p-splitter-gutter > .p-splitter-gutter-handle { + height: 24px; + width: 100%; + } + .p-splitter-horizontal > .p-splitter-gutter { + cursor: col-resize; + } + .p-splitter-vertical.p-splitter-resizing { + cursor: row-resize; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-splitter-vertical > .p-splitter-gutter { + cursor: row-resize; + } + .p-splitter-vertical > .p-splitter-gutter > .p-splitter-gutter-handle { + width: 24px; + height: 100%; + } + .p-splitter-panel { + flex-grow: 1; + overflow: hidden; + } + .p-splitter-panel-nested { + display: flex; + } + .p-splitter-panel .p-splitter { + flex-grow: 1; + border: 0 none; + } + .p-splitter { + border: 1px solid #424b57; + background: #1f2937; + border-radius: 6px; + color: hsla(0, 0%, 100%, 0.87); + } + .p-splitter .p-splitter-gutter { + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + background: hsla(0, 0%, 100%, 0.03); + } + .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { + background: #424b57; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-splitter .p-splitter-gutter-resizing { + background: #424b57; + } + .p-stepper .p-stepper-nav { + position: relative; + align-items: center; + overflow-x: auto; + } + .p-stepper-vertical .p-stepper-nav { + flex-direction: column; + } + .p-stepper-header { + position: relative; + display: flex; + flex: 1 1 auto; + align-items: center; + } + .p-stepper-header:last-of-type { + flex: initial; + } + .p-stepper-header .p-stepper-action { + border: 0 none; + display: inline-flex; + align-items: center; + text-decoration: none; + cursor: pointer; + } + .p-stepper-header .p-stepper-action:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-stepper.p-stepper-readonly .p-stepper-header { + cursor: auto; + } + .p-stepper-header.p-highlight .p-stepper-action { + cursor: default; + } + .p-stepper-title { + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 100%; + } + .p-stepper-number { + position: relative; + display: flex; + align-items: center; + justify-content: center; + } + .p-stepper-separator { + flex: 1 1 0; + } + .p-stepper .p-stepper-nav { + display: flex; + justify-content: space-between; + margin: 0; + padding: 0; + list-style-type: none; + } + .p-stepper .p-stepper-header { + padding: 0.5rem; + } + .p-stepper .p-stepper-header .p-stepper-action { + transition: box-shadow 0.2s; + border-radius: 6px; + background: transparent; + outline-color: transparent; + } + .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { + color: hsla(0, 0%, 100%, 0.87); + border: 0 none; + border-width: 2px; + background: transparent; + min-width: 2rem; + height: 2rem; + line-height: 2rem; + font-size: 1.143rem; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + } + .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { + margin-left: 0.5rem; + color: hsla(0, 0%, 100%, 0.6); + font-weight: 700; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + } + .p-stepper + .p-stepper-header + .p-stepper-action:not(.p-disabled):focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-stepper .p-stepper-header.p-highlight .p-stepper-number { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-stepper .p-stepper-header.p-highlight .p-stepper-title { + color: hsla(0, 0%, 100%, 0.87); + } + .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { + background-color: #60a5fa; + } + .p-stepper .p-stepper-panels { + background: #1f2937; + padding: 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + } + .p-stepper .p-stepper-separator { + background-color: #424b57; + width: 100%; + height: 2px; + -webkit-margin-start: 1rem; + margin-inline-start: 1rem; + transition: box-shadow 0.2s; + } + .p-stepper.p-stepper-vertical { + display: flex; + flex-direction: column; + } + .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { + display: flex; + flex: 1 1 auto; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + } + .p-stepper.p-stepper-vertical .p-stepper-panel { + display: flex; + flex-direction: column; + flex: initial; + } + .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active { + flex: 1 1 auto; + } + .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header { + flex: initial; + } + .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content { + width: 100%; + padding-left: 1rem; + } + .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { + flex: 0 0 auto; + width: 2px; + height: auto; + -webkit-margin-start: calc(1.75rem + 2px); + margin-inline-start: calc(1.75rem + 2px); + } + .p-stepper.p-stepper-vertical + .p-stepper-panel:has(~ .p-stepper-panel-active) + .p-stepper-separator { + background-color: #60a5fa; + } + .p-stepper.p-stepper-vertical + .p-stepper-panel:last-of-type + .p-stepper-content { + padding-left: 3rem; + } + .p-tabview-nav-container { + position: relative; + } + .p-tabview-scrollable .p-tabview-nav-container { + overflow: hidden; + } + .p-tabview-nav-content { + overflow-x: auto; + overflow-y: hidden; + scroll-behavior: smooth; + scrollbar-width: none; + overscroll-behavior: contain auto; + } + .p-tabview-nav { + display: flex; + margin: 0; + padding: 0; + list-style-type: none; + flex: 1 1 auto; + } + .p-tabview-header-action { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + display: flex; + align-items: center; + position: relative; + text-decoration: none; + overflow: hidden; + } + .p-tabview-ink-bar { + display: none; + z-index: 1; + } + .p-tabview-header-action:focus { + z-index: 1; + } + .p-tabview-title { + line-height: 1; + white-space: nowrap; + } + .p-tabview-nav-btn { + position: absolute; + top: 0; + z-index: 2; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + } + .p-tabview-nav-prev { + left: 0; + } + .p-tabview-nav-next { + right: 0; + } + .p-tabview-nav-content::-webkit-scrollbar { + display: none; + } + .p-tabview .p-tabview-nav { + background: transparent; + border: 1px solid #424b57; + border-width: 0 0 2px 0; + } + .p-tabview .p-tabview-nav li { + margin-right: 0; + } + .p-tabview .p-tabview-nav li .p-tabview-nav-link { + border: solid #424b57; + border-width: 0 0 2px 0; + border-color: transparent transparent #424b57 transparent; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.6); + padding: 1.25rem; + font-weight: 700; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + transition: box-shadow 0.2s; + margin: 0 0 -2px 0; + outline-color: transparent; + } + .p-tabview + .p-tabview-nav + li + .p-tabview-nav-link:not(.p-disabled):focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-tabview + .p-tabview-nav + li:not(.p-highlight):not(.p-disabled):hover + .p-tabview-nav-link { + background: #1f2937; + border-color: #60a5fa; + color: hsla(0, 0%, 100%, 0.87); + } + .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { + background: #1f2937; + border-color: #60a5fa; + color: #60a5fa; + } + .p-tabview .p-tabview-nav-btn.p-link { + background: #1f2937; + color: #60a5fa; + width: 3rem; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), + 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); + border-radius: 0; + outline-color: transparent; + } + .p-tabview .p-tabview-nav-btn.p-link:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-tabview .p-tabview-panels { + background: #1f2937; + padding: 1.25rem; + border: 0 none; + color: hsla(0, 0%, 100%, 0.87); + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-toolbar { + justify-content: space-between; + flex-wrap: wrap; + } + .p-toolbar, + .p-toolbar-group-center, + .p-toolbar-group-end, + .p-toolbar-group-left, + .p-toolbar-group-right, + .p-toolbar-group-start { + display: flex; + align-items: center; + } + .p-toolbar { + background: #1f2937; + border: 1px solid #424b57; + padding: 1.25rem; + border-radius: 6px; + gap: 0.5rem; + } + .p-toolbar .p-toolbar-separator { + margin: 0 0.5rem; + } + .p-confirm-popup { + position: absolute; + margin-top: 10px; + top: 0; + left: 0; + } + .p-confirm-popup-flipped { + margin-top: -10px; + margin-bottom: 10px; + } + .p-confirm-popup-enter-from { + opacity: 0; + transform: scaleY(0.8); + } + .p-confirm-popup-leave-to { + opacity: 0; + } + .p-confirm-popup-enter-active { + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + .p-confirm-popup-leave-active { + transition: opacity 0.1s linear; + } + .p-confirm-popup:after, + .p-confirm-popup:before { + bottom: 100%; + left: calc(var(--overlayArrowLeft, 0) + 1.25rem); + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + } + .p-confirm-popup:after { + border-width: 8px; + margin-left: -8px; + } + .p-confirm-popup:before { + border-width: 10px; + margin-left: -10px; + } + .p-confirm-popup-flipped:after, + .p-confirm-popup-flipped:before { + bottom: auto; + top: 100%; + } + .p-confirm-popup.p-confirm-popup-flipped:after, + .p-confirm-popup.p-confirm-popup-flipped:before { + border-bottom-color: transparent; + } + .p-confirm-popup .p-confirm-popup-content { + display: flex; + align-items: center; + } + .p-confirm-popup { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); + } + .p-confirm-popup .p-confirm-popup-content { + padding: 1.25rem; + } + .p-confirm-popup .p-confirm-popup-footer { + text-align: right; + padding: 0 1.25rem 1.25rem 1.25rem; + } + .p-confirm-popup .p-confirm-popup-footer button { + margin: 0 0.5rem 0 0; + width: auto; + } + .p-confirm-popup .p-confirm-popup-footer button:last-child { + margin: 0; + } + .p-confirm-popup:after { + border-style: solid; + border-color: rgba(31, 41, 55, 0); + border-bottom-color: #1f2937; + } + .p-confirm-popup:before { + border-style: solid; + border-color: rgba(66, 75, 87, 0); + border-bottom-color: #3f4753; + } + .p-confirm-popup.p-confirm-popup-flipped:after { + border-top-color: #1f2937; + } + .p-confirm-popup.p-confirm-popup-flipped:before { + border-top-color: #424b57; + } + .p-confirm-popup .p-confirm-popup-icon { + font-size: 1.5rem; + } + .p-confirm-popup .p-confirm-popup-icon.p-icon { + width: 1.5rem; + height: 1.5rem; + } + .p-confirm-popup .p-confirm-popup-message { + margin-left: 1rem; + } + .p-dialog-mask.p-component-overlay { + pointer-events: auto; + } + .p-dialog { + max-height: 90%; + transform: scale(1); + } + .p-dialog-content { + overflow-y: auto; + } + .p-dialog-header { + display: flex; + align-items: center; + justify-content: space-between; + flex-shrink: 0; + } + .p-dialog-footer { + flex-shrink: 0; + } + .p-dialog .p-dialog-header-icons { + display: flex; + align-items: center; + } + .p-dialog .p-dialog-header-icon { + display: flex; + align-items: center; + justify-content: center; + overflow: hidden; + position: relative; + } + .p-fluid .p-dialog-footer .p-button { + width: auto; + } + .p-dialog-enter-active { + transition: all 0.15s cubic-bezier(0, 0, 0.2, 1); + } + .p-dialog-leave-active { + transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); + } + .p-dialog-enter-from, + .p-dialog-leave-to { + opacity: 0; + transform: scale(0.7); + } + .p-dialog-bottom .p-dialog, + .p-dialog-bottomleft .p-dialog, + .p-dialog-bottomright .p-dialog, + .p-dialog-left .p-dialog, + .p-dialog-right .p-dialog, + .p-dialog-top .p-dialog, + .p-dialog-topleft .p-dialog, + .p-dialog-topright .p-dialog { + margin: 0.75rem; + transform: translateZ(0); + } + .p-dialog-bottom .p-dialog-enter-active, + .p-dialog-bottom .p-dialog-leave-active, + .p-dialog-bottomleft .p-dialog-enter-active, + .p-dialog-bottomleft .p-dialog-leave-active, + .p-dialog-bottomright .p-dialog-enter-active, + .p-dialog-bottomright .p-dialog-leave-active, + .p-dialog-left .p-dialog-enter-active, + .p-dialog-left .p-dialog-leave-active, + .p-dialog-right .p-dialog-enter-active, + .p-dialog-right .p-dialog-leave-active, + .p-dialog-top .p-dialog-enter-active, + .p-dialog-top .p-dialog-leave-active, + .p-dialog-topleft .p-dialog-enter-active, + .p-dialog-topleft .p-dialog-leave-active, + .p-dialog-topright .p-dialog-enter-active, + .p-dialog-topright .p-dialog-leave-active { + transition: all 0.3s ease-out; + } + .p-dialog-top .p-dialog-enter-from, + .p-dialog-top .p-dialog-leave-to { + transform: translate3d(0, -100%, 0); + } + .p-dialog-bottom .p-dialog-enter-from, + .p-dialog-bottom .p-dialog-leave-to { + transform: translate3d(0, 100%, 0); + } + .p-dialog-bottomleft .p-dialog-enter-from, + .p-dialog-bottomleft .p-dialog-leave-to, + .p-dialog-left .p-dialog-enter-from, + .p-dialog-left .p-dialog-leave-to, + .p-dialog-topleft .p-dialog-enter-from, + .p-dialog-topleft .p-dialog-leave-to { + transform: translate3d(-100%, 0, 0); + } + .p-dialog-bottomright .p-dialog-enter-from, + .p-dialog-bottomright .p-dialog-leave-to, + .p-dialog-right .p-dialog-enter-from, + .p-dialog-right .p-dialog-leave-to, + .p-dialog-topright .p-dialog-enter-from, + .p-dialog-topright .p-dialog-leave-to { + transform: translate3d(100%, 0, 0); + } + .p-dialog-maximized { + width: 100vw !important; + height: 100vh !important; + top: 0 !important; + left: 0 !important; + max-height: 100%; + height: 100%; + } + .p-dialog-maximized .p-dialog-content { + flex-grow: 1; + } + .p-confirm-dialog .p-dialog-content { + display: flex; + align-items: center; + } + .p-dialog { + border-radius: 6px; + box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); + border: 1px solid #424b57; + } + .p-dialog .p-dialog-header { + border-bottom: 0 none; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + padding: 1.5rem; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + } + .p-dialog .p-dialog-header .p-dialog-title { + font-weight: 700; + font-size: 1.25rem; + } + .p-dialog .p-dialog-header .p-dialog-header-icon { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + margin-right: 0.5rem; + } + .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-dialog .p-dialog-header .p-dialog-header-icon:last-child { + margin-right: 0; + } + .p-dialog .p-dialog-content { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + padding: 0 1.5rem 2rem 1.5rem; + } + .p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-dialog .p-dialog-footer { + border-top: 0 none; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + padding: 0 1.5rem 1.5rem 1.5rem; + display: flex; + justify-content: flex-end; + gap: 0.5rem; + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-dialog.p-confirm-dialog .p-confirm-dialog-icon { + font-size: 2rem; + } + .p-dialog.p-confirm-dialog .p-confirm-dialog-message:not(:first-child) { + margin-left: 1rem; + } + .p-overlaypanel { + margin-top: 10px; + } + .p-overlaypanel-flipped { + margin-top: -10px; + margin-bottom: 10px; + } + .p-overlaypanel-close { + display: flex; + justify-content: center; + align-items: center; + overflow: hidden; + position: relative; + } + .p-overlaypanel-enter-from { + opacity: 0; + transform: scaleY(0.8); + } + .p-overlaypanel-leave-to { + opacity: 0; + } + .p-overlaypanel-enter-active { + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + .p-overlaypanel-leave-active { + transition: opacity 0.1s linear; + } + .p-overlaypanel:after, + .p-overlaypanel:before { + bottom: 100%; + left: calc(var(--overlayArrowLeft, 0) + 1.25rem); + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + } + .p-overlaypanel:after { + border-width: 8px; + margin-left: -8px; + } + .p-overlaypanel:before { + border-width: 10px; + margin-left: -10px; + } + .p-overlaypanel-flipped:after, + .p-overlaypanel-flipped:before { + bottom: auto; + top: 100%; + } + .p-overlaypanel.p-overlaypanel-flipped:after, + .p-overlaypanel.p-overlaypanel-flipped:before { + border-bottom-color: transparent; + } + .p-overlaypanel { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); + } + .p-overlaypanel .p-overlaypanel-content { + padding: 1.25rem; + } + .p-overlaypanel .p-overlaypanel-close { + background: #60a5fa; + color: #030712; + width: 2rem; + height: 2rem; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + border-radius: 50%; + position: absolute; + top: -1rem; + right: -1rem; + } + .p-overlaypanel .p-overlaypanel-close:enabled:hover { + background: #93c5fd; + color: #030712; + } + .p-overlaypanel:after { + border-style: solid; + border-color: rgba(31, 41, 55, 0); + border-bottom-color: #1f2937; + } + .p-overlaypanel:before { + border-style: solid; + border-color: rgba(66, 75, 87, 0); + border-bottom-color: #3f4753; + } + .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #1f2937; + } + .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #424b57; + } + .p-sidebar-mask { + display: none; + pointer-events: none; + background-color: transparent; + transition-property: background-color; + } + .p-sidebar-mask.p-component-overlay { + pointer-events: auto; + } + .p-sidebar, + .p-sidebar-visible { + display: flex; + } + .p-sidebar { + flex-direction: column; + pointer-events: auto; + transform: translateZ(0); + position: relative; + transition: transform 0.3s; + } + .p-sidebar-content { + overflow-y: auto; + flex-grow: 1; + } + .p-sidebar-header { + display: flex; + align-items: center; + justify-content: space-between; + flex-shrink: 0; + } + .p-sidebar-icon { + display: flex; + align-items: center; + justify-content: center; + overflow: hidden; + position: relative; + } + .p-sidebar-full .p-sidebar { + transition: none; + transform: none; + width: 100vw !important; + height: 100vh !important; + max-height: 100%; + top: 0 !important; + left: 0 !important; + } + .p-sidebar-left .p-sidebar-enter-from, + .p-sidebar-left .p-sidebar-leave-to { + transform: translateX(-100%); + } + .p-sidebar-right .p-sidebar-enter-from, + .p-sidebar-right .p-sidebar-leave-to { + transform: translateX(100%); + } + .p-sidebar-top .p-sidebar-enter-from, + .p-sidebar-top .p-sidebar-leave-to { + transform: translateY(-100%); + } + .p-sidebar-bottom .p-sidebar-enter-from, + .p-sidebar-bottom .p-sidebar-leave-to { + transform: translateY(100%); + } + .p-sidebar-full .p-sidebar-enter-from, + .p-sidebar-full .p-sidebar-leave-to { + opacity: 0; + } + .p-sidebar-full .p-sidebar-enter-active, + .p-sidebar-full .p-sidebar-leave-active { + transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); + } + .p-sidebar-left .p-sidebar, + .p-sidebar-right .p-sidebar { + width: 20rem; + height: 100%; + } + .p-sidebar-bottom .p-sidebar, + .p-sidebar-top .p-sidebar { + height: 10rem; + width: 100%; + } + .p-sidebar-left .p-sidebar-sm, + .p-sidebar-right .p-sidebar-sm { + width: 20rem; + } + .p-sidebar-left .p-sidebar-md, + .p-sidebar-right .p-sidebar-md { + width: 40rem; + } + .p-sidebar-left .p-sidebar-lg, + .p-sidebar-right .p-sidebar-lg { + width: 60rem; + } + .p-sidebar-bottom .p-sidebar-sm, + .p-sidebar-top .p-sidebar-sm { + height: 10rem; + } + .p-sidebar-bottom .p-sidebar-md, + .p-sidebar-top .p-sidebar-md { + height: 20rem; + } + .p-sidebar-bottom .p-sidebar-lg, + .p-sidebar-top .p-sidebar-lg { + height: 30rem; + } + .p-sidebar-bottom .p-sidebar-content, + .p-sidebar-left .p-sidebar-content, + .p-sidebar-right .p-sidebar-content, + .p-sidebar-top .p-sidebar-content { + width: 100%; + height: 100%; + } + @media screen and (max-width: 64em) { + .p-sidebar-left .p-sidebar-lg, + .p-sidebar-left .p-sidebar-md, + .p-sidebar-right .p-sidebar-lg, + .p-sidebar-right .p-sidebar-md { + width: 20rem; + } + } + .p-sidebar { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); + } + .p-sidebar .p-sidebar-header { + padding: 1.25rem; + } + .p-sidebar .p-sidebar-header .p-sidebar-header-content { + font-weight: 700; + font-size: 1.25rem; + } + .p-sidebar .p-sidebar-header .p-sidebar-close, + .p-sidebar .p-sidebar-header .p-sidebar-icon { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border: 0 none; + background: transparent; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, + .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { + color: hsla(0, 0%, 100%, 0.87); + border-color: transparent; + background: hsla(0, 0%, 100%, 0.03); + } + .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, + .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-sidebar .p-sidebar-header + .p-sidebar-content { + padding-top: 0; + } + .p-sidebar .p-sidebar-content { + padding: 1.25rem; + } + .p-tooltip { + position: absolute; + display: none; + padding: 0.25em 0.5rem; + max-width: 12.5rem; + } + .p-tooltip.p-tooltip-left, + .p-tooltip.p-tooltip-right { + padding: 0 0.25rem; + } + .p-tooltip.p-tooltip-bottom, + .p-tooltip.p-tooltip-top { + padding: 0.25em 0; + } + .p-tooltip .p-tooltip-text { + white-space: pre-line; + word-break: break-word; + } + .p-tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; + scale: 2; + } + .p-tooltip-right .p-tooltip-arrow { + margin-top: -0.25rem; + border-width: 0.25em 0.25em 0.25em 0; + } + .p-tooltip-left .p-tooltip-arrow { + margin-top: -0.25rem; + border-width: 0.25em 0 0.25em 0.25rem; + } + .p-tooltip.p-tooltip-top { + padding: 0.25em 0; + } + .p-tooltip-top .p-tooltip-arrow { + margin-left: -0.25rem; + border-width: 0.25em 0.25em 0; + } + .p-tooltip-bottom .p-tooltip-arrow { + margin-left: -0.25rem; + border-width: 0 0.25em 0.25rem; + } + .p-tooltip .p-tooltip-text { + background: #424b57; + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 0.75rem; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + border-radius: 6px; + } + .p-tooltip.p-tooltip-right .p-tooltip-arrow { + border-right-color: #424b57; + } + .p-tooltip.p-tooltip-left .p-tooltip-arrow { + border-left-color: #424b57; + } + .p-tooltip.p-tooltip-top .p-tooltip-arrow { + border-top-color: #424b57; + } + .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { + border-bottom-color: #424b57; + } + .p-fileupload-content { + position: relative; + } + .p-fileupload-content .p-progressbar { + width: 100%; + position: absolute; + top: 0; + left: 0; + } + .p-button.p-fileupload-choose { + position: relative; + overflow: hidden; + } + .p-fileupload-buttonbar { + display: flex; + flex-wrap: wrap; + } + .p-fileupload-basic input[type="file"], + .p-fileupload > input[type="file"] { + display: none; + } + .p-fluid .p-fileupload .p-button { + width: auto; + } + .p-fileupload-file { + display: flex; + flex-wrap: wrap; + align-items: center; + } + .p-fileupload-file-thumbnail { + flex-shrink: 0; + } + .p-fileupload-file-actions { + margin-left: auto; + } + .p-fileupload .p-fileupload-buttonbar { + background: #1f2937; + padding: 1.25rem; + border: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-bottom: 0 none; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + gap: 0.5rem; + } + .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-fileupload .p-fileupload-content { + background: #1f2937; + padding: 2rem 1rem; + border: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-fileupload .p-fileupload-content.p-fileupload-highlight { + border: 1px dashed #60a5fa; + background-color: rgba(96, 165, 250, 0.16); + } + .p-fileupload .p-fileupload-file { + padding: 1rem; + border: 1px solid #424b57; + border-radius: 6px; + gap: 0.5rem; + margin-bottom: 0.5rem; + } + .p-fileupload .p-fileupload-file:last-child { + margin-bottom: 0; + } + .p-fileupload .p-fileupload-file-name { + margin-bottom: 0.5rem; + } + .p-fileupload .p-fileupload-file-size { + margin-right: 0.5rem; + } + .p-fileupload .p-progressbar { + height: 0.25rem; + } + .p-fileupload .p-fileupload-row > div { + padding: 1rem 1rem; + } + .p-fileupload.p-fileupload-advanced .p-message { + margin-top: 0; + } + .p-fileupload-choose:not(.p-disabled):hover { + background: #93c5fd; + color: #030712; + border-color: #93c5fd; + } + .p-fileupload-choose:not(.p-disabled):active { + background: #bfdbfe; + color: #030712; + border-color: #bfdbfe; + } + .p-breadcrumb { + overflow-x: auto; + } + .p-breadcrumb .p-breadcrumb-list { + margin: 0; + padding: 0; + list-style-type: none; + display: flex; + align-items: center; + flex-wrap: nowrap; + } + .p-breadcrumb .p-menuitem-text { + line-height: 1; + } + .p-breadcrumb .p-menuitem-link { + text-decoration: none; + } + .p-breadcrumb .p-menuitem-link, + .p-breadcrumb .p-menuitem-separator { + display: flex; + align-items: center; + } + .p-breadcrumb::-webkit-scrollbar { + display: none; + } + .p-breadcrumb { + background: #374151; + border: 1px solid #424b57; + border-radius: 6px; + padding: 1rem; + } + .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { + transition: box-shadow 0.2s; + border-radius: 6px; + outline-color: transparent; + } + .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + } + .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { + margin: 0 0.5rem 0 0.5rem; + color: hsla(0, 0%, 100%, 0.87); + } + .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + } + .p-contextmenu ul { + margin: 0; + padding: 0; + list-style: none; + } + .p-contextmenu .p-submenu-list { + position: absolute; + min-width: 100%; + z-index: 1; + } + .p-contextmenu .p-menuitem-link { + cursor: pointer; + display: flex; + align-items: center; + text-decoration: none; + overflow: hidden; + position: relative; + } + .p-contextmenu .p-menuitem-text { + line-height: 1; + } + .p-contextmenu .p-menuitem { + position: relative; + } + .p-contextmenu .p-menuitem-link .p-submenu-icon { + margin-left: auto; + } + .p-contextmenu-enter-from, + .p-contextmenu-leave-active { + opacity: 0; + } + .p-contextmenu-enter-active { + transition: opacity 0.25s; + } + .p-contextmenu { + padding: 0.25rem 0; + background: #374151; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + border-radius: 6px; + min-width: 12.5rem; + } + .p-contextmenu .p-contextmenu-root-list { + outline: 0 none; + } + .p-contextmenu .p-submenu-list { + padding: 0.25rem 0; + background: #374151; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + border-radius: 6px; + } + .p-contextmenu .p-menuitem { + margin: 0; + } + .p-contextmenu .p-menuitem:first-child { + margin-top: 0; + } + .p-contextmenu .p-menuitem:last-child { + margin-bottom: 0; + } + .p-contextmenu .p-menuitem > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 1.25rem; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-right: 0.5rem; + } + .p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.6); + } + .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-contextmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-contextmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-contextmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { + background: rgba(96, 165, 250, 0.24); + } + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-contextmenu .p-menuitem-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-contextmenu .p-submenu-icon { + font-size: 0.875rem; + } + .p-contextmenu .p-submenu-icon.p-icon { + width: 0.875rem; + height: 0.875rem; + } + .p-dock { + position: absolute; + z-index: 1; + display: flex; + justify-content: center; + align-items: center; + pointer-events: none; + } + .p-dock-list-container { + display: flex; + pointer-events: auto; + } + .p-dock-list { + margin: 0; + padding: 0; + list-style: none; + display: flex; + align-items: center; + justify-content: center; + } + .p-dock-item { + transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); + will-change: transform; + } + .p-dock-link { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + position: relative; + overflow: hidden; + cursor: default; + } + .p-dock-item-second-next, + .p-dock-item-second-prev { + transform: scale(1.2); + } + .p-dock-item-next, + .p-dock-item-prev { + transform: scale(1.4); + } + .p-dock-item-current { + transform: scale(1.6); + z-index: 1; + } + .p-dock-top { + left: 0; + top: 0; + width: 100%; + } + .p-dock-top .p-dock-item { + transform-origin: center top; + } + .p-dock-bottom { + left: 0; + bottom: 0; + width: 100%; + } + .p-dock-bottom .p-dock-item { + transform-origin: center bottom; + } + .p-dock-right { + right: 0; + top: 0; + height: 100%; + } + .p-dock-right .p-dock-item { + transform-origin: center right; + } + .p-dock-right .p-dock-list { + flex-direction: column; + } + .p-dock-left { + left: 0; + top: 0; + height: 100%; + } + .p-dock-left .p-dock-item { + transform-origin: center left; + } + .p-dock-left .p-dock-list { + flex-direction: column; + } + .p-dock .p-dock-list-container { + background: hsla(0, 0%, 100%, 0.1); + border: 1px solid hsla(0, 0%, 100%, 0.2); + padding: 0.5rem 0.5rem; + border-radius: 0.5rem; + } + .p-dock .p-dock-list-container .p-dock-list { + outline: 0 none; + } + .p-dock .p-dock-item { + padding: 0.5rem; + border-radius: 6px; + } + .p-dock .p-dock-item.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2); + } + .p-dock .p-dock-link { + width: 4rem; + height: 4rem; + } + .p-dock.p-dock-bottom .p-dock-item-second-next, + .p-dock.p-dock-bottom .p-dock-item-second-prev, + .p-dock.p-dock-top .p-dock-item-second-next, + .p-dock.p-dock-top .p-dock-item-second-prev { + margin: 0 0.9rem; + } + .p-dock.p-dock-bottom .p-dock-item-next, + .p-dock.p-dock-bottom .p-dock-item-prev, + .p-dock.p-dock-top .p-dock-item-next, + .p-dock.p-dock-top .p-dock-item-prev { + margin: 0 1.3rem; + } + .p-dock.p-dock-bottom .p-dock-item-current, + .p-dock.p-dock-top .p-dock-item-current { + margin: 0 1.5rem; + } + .p-dock.p-dock-left .p-dock-item-second-next, + .p-dock.p-dock-left .p-dock-item-second-prev, + .p-dock.p-dock-right .p-dock-item-second-next, + .p-dock.p-dock-right .p-dock-item-second-prev { + margin: 0.9rem 0; + } + .p-dock.p-dock-left .p-dock-item-next, + .p-dock.p-dock-left .p-dock-item-prev, + .p-dock.p-dock-right .p-dock-item-next, + .p-dock.p-dock-right .p-dock-item-prev { + margin: 1.3rem 0; + } + .p-dock.p-dock-left .p-dock-item-current, + .p-dock.p-dock-right .p-dock-item-current { + margin: 1.5rem 0; + } + .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container, + .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container { + overflow-x: auto; + width: 100%; + } + .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list, + .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list { + margin: 0 auto; + } + .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container, + .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container { + overflow-y: auto; + height: 100%; + } + .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list, + .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list { + margin: auto 0; + } + .p-dock.p-dock-mobile .p-dock-list .p-dock-item { + transform: none; + margin: 0; + } + .p-megamenu { + display: flex; + position: relative; + } + .p-megamenu-root-list { + margin: 0; + padding: 0; + list-style: none; + } + .p-megamenu .p-menuitem-link { + cursor: pointer; + display: flex; + align-items: center; + text-decoration: none; + overflow: hidden; + position: relative; + } + .p-megamenu .p-menuitem-text { + line-height: 1; + } + .p-megamenu-panel { + display: none; + width: auto; + z-index: 1; + left: 0; + min-width: 100%; + } + .p-megamenu-panel:not(.p-megamenu-mobile) { + position: absolute; + } + .p-megamenu-root-list > .p-menuitem-active > .p-megamenu-panel { + display: block; + } + .p-megamenu-submenu { + margin: 0; + padding: 0; + list-style: none; + } + .p-megamenu-button { + display: none; + cursor: pointer; + align-items: center; + justify-content: center; + text-decoration: none; + } + .p-megamenu-horizontal { + align-items: center; + } + .p-megamenu-horizontal .p-megamenu-root-list { + display: flex; + align-items: center; + flex-wrap: wrap; + } + .p-megamenu-horizontal .p-megamenu-end { + margin-left: auto; + align-self: center; + } + .p-megamenu-vertical { + flex-direction: column; + } + .p-megamenu-vertical:not(.p-megamenu-mobile) { + display: inline-flex; + } + .p-megamenu-vertical .p-megamenu-root-list { + flex-direction: column; + } + .p-megamenu-vertical:not(.p-megamenu-mobile) + .p-megamenu-root-list + > .p-menuitem-active + > .p-megamenu-panel { + left: 100%; + top: 0; + } + .p-megamenu-vertical + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { + margin-left: auto; + } + .p-megamenu-grid { + display: flex; + } + .p-megamenu-col-12, + .p-megamenu-col-2, + .p-megamenu-col-3, + .p-megamenu-col-4, + .p-megamenu-col-6 { + flex: 0 0 auto; + padding: 0.5rem; + } + .p-megamenu-col-2 { + width: 16.6667%; + } + .p-megamenu-col-3 { + width: 25%; + } + .p-megamenu-col-4 { + width: 33.3333%; + } + .p-megamenu-col-6 { + width: 50%; + } + .p-megamenu-col-12 { + width: 100%; + } + .p-megamenu.p-megamenu-mobile .p-megamenu-button { + display: flex; + } + .p-megamenu.p-megamenu-mobile .p-megamenu-root-list { + position: absolute; + display: none; + width: 100%; + } + .p-megamenu.p-megamenu-mobile .p-submenu-list { + width: 100%; + position: static; + box-shadow: none; + border: 0 none; + } + .p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-menuitem { + width: 100%; + position: static; + } + .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { + display: flex; + flex-direction: column; + top: 100%; + left: 0; + z-index: 1; + } + .p-megamenu.p-megamenu-mobile .p-megamenu-grid { + flex-wrap: wrap; + overflow: auto; + max-height: 90%; + } + .p-megamenu { + padding: 0.5rem; + background: #374151; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + } + .p-megamenu .p-megamenu-root-list { + outline: 0 none; + } + .p-megamenu .p-menuitem { + margin: 0; + } + .p-megamenu .p-menuitem:first-child { + margin-top: 0; + } + .p-megamenu .p-menuitem:last-child { + margin-bottom: 0; + } + .p-megamenu .p-menuitem > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 1.25rem; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-megamenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-megamenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-right: 0.5rem; + } + .p-megamenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.6); + } + .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-megamenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-megamenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-megamenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { + background: rgba(96, 165, 250, 0.24); + } + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-megamenu .p-megamenu-panel { + background: #374151; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + border-radius: 6px; + } + .p-megamenu .p-submenu-header { + margin: 0; + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: #374151; + font-weight: 700; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + } + .p-megamenu .p-submenu-list { + padding: 0.25rem 0; + min-width: 12.5rem; + } + .p-megamenu .p-submenu-list .p-menuitem-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-megamenu.p-megamenu-vertical { + min-width: 12.5rem; + padding: 0.25rem 0; + } + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 6px; + } + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link { + padding: 0.75rem 1.25rem; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-right: 0.5rem; + } + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-left: 0.5rem; + } + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-megamenu.p-megamenu-mobile.p-megamenu-vertical { + width: 100%; + padding: 0.5rem; + } + .p-megamenu.p-megamenu-mobile .p-megamenu-button { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-megamenu.p-megamenu-mobile .p-megamenu-button:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-megamenu.p-megamenu-mobile .p-megamenu-button:focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-megamenu.p-megamenu-mobile .p-megamenu-root-list { + padding: 0.25rem 0; + background: #374151; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-menuitem-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-submenu-icon { + font-size: 0.875rem; + } + .p-megamenu.p-megamenu-mobile + .p-megamenu-root-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + margin-left: auto; + transition: transform 0.2s; + } + .p-megamenu.p-megamenu-mobile + .p-megamenu-root-list + .p-menuitem.p-menuitem-active + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { + transform: rotate(-180deg); + } + .p-megamenu.p-megamenu-mobile + .p-megamenu-root-list + .p-submenu-list + .p-submenu-icon { + transition: transform 0.2s; + transform: rotate(90deg); + } + .p-megamenu.p-megamenu-mobile + .p-megamenu-root-list + .p-submenu-list + .p-menuitem-active + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { + transform: rotate(-90deg); + } + .p-megamenu.p-megamenu-mobile + .p-megamenu-root-list + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { + padding-left: 2.25rem; + } + .p-menu ul { + margin: 0; + padding: 0; + list-style: none; + } + .p-menu .p-menuitem-link { + cursor: pointer; + display: flex; + align-items: center; + text-decoration: none; + overflow: hidden; + position: relative; + } + .p-menu .p-menuitem-text { + line-height: 1; + } + .p-menu { + padding: 0.25rem 0; + background: #374151; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + min-width: 12.5rem; + } + .p-menu .p-menuitem { + margin: 0; + } + .p-menu .p-menuitem:first-child { + margin-top: 0; + } + .p-menu .p-menuitem:last-child { + margin-bottom: 0; + } + .p-menu .p-menuitem > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 1.25rem; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-right: 0.5rem; + } + .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.6); + } + .p-menu .p-menuitem.p-highlight > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-menu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-menu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-menu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { + background: rgba(96, 165, 250, 0.24); + } + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menu.p-menu-overlay { + background: #374151; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-menu .p-submenu-header { + margin: 0; + padding: 0.75rem 1.25rem; + color: hsla(0, 0%, 100%, 0.87); + background: #374151; + font-weight: 700; + border-top-right-radius: 0; + border-top-left-radius: 0; + } + .p-menu .p-menuitem-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-menubar { + display: flex; + align-items: center; + } + .p-menubar ul { + margin: 0; + padding: 0; + list-style: none; + } + .p-menubar .p-menuitem-link { + cursor: pointer; + display: flex; + align-items: center; + text-decoration: none; + overflow: hidden; + position: relative; + } + .p-menubar .p-menuitem-text { + line-height: 1; + } + .p-menubar .p-menuitem { + position: relative; + } + .p-menubar-root-list { + display: flex; + align-items: center; + flex-wrap: wrap; + } + .p-menubar-root-list > li ul { + display: none; + z-index: 1; + } + .p-menubar-root-list > .p-menuitem-active > .p-submenu-list { + display: block; + } + .p-menubar .p-submenu-list { + display: none; + position: absolute; + z-index: 1; + } + .p-menubar .p-submenu-list > .p-menuitem-active > .p-submenu-list { + display: block; + left: 100%; + top: 0; + } + .p-menubar + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + margin-left: auto; + } + .p-menubar .p-menubar-end { + margin-left: auto; + align-self: center; + } + .p-menubar-button { + display: none; + cursor: pointer; + align-items: center; + justify-content: center; + text-decoration: none; + } + .p-menubar.p-menubar-mobile { + position: relative; + } + .p-menubar.p-menubar-mobile .p-menubar-button { + display: flex; + } + .p-menubar.p-menubar-mobile .p-menubar-root-list { + position: absolute; + display: none; + width: 100%; + } + .p-menubar.p-menubar-mobile .p-submenu-list { + width: 100%; + position: static; + box-shadow: none; + border: 0 none; + } + .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem { + width: 100%; + position: static; + } + .p-menubar.p-menubar-mobile-active .p-menubar-root-list { + display: flex; + flex-direction: column; + top: 100%; + left: 0; + z-index: 1; + } + .p-menubar { + padding: 0.5rem; + background: #374151; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + } + .p-menubar .p-menubar-root-list { + outline: 0 none; + } + .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 6px; + } + .p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link { + padding: 0.75rem 1.25rem; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-right: 0.5rem; + } + .p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-left: 0.5rem; + } + .p-menubar + .p-menubar-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-menubar + .p-menubar-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-menubar + .p-menubar-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-menubar + .p-menubar-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menubar .p-menuitem { + margin: 0; + } + .p-menubar .p-menuitem:first-child { + margin-top: 0; + } + .p-menubar .p-menuitem:last-child { + margin-bottom: 0; + } + .p-menubar .p-menuitem > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 1.25rem; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-menubar + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menubar + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-right: 0.5rem; + } + .p-menubar + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.6); + } + .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-menubar + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-menubar + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-menubar + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { + background: rgba(96, 165, 250, 0.24); + } + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-menubar .p-submenu-list { + padding: 0.25rem 0; + background: #374151; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + min-width: 12.5rem; + border-radius: 6px; + } + .p-menubar .p-submenu-list .p-menuitem-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-menubar .p-submenu-list .p-submenu-icon { + font-size: 0.875rem; + } + .p-menubar.p-menubar-mobile .p-menubar-button { + width: 2rem; + height: 2rem; + color: hsla(0, 0%, 100%, 0.6); + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-menubar.p-menubar-mobile .p-menubar-button:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-menubar.p-menubar-mobile .p-menubar-button:focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-menubar.p-menubar-mobile .p-menubar-root-list { + padding: 0.25rem 0; + background: #374151; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { + font-size: 0.875rem; + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + margin-left: auto; + transition: transform 0.2s; + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-menuitem.p-menuitem-active + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { + transform: rotate(-180deg); + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-submenu-list + .p-submenu-icon { + transition: transform 0.2s; + transform: rotate(90deg); + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-submenu-list + .p-menuitem-active + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { + transform: rotate(-90deg); + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { + padding-left: 2.25rem; + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { + padding-left: 3.75rem; + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { + padding-left: 5.25rem; + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { + padding-left: 6.75rem; + } + .p-menubar.p-menubar-mobile + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { + padding-left: 8.25rem; + } + .p-panelmenu .p-panelmenu-header-action { + display: flex; + align-items: center; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + cursor: pointer; + position: relative; + text-decoration: none; + } + .p-panelmenu .p-panelmenu-header-action:focus { + z-index: 1; + } + .p-panelmenu .p-submenu-list { + margin: 0; + padding: 0; + list-style: none; + } + .p-panelmenu .p-menuitem-link { + display: flex; + align-items: center; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + cursor: pointer; + text-decoration: none; + position: relative; + overflow: hidden; + } + .p-panelmenu .p-menuitem-text { + line-height: 1; + } + .p-panelmenu .p-panelmenu-header { + outline: 0 none; + } + .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { + border: 1px solid #424b57; + color: hsla(0, 0%, 100%, 0.87); + background: #1f2937; + border-radius: 6px; + transition: box-shadow 0.2s; + outline-color: transparent; + } + .p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action { + color: hsla(0, 0%, 100%, 0.87); + padding: 1.25rem; + font-weight: 700; + } + .p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action + .p-menuitem-icon, + .p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action + .p-submenu-icon { + margin-right: 0.5rem; + } + .p-panelmenu + .p-panelmenu-header:not(.p-disabled):focus-visible + .p-panelmenu-header-content { + outline: 0 none; + outline-offset: 0; + box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-panelmenu + .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover + .p-panelmenu-header-content { + background: hsla(0, 0%, 100%, 0.03); + border-color: #424b57; + color: hsla(0, 0%, 100%, 0.87); + } + .p-panelmenu + .p-panelmenu-header:not(.p-disabled).p-highlight + .p-panelmenu-header-content { + background: #1f2937; + border-color: #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + margin-bottom: 0; + } + .p-panelmenu + .p-panelmenu-header:not(.p-disabled).p-highlight:hover + .p-panelmenu-header-content { + border-color: #424b57; + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-panelmenu .p-panelmenu-content { + padding: 0.25rem 0; + border: 1px solid #424b57; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border-top: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list { + outline: 0 none; + } + .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; + } + .p-panelmenu .p-panelmenu-content .p-menuitem:first-child { + margin-top: 0; + } + .p-panelmenu .p-panelmenu-content .p-menuitem:last-child { + margin-bottom: 0; + } + .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link { + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 1.25rem; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-right: 0.5rem; + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.6); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight + > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight.p-focus + > .p-menuitem-content { + background: rgba(96, 165, 250, 0.24); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-panelmenu + .p-panelmenu-content + .p-menuitem + .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + margin-right: 0.5rem; + } + .p-panelmenu .p-panelmenu-content .p-menuitem-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-panelmenu + .p-panelmenu-content + .p-submenu-list:not(.p-panelmenu-root-list) { + padding: 0 0 0 1rem; + } + .p-panelmenu .p-panelmenu-panel { + margin-bottom: 4px; + } + .p-steps { + position: relative; + } + .p-steps .p-steps-list { + padding: 0; + margin: 0; + list-style-type: none; + display: flex; + } + .p-steps-item { + position: relative; + display: flex; + justify-content: center; + flex: 1 1 auto; + overflow: hidden; + } + .p-steps-item .p-menuitem-link { + display: inline-flex; + flex-direction: column; + align-items: center; + overflow: hidden; + text-decoration: none; + cursor: pointer; + } + .p-steps.p-steps-readonly .p-steps-item { + cursor: auto; + } + .p-steps-item.p-steps-current .p-menuitem-link { + cursor: default; + } + .p-steps-title { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 100%; + } + .p-steps-number { + display: flex; + align-items: center; + justify-content: center; + } + .p-steps-title { + display: block; + } + .p-steps .p-steps-item .p-menuitem-link { + transition: box-shadow 0.2s; + border-radius: 6px; + background: transparent; + outline-color: transparent; + } + .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + color: hsla(0, 0%, 100%, 0.87); + border: 0 none; + background: transparent; + min-width: 2rem; + height: 2rem; + line-height: 2rem; + font-size: 1.143rem; + z-index: 1; + border-radius: 50%; + } + .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + margin-top: 0.5rem; + color: hsla(0, 0%, 100%, 0.6); + } + .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-steps .p-steps-item.p-highlight .p-steps-number { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: hsla(0, 0%, 100%, 0.87); + } + .p-steps .p-steps-item:before { + content: " "; + border-top: 1px solid #424b57; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -1rem; + } + .p-tabmenu { + overflow-x: auto; + } + .p-tabmenu-nav { + display: flex; + margin: 0; + padding: 0; + list-style-type: none; + flex-wrap: nowrap; + } + .p-tabmenu-nav a { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + display: flex; + align-items: center; + position: relative; + text-decoration: none; + overflow: hidden; + } + .p-tabmenu-nav a:focus { + z-index: 1; + } + .p-tabmenu-nav .p-menuitem-text { + line-height: 1; + } + .p-tabmenu-ink-bar { + display: none; + z-index: 1; + } + .p-tabmenu::-webkit-scrollbar { + display: none; + } + .p-tabmenu .p-tabmenu-nav { + background: transparent; + border: 1px solid #424b57; + border-width: 0 0 2px 0; + } + .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { + margin-right: 0; + } + .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + border: solid #424b57; + border-width: 0 0 2px 0; + border-color: transparent transparent #424b57 transparent; + background: #1f2937; + color: hsla(0, 0%, 100%, 0.6); + padding: 1.25rem; + font-weight: 700; + border-top-right-radius: 6px; + border-top-left-radius: 6px; + transition: box-shadow 0.2s; + margin: 0 0 -2px 0; + outline-color: transparent; + } + .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + margin-right: 0.5rem; + } + .p-tabmenu + .p-tabmenu-nav + .p-tabmenuitem + .p-menuitem-link:not(.p-disabled):focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-tabmenu + .p-tabmenu-nav + .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover + .p-menuitem-link { + background: #1f2937; + border-color: #60a5fa; + color: hsla(0, 0%, 100%, 0.87); + } + .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background: #1f2937; + border-color: #60a5fa; + color: #60a5fa; + } + .p-tieredmenu ul { + margin: 0; + padding: 0; + list-style: none; + } + .p-tieredmenu .p-submenu-list { + position: absolute; + min-width: 100%; + z-index: 1; + display: none; + } + .p-tieredmenu .p-menuitem-link { + cursor: pointer; + display: flex; + align-items: center; + text-decoration: none; + overflow: hidden; + position: relative; + } + .p-tieredmenu .p-menuitem-text { + line-height: 1; + } + .p-tieredmenu .p-menuitem { + position: relative; + } + .p-tieredmenu .p-menuitem-link .p-submenu-icon { + margin-left: auto; + } + .p-tieredmenu .p-menuitem-active > .p-submenu-list { + display: block; + left: 100%; + top: 0; + } + .p-tieredmenu-enter-from, + .p-tieredmenu-leave-active { + opacity: 0; + } + .p-tieredmenu-enter-active { + transition: opacity 0.25s; + } + .p-tieredmenu { + padding: 0.25rem 0; + background: #374151; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + border-radius: 6px; + min-width: 12.5rem; + } + .p-tieredmenu.p-tieredmenu-overlay { + background: #374151; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + } + .p-tieredmenu .p-tieredmenu-root-list { + outline: 0 none; + } + .p-tieredmenu .p-submenu-list { + padding: 0.25rem 0; + background: #374151; + border: 1px solid #424b57; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + border-radius: 6px; + } + .p-tieredmenu .p-menuitem { + margin: 0; + } + .p-tieredmenu .p-menuitem:first-child { + margin-top: 0; + } + .p-tieredmenu .p-menuitem:last-child { + margin-bottom: 0; + } + .p-tieredmenu .p-menuitem > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + transition: box-shadow 0.2s; + border-radius: 0; + } + .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { + color: hsla(0, 0%, 100%, 0.87); + padding: 0.75rem 1.25rem; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + .p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: hsla(0, 0%, 100%, 0.87); + } + .p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { + color: hsla(0, 0%, 100%, 0.6); + margin-right: 0.5rem; + } + .p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.6); + } + .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: rgba(96, 165, 250, 0.16); + } + .p-tieredmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-tieredmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-tieredmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { + background: rgba(96, 165, 250, 0.24); + } + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon, + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text, + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { + color: hsla(0, 0%, 100%, 0.87); + background: hsla(0, 0%, 100%, 0.03); + } + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-icon, + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text, + .p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-submenu-icon { + color: hsla(0, 0%, 100%, 0.87); + } + .p-tieredmenu .p-menuitem-separator { + border-top: 1px solid #424b57; + margin: 0.25rem 0; + } + .p-tieredmenu .p-submenu-icon { + font-size: 0.875rem; + } + .p-tieredmenu .p-submenu-icon.p-icon { + width: 0.875rem; + height: 0.875rem; + } + .p-inline-message { + display: inline-flex; + align-items: center; + justify-content: center; + vertical-align: top; + } + .p-inline-message-icon { + flex-shrink: 0; + } + .p-inline-message-icon-only .p-inline-message-text { + visibility: hidden; + width: 0; + } + .p-fluid .p-inline-message { + display: flex; + } + .p-inline-message { + padding: 0.75rem 0.75rem; + margin: 0; + border-radius: 6px; + } + .p-inline-message.p-inline-message-info { + background: rgba(59, 130, 246, 0.2); + border: solid #3b82f6; + border-width: 1px; + color: #93c5fd; + } + .p-inline-message.p-inline-message-info .p-inline-message-icon { + color: #93c5fd; + } + .p-inline-message.p-inline-message-success { + background: rgba(16, 185, 129, 0.2); + border: solid #10b981; + border-width: 1px; + color: #6ee7b7; + } + .p-inline-message.p-inline-message-success .p-inline-message-icon { + color: #6ee7b7; + } + .p-inline-message.p-inline-message-warn { + background: rgba(234, 179, 8, 0.2); + border: solid #eab308; + border-width: 1px; + color: #fde047; + } + .p-inline-message.p-inline-message-warn .p-inline-message-icon { + color: #fde047; + } + .p-inline-message.p-inline-message-error { + background: rgba(239, 68, 68, 0.2); + border: solid #ef4444; + border-width: 1px; + color: #fca5a5; + } + .p-inline-message.p-inline-message-error .p-inline-message-icon { + color: #fca5a5; + } + .p-inline-message.p-inline-message-secondary { + background: #94a3b8; + border: solid #94a3b8; + border-width: 1px; + color: #020617; + } + .p-inline-message.p-inline-message-secondary .p-inline-message-icon { + color: #020617; + } + .p-inline-message.p-inline-message-contrast { + background: #fff; + border: solid #fff; + border-width: 1px; + color: #111827; + } + .p-inline-message.p-inline-message-contrast .p-inline-message-icon { + color: #111827; + } + .p-inline-message .p-inline-message-icon { + font-size: 1rem; + margin-right: 0.5rem; + } + .p-inline-message .p-inline-message-text { + font-size: 1rem; + } + .p-inline-message.p-inline-message-icon-only .p-inline-message-icon { + margin-right: 0; + } + .p-message-wrapper { + display: flex; + align-items: center; + } + .p-message-icon { + flex-shrink: 0; + } + .p-message-close { + display: flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + } + .p-message-close.p-link { + margin-left: auto; + overflow: hidden; + position: relative; + } + .p-message-enter-from { + opacity: 0; + } + .p-message-enter-active { + transition: opacity 0.3s; + } + .p-message.p-message-leave-from { + max-height: 1000px; + } + .p-message.p-message-leave-to { + max-height: 0; + opacity: 0; + margin: 0; + } + .p-message-leave-active { + overflow: hidden; + transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), opacity 0.3s, + margin 0.15s; + } + .p-message-leave-active .p-message-close { + display: none; + } + .p-message { + margin: 1rem 0; + border-radius: 6px; + } + .p-message .p-message-wrapper { + padding: 1.25rem 1.75rem; + } + .p-message .p-message-close { + width: 2rem; + height: 2rem; + border-radius: 50%; + background: transparent; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-message .p-message-close:hover { + background: hsla(0, 0%, 100%, 0.5); + } + .p-message .p-message-close:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-message.p-message-info { + background: rgba(59, 130, 246, 0.2); + border: solid #3b82f6; + border-width: 0 0 0 6px; + color: #93c5fd; + } + .p-message.p-message-info .p-message-close, + .p-message.p-message-info .p-message-icon { + color: #93c5fd; + } + .p-message.p-message-success { + background: rgba(16, 185, 129, 0.2); + border: solid #10b981; + border-width: 0 0 0 6px; + color: #6ee7b7; + } + .p-message.p-message-success .p-message-close, + .p-message.p-message-success .p-message-icon { + color: #6ee7b7; + } + .p-message.p-message-warn { + background: rgba(234, 179, 8, 0.2); + border: solid #eab308; + border-width: 0 0 0 6px; + color: #fde047; + } + .p-message.p-message-warn .p-message-close, + .p-message.p-message-warn .p-message-icon { + color: #fde047; + } + .p-message.p-message-error { + background: rgba(239, 68, 68, 0.2); + border: solid #ef4444; + border-width: 0 0 0 6px; + color: #fca5a5; + } + .p-message.p-message-error .p-message-close, + .p-message.p-message-error .p-message-icon { + color: #fca5a5; + } + .p-message.p-message-secondary { + background: #94a3b8; + border: solid #94a3b8; + border-width: 0 0 0 6px; + color: #020617; + } + .p-message.p-message-secondary .p-message-close, + .p-message.p-message-secondary .p-message-icon { + color: #020617; + } + .p-message.p-message-contrast { + background: #fff; + border: solid #fff; + border-width: 0 0 0 6px; + color: #111827; + } + .p-message.p-message-contrast .p-message-close, + .p-message.p-message-contrast .p-message-icon { + color: #111827; + } + .p-message .p-message-text { + font-size: 1rem; + font-weight: 500; + } + .p-message .p-message-icon { + font-size: 1.5rem; + margin-right: 0.5rem; + } + .p-message .p-icon:not(.p-message-close-icon) { + width: 1.5rem; + height: 1.5rem; + } + .p-toast { + width: 25rem; + white-space: pre-line; + word-break: break-word; + } + .p-toast-message-icon { + flex-shrink: 0; + } + .p-toast-message-content { + display: flex; + align-items: flex-start; + } + .p-toast-message-text { + flex: 1 1 auto; + } + .p-toast-bottom-center, + .p-toast-top-center { + transform: translateX(-50%); + } + .p-toast-center { + min-width: 20vw; + transform: translate(-50%, -50%); + } + .p-toast-icon-close { + display: flex; + align-items: center; + justify-content: center; + overflow: hidden; + position: relative; + } + .p-toast-icon-close.p-link { + cursor: pointer; + } + .p-toast-message-enter-from { + opacity: 0; + transform: translateY(50%); + } + .p-toast-message-leave-from { + max-height: 1000px; + } + .p-toast .p-toast-message.p-toast-message-leave-to { + max-height: 0; + opacity: 0; + margin-bottom: 0; + overflow: hidden; + } + .p-toast-message-enter-active { + transition: transform 0.3s, opacity 0.3s; + } + .p-toast-message-leave-active { + transition: max-height 0.45s cubic-bezier(0, 1, 0, 1), opacity 0.3s, + margin-bottom 0.3s; + } + .p-toast { + opacity: 1; + } + .p-toast .p-toast-message { + margin: 0 0 1rem 0; + box-shadow: none; + border-radius: 6px; + } + .p-toast .p-toast-message .p-toast-message-content { + padding: 1rem; + border-width: 0 0 0 6px; + } + .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { + margin: 0 0 0 1rem; + } + .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon { + font-size: 2rem; + } + .p-toast + .p-toast-message + .p-toast-message-content + .p-toast-message-icon.p-icon { + width: 2rem; + height: 2rem; + } + .p-toast .p-toast-message .p-toast-message-content .p-toast-summary { + font-weight: 700; + } + .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { + margin: 0.5rem 0 0 0; + } + .p-toast .p-toast-message .p-toast-icon-close { + width: 2rem; + height: 2rem; + border-radius: 50%; + background: transparent; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-toast .p-toast-message .p-toast-icon-close:hover { + background: hsla(0, 0%, 100%, 0.5); + } + .p-toast .p-toast-message .p-toast-icon-close:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-toast .p-toast-message.p-toast-message-info { + background: rgba(59, 130, 246, 0.2); + border: solid #3b82f6; + border-width: 0 0 0 6px; + color: #93c5fd; + } + .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close, + .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon { + color: #93c5fd; + } + .p-toast .p-toast-message.p-toast-message-success { + background: rgba(16, 185, 129, 0.2); + border: solid #10b981; + border-width: 0 0 0 6px; + color: #6ee7b7; + } + .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close, + .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon { + color: #6ee7b7; + } + .p-toast .p-toast-message.p-toast-message-warn { + background: rgba(234, 179, 8, 0.2); + border: solid #eab308; + border-width: 0 0 0 6px; + color: #fde047; + } + .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close, + .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon { + color: #fde047; + } + .p-toast .p-toast-message.p-toast-message-error { + background: rgba(239, 68, 68, 0.2); + border: solid #ef4444; + border-width: 0 0 0 6px; + color: #fca5a5; + } + .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close, + .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon { + color: #fca5a5; + } + .p-toast .p-toast-message.p-toast-message-secondary { + background: #94a3b8; + border: solid #94a3b8; + border-width: 0 0 0 6px; + color: #020617; + } + .p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close, + .p-toast .p-toast-message.p-toast-message-secondary .p-toast-message-icon { + color: #020617; + } + .p-toast .p-toast-message.p-toast-message-contrast { + background: #fff; + border: solid #fff; + border-width: 0 0 0 6px; + color: #111827; + } + .p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close, + .p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-icon { + color: #111827; + } + .p-galleria-content, + .p-galleria-item-wrapper { + display: flex; + flex-direction: column; + } + .p-galleria-item-wrapper { + position: relative; + } + .p-galleria-item-container { + position: relative; + display: flex; + height: 100%; + } + .p-galleria-item-nav { + position: absolute; + top: 50%; + margin-top: -0.5rem; + display: inline-flex; + justify-content: center; + align-items: center; + overflow: hidden; + } + .p-galleria-item-prev { + left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .p-galleria-item-next { + right: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .p-galleria-item { + display: flex; + justify-content: center; + align-items: center; + height: 100%; + width: 100%; + } + .p-galleria-item-nav-onhover .p-galleria-item-nav { + pointer-events: none; + opacity: 0; + transition: opacity 0.2s ease-in-out; + } + .p-galleria-item-nav-onhover + .p-galleria-item-wrapper:hover + .p-galleria-item-nav { + pointer-events: all; + opacity: 1; + } + .p-galleria-item-nav-onhover + .p-galleria-item-wrapper:hover + .p-galleria-item-nav.p-disabled { + pointer-events: none; + } + .p-galleria-caption { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + } + .p-galleria-thumbnail-wrapper { + display: flex; + flex-direction: column; + overflow: auto; + flex-shrink: 0; + } + .p-galleria-thumbnail-next, + .p-galleria-thumbnail-prev { + align-self: center; + flex: 0 0 auto; + overflow: hidden; + position: relative; + } + .p-galleria-thumbnail-next, + .p-galleria-thumbnail-next span, + .p-galleria-thumbnail-prev, + .p-galleria-thumbnail-prev span { + display: flex; + justify-content: center; + align-items: center; + } + .p-galleria-thumbnail-container { + display: flex; + flex-direction: row; + } + .p-galleria-thumbnail-items-container { + overflow: hidden; + width: 100%; + } + .p-galleria-thumbnail-items { + display: flex; + } + .p-galleria-thumbnail-item { + overflow: auto; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + opacity: 0.5; + } + .p-galleria-thumbnail-item:hover { + opacity: 1; + transition: opacity 0.3s; + } + .p-galleria-thumbnail-item-current { + opacity: 1; + } + .p-galleria-thumbnails-left .p-galleria-content, + .p-galleria-thumbnails-left .p-galleria-item-wrapper, + .p-galleria-thumbnails-right .p-galleria-content, + .p-galleria-thumbnails-right .p-galleria-item-wrapper { + flex-direction: row; + } + .p-galleria-thumbnails-left .p-galleria-item-wrapper, + .p-galleria-thumbnails-top .p-galleria-item-wrapper { + order: 2; + } + .p-galleria-thumbnails-left .p-galleria-thumbnail-wrapper, + .p-galleria-thumbnails-top .p-galleria-thumbnail-wrapper { + order: 1; + } + .p-galleria-thumbnails-left .p-galleria-thumbnail-container, + .p-galleria-thumbnails-right .p-galleria-thumbnail-container { + flex-direction: column; + flex-grow: 1; + } + .p-galleria-thumbnails-left .p-galleria-thumbnail-items, + .p-galleria-thumbnails-right .p-galleria-thumbnail-items { + flex-direction: column; + height: 100%; + } + .p-galleria-indicators { + display: flex; + align-items: center; + justify-content: center; + } + .p-galleria-indicator > button { + display: inline-flex; + align-items: center; + } + .p-galleria-indicators-left .p-galleria-item-wrapper, + .p-galleria-indicators-right .p-galleria-item-wrapper { + flex-direction: row; + align-items: center; + } + .p-galleria-indicators-left .p-galleria-item-container, + .p-galleria-indicators-top .p-galleria-item-container { + order: 2; + } + .p-galleria-indicators-left .p-galleria-indicators, + .p-galleria-indicators-top .p-galleria-indicators { + order: 1; + } + .p-galleria-indicators-left .p-galleria-indicators, + .p-galleria-indicators-right .p-galleria-indicators { + flex-direction: column; + } + .p-galleria-indicator-onitem .p-galleria-indicators { + position: absolute; + display: flex; + z-index: 1; + } + .p-galleria-indicator-onitem.p-galleria-indicators-top + .p-galleria-indicators { + top: 0; + left: 0; + width: 100%; + align-items: flex-start; + } + .p-galleria-indicator-onitem.p-galleria-indicators-right + .p-galleria-indicators { + right: 0; + top: 0; + height: 100%; + align-items: flex-end; + } + .p-galleria-indicator-onitem.p-galleria-indicators-bottom + .p-galleria-indicators { + bottom: 0; + left: 0; + width: 100%; + align-items: flex-end; + } + .p-galleria-indicator-onitem.p-galleria-indicators-left + .p-galleria-indicators { + left: 0; + top: 0; + height: 100%; + align-items: flex-start; + } + .p-galleria-mask { + position: fixed; + left: 0; + width: 100%; + height: 100%; + } + .p-galleria-close, + .p-galleria-mask { + top: 0; + display: flex; + align-items: center; + justify-content: center; + } + .p-galleria-close { + position: absolute; + right: 0; + overflow: hidden; + } + .p-galleria-mask .p-galleria-item-nav { + position: fixed; + top: 50%; + margin-top: -0.5rem; + } + .p-galleria-enter-active { + transition: all 0.15s cubic-bezier(0, 0, 0.2, 1); + } + .p-galleria-leave-active { + transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); + } + .p-galleria-enter-from, + .p-galleria-leave-to { + opacity: 0; + transform: scale(0.7); + } + .p-galleria-enter-active .p-galleria-item-nav { + opacity: 0; + } + .p-items-hidden .p-galleria-thumbnail-item { + visibility: hidden; + } + .p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active { + visibility: visible; + } + .p-galleria .p-galleria-close { + margin: 0.5rem; + background: transparent; + color: #f8f9fa; + width: 4rem; + height: 4rem; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + border-radius: 50%; + } + .p-galleria .p-galleria-close .p-galleria-close-icon { + font-size: 2rem; + } + .p-galleria .p-galleria-close .p-icon { + width: 2rem; + height: 2rem; + } + .p-galleria .p-galleria-close:hover { + background: hsla(0, 0%, 100%, 0.1); + color: #f8f9fa; + } + .p-galleria .p-galleria-item-nav { + background: transparent; + color: #f8f9fa; + width: 4rem; + height: 4rem; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + border-radius: 6px; + margin: 0 0.5rem; + } + .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon, + .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon { + font-size: 2rem; + } + .p-galleria .p-galleria-item-nav .p-icon { + width: 2rem; + height: 2rem; + } + .p-galleria .p-galleria-item-nav:not(.p-disabled):hover { + background: hsla(0, 0%, 100%, 0.1); + color: #f8f9fa; + } + .p-galleria .p-galleria-caption { + background: rgba(0, 0, 0, 0.5); + color: #f8f9fa; + padding: 1rem; + } + .p-galleria .p-galleria-indicators { + padding: 1rem; + } + .p-galleria .p-galleria-indicators .p-galleria-indicator button { + background-color: #424b57; + width: 1rem; + height: 1rem; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + border-radius: 50%; + } + .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { + background: hsla(0, 0%, 100%, 0.1); + } + .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, + .p-galleria.p-galleria-indicators-top .p-galleria-indicator { + margin-right: 0.5rem; + } + .p-galleria.p-galleria-indicators-left .p-galleria-indicator, + .p-galleria.p-galleria-indicators-right .p-galleria-indicator { + margin-bottom: 0.5rem; + } + .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators { + background: rgba(0, 0, 0, 0.5); + } + .p-galleria.p-galleria-indicator-onitem + .p-galleria-indicators + .p-galleria-indicator + button { + background: hsla(0, 0%, 100%, 0.4); + } + .p-galleria.p-galleria-indicator-onitem + .p-galleria-indicators + .p-galleria-indicator + button:hover { + background: hsla(0, 0%, 100%, 0.6); + } + .p-galleria.p-galleria-indicator-onitem + .p-galleria-indicators + .p-galleria-indicator.p-highlight + button { + background: rgba(96, 165, 250, 0.16); + color: hsla(0, 0%, 100%, 0.87); + } + .p-galleria .p-galleria-thumbnail-container { + background: rgba(0, 0, 0, 0.9); + padding: 1rem 0.25rem; + } + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next, + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev { + margin: 0.5rem; + background-color: transparent; + color: #f8f9fa; + width: 2rem; + height: 2rem; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + border-radius: 50%; + } + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover, + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover { + background: hsla(0, 0%, 100%, 0.1); + color: #f8f9fa; + } + .p-galleria + .p-galleria-thumbnail-container + .p-galleria-thumbnail-item-content { + outline-color: transparent; + } + .p-galleria + .p-galleria-thumbnail-container + .p-galleria-thumbnail-item-content:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-galleria-mask { + --maskbg: rgba(0, 0, 0, 0.9); + } + .p-image-mask { + display: flex; + align-items: center; + justify-content: center; + } + .p-image-preview-container { + position: relative; + display: inline-block; + line-height: 0; + } + .p-image-preview-indicator { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + opacity: 0; + transition: opacity 0.3s; + border: none; + padding: 0; + } + .p-image-preview-container:hover > .p-image-preview-indicator { + opacity: 1; + cursor: pointer; + } + .p-image-preview-container > img { + cursor: pointer; + } + .p-image-toolbar { + position: absolute; + top: 0; + right: 0; + display: flex; + z-index: 1; + } + .p-image-action.p-link { + display: flex; + justify-content: center; + align-items: center; + } + .p-image-action.p-disabled { + pointer-events: auto; + } + .p-image-preview { + transition: transform 0.15s; + max-width: 100vw; + max-height: 100vh; + } + .p-image-preview-enter-active { + transition: all 0.15s cubic-bezier(0, 0, 0.2, 1); + } + .p-image-preview-leave-active { + transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); + } + .p-image-preview-enter-from, + .p-image-preview-leave-to { + opacity: 0; + transform: scale(0.7); + } + .p-image-mask { + --maskbg: rgba(0, 0, 0, 0.9); + } + .p-image-preview-indicator { + background-color: transparent; + color: #f8f9fa; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + } + .p-image-preview-indicator .p-icon { + width: 1.5rem; + height: 1.5rem; + } + .p-image-preview-container:hover > .p-image-preview-indicator { + background-color: rgba(0, 0, 0, 0.5); + } + .p-image-toolbar { + padding: 1rem; + } + .p-image-action.p-link { + color: #f8f9fa; + background-color: transparent; + width: 3rem; + height: 3rem; + border-radius: 50%; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + margin-right: 0.5rem; + } + .p-image-action.p-link:last-child { + margin-right: 0; + } + .p-image-action.p-link:hover { + color: #f8f9fa; + background-color: hsla(0, 0%, 100%, 0.1); + } + .p-image-action.p-link i { + font-size: 1.5rem; + } + .p-image-action.p-link .p-icon { + width: 1.5rem; + height: 1.5rem; + } + .p-avatar { + display: inline-flex; + align-items: center; + justify-content: center; + width: 2rem; + height: 2rem; + font-size: 1rem; + } + .p-avatar.p-avatar-image { + background-color: transparent; + } + .p-avatar-circle img, + .p-avatar.p-avatar-circle { + border-radius: 50%; + } + .p-avatar .p-avatar-icon { + font-size: 1rem; + } + .p-avatar img { + width: 100%; + height: 100%; + } + .p-avatar-group .p-avatar + .p-avatar { + margin-left: -1rem; + } + .p-avatar-group { + display: flex; + align-items: center; + } + .p-avatar { + background-color: #424b57; + border-radius: 6px; + } + .p-avatar.p-avatar-lg { + width: 3rem; + height: 3rem; + font-size: 1.5rem; + } + .p-avatar.p-avatar-lg .p-avatar-icon { + font-size: 1.5rem; + } + .p-avatar.p-avatar-xl { + width: 4rem; + height: 4rem; + font-size: 2rem; + } + .p-avatar.p-avatar-xl .p-avatar-icon { + font-size: 2rem; + } + .p-avatar-group .p-avatar { + border: 2px solid #1f2937; + } + .p-badge { + display: inline-block; + border-radius: 10px; + text-align: center; + padding: 0 0.5rem; + } + .p-overlay-badge { + position: relative; + } + .p-overlay-badge .p-badge { + position: absolute; + top: 0; + right: 0; + transform: translate(50%, -50%); + transform-origin: 100% 0; + margin: 0; + } + .p-badge.p-badge-dot { + width: 0.5rem; + min-width: 0.5rem; + height: 0.5rem; + } + .p-badge-no-gutter, + .p-badge.p-badge-dot { + border-radius: 50%; + padding: 0; + } + .p-badge { + background: #60a5fa; + color: #030712; + font-size: 0.75rem; + font-weight: 700; + min-width: 1.5rem; + height: 1.5rem; + line-height: 1.5rem; + } + .p-badge.p-badge-success { + background-color: #4ade80; + color: #052e16; + } + .p-badge.p-badge-info { + background-color: #38bdf8; + color: #082f49; + } + .p-badge.p-badge-warning { + background-color: #fb923c; + color: #431407; + } + .p-badge.p-badge-danger { + background-color: #f87171; + color: #450a0a; + } + .p-badge.p-badge-secondary { + background-color: #94a3b8; + color: #020617; + } + .p-badge.p-badge-contrast { + background-color: #fff; + color: #111827; + } + .p-badge.p-badge-lg { + font-size: 1.125rem; + min-width: 2.25rem; + height: 2.25rem; + line-height: 2.25rem; + } + .p-badge.p-badge-xl { + font-size: 1.5rem; + min-width: 3rem; + height: 3rem; + line-height: 3rem; + } + .p-blockui-container { + position: relative; + } + .p-blockui.p-component-overlay { + position: absolute; + } + .p-blockui-document.p-component-overlay { + position: fixed; + } + .p-blockui { + border-radius: 6px; + } + .p-chip { + display: inline-flex; + align-items: center; + } + .p-chip-icon.pi, + .p-chip-text { + line-height: 1.5; + } + .p-chip-remove-icon { + line-height: 1.5; + cursor: pointer; + } + .p-chip img { + border-radius: 50%; + } + .p-chip { + background-color: #424b57; + color: hsla(0, 0%, 100%, 0.87); + border-radius: 16px; + padding: 0 0.75rem; + } + .p-chip .p-chip-text { + line-height: 1.5; + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + .p-chip .p-chip-icon, + .p-chip img { + margin-right: 0.5rem; + } + .p-chip img { + width: 2.25rem; + height: 2.25rem; + margin-left: -0.75rem; + } + .p-chip .p-chip-remove-icon { + margin-left: 0.5rem; + border-radius: 6px; + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + outline-color: transparent; + } + .p-chip .p-chip-remove-icon:focus-visible { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } + .p-inplace .p-inplace-display { + display: inline; + cursor: pointer; + } + .p-inplace .p-inplace-content { + display: inline; + } + .p-fluid .p-inplace.p-inplace-closable .p-inplace-content { + display: flex; + } + .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > .p-inputtext { + flex: 1 1 auto; + width: 1%; + } + .p-inplace .p-inplace-display { + padding: 0.75rem 0.75rem; + border-radius: 6px; + transition: background-color 0.2s, color 0.2s, border-color 0.2s, + box-shadow 0.2s; + outline-color: transparent; + } + .p-inplace .p-inplace-display:not(.p-disabled):hover { + background: hsla(0, 0%, 100%, 0.03); + color: hsla(0, 0%, 100%, 0.87); + } + .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); + } + .p-metergroup, + .p-metergroup-meters { + display: flex; + } + .p-metergroup-vertical .p-metergroup-meters { + flex-direction: column; + } + .p-metergroup-labels { + display: flex; + flex-wrap: wrap; + margin: 0; + padding: 0; + list-style-type: none; + } + .p-metergroup-vertical .p-metergroup-labels { + align-items: start; + } + .p-metergroup-labels-vertical { + flex-direction: column; + } + .p-metergroup-label { + display: inline-flex; + align-items: center; + } + .p-metergroup-label-marker { + display: inline-flex; + } + .p-metergroup { + gap: 1rem; + } + .p-metergroup .p-metergroup-meters { + background: #424b57; + border-radius: 6px; + } + .p-metergroup .p-metergroup-meter { + border: 0 none; + background: #60a5fa; + } + .p-metergroup .p-metergroup-labels .p-metergroup-label { + gap: 0.5rem; + } + .p-metergroup .p-metergroup-labels .p-metergroup-label-marker { + background: #60a5fa; + width: 0.5rem; + height: 0.5rem; + border-radius: 100%; + } + .p-metergroup .p-metergroup-labels .p-metergroup-label-icon { + width: 1rem; + height: 1rem; + } + .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical { + gap: 0.5rem; + } + .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal { + gap: 1rem; + } + .p-metergroup.p-metergroup-horizontal { + flex-direction: column; + } + .p-metergroup.p-metergroup-horizontal .p-metergroup-meters { + height: 0.5rem; + } + .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + } + .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-metergroup.p-metergroup-vertical { + flex-direction: row; + } + .p-metergroup.p-metergroup-vertical .p-metergroup-meters { + width: 0.5rem; + height: 100%; + } + .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type { + border-top-left-radius: 6px; + border-top-right-radius: 6px; + } + .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + } + .p-progressbar { + position: relative; + overflow: hidden; + } + .p-progressbar-determinate .p-progressbar-value { + height: 100%; + width: 0; + position: absolute; + display: none; + border: 0 none; + display: flex; + align-items: center; + justify-content: center; + overflow: hidden; + } + .p-progressbar-determinate .p-progressbar-label { + display: inline-flex; + } + .p-progressbar-determinate .p-progressbar-value-animate { + transition: width 1s ease-in-out; + } + .p-progressbar-indeterminate .p-progressbar-value:before { + content: ""; + position: absolute; + background-color: inherit; + top: 0; + left: 0; + bottom: 0; + will-change: left, right; + animation: p-progressbar-indeterminate-anim 2.1s + cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; + } + .p-progressbar-indeterminate .p-progressbar-value:after { + content: ""; + position: absolute; + background-color: inherit; + top: 0; + left: 0; + bottom: 0; + will-change: left, right; + animation: p-progressbar-indeterminate-anim-short 2.1s + cubic-bezier(0.165, 0.84, 0.44, 1) infinite; + animation-delay: 1.15s; + } + @keyframes p-progressbar-indeterminate-anim { + 0% { + left: -35%; + right: 100%; + } + 60% { + left: 100%; + right: -90%; + } + to { + left: 100%; + right: -90%; + } + } + @keyframes p-progressbar-indeterminate-anim-short { + 0% { + left: -200%; + right: 100%; + } + 60% { + left: 107%; + right: -8%; + } + to { + left: 107%; + right: -8%; + } + } + .p-progressbar { + border: 0 none; + height: 1.5rem; + background: #424b57; + border-radius: 6px; + } + .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #60a5fa; + } + .p-progressbar .p-progressbar-label { + color: #030712; + line-height: 1.5rem; + } + .p-progress-spinner { + position: relative; + margin: 0 auto; + width: 100px; + height: 100px; + display: inline-block; + } + .p-progress-spinner:before { + content: ""; + display: block; + padding-top: 100%; + } + .p-progress-spinner-svg { + height: 100%; + transform-origin: center center; + width: 100%; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: auto; + animation: p-progress-spinner-rotate 2s linear infinite; + } + .p-progress-spinner-circle { + stroke-dasharray: 89, 200; + stroke-dashoffset: 0; + stroke: #fca5a5; + animation: p-progress-spinner-dash 1.5s ease-in-out infinite, + p-progress-spinner-color 6s ease-in-out infinite; + stroke-linecap: round; + } + @keyframes p-progress-spinner-rotate { + to { + transform: rotate(1turn); + } + } + @keyframes p-progress-spinner-dash { + 0% { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0; + } + 50% { + stroke-dasharray: 89, 200; + stroke-dashoffset: -35px; + } + to { + stroke-dasharray: 89, 200; + stroke-dashoffset: -124px; + } + } + @keyframes p-progress-spinner-color { + 0%, + to { + stroke: #fca5a5; + } + 40% { + stroke: #93c5fd; + } + 66% { + stroke: #6ee7b7; + } + 80%, + 90% { + stroke: #fde047; + } + } + .p-ripple { + overflow: hidden; + position: relative; + } + .p-ink { + display: block; + position: absolute; + background: hsla(0, 0%, 100%, 0.5); + border-radius: 100%; + transform: scale(0); + pointer-events: none; + } + .p-ink-active { + animation: ripple 0.4s linear; + } + .p-ripple-disabled .p-ink { + display: none; + } + @keyframes ripple { + to { + opacity: 0; + transform: scale(2.5); + } + } + .p-scrolltop { + position: fixed; + bottom: 20px; + right: 20px; + display: flex; + align-items: center; + justify-content: center; + } + .p-scrolltop-sticky { + position: sticky; + } + .p-scrolltop-sticky.p-link { + margin-left: auto; + } + .p-scrolltop-enter-from { + opacity: 0; + } + .p-scrolltop-enter-active { + transition: opacity 0.15s; + } + .p-scrolltop.p-scrolltop-leave-to { + opacity: 0; + } + .p-scrolltop-leave-active { + transition: opacity 0.15s; + } + .p-scrolltop { + width: 3rem; + height: 3rem; + border-radius: 50%; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), + 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + } + .p-scrolltop.p-link { + background: rgba(96, 165, 250, 0.16); + } + .p-scrolltop.p-link:hover { + background: rgba(96, 165, 250, 0.362); + } + .p-scrolltop .p-scrolltop-icon { + font-size: 1.5rem; + color: hsla(0, 0%, 100%, 0.87); + } + .p-scrolltop .p-scrolltop-icon.p-icon { + width: 1.5rem; + height: 1.5rem; + } + .p-skeleton { + overflow: hidden; + } + .p-skeleton:after { + content: ""; + animation: p-skeleton-animation 1.2s infinite; + height: 100%; + left: 0; + position: absolute; + right: 0; + top: 0; + transform: translateX(-100%); + z-index: 1; + } + .p-skeleton.p-skeleton-circle { + border-radius: 50%; + } + .p-skeleton-none:after { + animation: none; + } + @keyframes p-skeleton-animation { + 0% { + transform: translateX(-100%); + } + to { + transform: translateX(100%); + } + } + .p-skeleton { + background-color: hsla(0, 0%, 100%, 0.06); + border-radius: 6px; + } + .p-skeleton:after { + background: linear-gradient( + 90deg, + hsla(0, 0%, 100%, 0), + hsla(0, 0%, 100%, 0.04), + hsla(0, 0%, 100%, 0) + ); + } + .p-tag { + display: inline-flex; + align-items: center; + justify-content: center; + } + .p-tag-icon, + .p-tag-icon.pi, + .p-tag-value { + line-height: 1.5; + } + .p-tag.p-tag-rounded { + border-radius: 10rem; + } + .p-tag { + background: #60a5fa; + color: #030712; + font-size: 0.75rem; + font-weight: 700; + padding: 0.25rem 0.4rem; + border-radius: 6px; + } + .p-tag.p-tag-success { + background-color: #4ade80; + color: #052e16; + } + .p-tag.p-tag-info { + background-color: #38bdf8; + color: #082f49; + } + .p-tag.p-tag-warning { + background-color: #fb923c; + color: #431407; + } + .p-tag.p-tag-danger { + background-color: #f87171; + color: #450a0a; + } + .p-tag.p-tag-secondary { + background-color: #94a3b8; + color: #020617; + } + .p-tag.p-tag-contrast { + background-color: #fff; + color: #111827; + } + .p-tag .p-tag-icon { + font-size: 0.75rem; + } + .p-tag .p-tag-icon:not(:last-child) { + margin-right: 0.25rem; + } + .p-tag .p-tag-icon.p-icon { + width: 0.75rem; + height: 0.75rem; + } + .p-terminal { + height: 18rem; + overflow: auto; + } + .p-terminal-prompt-container { + display: flex; + align-items: center; + } + .p-terminal-input { + flex: 1 1 auto; + border: 0 none; + background-color: transparent; + color: inherit; + padding: 0; + outline: 0 none; + } + .p-terminal-input::-ms-clear { + display: none; + } + .p-terminal { + background: #1f2937; + color: hsla(0, 0%, 100%, 0.87); + border: 1px solid #424b57; + padding: 1.25rem; + } + .p-terminal .p-terminal-input { + font-family: var(--font-family); + font-feature-settings: var(--font-feature-settings, normal); + font-size: 1rem; + } + .p-button-label { + font-weight: 700; + } + .p-accordion .p-accordion-header .p-accordion-header-link, + .p-selectbutton > .p-button, + .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link, + .p-tabview .p-tabview-nav li .p-tabview-nav-link, + .p-togglebutton.p-button { + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + } + .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button, + .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { + background-color: #60a5fa; + } + .p-button:focus { + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(96, 165, 250, 0.7), + 0 1px 2px 0 transparent; + } + .p-button.p-button-secondary:enabled:focus { + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), + 0 1px 2px 0 transparent; + } + .p-button.p-button-success:enabled:focus { + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), + 0 1px 2px 0 transparent; + } + .p-button.p-button-info:enabled:focus { + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), + 0 1px 2px 0 transparent; + } + .p-button.p-button-warning:enabled:focus { + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), + 0 1px 2px 0 transparent; + } + .p-button.p-button-help:enabled:focus { + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), + 0 1px 2px 0 transparent; + } + .p-button.p-button-danger:enabled:focus { + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px hsla(0, 91%, 71%, 0.7), + 0 1px 2px 0 transparent; + } + .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #60a5fa; + } + .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #60a5fa; + } + .p-speeddial-item.p-focus > .p-speeddial-action { + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(96, 165, 250, 0.7), + 0 1px 2px 0 transparent; + } + .p-toast-message { + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); + } + .p-message .p-message-close:hover, + .p-toast .p-toast-message .p-toast-icon-close:hover { + background: hsla(0, 0%, 100%, 0.1); + } + .p-inline-message-text { + font-weight: 500; + } + .p-orderlist-controls .p-button, + .p-picklist-buttons .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, + border-color 0.2s, box-shadow 0.2s; + } + .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #60a5fa; + color: #030712; + } + .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { + border-style: solid; + border-color: #424b57; + } + .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { + background: #60a5fa; + color: #030712; + } +} +@font-face { + font-family: primeicons; + font-display: block; + src: url(/memocard/fonts/primeicons.8ca441e1.eot); + src: url(/memocard/fonts/primeicons.8ca441e1.eot?#iefix) + format("embedded-opentype"), + url(/memocard/fonts/primeicons.e1a53edb.woff2) format("woff2"), + url(/memocard/fonts/primeicons.7f772274.woff) format("woff"), + url(/memocard/fonts/primeicons.310a7310.ttf) format("truetype"), + url(/memocard/img/primeicons.19e14e48.svg?#primeicons) format("svg"); + font-weight: 400; + font-style: normal; +} +.pi { + font-family: primeicons; + speak: none; + font-style: normal; + font-weight: 400; + font-variant: normal; + text-transform: none; + line-height: 1; + display: inline-block; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.pi:before { + --webkit-backface-visibility: hidden; + backface-visibility: hidden; +} +.pi-fw { + width: 1.28571429em; + text-align: center; +} +.pi-spin { + animation: fa-spin 2s linear infinite; +} +@media (prefers-reduced-motion: reduce) { + .pi-spin { + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; + } +} +@keyframes fa-spin { + 0% { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} +.pi-folder-plus:before { + content: "\ea05"; +} +.pi-receipt:before { + content: "\ea06"; +} +.pi-asterisk:before { + content: "\ea07"; +} +.pi-face-smile:before { + content: "\ea08"; +} +.pi-pinterest:before { + content: "\ea09"; +} +.pi-expand:before { + content: "\ea0a"; +} +.pi-pen-to-square:before { + content: "\ea0b"; +} +.pi-wave-pulse:before { + content: "\ea0c"; +} +.pi-turkish-lira:before { + content: "\ea0d"; +} +.pi-spinner-dotted:before { + content: "\ea0e"; +} +.pi-crown:before { + content: "\ea0f"; +} +.pi-pause-circle:before { + content: "\ea10"; +} +.pi-warehouse:before { + content: "\ea11"; +} +.pi-objects-column:before { + content: "\ea12"; +} +.pi-clipboard:before { + content: "\ea13"; +} +.pi-play-circle:before { + content: "\ea14"; +} +.pi-venus:before { + content: "\ea15"; +} +.pi-cart-minus:before { + content: "\ea16"; +} +.pi-file-plus:before { + content: "\ea17"; +} +.pi-microchip:before { + content: "\ea18"; +} +.pi-twitch:before { + content: "\ea19"; +} +.pi-building-columns:before { + content: "\ea1a"; +} +.pi-file-check:before { + content: "\ea1b"; +} +.pi-microchip-ai:before { + content: "\ea1c"; +} +.pi-trophy:before { + content: "\ea1d"; +} +.pi-barcode:before { + content: "\ea1e"; +} +.pi-file-arrow-up:before { + content: "\ea1f"; +} +.pi-mars:before { + content: "\ea20"; +} +.pi-tiktok:before { + content: "\ea21"; +} +.pi-arrow-up-right-and-arrow-down-left-from-center:before { + content: "\ea22"; +} +.pi-ethereum:before { + content: "\ea23"; +} +.pi-list-check:before { + content: "\ea24"; +} +.pi-thumbtack:before { + content: "\ea25"; +} +.pi-arrow-down-left-and-arrow-up-right-to-center:before { + content: "\ea26"; +} +.pi-equals:before { + content: "\ea27"; +} +.pi-lightbulb:before { + content: "\ea28"; +} +.pi-star-half:before { + content: "\ea29"; +} +.pi-address-book:before { + content: "\ea2a"; +} +.pi-chart-scatter:before { + content: "\ea2b"; +} +.pi-indian-rupee:before { + content: "\ea2c"; +} +.pi-star-half-fill:before { + content: "\ea2d"; +} +.pi-cart-arrow-down:before { + content: "\ea2e"; +} +.pi-calendar-clock:before { + content: "\ea2f"; +} +.pi-sort-up-fill:before { + content: "\ea30"; +} +.pi-sparkles:before { + content: "\ea31"; +} +.pi-bullseye:before { + content: "\ea32"; +} +.pi-sort-down-fill:before { + content: "\ea33"; +} +.pi-graduation-cap:before { + content: "\ea34"; +} +.pi-hammer:before { + content: "\ea35"; +} +.pi-bell-slash:before { + content: "\ea36"; +} +.pi-gauge:before { + content: "\ea37"; +} +.pi-shop:before { + content: "\ea38"; +} +.pi-headphones:before { + content: "\ea39"; +} +.pi-eraser:before { + content: "\ea04"; +} +.pi-stopwatch:before { + content: "\ea01"; +} +.pi-verified:before { + content: "\ea02"; +} +.pi-delete-left:before { + content: "\ea03"; +} +.pi-hourglass:before { + content: "\e9fe"; +} +.pi-truck:before { + content: "\ea00"; +} +.pi-wrench:before { + content: "\e9ff"; +} +.pi-microphone:before { + content: "\e9fa"; +} +.pi-megaphone:before { + content: "\e9fb"; +} +.pi-arrow-right-arrow-left:before { + content: "\e9fc"; +} +.pi-bitcoin:before { + content: "\e9fd"; +} +.pi-file-edit:before { + content: "\e9f6"; +} +.pi-language:before { + content: "\e9f7"; +} +.pi-file-export:before { + content: "\e9f8"; +} +.pi-file-import:before { + content: "\e9f9"; +} +.pi-file-word:before { + content: "\e9f1"; +} +.pi-gift:before { + content: "\e9f2"; +} +.pi-cart-plus:before { + content: "\e9f3"; +} +.pi-thumbs-down-fill:before { + content: "\e9f4"; +} +.pi-thumbs-up-fill:before { + content: "\e9f5"; +} +.pi-arrows-alt:before { + content: "\e9f0"; +} +.pi-calculator:before { + content: "\e9ef"; +} +.pi-sort-alt-slash:before { + content: "\e9ee"; +} +.pi-arrows-h:before { + content: "\e9ec"; +} +.pi-arrows-v:before { + content: "\e9ed"; +} +.pi-pound:before { + content: "\e9eb"; +} +.pi-prime:before { + content: "\e9ea"; +} +.pi-chart-pie:before { + content: "\e9e9"; +} +.pi-reddit:before { + content: "\e9e8"; +} +.pi-code:before { + content: "\e9e7"; +} +.pi-sync:before { + content: "\e9e6"; +} +.pi-shopping-bag:before { + content: "\e9e5"; +} +.pi-server:before { + content: "\e9e4"; +} +.pi-database:before { + content: "\e9e3"; +} +.pi-hashtag:before { + content: "\e9e2"; +} +.pi-bookmark-fill:before { + content: "\e9df"; +} +.pi-filter-fill:before { + content: "\e9e0"; +} +.pi-heart-fill:before { + content: "\e9e1"; +} +.pi-flag-fill:before { + content: "\e9de"; +} +.pi-circle:before { + content: "\e9dc"; +} +.pi-circle-fill:before { + content: "\e9dd"; +} +.pi-bolt:before { + content: "\e9db"; +} +.pi-history:before { + content: "\e9da"; +} +.pi-box:before { + content: "\e9d9"; +} +.pi-at:before { + content: "\e9d8"; +} +.pi-arrow-up-right:before { + content: "\e9d4"; +} +.pi-arrow-up-left:before { + content: "\e9d5"; +} +.pi-arrow-down-left:before { + content: "\e9d6"; +} +.pi-arrow-down-right:before { + content: "\e9d7"; +} +.pi-telegram:before { + content: "\e9d3"; +} +.pi-stop-circle:before { + content: "\e9d2"; +} +.pi-stop:before { + content: "\e9d1"; +} +.pi-whatsapp:before { + content: "\e9d0"; +} +.pi-building:before { + content: "\e9cf"; +} +.pi-qrcode:before { + content: "\e9ce"; +} +.pi-car:before { + content: "\e9cd"; +} +.pi-instagram:before { + content: "\e9cc"; +} +.pi-linkedin:before { + content: "\e9cb"; +} +.pi-send:before { + content: "\e9ca"; +} +.pi-slack:before { + content: "\e9c9"; +} +.pi-sun:before { + content: "\e9c8"; +} +.pi-moon:before { + content: "\e9c7"; +} +.pi-vimeo:before { + content: "\e9c6"; +} +.pi-youtube:before { + content: "\e9c5"; +} +.pi-flag:before { + content: "\e9c4"; +} +.pi-wallet:before { + content: "\e9c3"; +} +.pi-map:before { + content: "\e9c2"; +} +.pi-link:before { + content: "\e9c1"; +} +.pi-credit-card:before { + content: "\e9bf"; +} +.pi-discord:before { + content: "\e9c0"; +} +.pi-percentage:before { + content: "\e9be"; +} +.pi-euro:before { + content: "\e9bd"; +} +.pi-book:before { + content: "\e9ba"; +} +.pi-shield:before { + content: "\e9b9"; +} +.pi-paypal:before { + content: "\e9bb"; +} +.pi-amazon:before { + content: "\e9bc"; +} +.pi-phone:before { + content: "\e9b8"; +} +.pi-filter-slash:before { + content: "\e9b7"; +} +.pi-facebook:before { + content: "\e9b4"; +} +.pi-github:before { + content: "\e9b5"; +} +.pi-twitter:before { + content: "\e9b6"; +} +.pi-step-backward-alt:before { + content: "\e9ac"; +} +.pi-step-forward-alt:before { + content: "\e9ad"; +} +.pi-forward:before { + content: "\e9ae"; +} +.pi-backward:before { + content: "\e9af"; +} +.pi-fast-backward:before { + content: "\e9b0"; +} +.pi-fast-forward:before { + content: "\e9b1"; +} +.pi-pause:before { + content: "\e9b2"; +} +.pi-play:before { + content: "\e9b3"; +} +.pi-compass:before { + content: "\e9ab"; +} +.pi-id-card:before { + content: "\e9aa"; +} +.pi-ticket:before { + content: "\e9a9"; +} +.pi-file-o:before { + content: "\e9a8"; +} +.pi-reply:before { + content: "\e9a7"; +} +.pi-directions-alt:before { + content: "\e9a5"; +} +.pi-directions:before { + content: "\e9a6"; +} +.pi-thumbs-up:before { + content: "\e9a3"; +} +.pi-thumbs-down:before { + content: "\e9a4"; +} +.pi-sort-numeric-down-alt:before { + content: "\e996"; +} +.pi-sort-numeric-up-alt:before { + content: "\e997"; +} +.pi-sort-alpha-down-alt:before { + content: "\e998"; +} +.pi-sort-alpha-up-alt:before { + content: "\e999"; +} +.pi-sort-numeric-down:before { + content: "\e99a"; +} +.pi-sort-numeric-up:before { + content: "\e99b"; +} +.pi-sort-alpha-down:before { + content: "\e99c"; +} +.pi-sort-alpha-up:before { + content: "\e99d"; +} +.pi-sort-alt:before { + content: "\e99e"; +} +.pi-sort-amount-up:before { + content: "\e99f"; +} +.pi-sort-amount-down:before { + content: "\e9a0"; +} +.pi-sort-amount-down-alt:before { + content: "\e9a1"; +} +.pi-sort-amount-up-alt:before { + content: "\e9a2"; +} +.pi-palette:before { + content: "\e995"; +} +.pi-undo:before { + content: "\e994"; +} +.pi-desktop:before { + content: "\e993"; +} +.pi-sliders-v:before { + content: "\e991"; +} +.pi-sliders-h:before { + content: "\e992"; +} +.pi-search-plus:before { + content: "\e98f"; +} +.pi-search-minus:before { + content: "\e990"; +} +.pi-file-excel:before { + content: "\e98e"; +} +.pi-file-pdf:before { + content: "\e98d"; +} +.pi-check-square:before { + content: "\e98c"; +} +.pi-chart-line:before { + content: "\e98b"; +} +.pi-user-edit:before { + content: "\e98a"; +} +.pi-exclamation-circle:before { + content: "\e989"; +} +.pi-android:before { + content: "\e985"; +} +.pi-google:before { + content: "\e986"; +} +.pi-apple:before { + content: "\e987"; +} +.pi-microsoft:before { + content: "\e988"; +} +.pi-heart:before { + content: "\e984"; +} +.pi-mobile:before { + content: "\e982"; +} +.pi-tablet:before { + content: "\e983"; +} +.pi-key:before { + content: "\e981"; +} +.pi-shopping-cart:before { + content: "\e980"; +} +.pi-comments:before { + content: "\e97e"; +} +.pi-comment:before { + content: "\e97f"; +} +.pi-briefcase:before { + content: "\e97d"; +} +.pi-bell:before { + content: "\e97c"; +} +.pi-paperclip:before { + content: "\e97b"; +} +.pi-share-alt:before { + content: "\e97a"; +} +.pi-envelope:before { + content: "\e979"; +} +.pi-volume-down:before { + content: "\e976"; +} +.pi-volume-up:before { + content: "\e977"; +} +.pi-volume-off:before { + content: "\e978"; +} +.pi-eject:before { + content: "\e975"; +} +.pi-money-bill:before { + content: "\e974"; +} +.pi-images:before { + content: "\e973"; +} +.pi-image:before { + content: "\e972"; +} +.pi-sign-in:before { + content: "\e970"; +} +.pi-sign-out:before { + content: "\e971"; +} +.pi-wifi:before { + content: "\e96f"; +} +.pi-sitemap:before { + content: "\e96e"; +} +.pi-chart-bar:before { + content: "\e96d"; +} +.pi-camera:before { + content: "\e96c"; +} +.pi-dollar:before { + content: "\e96b"; +} +.pi-lock-open:before { + content: "\e96a"; +} +.pi-table:before { + content: "\e969"; +} +.pi-map-marker:before { + content: "\e968"; +} +.pi-list:before { + content: "\e967"; +} +.pi-eye-slash:before { + content: "\e965"; +} +.pi-eye:before { + content: "\e966"; +} +.pi-folder-open:before { + content: "\e964"; +} +.pi-folder:before { + content: "\e963"; +} +.pi-video:before { + content: "\e962"; +} +.pi-inbox:before { + content: "\e961"; +} +.pi-lock:before { + content: "\e95f"; +} +.pi-unlock:before { + content: "\e960"; +} +.pi-tags:before { + content: "\e95d"; +} +.pi-tag:before { + content: "\e95e"; +} +.pi-power-off:before { + content: "\e95c"; +} +.pi-save:before { + content: "\e95b"; +} +.pi-question-circle:before { + content: "\e959"; +} +.pi-question:before { + content: "\e95a"; +} +.pi-copy:before { + content: "\e957"; +} +.pi-file:before { + content: "\e958"; +} +.pi-clone:before { + content: "\e955"; +} +.pi-calendar-times:before { + content: "\e952"; +} +.pi-calendar-minus:before { + content: "\e953"; +} +.pi-calendar-plus:before { + content: "\e954"; +} +.pi-ellipsis-v:before { + content: "\e950"; +} +.pi-ellipsis-h:before { + content: "\e951"; +} +.pi-bookmark:before { + content: "\e94e"; +} +.pi-globe:before { + content: "\e94f"; +} +.pi-replay:before { + content: "\e94d"; +} +.pi-filter:before { + content: "\e94c"; +} +.pi-print:before { + content: "\e94b"; +} +.pi-align-right:before { + content: "\e946"; +} +.pi-align-left:before { + content: "\e947"; +} +.pi-align-center:before { + content: "\e948"; +} +.pi-align-justify:before { + content: "\e949"; +} +.pi-cog:before { + content: "\e94a"; +} +.pi-cloud-download:before { + content: "\e943"; +} +.pi-cloud-upload:before { + content: "\e944"; +} +.pi-cloud:before { + content: "\e945"; +} +.pi-pencil:before { + content: "\e942"; +} +.pi-users:before { + content: "\e941"; +} +.pi-clock:before { + content: "\e940"; +} +.pi-user-minus:before { + content: "\e93e"; +} +.pi-user-plus:before { + content: "\e93f"; +} +.pi-trash:before { + content: "\e93d"; +} +.pi-external-link:before { + content: "\e93c"; +} +.pi-window-maximize:before { + content: "\e93b"; +} +.pi-window-minimize:before { + content: "\e93a"; +} +.pi-refresh:before { + content: "\e938"; +} +.pi-user:before { + content: "\e939"; +} +.pi-exclamation-triangle:before { + content: "\e922"; +} +.pi-calendar:before { + content: "\e927"; +} +.pi-chevron-circle-left:before { + content: "\e928"; +} +.pi-chevron-circle-down:before { + content: "\e929"; +} +.pi-chevron-circle-right:before { + content: "\e92a"; +} +.pi-chevron-circle-up:before { + content: "\e92b"; +} +.pi-angle-double-down:before { + content: "\e92c"; +} +.pi-angle-double-left:before { + content: "\e92d"; +} +.pi-angle-double-right:before { + content: "\e92e"; +} +.pi-angle-double-up:before { + content: "\e92f"; +} +.pi-angle-down:before { + content: "\e930"; +} +.pi-angle-left:before { + content: "\e931"; +} +.pi-angle-right:before { + content: "\e932"; +} +.pi-angle-up:before { + content: "\e933"; +} +.pi-upload:before { + content: "\e934"; +} +.pi-download:before { + content: "\e956"; +} +.pi-ban:before { + content: "\e935"; +} +.pi-star-fill:before { + content: "\e936"; +} +.pi-star:before { + content: "\e937"; +} +.pi-chevron-left:before { + content: "\e900"; +} +.pi-chevron-right:before { + content: "\e901"; +} +.pi-chevron-down:before { + content: "\e902"; +} +.pi-chevron-up:before { + content: "\e903"; +} +.pi-caret-left:before { + content: "\e904"; +} +.pi-caret-right:before { + content: "\e905"; +} +.pi-caret-down:before { + content: "\e906"; +} +.pi-caret-up:before { + content: "\e907"; +} +.pi-search:before { + content: "\e908"; +} +.pi-check:before { + content: "\e909"; +} +.pi-check-circle:before { + content: "\e90a"; +} +.pi-times:before { + content: "\e90b"; +} +.pi-times-circle:before { + content: "\e90c"; +} +.pi-plus:before { + content: "\e90d"; +} +.pi-plus-circle:before { + content: "\e90e"; +} +.pi-minus:before { + content: "\e90f"; +} +.pi-minus-circle:before { + content: "\e910"; +} +.pi-circle-on:before { + content: "\e911"; +} +.pi-circle-off:before { + content: "\e912"; +} +.pi-sort-down:before { + content: "\e913"; +} +.pi-sort-up:before { + content: "\e914"; +} +.pi-sort:before { + content: "\e915"; +} +.pi-step-backward:before { + content: "\e916"; +} +.pi-step-forward:before { + content: "\e917"; +} +.pi-th-large:before { + content: "\e918"; +} +.pi-arrow-down:before { + content: "\e919"; +} +.pi-arrow-left:before { + content: "\e91a"; +} +.pi-arrow-right:before { + content: "\e91b"; +} +.pi-arrow-up:before { + content: "\e91c"; +} +.pi-bars:before { + content: "\e91d"; +} +.pi-arrow-circle-down:before { + content: "\e91e"; +} +.pi-arrow-circle-left:before { + content: "\e91f"; +} +.pi-arrow-circle-right:before { + content: "\e920"; +} +.pi-arrow-circle-up:before { + content: "\e921"; +} +.pi-info:before { + content: "\e923"; +} +.pi-info-circle:before { + content: "\e924"; +} +.pi-home:before { + content: "\e925"; +} +.pi-spinner:before { + content: "\e926"; +} +.grid { + display: flex; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; + margin-top: -0.5rem; +} +.grid > .col, +.grid > [class*="col"] { + box-sizing: border-box; +} +.grid-nogutter { + margin-right: 0; + margin-left: 0; + margin-top: 0; +} +.grid-nogutter > .col, +.grid-nogutter > [class*="col-"] { + padding: 0; +} +.col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; +} +.col-1, +.col-fixed { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-1 { + width: 8.3333%; +} +.col-2 { + width: 16.6667%; +} +.col-2, +.col-3 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-3 { + width: 25%; +} +.col-4 { + width: 33.3333%; +} +.col-4, +.col-5 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-5 { + width: 41.6667%; +} +.col-6 { + width: 50%; +} +.col-6, +.col-7 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-7 { + width: 58.3333%; +} +.col-8 { + width: 66.6667%; +} +.col-8, +.col-9 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-9 { + width: 75%; +} +.col-10 { + width: 83.3333%; +} +.col-10, +.col-11 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-11 { + width: 91.6667%; +} +.col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; +} +@media screen and (min-width: 576px) { + .sm\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .sm\:col-1, + .sm\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-1 { + width: 8.3333%; + } + .sm\:col-2 { + width: 16.6667%; + } + .sm\:col-2, + .sm\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-3 { + width: 25%; + } + .sm\:col-4 { + width: 33.3333%; + } + .sm\:col-4, + .sm\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-5 { + width: 41.6667%; + } + .sm\:col-6 { + width: 50%; + } + .sm\:col-6, + .sm\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-7 { + width: 58.3333%; + } + .sm\:col-8 { + width: 66.6667%; + } + .sm\:col-8, + .sm\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-9 { + width: 75%; + } + .sm\:col-10 { + width: 83.3333%; + } + .sm\:col-10, + .sm\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-11 { + width: 91.6667%; + } + .sm\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 768px) { + .md\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .md\:col-1, + .md\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-1 { + width: 8.3333%; + } + .md\:col-2 { + width: 16.6667%; + } + .md\:col-2, + .md\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-3 { + width: 25%; + } + .md\:col-4 { + width: 33.3333%; + } + .md\:col-4, + .md\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-5 { + width: 41.6667%; + } + .md\:col-6 { + width: 50%; + } + .md\:col-6, + .md\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-7 { + width: 58.3333%; + } + .md\:col-8 { + width: 66.6667%; + } + .md\:col-8, + .md\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-9 { + width: 75%; + } + .md\:col-10 { + width: 83.3333%; + } + .md\:col-10, + .md\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-11 { + width: 91.6667%; + } + .md\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 992px) { + .lg\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .lg\:col-1, + .lg\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-1 { + width: 8.3333%; + } + .lg\:col-2 { + width: 16.6667%; + } + .lg\:col-2, + .lg\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-3 { + width: 25%; + } + .lg\:col-4 { + width: 33.3333%; + } + .lg\:col-4, + .lg\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-5 { + width: 41.6667%; + } + .lg\:col-6 { + width: 50%; + } + .lg\:col-6, + .lg\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-7 { + width: 58.3333%; + } + .lg\:col-8 { + width: 66.6667%; + } + .lg\:col-8, + .lg\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-9 { + width: 75%; + } + .lg\:col-10 { + width: 83.3333%; + } + .lg\:col-10, + .lg\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-11 { + width: 91.6667%; + } + .lg\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 1200px) { + .xl\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .xl\:col-1, + .xl\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-1 { + width: 8.3333%; + } + .xl\:col-2 { + width: 16.6667%; + } + .xl\:col-2, + .xl\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-3 { + width: 25%; + } + .xl\:col-4 { + width: 33.3333%; + } + .xl\:col-4, + .xl\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-5 { + width: 41.6667%; + } + .xl\:col-6 { + width: 50%; + } + .xl\:col-6, + .xl\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-7 { + width: 58.3333%; + } + .xl\:col-8 { + width: 66.6667%; + } + .xl\:col-8, + .xl\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-9 { + width: 75%; + } + .xl\:col-10 { + width: 83.3333%; + } + .xl\:col-10, + .xl\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-11 { + width: 91.6667%; + } + .xl\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +.col-offset-0 { + margin-left: 0 !important; +} +.col-offset-1 { + margin-left: 8.3333% !important; +} +.col-offset-2 { + margin-left: 16.6667% !important; +} +.col-offset-3 { + margin-left: 25% !important; +} +.col-offset-4 { + margin-left: 33.3333% !important; +} +.col-offset-5 { + margin-left: 41.6667% !important; +} +.col-offset-6 { + margin-left: 50% !important; +} +.col-offset-7 { + margin-left: 58.3333% !important; +} +.col-offset-8 { + margin-left: 66.6667% !important; +} +.col-offset-9 { + margin-left: 75% !important; +} +.col-offset-10 { + margin-left: 83.3333% !important; +} +.col-offset-11 { + margin-left: 91.6667% !important; +} +.col-offset-12 { + margin-left: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:col-offset-0 { + margin-left: 0 !important; + } + .sm\:col-offset-1 { + margin-left: 8.3333% !important; + } + .sm\:col-offset-2 { + margin-left: 16.6667% !important; + } + .sm\:col-offset-3 { + margin-left: 25% !important; + } + .sm\:col-offset-4 { + margin-left: 33.3333% !important; + } + .sm\:col-offset-5 { + margin-left: 41.6667% !important; + } + .sm\:col-offset-6 { + margin-left: 50% !important; + } + .sm\:col-offset-7 { + margin-left: 58.3333% !important; + } + .sm\:col-offset-8 { + margin-left: 66.6667% !important; + } + .sm\:col-offset-9 { + margin-left: 75% !important; + } + .sm\:col-offset-10 { + margin-left: 83.3333% !important; + } + .sm\:col-offset-11 { + margin-left: 91.6667% !important; + } + .sm\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:col-offset-0 { + margin-left: 0 !important; + } + .md\:col-offset-1 { + margin-left: 8.3333% !important; + } + .md\:col-offset-2 { + margin-left: 16.6667% !important; + } + .md\:col-offset-3 { + margin-left: 25% !important; + } + .md\:col-offset-4 { + margin-left: 33.3333% !important; + } + .md\:col-offset-5 { + margin-left: 41.6667% !important; + } + .md\:col-offset-6 { + margin-left: 50% !important; + } + .md\:col-offset-7 { + margin-left: 58.3333% !important; + } + .md\:col-offset-8 { + margin-left: 66.6667% !important; + } + .md\:col-offset-9 { + margin-left: 75% !important; + } + .md\:col-offset-10 { + margin-left: 83.3333% !important; + } + .md\:col-offset-11 { + margin-left: 91.6667% !important; + } + .md\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:col-offset-0 { + margin-left: 0 !important; + } + .lg\:col-offset-1 { + margin-left: 8.3333% !important; + } + .lg\:col-offset-2 { + margin-left: 16.6667% !important; + } + .lg\:col-offset-3 { + margin-left: 25% !important; + } + .lg\:col-offset-4 { + margin-left: 33.3333% !important; + } + .lg\:col-offset-5 { + margin-left: 41.6667% !important; + } + .lg\:col-offset-6 { + margin-left: 50% !important; + } + .lg\:col-offset-7 { + margin-left: 58.3333% !important; + } + .lg\:col-offset-8 { + margin-left: 66.6667% !important; + } + .lg\:col-offset-9 { + margin-left: 75% !important; + } + .lg\:col-offset-10 { + margin-left: 83.3333% !important; + } + .lg\:col-offset-11 { + margin-left: 91.6667% !important; + } + .lg\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:col-offset-0 { + margin-left: 0 !important; + } + .xl\:col-offset-1 { + margin-left: 8.3333% !important; + } + .xl\:col-offset-2 { + margin-left: 16.6667% !important; + } + .xl\:col-offset-3 { + margin-left: 25% !important; + } + .xl\:col-offset-4 { + margin-left: 33.3333% !important; + } + .xl\:col-offset-5 { + margin-left: 41.6667% !important; + } + .xl\:col-offset-6 { + margin-left: 50% !important; + } + .xl\:col-offset-7 { + margin-left: 58.3333% !important; + } + .xl\:col-offset-8 { + margin-left: 66.6667% !important; + } + .xl\:col-offset-9 { + margin-left: 75% !important; + } + .xl\:col-offset-10 { + margin-left: 83.3333% !important; + } + .xl\:col-offset-11 { + margin-left: 91.6667% !important; + } + .xl\:col-offset-12 { + margin-left: 100% !important; + } +} +.text-0 { + color: var(--surface-0) !important; +} +.text-50 { + color: var(--surface-50) !important; +} +.text-100 { + color: var(--surface-100) !important; +} +.text-200 { + color: var(--surface-200) !important; +} +.text-300 { + color: var(--surface-300) !important; +} +.text-400 { + color: var(--surface-400) !important; +} +.text-500 { + color: var(--surface-500) !important; +} +.text-600 { + color: var(--surface-600) !important; +} +.text-700 { + color: var(--surface-700) !important; +} +.text-800 { + color: var(--surface-800) !important; +} +.text-900 { + color: var(--surface-900) !important; +} +.active\:text-0:active, +.focus\:text-0:focus, +.hover\:text-0:hover { + color: var(--surface-0) !important; +} +.active\:text-50:active, +.focus\:text-50:focus, +.hover\:text-50:hover { + color: var(--surface-50) !important; +} +.active\:text-100:active, +.focus\:text-100:focus, +.hover\:text-100:hover { + color: var(--surface-100) !important; +} +.active\:text-200:active, +.focus\:text-200:focus, +.hover\:text-200:hover { + color: var(--surface-200) !important; +} +.active\:text-300:active, +.focus\:text-300:focus, +.hover\:text-300:hover { + color: var(--surface-300) !important; +} +.active\:text-400:active, +.focus\:text-400:focus, +.hover\:text-400:hover { + color: var(--surface-400) !important; +} +.active\:text-500:active, +.focus\:text-500:focus, +.hover\:text-500:hover { + color: var(--surface-500) !important; +} +.active\:text-600:active, +.focus\:text-600:focus, +.hover\:text-600:hover { + color: var(--surface-600) !important; +} +.active\:text-700:active, +.focus\:text-700:focus, +.hover\:text-700:hover { + color: var(--surface-700) !important; +} +.active\:text-800:active, +.focus\:text-800:focus, +.hover\:text-800:hover { + color: var(--surface-800) !important; +} +.active\:text-900:active, +.focus\:text-900:focus, +.hover\:text-900:hover { + color: var(--surface-900) !important; +} +.surface-0 { + background-color: var(--surface-0) !important; +} +.surface-50 { + background-color: var(--surface-50) !important; +} +.surface-100 { + background-color: var(--surface-100) !important; +} +.surface-200 { + background-color: var(--surface-200) !important; +} +.surface-300 { + background-color: var(--surface-300) !important; +} +.surface-400 { + background-color: var(--surface-400) !important; +} +.surface-500 { + background-color: var(--surface-500) !important; +} +.surface-600 { + background-color: var(--surface-600) !important; +} +.surface-700 { + background-color: var(--surface-700) !important; +} +.surface-800 { + background-color: var(--surface-800) !important; +} +.surface-900 { + background-color: var(--surface-900) !important; +} +.active\:surface-0:active, +.focus\:surface-0:focus, +.hover\:surface-0:hover { + background-color: var(--surface-0) !important; +} +.active\:surface-50:active, +.focus\:surface-50:focus, +.hover\:surface-50:hover { + background-color: var(--surface-50) !important; +} +.active\:surface-100:active, +.focus\:surface-100:focus, +.hover\:surface-100:hover { + background-color: var(--surface-100) !important; +} +.active\:surface-200:active, +.focus\:surface-200:focus, +.hover\:surface-200:hover { + background-color: var(--surface-200) !important; +} +.active\:surface-300:active, +.focus\:surface-300:focus, +.hover\:surface-300:hover { + background-color: var(--surface-300) !important; +} +.active\:surface-400:active, +.focus\:surface-400:focus, +.hover\:surface-400:hover { + background-color: var(--surface-400) !important; +} +.active\:surface-500:active, +.focus\:surface-500:focus, +.hover\:surface-500:hover { + background-color: var(--surface-500) !important; +} +.active\:surface-600:active, +.focus\:surface-600:focus, +.hover\:surface-600:hover { + background-color: var(--surface-600) !important; +} +.active\:surface-700:active, +.focus\:surface-700:focus, +.hover\:surface-700:hover { + background-color: var(--surface-700) !important; +} +.active\:surface-800:active, +.focus\:surface-800:focus, +.hover\:surface-800:hover { + background-color: var(--surface-800) !important; +} +.active\:surface-900:active, +.focus\:surface-900:focus, +.hover\:surface-900:hover { + background-color: var(--surface-900) !important; +} +.border-0 { + border-color: var(--surface-0) !important; +} +.border-50 { + border-color: var(--surface-50) !important; +} +.border-100 { + border-color: var(--surface-100) !important; +} +.border-200 { + border-color: var(--surface-200) !important; +} +.border-300 { + border-color: var(--surface-300) !important; +} +.border-400 { + border-color: var(--surface-400) !important; +} +.border-500 { + border-color: var(--surface-500) !important; +} +.border-600 { + border-color: var(--surface-600) !important; +} +.border-700 { + border-color: var(--surface-700) !important; +} +.border-800 { + border-color: var(--surface-800) !important; +} +.border-900 { + border-color: var(--surface-900) !important; +} +.active\:border-0:active, +.focus\:border-0:focus, +.hover\:border-0:hover { + border-color: var(--surface-0) !important; +} +.active\:border-50:active, +.focus\:border-50:focus, +.hover\:border-50:hover { + border-color: var(--surface-50) !important; +} +.active\:border-100:active, +.focus\:border-100:focus, +.hover\:border-100:hover { + border-color: var(--surface-100) !important; +} +.active\:border-200:active, +.focus\:border-200:focus, +.hover\:border-200:hover { + border-color: var(--surface-200) !important; +} +.active\:border-300:active, +.focus\:border-300:focus, +.hover\:border-300:hover { + border-color: var(--surface-300) !important; +} +.active\:border-400:active, +.focus\:border-400:focus, +.hover\:border-400:hover { + border-color: var(--surface-400) !important; +} +.active\:border-500:active, +.focus\:border-500:focus, +.hover\:border-500:hover { + border-color: var(--surface-500) !important; +} +.active\:border-600:active, +.focus\:border-600:focus, +.hover\:border-600:hover { + border-color: var(--surface-600) !important; +} +.active\:border-700:active, +.focus\:border-700:focus, +.hover\:border-700:hover { + border-color: var(--surface-700) !important; +} +.active\:border-800:active, +.focus\:border-800:focus, +.hover\:border-800:hover { + border-color: var(--surface-800) !important; +} +.active\:border-900:active, +.focus\:border-900:focus, +.hover\:border-900:hover { + border-color: var(--surface-900) !important; +} +.bg-transparent { + background-color: transparent !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-transparent { + background-color: transparent !important; + } +} +.border-transparent { + border-color: transparent !important; +} +@media screen and (min-width: 576px) { + .sm\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-transparent { + border-color: transparent !important; + } +} +.text-blue-50 { + color: var(--blue-50) !important; +} +.text-blue-100 { + color: var(--blue-100) !important; +} +.text-blue-200 { + color: var(--blue-200) !important; +} +.text-blue-300 { + color: var(--blue-300) !important; +} +.text-blue-400 { + color: var(--blue-400) !important; +} +.text-blue-500 { + color: var(--blue-500) !important; +} +.text-blue-600 { + color: var(--blue-600) !important; +} +.text-blue-700 { + color: var(--blue-700) !important; +} +.text-blue-800 { + color: var(--blue-800) !important; +} +.text-blue-900 { + color: var(--blue-900) !important; +} +.focus\:text-blue-50:focus { + color: var(--blue-50) !important; +} +.focus\:text-blue-100:focus { + color: var(--blue-100) !important; +} +.focus\:text-blue-200:focus { + color: var(--blue-200) !important; +} +.focus\:text-blue-300:focus { + color: var(--blue-300) !important; +} +.focus\:text-blue-400:focus { + color: var(--blue-400) !important; +} +.focus\:text-blue-500:focus { + color: var(--blue-500) !important; +} +.focus\:text-blue-600:focus { + color: var(--blue-600) !important; +} +.focus\:text-blue-700:focus { + color: var(--blue-700) !important; +} +.focus\:text-blue-800:focus { + color: var(--blue-800) !important; +} +.focus\:text-blue-900:focus { + color: var(--blue-900) !important; +} +.hover\:text-blue-50:hover { + color: var(--blue-50) !important; +} +.hover\:text-blue-100:hover { + color: var(--blue-100) !important; +} +.hover\:text-blue-200:hover { + color: var(--blue-200) !important; +} +.hover\:text-blue-300:hover { + color: var(--blue-300) !important; +} +.hover\:text-blue-400:hover { + color: var(--blue-400) !important; +} +.hover\:text-blue-500:hover { + color: var(--blue-500) !important; +} +.hover\:text-blue-600:hover { + color: var(--blue-600) !important; +} +.hover\:text-blue-700:hover { + color: var(--blue-700) !important; +} +.hover\:text-blue-800:hover { + color: var(--blue-800) !important; +} +.hover\:text-blue-900:hover { + color: var(--blue-900) !important; +} +.active\:text-blue-50:active { + color: var(--blue-50) !important; +} +.active\:text-blue-100:active { + color: var(--blue-100) !important; +} +.active\:text-blue-200:active { + color: var(--blue-200) !important; +} +.active\:text-blue-300:active { + color: var(--blue-300) !important; +} +.active\:text-blue-400:active { + color: var(--blue-400) !important; +} +.active\:text-blue-500:active { + color: var(--blue-500) !important; +} +.active\:text-blue-600:active { + color: var(--blue-600) !important; +} +.active\:text-blue-700:active { + color: var(--blue-700) !important; +} +.active\:text-blue-800:active { + color: var(--blue-800) !important; +} +.active\:text-blue-900:active { + color: var(--blue-900) !important; +} +.text-green-50 { + color: var(--green-50) !important; +} +.text-green-100 { + color: var(--green-100) !important; +} +.text-green-200 { + color: var(--green-200) !important; +} +.text-green-300 { + color: var(--green-300) !important; +} +.text-green-400 { + color: var(--green-400) !important; +} +.text-green-500 { + color: var(--green-500) !important; +} +.text-green-600 { + color: var(--green-600) !important; +} +.text-green-700 { + color: var(--green-700) !important; +} +.text-green-800 { + color: var(--green-800) !important; +} +.text-green-900 { + color: var(--green-900) !important; +} +.focus\:text-green-50:focus { + color: var(--green-50) !important; +} +.focus\:text-green-100:focus { + color: var(--green-100) !important; +} +.focus\:text-green-200:focus { + color: var(--green-200) !important; +} +.focus\:text-green-300:focus { + color: var(--green-300) !important; +} +.focus\:text-green-400:focus { + color: var(--green-400) !important; +} +.focus\:text-green-500:focus { + color: var(--green-500) !important; +} +.focus\:text-green-600:focus { + color: var(--green-600) !important; +} +.focus\:text-green-700:focus { + color: var(--green-700) !important; +} +.focus\:text-green-800:focus { + color: var(--green-800) !important; +} +.focus\:text-green-900:focus { + color: var(--green-900) !important; +} +.hover\:text-green-50:hover { + color: var(--green-50) !important; +} +.hover\:text-green-100:hover { + color: var(--green-100) !important; +} +.hover\:text-green-200:hover { + color: var(--green-200) !important; +} +.hover\:text-green-300:hover { + color: var(--green-300) !important; +} +.hover\:text-green-400:hover { + color: var(--green-400) !important; +} +.hover\:text-green-500:hover { + color: var(--green-500) !important; +} +.hover\:text-green-600:hover { + color: var(--green-600) !important; +} +.hover\:text-green-700:hover { + color: var(--green-700) !important; +} +.hover\:text-green-800:hover { + color: var(--green-800) !important; +} +.hover\:text-green-900:hover { + color: var(--green-900) !important; +} +.active\:text-green-50:active { + color: var(--green-50) !important; +} +.active\:text-green-100:active { + color: var(--green-100) !important; +} +.active\:text-green-200:active { + color: var(--green-200) !important; +} +.active\:text-green-300:active { + color: var(--green-300) !important; +} +.active\:text-green-400:active { + color: var(--green-400) !important; +} +.active\:text-green-500:active { + color: var(--green-500) !important; +} +.active\:text-green-600:active { + color: var(--green-600) !important; +} +.active\:text-green-700:active { + color: var(--green-700) !important; +} +.active\:text-green-800:active { + color: var(--green-800) !important; +} +.active\:text-green-900:active { + color: var(--green-900) !important; +} +.text-yellow-50 { + color: var(--yellow-50) !important; +} +.text-yellow-100 { + color: var(--yellow-100) !important; +} +.text-yellow-200 { + color: var(--yellow-200) !important; +} +.text-yellow-300 { + color: var(--yellow-300) !important; +} +.text-yellow-400 { + color: var(--yellow-400) !important; +} +.text-yellow-500 { + color: var(--yellow-500) !important; +} +.text-yellow-600 { + color: var(--yellow-600) !important; +} +.text-yellow-700 { + color: var(--yellow-700) !important; +} +.text-yellow-800 { + color: var(--yellow-800) !important; +} +.text-yellow-900 { + color: var(--yellow-900) !important; +} +.focus\:text-yellow-50:focus { + color: var(--yellow-50) !important; +} +.focus\:text-yellow-100:focus { + color: var(--yellow-100) !important; +} +.focus\:text-yellow-200:focus { + color: var(--yellow-200) !important; +} +.focus\:text-yellow-300:focus { + color: var(--yellow-300) !important; +} +.focus\:text-yellow-400:focus { + color: var(--yellow-400) !important; +} +.focus\:text-yellow-500:focus { + color: var(--yellow-500) !important; +} +.focus\:text-yellow-600:focus { + color: var(--yellow-600) !important; +} +.focus\:text-yellow-700:focus { + color: var(--yellow-700) !important; +} +.focus\:text-yellow-800:focus { + color: var(--yellow-800) !important; +} +.focus\:text-yellow-900:focus { + color: var(--yellow-900) !important; +} +.hover\:text-yellow-50:hover { + color: var(--yellow-50) !important; +} +.hover\:text-yellow-100:hover { + color: var(--yellow-100) !important; +} +.hover\:text-yellow-200:hover { + color: var(--yellow-200) !important; +} +.hover\:text-yellow-300:hover { + color: var(--yellow-300) !important; +} +.hover\:text-yellow-400:hover { + color: var(--yellow-400) !important; +} +.hover\:text-yellow-500:hover { + color: var(--yellow-500) !important; +} +.hover\:text-yellow-600:hover { + color: var(--yellow-600) !important; +} +.hover\:text-yellow-700:hover { + color: var(--yellow-700) !important; +} +.hover\:text-yellow-800:hover { + color: var(--yellow-800) !important; +} +.hover\:text-yellow-900:hover { + color: var(--yellow-900) !important; +} +.active\:text-yellow-50:active { + color: var(--yellow-50) !important; +} +.active\:text-yellow-100:active { + color: var(--yellow-100) !important; +} +.active\:text-yellow-200:active { + color: var(--yellow-200) !important; +} +.active\:text-yellow-300:active { + color: var(--yellow-300) !important; +} +.active\:text-yellow-400:active { + color: var(--yellow-400) !important; +} +.active\:text-yellow-500:active { + color: var(--yellow-500) !important; +} +.active\:text-yellow-600:active { + color: var(--yellow-600) !important; +} +.active\:text-yellow-700:active { + color: var(--yellow-700) !important; +} +.active\:text-yellow-800:active { + color: var(--yellow-800) !important; +} +.active\:text-yellow-900:active { + color: var(--yellow-900) !important; +} +.text-cyan-50 { + color: var(--cyan-50) !important; +} +.text-cyan-100 { + color: var(--cyan-100) !important; +} +.text-cyan-200 { + color: var(--cyan-200) !important; +} +.text-cyan-300 { + color: var(--cyan-300) !important; +} +.text-cyan-400 { + color: var(--cyan-400) !important; +} +.text-cyan-500 { + color: var(--cyan-500) !important; +} +.text-cyan-600 { + color: var(--cyan-600) !important; +} +.text-cyan-700 { + color: var(--cyan-700) !important; +} +.text-cyan-800 { + color: var(--cyan-800) !important; +} +.text-cyan-900 { + color: var(--cyan-900) !important; +} +.focus\:text-cyan-50:focus { + color: var(--cyan-50) !important; +} +.focus\:text-cyan-100:focus { + color: var(--cyan-100) !important; +} +.focus\:text-cyan-200:focus { + color: var(--cyan-200) !important; +} +.focus\:text-cyan-300:focus { + color: var(--cyan-300) !important; +} +.focus\:text-cyan-400:focus { + color: var(--cyan-400) !important; +} +.focus\:text-cyan-500:focus { + color: var(--cyan-500) !important; +} +.focus\:text-cyan-600:focus { + color: var(--cyan-600) !important; +} +.focus\:text-cyan-700:focus { + color: var(--cyan-700) !important; +} +.focus\:text-cyan-800:focus { + color: var(--cyan-800) !important; +} +.focus\:text-cyan-900:focus { + color: var(--cyan-900) !important; +} +.hover\:text-cyan-50:hover { + color: var(--cyan-50) !important; +} +.hover\:text-cyan-100:hover { + color: var(--cyan-100) !important; +} +.hover\:text-cyan-200:hover { + color: var(--cyan-200) !important; +} +.hover\:text-cyan-300:hover { + color: var(--cyan-300) !important; +} +.hover\:text-cyan-400:hover { + color: var(--cyan-400) !important; +} +.hover\:text-cyan-500:hover { + color: var(--cyan-500) !important; +} +.hover\:text-cyan-600:hover { + color: var(--cyan-600) !important; +} +.hover\:text-cyan-700:hover { + color: var(--cyan-700) !important; +} +.hover\:text-cyan-800:hover { + color: var(--cyan-800) !important; +} +.hover\:text-cyan-900:hover { + color: var(--cyan-900) !important; +} +.active\:text-cyan-50:active { + color: var(--cyan-50) !important; +} +.active\:text-cyan-100:active { + color: var(--cyan-100) !important; +} +.active\:text-cyan-200:active { + color: var(--cyan-200) !important; +} +.active\:text-cyan-300:active { + color: var(--cyan-300) !important; +} +.active\:text-cyan-400:active { + color: var(--cyan-400) !important; +} +.active\:text-cyan-500:active { + color: var(--cyan-500) !important; +} +.active\:text-cyan-600:active { + color: var(--cyan-600) !important; +} +.active\:text-cyan-700:active { + color: var(--cyan-700) !important; +} +.active\:text-cyan-800:active { + color: var(--cyan-800) !important; +} +.active\:text-cyan-900:active { + color: var(--cyan-900) !important; +} +.text-pink-50 { + color: var(--pink-50) !important; +} +.text-pink-100 { + color: var(--pink-100) !important; +} +.text-pink-200 { + color: var(--pink-200) !important; +} +.text-pink-300 { + color: var(--pink-300) !important; +} +.text-pink-400 { + color: var(--pink-400) !important; +} +.text-pink-500 { + color: var(--pink-500) !important; +} +.text-pink-600 { + color: var(--pink-600) !important; +} +.text-pink-700 { + color: var(--pink-700) !important; +} +.text-pink-800 { + color: var(--pink-800) !important; +} +.text-pink-900 { + color: var(--pink-900) !important; +} +.focus\:text-pink-50:focus { + color: var(--pink-50) !important; +} +.focus\:text-pink-100:focus { + color: var(--pink-100) !important; +} +.focus\:text-pink-200:focus { + color: var(--pink-200) !important; +} +.focus\:text-pink-300:focus { + color: var(--pink-300) !important; +} +.focus\:text-pink-400:focus { + color: var(--pink-400) !important; +} +.focus\:text-pink-500:focus { + color: var(--pink-500) !important; +} +.focus\:text-pink-600:focus { + color: var(--pink-600) !important; +} +.focus\:text-pink-700:focus { + color: var(--pink-700) !important; +} +.focus\:text-pink-800:focus { + color: var(--pink-800) !important; +} +.focus\:text-pink-900:focus { + color: var(--pink-900) !important; +} +.hover\:text-pink-50:hover { + color: var(--pink-50) !important; +} +.hover\:text-pink-100:hover { + color: var(--pink-100) !important; +} +.hover\:text-pink-200:hover { + color: var(--pink-200) !important; +} +.hover\:text-pink-300:hover { + color: var(--pink-300) !important; +} +.hover\:text-pink-400:hover { + color: var(--pink-400) !important; +} +.hover\:text-pink-500:hover { + color: var(--pink-500) !important; +} +.hover\:text-pink-600:hover { + color: var(--pink-600) !important; +} +.hover\:text-pink-700:hover { + color: var(--pink-700) !important; +} +.hover\:text-pink-800:hover { + color: var(--pink-800) !important; +} +.hover\:text-pink-900:hover { + color: var(--pink-900) !important; +} +.active\:text-pink-50:active { + color: var(--pink-50) !important; +} +.active\:text-pink-100:active { + color: var(--pink-100) !important; +} +.active\:text-pink-200:active { + color: var(--pink-200) !important; +} +.active\:text-pink-300:active { + color: var(--pink-300) !important; +} +.active\:text-pink-400:active { + color: var(--pink-400) !important; +} +.active\:text-pink-500:active { + color: var(--pink-500) !important; +} +.active\:text-pink-600:active { + color: var(--pink-600) !important; +} +.active\:text-pink-700:active { + color: var(--pink-700) !important; +} +.active\:text-pink-800:active { + color: var(--pink-800) !important; +} +.active\:text-pink-900:active { + color: var(--pink-900) !important; +} +.text-indigo-50 { + color: var(--indigo-50) !important; +} +.text-indigo-100 { + color: var(--indigo-100) !important; +} +.text-indigo-200 { + color: var(--indigo-200) !important; +} +.text-indigo-300 { + color: var(--indigo-300) !important; +} +.text-indigo-400 { + color: var(--indigo-400) !important; +} +.text-indigo-500 { + color: var(--indigo-500) !important; +} +.text-indigo-600 { + color: var(--indigo-600) !important; +} +.text-indigo-700 { + color: var(--indigo-700) !important; +} +.text-indigo-800 { + color: var(--indigo-800) !important; +} +.text-indigo-900 { + color: var(--indigo-900) !important; +} +.focus\:text-indigo-50:focus { + color: var(--indigo-50) !important; +} +.focus\:text-indigo-100:focus { + color: var(--indigo-100) !important; +} +.focus\:text-indigo-200:focus { + color: var(--indigo-200) !important; +} +.focus\:text-indigo-300:focus { + color: var(--indigo-300) !important; +} +.focus\:text-indigo-400:focus { + color: var(--indigo-400) !important; +} +.focus\:text-indigo-500:focus { + color: var(--indigo-500) !important; +} +.focus\:text-indigo-600:focus { + color: var(--indigo-600) !important; +} +.focus\:text-indigo-700:focus { + color: var(--indigo-700) !important; +} +.focus\:text-indigo-800:focus { + color: var(--indigo-800) !important; +} +.focus\:text-indigo-900:focus { + color: var(--indigo-900) !important; +} +.hover\:text-indigo-50:hover { + color: var(--indigo-50) !important; +} +.hover\:text-indigo-100:hover { + color: var(--indigo-100) !important; +} +.hover\:text-indigo-200:hover { + color: var(--indigo-200) !important; +} +.hover\:text-indigo-300:hover { + color: var(--indigo-300) !important; +} +.hover\:text-indigo-400:hover { + color: var(--indigo-400) !important; +} +.hover\:text-indigo-500:hover { + color: var(--indigo-500) !important; +} +.hover\:text-indigo-600:hover { + color: var(--indigo-600) !important; +} +.hover\:text-indigo-700:hover { + color: var(--indigo-700) !important; +} +.hover\:text-indigo-800:hover { + color: var(--indigo-800) !important; +} +.hover\:text-indigo-900:hover { + color: var(--indigo-900) !important; +} +.active\:text-indigo-50:active { + color: var(--indigo-50) !important; +} +.active\:text-indigo-100:active { + color: var(--indigo-100) !important; +} +.active\:text-indigo-200:active { + color: var(--indigo-200) !important; +} +.active\:text-indigo-300:active { + color: var(--indigo-300) !important; +} +.active\:text-indigo-400:active { + color: var(--indigo-400) !important; +} +.active\:text-indigo-500:active { + color: var(--indigo-500) !important; +} +.active\:text-indigo-600:active { + color: var(--indigo-600) !important; +} +.active\:text-indigo-700:active { + color: var(--indigo-700) !important; +} +.active\:text-indigo-800:active { + color: var(--indigo-800) !important; +} +.active\:text-indigo-900:active { + color: var(--indigo-900) !important; +} +.text-teal-50 { + color: var(--teal-50) !important; +} +.text-teal-100 { + color: var(--teal-100) !important; +} +.text-teal-200 { + color: var(--teal-200) !important; +} +.text-teal-300 { + color: var(--teal-300) !important; +} +.text-teal-400 { + color: var(--teal-400) !important; +} +.text-teal-500 { + color: var(--teal-500) !important; +} +.text-teal-600 { + color: var(--teal-600) !important; +} +.text-teal-700 { + color: var(--teal-700) !important; +} +.text-teal-800 { + color: var(--teal-800) !important; +} +.text-teal-900 { + color: var(--teal-900) !important; +} +.focus\:text-teal-50:focus { + color: var(--teal-50) !important; +} +.focus\:text-teal-100:focus { + color: var(--teal-100) !important; +} +.focus\:text-teal-200:focus { + color: var(--teal-200) !important; +} +.focus\:text-teal-300:focus { + color: var(--teal-300) !important; +} +.focus\:text-teal-400:focus { + color: var(--teal-400) !important; +} +.focus\:text-teal-500:focus { + color: var(--teal-500) !important; +} +.focus\:text-teal-600:focus { + color: var(--teal-600) !important; +} +.focus\:text-teal-700:focus { + color: var(--teal-700) !important; +} +.focus\:text-teal-800:focus { + color: var(--teal-800) !important; +} +.focus\:text-teal-900:focus { + color: var(--teal-900) !important; +} +.hover\:text-teal-50:hover { + color: var(--teal-50) !important; +} +.hover\:text-teal-100:hover { + color: var(--teal-100) !important; +} +.hover\:text-teal-200:hover { + color: var(--teal-200) !important; +} +.hover\:text-teal-300:hover { + color: var(--teal-300) !important; +} +.hover\:text-teal-400:hover { + color: var(--teal-400) !important; +} +.hover\:text-teal-500:hover { + color: var(--teal-500) !important; +} +.hover\:text-teal-600:hover { + color: var(--teal-600) !important; +} +.hover\:text-teal-700:hover { + color: var(--teal-700) !important; +} +.hover\:text-teal-800:hover { + color: var(--teal-800) !important; +} +.hover\:text-teal-900:hover { + color: var(--teal-900) !important; +} +.active\:text-teal-50:active { + color: var(--teal-50) !important; +} +.active\:text-teal-100:active { + color: var(--teal-100) !important; +} +.active\:text-teal-200:active { + color: var(--teal-200) !important; +} +.active\:text-teal-300:active { + color: var(--teal-300) !important; +} +.active\:text-teal-400:active { + color: var(--teal-400) !important; +} +.active\:text-teal-500:active { + color: var(--teal-500) !important; +} +.active\:text-teal-600:active { + color: var(--teal-600) !important; +} +.active\:text-teal-700:active { + color: var(--teal-700) !important; +} +.active\:text-teal-800:active { + color: var(--teal-800) !important; +} +.active\:text-teal-900:active { + color: var(--teal-900) !important; +} +.text-orange-50 { + color: var(--orange-50) !important; +} +.text-orange-100 { + color: var(--orange-100) !important; +} +.text-orange-200 { + color: var(--orange-200) !important; +} +.text-orange-300 { + color: var(--orange-300) !important; +} +.text-orange-400 { + color: var(--orange-400) !important; +} +.text-orange-500 { + color: var(--orange-500) !important; +} +.text-orange-600 { + color: var(--orange-600) !important; +} +.text-orange-700 { + color: var(--orange-700) !important; +} +.text-orange-800 { + color: var(--orange-800) !important; +} +.text-orange-900 { + color: var(--orange-900) !important; +} +.focus\:text-orange-50:focus { + color: var(--orange-50) !important; +} +.focus\:text-orange-100:focus { + color: var(--orange-100) !important; +} +.focus\:text-orange-200:focus { + color: var(--orange-200) !important; +} +.focus\:text-orange-300:focus { + color: var(--orange-300) !important; +} +.focus\:text-orange-400:focus { + color: var(--orange-400) !important; +} +.focus\:text-orange-500:focus { + color: var(--orange-500) !important; +} +.focus\:text-orange-600:focus { + color: var(--orange-600) !important; +} +.focus\:text-orange-700:focus { + color: var(--orange-700) !important; +} +.focus\:text-orange-800:focus { + color: var(--orange-800) !important; +} +.focus\:text-orange-900:focus { + color: var(--orange-900) !important; +} +.hover\:text-orange-50:hover { + color: var(--orange-50) !important; +} +.hover\:text-orange-100:hover { + color: var(--orange-100) !important; +} +.hover\:text-orange-200:hover { + color: var(--orange-200) !important; +} +.hover\:text-orange-300:hover { + color: var(--orange-300) !important; +} +.hover\:text-orange-400:hover { + color: var(--orange-400) !important; +} +.hover\:text-orange-500:hover { + color: var(--orange-500) !important; +} +.hover\:text-orange-600:hover { + color: var(--orange-600) !important; +} +.hover\:text-orange-700:hover { + color: var(--orange-700) !important; +} +.hover\:text-orange-800:hover { + color: var(--orange-800) !important; +} +.hover\:text-orange-900:hover { + color: var(--orange-900) !important; +} +.active\:text-orange-50:active { + color: var(--orange-50) !important; +} +.active\:text-orange-100:active { + color: var(--orange-100) !important; +} +.active\:text-orange-200:active { + color: var(--orange-200) !important; +} +.active\:text-orange-300:active { + color: var(--orange-300) !important; +} +.active\:text-orange-400:active { + color: var(--orange-400) !important; +} +.active\:text-orange-500:active { + color: var(--orange-500) !important; +} +.active\:text-orange-600:active { + color: var(--orange-600) !important; +} +.active\:text-orange-700:active { + color: var(--orange-700) !important; +} +.active\:text-orange-800:active { + color: var(--orange-800) !important; +} +.active\:text-orange-900:active { + color: var(--orange-900) !important; +} +.text-bluegray-50 { + color: var(--bluegray-50) !important; +} +.text-bluegray-100 { + color: var(--bluegray-100) !important; +} +.text-bluegray-200 { + color: var(--bluegray-200) !important; +} +.text-bluegray-300 { + color: var(--bluegray-300) !important; +} +.text-bluegray-400 { + color: var(--bluegray-400) !important; +} +.text-bluegray-500 { + color: var(--bluegray-500) !important; +} +.text-bluegray-600 { + color: var(--bluegray-600) !important; +} +.text-bluegray-700 { + color: var(--bluegray-700) !important; +} +.text-bluegray-800 { + color: var(--bluegray-800) !important; +} +.text-bluegray-900 { + color: var(--bluegray-900) !important; +} +.focus\:text-bluegray-50:focus { + color: var(--bluegray-50) !important; +} +.focus\:text-bluegray-100:focus { + color: var(--bluegray-100) !important; +} +.focus\:text-bluegray-200:focus { + color: var(--bluegray-200) !important; +} +.focus\:text-bluegray-300:focus { + color: var(--bluegray-300) !important; +} +.focus\:text-bluegray-400:focus { + color: var(--bluegray-400) !important; +} +.focus\:text-bluegray-500:focus { + color: var(--bluegray-500) !important; +} +.focus\:text-bluegray-600:focus { + color: var(--bluegray-600) !important; +} +.focus\:text-bluegray-700:focus { + color: var(--bluegray-700) !important; +} +.focus\:text-bluegray-800:focus { + color: var(--bluegray-800) !important; +} +.focus\:text-bluegray-900:focus { + color: var(--bluegray-900) !important; +} +.hover\:text-bluegray-50:hover { + color: var(--bluegray-50) !important; +} +.hover\:text-bluegray-100:hover { + color: var(--bluegray-100) !important; +} +.hover\:text-bluegray-200:hover { + color: var(--bluegray-200) !important; +} +.hover\:text-bluegray-300:hover { + color: var(--bluegray-300) !important; +} +.hover\:text-bluegray-400:hover { + color: var(--bluegray-400) !important; +} +.hover\:text-bluegray-500:hover { + color: var(--bluegray-500) !important; +} +.hover\:text-bluegray-600:hover { + color: var(--bluegray-600) !important; +} +.hover\:text-bluegray-700:hover { + color: var(--bluegray-700) !important; +} +.hover\:text-bluegray-800:hover { + color: var(--bluegray-800) !important; +} +.hover\:text-bluegray-900:hover { + color: var(--bluegray-900) !important; +} +.active\:text-bluegray-50:active { + color: var(--bluegray-50) !important; +} +.active\:text-bluegray-100:active { + color: var(--bluegray-100) !important; +} +.active\:text-bluegray-200:active { + color: var(--bluegray-200) !important; +} +.active\:text-bluegray-300:active { + color: var(--bluegray-300) !important; +} +.active\:text-bluegray-400:active { + color: var(--bluegray-400) !important; +} +.active\:text-bluegray-500:active { + color: var(--bluegray-500) !important; +} +.active\:text-bluegray-600:active { + color: var(--bluegray-600) !important; +} +.active\:text-bluegray-700:active { + color: var(--bluegray-700) !important; +} +.active\:text-bluegray-800:active { + color: var(--bluegray-800) !important; +} +.active\:text-bluegray-900:active { + color: var(--bluegray-900) !important; +} +.text-purple-50 { + color: var(--purple-50) !important; +} +.text-purple-100 { + color: var(--purple-100) !important; +} +.text-purple-200 { + color: var(--purple-200) !important; +} +.text-purple-300 { + color: var(--purple-300) !important; +} +.text-purple-400 { + color: var(--purple-400) !important; +} +.text-purple-500 { + color: var(--purple-500) !important; +} +.text-purple-600 { + color: var(--purple-600) !important; +} +.text-purple-700 { + color: var(--purple-700) !important; +} +.text-purple-800 { + color: var(--purple-800) !important; +} +.text-purple-900 { + color: var(--purple-900) !important; +} +.focus\:text-purple-50:focus { + color: var(--purple-50) !important; +} +.focus\:text-purple-100:focus { + color: var(--purple-100) !important; +} +.focus\:text-purple-200:focus { + color: var(--purple-200) !important; +} +.focus\:text-purple-300:focus { + color: var(--purple-300) !important; +} +.focus\:text-purple-400:focus { + color: var(--purple-400) !important; +} +.focus\:text-purple-500:focus { + color: var(--purple-500) !important; +} +.focus\:text-purple-600:focus { + color: var(--purple-600) !important; +} +.focus\:text-purple-700:focus { + color: var(--purple-700) !important; +} +.focus\:text-purple-800:focus { + color: var(--purple-800) !important; +} +.focus\:text-purple-900:focus { + color: var(--purple-900) !important; +} +.hover\:text-purple-50:hover { + color: var(--purple-50) !important; +} +.hover\:text-purple-100:hover { + color: var(--purple-100) !important; +} +.hover\:text-purple-200:hover { + color: var(--purple-200) !important; +} +.hover\:text-purple-300:hover { + color: var(--purple-300) !important; +} +.hover\:text-purple-400:hover { + color: var(--purple-400) !important; +} +.hover\:text-purple-500:hover { + color: var(--purple-500) !important; +} +.hover\:text-purple-600:hover { + color: var(--purple-600) !important; +} +.hover\:text-purple-700:hover { + color: var(--purple-700) !important; +} +.hover\:text-purple-800:hover { + color: var(--purple-800) !important; +} +.hover\:text-purple-900:hover { + color: var(--purple-900) !important; +} +.active\:text-purple-50:active { + color: var(--purple-50) !important; +} +.active\:text-purple-100:active { + color: var(--purple-100) !important; +} +.active\:text-purple-200:active { + color: var(--purple-200) !important; +} +.active\:text-purple-300:active { + color: var(--purple-300) !important; +} +.active\:text-purple-400:active { + color: var(--purple-400) !important; +} +.active\:text-purple-500:active { + color: var(--purple-500) !important; +} +.active\:text-purple-600:active { + color: var(--purple-600) !important; +} +.active\:text-purple-700:active { + color: var(--purple-700) !important; +} +.active\:text-purple-800:active { + color: var(--purple-800) !important; +} +.active\:text-purple-900:active { + color: var(--purple-900) !important; +} +.text-gray-50 { + color: var(--gray-50) !important; +} +.text-gray-100 { + color: var(--gray-100) !important; +} +.text-gray-200 { + color: var(--gray-200) !important; +} +.text-gray-300 { + color: var(--gray-300) !important; +} +.text-gray-400 { + color: var(--gray-400) !important; +} +.text-gray-500 { + color: var(--gray-500) !important; +} +.text-gray-600 { + color: var(--gray-600) !important; +} +.text-gray-700 { + color: var(--gray-700) !important; +} +.text-gray-800 { + color: var(--gray-800) !important; +} +.text-gray-900 { + color: var(--gray-900) !important; +} +.focus\:text-gray-50:focus { + color: var(--gray-50) !important; +} +.focus\:text-gray-100:focus { + color: var(--gray-100) !important; +} +.focus\:text-gray-200:focus { + color: var(--gray-200) !important; +} +.focus\:text-gray-300:focus { + color: var(--gray-300) !important; +} +.focus\:text-gray-400:focus { + color: var(--gray-400) !important; +} +.focus\:text-gray-500:focus { + color: var(--gray-500) !important; +} +.focus\:text-gray-600:focus { + color: var(--gray-600) !important; +} +.focus\:text-gray-700:focus { + color: var(--gray-700) !important; +} +.focus\:text-gray-800:focus { + color: var(--gray-800) !important; +} +.focus\:text-gray-900:focus { + color: var(--gray-900) !important; +} +.hover\:text-gray-50:hover { + color: var(--gray-50) !important; +} +.hover\:text-gray-100:hover { + color: var(--gray-100) !important; +} +.hover\:text-gray-200:hover { + color: var(--gray-200) !important; +} +.hover\:text-gray-300:hover { + color: var(--gray-300) !important; +} +.hover\:text-gray-400:hover { + color: var(--gray-400) !important; +} +.hover\:text-gray-500:hover { + color: var(--gray-500) !important; +} +.hover\:text-gray-600:hover { + color: var(--gray-600) !important; +} +.hover\:text-gray-700:hover { + color: var(--gray-700) !important; +} +.hover\:text-gray-800:hover { + color: var(--gray-800) !important; +} +.hover\:text-gray-900:hover { + color: var(--gray-900) !important; +} +.active\:text-gray-50:active { + color: var(--gray-50) !important; +} +.active\:text-gray-100:active { + color: var(--gray-100) !important; +} +.active\:text-gray-200:active { + color: var(--gray-200) !important; +} +.active\:text-gray-300:active { + color: var(--gray-300) !important; +} +.active\:text-gray-400:active { + color: var(--gray-400) !important; +} +.active\:text-gray-500:active { + color: var(--gray-500) !important; +} +.active\:text-gray-600:active { + color: var(--gray-600) !important; +} +.active\:text-gray-700:active { + color: var(--gray-700) !important; +} +.active\:text-gray-800:active { + color: var(--gray-800) !important; +} +.active\:text-gray-900:active { + color: var(--gray-900) !important; +} +.text-red-50 { + color: var(--red-50) !important; +} +.text-red-100 { + color: var(--red-100) !important; +} +.text-red-200 { + color: var(--red-200) !important; +} +.text-red-300 { + color: var(--red-300) !important; +} +.text-red-400 { + color: var(--red-400) !important; +} +.text-red-500 { + color: var(--red-500) !important; +} +.text-red-600 { + color: var(--red-600) !important; +} +.text-red-700 { + color: var(--red-700) !important; +} +.text-red-800 { + color: var(--red-800) !important; +} +.text-red-900 { + color: var(--red-900) !important; +} +.focus\:text-red-50:focus { + color: var(--red-50) !important; +} +.focus\:text-red-100:focus { + color: var(--red-100) !important; +} +.focus\:text-red-200:focus { + color: var(--red-200) !important; +} +.focus\:text-red-300:focus { + color: var(--red-300) !important; +} +.focus\:text-red-400:focus { + color: var(--red-400) !important; +} +.focus\:text-red-500:focus { + color: var(--red-500) !important; +} +.focus\:text-red-600:focus { + color: var(--red-600) !important; +} +.focus\:text-red-700:focus { + color: var(--red-700) !important; +} +.focus\:text-red-800:focus { + color: var(--red-800) !important; +} +.focus\:text-red-900:focus { + color: var(--red-900) !important; +} +.hover\:text-red-50:hover { + color: var(--red-50) !important; +} +.hover\:text-red-100:hover { + color: var(--red-100) !important; +} +.hover\:text-red-200:hover { + color: var(--red-200) !important; +} +.hover\:text-red-300:hover { + color: var(--red-300) !important; +} +.hover\:text-red-400:hover { + color: var(--red-400) !important; +} +.hover\:text-red-500:hover { + color: var(--red-500) !important; +} +.hover\:text-red-600:hover { + color: var(--red-600) !important; +} +.hover\:text-red-700:hover { + color: var(--red-700) !important; +} +.hover\:text-red-800:hover { + color: var(--red-800) !important; +} +.hover\:text-red-900:hover { + color: var(--red-900) !important; +} +.active\:text-red-50:active { + color: var(--red-50) !important; +} +.active\:text-red-100:active { + color: var(--red-100) !important; +} +.active\:text-red-200:active { + color: var(--red-200) !important; +} +.active\:text-red-300:active { + color: var(--red-300) !important; +} +.active\:text-red-400:active { + color: var(--red-400) !important; +} +.active\:text-red-500:active { + color: var(--red-500) !important; +} +.active\:text-red-600:active { + color: var(--red-600) !important; +} +.active\:text-red-700:active { + color: var(--red-700) !important; +} +.active\:text-red-800:active { + color: var(--red-800) !important; +} +.active\:text-red-900:active { + color: var(--red-900) !important; +} +.text-primary-50 { + color: var(--primary-50) !important; +} +.text-primary-100 { + color: var(--primary-100) !important; +} +.text-primary-200 { + color: var(--primary-200) !important; +} +.text-primary-300 { + color: var(--primary-300) !important; +} +.text-primary-400 { + color: var(--primary-400) !important; +} +.text-primary-500 { + color: var(--primary-500) !important; +} +.text-primary-600 { + color: var(--primary-600) !important; +} +.text-primary-700 { + color: var(--primary-700) !important; +} +.text-primary-800 { + color: var(--primary-800) !important; +} +.text-primary-900 { + color: var(--primary-900) !important; +} +.focus\:text-primary-50:focus { + color: var(--primary-50) !important; +} +.focus\:text-primary-100:focus { + color: var(--primary-100) !important; +} +.focus\:text-primary-200:focus { + color: var(--primary-200) !important; +} +.focus\:text-primary-300:focus { + color: var(--primary-300) !important; +} +.focus\:text-primary-400:focus { + color: var(--primary-400) !important; +} +.focus\:text-primary-500:focus { + color: var(--primary-500) !important; +} +.focus\:text-primary-600:focus { + color: var(--primary-600) !important; +} +.focus\:text-primary-700:focus { + color: var(--primary-700) !important; +} +.focus\:text-primary-800:focus { + color: var(--primary-800) !important; +} +.focus\:text-primary-900:focus { + color: var(--primary-900) !important; +} +.hover\:text-primary-50:hover { + color: var(--primary-50) !important; +} +.hover\:text-primary-100:hover { + color: var(--primary-100) !important; +} +.hover\:text-primary-200:hover { + color: var(--primary-200) !important; +} +.hover\:text-primary-300:hover { + color: var(--primary-300) !important; +} +.hover\:text-primary-400:hover { + color: var(--primary-400) !important; +} +.hover\:text-primary-500:hover { + color: var(--primary-500) !important; +} +.hover\:text-primary-600:hover { + color: var(--primary-600) !important; +} +.hover\:text-primary-700:hover { + color: var(--primary-700) !important; +} +.hover\:text-primary-800:hover { + color: var(--primary-800) !important; +} +.hover\:text-primary-900:hover { + color: var(--primary-900) !important; +} +.active\:text-primary-50:active { + color: var(--primary-50) !important; +} +.active\:text-primary-100:active { + color: var(--primary-100) !important; +} +.active\:text-primary-200:active { + color: var(--primary-200) !important; +} +.active\:text-primary-300:active { + color: var(--primary-300) !important; +} +.active\:text-primary-400:active { + color: var(--primary-400) !important; +} +.active\:text-primary-500:active { + color: var(--primary-500) !important; +} +.active\:text-primary-600:active { + color: var(--primary-600) !important; +} +.active\:text-primary-700:active { + color: var(--primary-700) !important; +} +.active\:text-primary-800:active { + color: var(--primary-800) !important; +} +.active\:text-primary-900:active { + color: var(--primary-900) !important; +} +.bg-blue-50 { + background-color: var(--blue-50) !important; +} +.bg-blue-100 { + background-color: var(--blue-100) !important; +} +.bg-blue-200 { + background-color: var(--blue-200) !important; +} +.bg-blue-300 { + background-color: var(--blue-300) !important; +} +.bg-blue-400 { + background-color: var(--blue-400) !important; +} +.bg-blue-500 { + background-color: var(--blue-500) !important; +} +.bg-blue-600 { + background-color: var(--blue-600) !important; +} +.bg-blue-700 { + background-color: var(--blue-700) !important; +} +.bg-blue-800 { + background-color: var(--blue-800) !important; +} +.bg-blue-900 { + background-color: var(--blue-900) !important; +} +.focus\:bg-blue-50:focus { + background-color: var(--blue-50) !important; +} +.focus\:bg-blue-100:focus { + background-color: var(--blue-100) !important; +} +.focus\:bg-blue-200:focus { + background-color: var(--blue-200) !important; +} +.focus\:bg-blue-300:focus { + background-color: var(--blue-300) !important; +} +.focus\:bg-blue-400:focus { + background-color: var(--blue-400) !important; +} +.focus\:bg-blue-500:focus { + background-color: var(--blue-500) !important; +} +.focus\:bg-blue-600:focus { + background-color: var(--blue-600) !important; +} +.focus\:bg-blue-700:focus { + background-color: var(--blue-700) !important; +} +.focus\:bg-blue-800:focus { + background-color: var(--blue-800) !important; +} +.focus\:bg-blue-900:focus { + background-color: var(--blue-900) !important; +} +.hover\:bg-blue-50:hover { + background-color: var(--blue-50) !important; +} +.hover\:bg-blue-100:hover { + background-color: var(--blue-100) !important; +} +.hover\:bg-blue-200:hover { + background-color: var(--blue-200) !important; +} +.hover\:bg-blue-300:hover { + background-color: var(--blue-300) !important; +} +.hover\:bg-blue-400:hover { + background-color: var(--blue-400) !important; +} +.hover\:bg-blue-500:hover { + background-color: var(--blue-500) !important; +} +.hover\:bg-blue-600:hover { + background-color: var(--blue-600) !important; +} +.hover\:bg-blue-700:hover { + background-color: var(--blue-700) !important; +} +.hover\:bg-blue-800:hover { + background-color: var(--blue-800) !important; +} +.hover\:bg-blue-900:hover { + background-color: var(--blue-900) !important; +} +.active\:bg-blue-50:active { + background-color: var(--blue-50) !important; +} +.active\:bg-blue-100:active { + background-color: var(--blue-100) !important; +} +.active\:bg-blue-200:active { + background-color: var(--blue-200) !important; +} +.active\:bg-blue-300:active { + background-color: var(--blue-300) !important; +} +.active\:bg-blue-400:active { + background-color: var(--blue-400) !important; +} +.active\:bg-blue-500:active { + background-color: var(--blue-500) !important; +} +.active\:bg-blue-600:active { + background-color: var(--blue-600) !important; +} +.active\:bg-blue-700:active { + background-color: var(--blue-700) !important; +} +.active\:bg-blue-800:active { + background-color: var(--blue-800) !important; +} +.active\:bg-blue-900:active { + background-color: var(--blue-900) !important; +} +.bg-green-50 { + background-color: var(--green-50) !important; +} +.bg-green-100 { + background-color: var(--green-100) !important; +} +.bg-green-200 { + background-color: var(--green-200) !important; +} +.bg-green-300 { + background-color: var(--green-300) !important; +} +.bg-green-400 { + background-color: var(--green-400) !important; +} +.bg-green-500 { + background-color: var(--green-500) !important; +} +.bg-green-600 { + background-color: var(--green-600) !important; +} +.bg-green-700 { + background-color: var(--green-700) !important; +} +.bg-green-800 { + background-color: var(--green-800) !important; +} +.bg-green-900 { + background-color: var(--green-900) !important; +} +.focus\:bg-green-50:focus { + background-color: var(--green-50) !important; +} +.focus\:bg-green-100:focus { + background-color: var(--green-100) !important; +} +.focus\:bg-green-200:focus { + background-color: var(--green-200) !important; +} +.focus\:bg-green-300:focus { + background-color: var(--green-300) !important; +} +.focus\:bg-green-400:focus { + background-color: var(--green-400) !important; +} +.focus\:bg-green-500:focus { + background-color: var(--green-500) !important; +} +.focus\:bg-green-600:focus { + background-color: var(--green-600) !important; +} +.focus\:bg-green-700:focus { + background-color: var(--green-700) !important; +} +.focus\:bg-green-800:focus { + background-color: var(--green-800) !important; +} +.focus\:bg-green-900:focus { + background-color: var(--green-900) !important; +} +.hover\:bg-green-50:hover { + background-color: var(--green-50) !important; +} +.hover\:bg-green-100:hover { + background-color: var(--green-100) !important; +} +.hover\:bg-green-200:hover { + background-color: var(--green-200) !important; +} +.hover\:bg-green-300:hover { + background-color: var(--green-300) !important; +} +.hover\:bg-green-400:hover { + background-color: var(--green-400) !important; +} +.hover\:bg-green-500:hover { + background-color: var(--green-500) !important; +} +.hover\:bg-green-600:hover { + background-color: var(--green-600) !important; +} +.hover\:bg-green-700:hover { + background-color: var(--green-700) !important; +} +.hover\:bg-green-800:hover { + background-color: var(--green-800) !important; +} +.hover\:bg-green-900:hover { + background-color: var(--green-900) !important; +} +.active\:bg-green-50:active { + background-color: var(--green-50) !important; +} +.active\:bg-green-100:active { + background-color: var(--green-100) !important; +} +.active\:bg-green-200:active { + background-color: var(--green-200) !important; +} +.active\:bg-green-300:active { + background-color: var(--green-300) !important; +} +.active\:bg-green-400:active { + background-color: var(--green-400) !important; +} +.active\:bg-green-500:active { + background-color: var(--green-500) !important; +} +.active\:bg-green-600:active { + background-color: var(--green-600) !important; +} +.active\:bg-green-700:active { + background-color: var(--green-700) !important; +} +.active\:bg-green-800:active { + background-color: var(--green-800) !important; +} +.active\:bg-green-900:active { + background-color: var(--green-900) !important; +} +.bg-yellow-50 { + background-color: var(--yellow-50) !important; +} +.bg-yellow-100 { + background-color: var(--yellow-100) !important; +} +.bg-yellow-200 { + background-color: var(--yellow-200) !important; +} +.bg-yellow-300 { + background-color: var(--yellow-300) !important; +} +.bg-yellow-400 { + background-color: var(--yellow-400) !important; +} +.bg-yellow-500 { + background-color: var(--yellow-500) !important; +} +.bg-yellow-600 { + background-color: var(--yellow-600) !important; +} +.bg-yellow-700 { + background-color: var(--yellow-700) !important; +} +.bg-yellow-800 { + background-color: var(--yellow-800) !important; +} +.bg-yellow-900 { + background-color: var(--yellow-900) !important; +} +.focus\:bg-yellow-50:focus { + background-color: var(--yellow-50) !important; +} +.focus\:bg-yellow-100:focus { + background-color: var(--yellow-100) !important; +} +.focus\:bg-yellow-200:focus { + background-color: var(--yellow-200) !important; +} +.focus\:bg-yellow-300:focus { + background-color: var(--yellow-300) !important; +} +.focus\:bg-yellow-400:focus { + background-color: var(--yellow-400) !important; +} +.focus\:bg-yellow-500:focus { + background-color: var(--yellow-500) !important; +} +.focus\:bg-yellow-600:focus { + background-color: var(--yellow-600) !important; +} +.focus\:bg-yellow-700:focus { + background-color: var(--yellow-700) !important; +} +.focus\:bg-yellow-800:focus { + background-color: var(--yellow-800) !important; +} +.focus\:bg-yellow-900:focus { + background-color: var(--yellow-900) !important; +} +.hover\:bg-yellow-50:hover { + background-color: var(--yellow-50) !important; +} +.hover\:bg-yellow-100:hover { + background-color: var(--yellow-100) !important; +} +.hover\:bg-yellow-200:hover { + background-color: var(--yellow-200) !important; +} +.hover\:bg-yellow-300:hover { + background-color: var(--yellow-300) !important; +} +.hover\:bg-yellow-400:hover { + background-color: var(--yellow-400) !important; +} +.hover\:bg-yellow-500:hover { + background-color: var(--yellow-500) !important; +} +.hover\:bg-yellow-600:hover { + background-color: var(--yellow-600) !important; +} +.hover\:bg-yellow-700:hover { + background-color: var(--yellow-700) !important; +} +.hover\:bg-yellow-800:hover { + background-color: var(--yellow-800) !important; +} +.hover\:bg-yellow-900:hover { + background-color: var(--yellow-900) !important; +} +.active\:bg-yellow-50:active { + background-color: var(--yellow-50) !important; +} +.active\:bg-yellow-100:active { + background-color: var(--yellow-100) !important; +} +.active\:bg-yellow-200:active { + background-color: var(--yellow-200) !important; +} +.active\:bg-yellow-300:active { + background-color: var(--yellow-300) !important; +} +.active\:bg-yellow-400:active { + background-color: var(--yellow-400) !important; +} +.active\:bg-yellow-500:active { + background-color: var(--yellow-500) !important; +} +.active\:bg-yellow-600:active { + background-color: var(--yellow-600) !important; +} +.active\:bg-yellow-700:active { + background-color: var(--yellow-700) !important; +} +.active\:bg-yellow-800:active { + background-color: var(--yellow-800) !important; +} +.active\:bg-yellow-900:active { + background-color: var(--yellow-900) !important; +} +.bg-cyan-50 { + background-color: var(--cyan-50) !important; +} +.bg-cyan-100 { + background-color: var(--cyan-100) !important; +} +.bg-cyan-200 { + background-color: var(--cyan-200) !important; +} +.bg-cyan-300 { + background-color: var(--cyan-300) !important; +} +.bg-cyan-400 { + background-color: var(--cyan-400) !important; +} +.bg-cyan-500 { + background-color: var(--cyan-500) !important; +} +.bg-cyan-600 { + background-color: var(--cyan-600) !important; +} +.bg-cyan-700 { + background-color: var(--cyan-700) !important; +} +.bg-cyan-800 { + background-color: var(--cyan-800) !important; +} +.bg-cyan-900 { + background-color: var(--cyan-900) !important; +} +.focus\:bg-cyan-50:focus { + background-color: var(--cyan-50) !important; +} +.focus\:bg-cyan-100:focus { + background-color: var(--cyan-100) !important; +} +.focus\:bg-cyan-200:focus { + background-color: var(--cyan-200) !important; +} +.focus\:bg-cyan-300:focus { + background-color: var(--cyan-300) !important; +} +.focus\:bg-cyan-400:focus { + background-color: var(--cyan-400) !important; +} +.focus\:bg-cyan-500:focus { + background-color: var(--cyan-500) !important; +} +.focus\:bg-cyan-600:focus { + background-color: var(--cyan-600) !important; +} +.focus\:bg-cyan-700:focus { + background-color: var(--cyan-700) !important; +} +.focus\:bg-cyan-800:focus { + background-color: var(--cyan-800) !important; +} +.focus\:bg-cyan-900:focus { + background-color: var(--cyan-900) !important; +} +.hover\:bg-cyan-50:hover { + background-color: var(--cyan-50) !important; +} +.hover\:bg-cyan-100:hover { + background-color: var(--cyan-100) !important; +} +.hover\:bg-cyan-200:hover { + background-color: var(--cyan-200) !important; +} +.hover\:bg-cyan-300:hover { + background-color: var(--cyan-300) !important; +} +.hover\:bg-cyan-400:hover { + background-color: var(--cyan-400) !important; +} +.hover\:bg-cyan-500:hover { + background-color: var(--cyan-500) !important; +} +.hover\:bg-cyan-600:hover { + background-color: var(--cyan-600) !important; +} +.hover\:bg-cyan-700:hover { + background-color: var(--cyan-700) !important; +} +.hover\:bg-cyan-800:hover { + background-color: var(--cyan-800) !important; +} +.hover\:bg-cyan-900:hover { + background-color: var(--cyan-900) !important; +} +.active\:bg-cyan-50:active { + background-color: var(--cyan-50) !important; +} +.active\:bg-cyan-100:active { + background-color: var(--cyan-100) !important; +} +.active\:bg-cyan-200:active { + background-color: var(--cyan-200) !important; +} +.active\:bg-cyan-300:active { + background-color: var(--cyan-300) !important; +} +.active\:bg-cyan-400:active { + background-color: var(--cyan-400) !important; +} +.active\:bg-cyan-500:active { + background-color: var(--cyan-500) !important; +} +.active\:bg-cyan-600:active { + background-color: var(--cyan-600) !important; +} +.active\:bg-cyan-700:active { + background-color: var(--cyan-700) !important; +} +.active\:bg-cyan-800:active { + background-color: var(--cyan-800) !important; +} +.active\:bg-cyan-900:active { + background-color: var(--cyan-900) !important; +} +.bg-pink-50 { + background-color: var(--pink-50) !important; +} +.bg-pink-100 { + background-color: var(--pink-100) !important; +} +.bg-pink-200 { + background-color: var(--pink-200) !important; +} +.bg-pink-300 { + background-color: var(--pink-300) !important; +} +.bg-pink-400 { + background-color: var(--pink-400) !important; +} +.bg-pink-500 { + background-color: var(--pink-500) !important; +} +.bg-pink-600 { + background-color: var(--pink-600) !important; +} +.bg-pink-700 { + background-color: var(--pink-700) !important; +} +.bg-pink-800 { + background-color: var(--pink-800) !important; +} +.bg-pink-900 { + background-color: var(--pink-900) !important; +} +.focus\:bg-pink-50:focus { + background-color: var(--pink-50) !important; +} +.focus\:bg-pink-100:focus { + background-color: var(--pink-100) !important; +} +.focus\:bg-pink-200:focus { + background-color: var(--pink-200) !important; +} +.focus\:bg-pink-300:focus { + background-color: var(--pink-300) !important; +} +.focus\:bg-pink-400:focus { + background-color: var(--pink-400) !important; +} +.focus\:bg-pink-500:focus { + background-color: var(--pink-500) !important; +} +.focus\:bg-pink-600:focus { + background-color: var(--pink-600) !important; +} +.focus\:bg-pink-700:focus { + background-color: var(--pink-700) !important; +} +.focus\:bg-pink-800:focus { + background-color: var(--pink-800) !important; +} +.focus\:bg-pink-900:focus { + background-color: var(--pink-900) !important; +} +.hover\:bg-pink-50:hover { + background-color: var(--pink-50) !important; +} +.hover\:bg-pink-100:hover { + background-color: var(--pink-100) !important; +} +.hover\:bg-pink-200:hover { + background-color: var(--pink-200) !important; +} +.hover\:bg-pink-300:hover { + background-color: var(--pink-300) !important; +} +.hover\:bg-pink-400:hover { + background-color: var(--pink-400) !important; +} +.hover\:bg-pink-500:hover { + background-color: var(--pink-500) !important; +} +.hover\:bg-pink-600:hover { + background-color: var(--pink-600) !important; +} +.hover\:bg-pink-700:hover { + background-color: var(--pink-700) !important; +} +.hover\:bg-pink-800:hover { + background-color: var(--pink-800) !important; +} +.hover\:bg-pink-900:hover { + background-color: var(--pink-900) !important; +} +.active\:bg-pink-50:active { + background-color: var(--pink-50) !important; +} +.active\:bg-pink-100:active { + background-color: var(--pink-100) !important; +} +.active\:bg-pink-200:active { + background-color: var(--pink-200) !important; +} +.active\:bg-pink-300:active { + background-color: var(--pink-300) !important; +} +.active\:bg-pink-400:active { + background-color: var(--pink-400) !important; +} +.active\:bg-pink-500:active { + background-color: var(--pink-500) !important; +} +.active\:bg-pink-600:active { + background-color: var(--pink-600) !important; +} +.active\:bg-pink-700:active { + background-color: var(--pink-700) !important; +} +.active\:bg-pink-800:active { + background-color: var(--pink-800) !important; +} +.active\:bg-pink-900:active { + background-color: var(--pink-900) !important; +} +.bg-indigo-50 { + background-color: var(--indigo-50) !important; +} +.bg-indigo-100 { + background-color: var(--indigo-100) !important; +} +.bg-indigo-200 { + background-color: var(--indigo-200) !important; +} +.bg-indigo-300 { + background-color: var(--indigo-300) !important; +} +.bg-indigo-400 { + background-color: var(--indigo-400) !important; +} +.bg-indigo-500 { + background-color: var(--indigo-500) !important; +} +.bg-indigo-600 { + background-color: var(--indigo-600) !important; +} +.bg-indigo-700 { + background-color: var(--indigo-700) !important; +} +.bg-indigo-800 { + background-color: var(--indigo-800) !important; +} +.bg-indigo-900 { + background-color: var(--indigo-900) !important; +} +.focus\:bg-indigo-50:focus { + background-color: var(--indigo-50) !important; +} +.focus\:bg-indigo-100:focus { + background-color: var(--indigo-100) !important; +} +.focus\:bg-indigo-200:focus { + background-color: var(--indigo-200) !important; +} +.focus\:bg-indigo-300:focus { + background-color: var(--indigo-300) !important; +} +.focus\:bg-indigo-400:focus { + background-color: var(--indigo-400) !important; +} +.focus\:bg-indigo-500:focus { + background-color: var(--indigo-500) !important; +} +.focus\:bg-indigo-600:focus { + background-color: var(--indigo-600) !important; +} +.focus\:bg-indigo-700:focus { + background-color: var(--indigo-700) !important; +} +.focus\:bg-indigo-800:focus { + background-color: var(--indigo-800) !important; +} +.focus\:bg-indigo-900:focus { + background-color: var(--indigo-900) !important; +} +.hover\:bg-indigo-50:hover { + background-color: var(--indigo-50) !important; +} +.hover\:bg-indigo-100:hover { + background-color: var(--indigo-100) !important; +} +.hover\:bg-indigo-200:hover { + background-color: var(--indigo-200) !important; +} +.hover\:bg-indigo-300:hover { + background-color: var(--indigo-300) !important; +} +.hover\:bg-indigo-400:hover { + background-color: var(--indigo-400) !important; +} +.hover\:bg-indigo-500:hover { + background-color: var(--indigo-500) !important; +} +.hover\:bg-indigo-600:hover { + background-color: var(--indigo-600) !important; +} +.hover\:bg-indigo-700:hover { + background-color: var(--indigo-700) !important; +} +.hover\:bg-indigo-800:hover { + background-color: var(--indigo-800) !important; +} +.hover\:bg-indigo-900:hover { + background-color: var(--indigo-900) !important; +} +.active\:bg-indigo-50:active { + background-color: var(--indigo-50) !important; +} +.active\:bg-indigo-100:active { + background-color: var(--indigo-100) !important; +} +.active\:bg-indigo-200:active { + background-color: var(--indigo-200) !important; +} +.active\:bg-indigo-300:active { + background-color: var(--indigo-300) !important; +} +.active\:bg-indigo-400:active { + background-color: var(--indigo-400) !important; +} +.active\:bg-indigo-500:active { + background-color: var(--indigo-500) !important; +} +.active\:bg-indigo-600:active { + background-color: var(--indigo-600) !important; +} +.active\:bg-indigo-700:active { + background-color: var(--indigo-700) !important; +} +.active\:bg-indigo-800:active { + background-color: var(--indigo-800) !important; +} +.active\:bg-indigo-900:active { + background-color: var(--indigo-900) !important; +} +.bg-teal-50 { + background-color: var(--teal-50) !important; +} +.bg-teal-100 { + background-color: var(--teal-100) !important; +} +.bg-teal-200 { + background-color: var(--teal-200) !important; +} +.bg-teal-300 { + background-color: var(--teal-300) !important; +} +.bg-teal-400 { + background-color: var(--teal-400) !important; +} +.bg-teal-500 { + background-color: var(--teal-500) !important; +} +.bg-teal-600 { + background-color: var(--teal-600) !important; +} +.bg-teal-700 { + background-color: var(--teal-700) !important; +} +.bg-teal-800 { + background-color: var(--teal-800) !important; +} +.bg-teal-900 { + background-color: var(--teal-900) !important; +} +.focus\:bg-teal-50:focus { + background-color: var(--teal-50) !important; +} +.focus\:bg-teal-100:focus { + background-color: var(--teal-100) !important; +} +.focus\:bg-teal-200:focus { + background-color: var(--teal-200) !important; +} +.focus\:bg-teal-300:focus { + background-color: var(--teal-300) !important; +} +.focus\:bg-teal-400:focus { + background-color: var(--teal-400) !important; +} +.focus\:bg-teal-500:focus { + background-color: var(--teal-500) !important; +} +.focus\:bg-teal-600:focus { + background-color: var(--teal-600) !important; +} +.focus\:bg-teal-700:focus { + background-color: var(--teal-700) !important; +} +.focus\:bg-teal-800:focus { + background-color: var(--teal-800) !important; +} +.focus\:bg-teal-900:focus { + background-color: var(--teal-900) !important; +} +.hover\:bg-teal-50:hover { + background-color: var(--teal-50) !important; +} +.hover\:bg-teal-100:hover { + background-color: var(--teal-100) !important; +} +.hover\:bg-teal-200:hover { + background-color: var(--teal-200) !important; +} +.hover\:bg-teal-300:hover { + background-color: var(--teal-300) !important; +} +.hover\:bg-teal-400:hover { + background-color: var(--teal-400) !important; +} +.hover\:bg-teal-500:hover { + background-color: var(--teal-500) !important; +} +.hover\:bg-teal-600:hover { + background-color: var(--teal-600) !important; +} +.hover\:bg-teal-700:hover { + background-color: var(--teal-700) !important; +} +.hover\:bg-teal-800:hover { + background-color: var(--teal-800) !important; +} +.hover\:bg-teal-900:hover { + background-color: var(--teal-900) !important; +} +.active\:bg-teal-50:active { + background-color: var(--teal-50) !important; +} +.active\:bg-teal-100:active { + background-color: var(--teal-100) !important; +} +.active\:bg-teal-200:active { + background-color: var(--teal-200) !important; +} +.active\:bg-teal-300:active { + background-color: var(--teal-300) !important; +} +.active\:bg-teal-400:active { + background-color: var(--teal-400) !important; +} +.active\:bg-teal-500:active { + background-color: var(--teal-500) !important; +} +.active\:bg-teal-600:active { + background-color: var(--teal-600) !important; +} +.active\:bg-teal-700:active { + background-color: var(--teal-700) !important; +} +.active\:bg-teal-800:active { + background-color: var(--teal-800) !important; +} +.active\:bg-teal-900:active { + background-color: var(--teal-900) !important; +} +.bg-orange-50 { + background-color: var(--orange-50) !important; +} +.bg-orange-100 { + background-color: var(--orange-100) !important; +} +.bg-orange-200 { + background-color: var(--orange-200) !important; +} +.bg-orange-300 { + background-color: var(--orange-300) !important; +} +.bg-orange-400 { + background-color: var(--orange-400) !important; +} +.bg-orange-500 { + background-color: var(--orange-500) !important; +} +.bg-orange-600 { + background-color: var(--orange-600) !important; +} +.bg-orange-700 { + background-color: var(--orange-700) !important; +} +.bg-orange-800 { + background-color: var(--orange-800) !important; +} +.bg-orange-900 { + background-color: var(--orange-900) !important; +} +.focus\:bg-orange-50:focus { + background-color: var(--orange-50) !important; +} +.focus\:bg-orange-100:focus { + background-color: var(--orange-100) !important; +} +.focus\:bg-orange-200:focus { + background-color: var(--orange-200) !important; +} +.focus\:bg-orange-300:focus { + background-color: var(--orange-300) !important; +} +.focus\:bg-orange-400:focus { + background-color: var(--orange-400) !important; +} +.focus\:bg-orange-500:focus { + background-color: var(--orange-500) !important; +} +.focus\:bg-orange-600:focus { + background-color: var(--orange-600) !important; +} +.focus\:bg-orange-700:focus { + background-color: var(--orange-700) !important; +} +.focus\:bg-orange-800:focus { + background-color: var(--orange-800) !important; +} +.focus\:bg-orange-900:focus { + background-color: var(--orange-900) !important; +} +.hover\:bg-orange-50:hover { + background-color: var(--orange-50) !important; +} +.hover\:bg-orange-100:hover { + background-color: var(--orange-100) !important; +} +.hover\:bg-orange-200:hover { + background-color: var(--orange-200) !important; +} +.hover\:bg-orange-300:hover { + background-color: var(--orange-300) !important; +} +.hover\:bg-orange-400:hover { + background-color: var(--orange-400) !important; +} +.hover\:bg-orange-500:hover { + background-color: var(--orange-500) !important; +} +.hover\:bg-orange-600:hover { + background-color: var(--orange-600) !important; +} +.hover\:bg-orange-700:hover { + background-color: var(--orange-700) !important; +} +.hover\:bg-orange-800:hover { + background-color: var(--orange-800) !important; +} +.hover\:bg-orange-900:hover { + background-color: var(--orange-900) !important; +} +.active\:bg-orange-50:active { + background-color: var(--orange-50) !important; +} +.active\:bg-orange-100:active { + background-color: var(--orange-100) !important; +} +.active\:bg-orange-200:active { + background-color: var(--orange-200) !important; +} +.active\:bg-orange-300:active { + background-color: var(--orange-300) !important; +} +.active\:bg-orange-400:active { + background-color: var(--orange-400) !important; +} +.active\:bg-orange-500:active { + background-color: var(--orange-500) !important; +} +.active\:bg-orange-600:active { + background-color: var(--orange-600) !important; +} +.active\:bg-orange-700:active { + background-color: var(--orange-700) !important; +} +.active\:bg-orange-800:active { + background-color: var(--orange-800) !important; +} +.active\:bg-orange-900:active { + background-color: var(--orange-900) !important; +} +.bg-bluegray-50 { + background-color: var(--bluegray-50) !important; +} +.bg-bluegray-100 { + background-color: var(--bluegray-100) !important; +} +.bg-bluegray-200 { + background-color: var(--bluegray-200) !important; +} +.bg-bluegray-300 { + background-color: var(--bluegray-300) !important; +} +.bg-bluegray-400 { + background-color: var(--bluegray-400) !important; +} +.bg-bluegray-500 { + background-color: var(--bluegray-500) !important; +} +.bg-bluegray-600 { + background-color: var(--bluegray-600) !important; +} +.bg-bluegray-700 { + background-color: var(--bluegray-700) !important; +} +.bg-bluegray-800 { + background-color: var(--bluegray-800) !important; +} +.bg-bluegray-900 { + background-color: var(--bluegray-900) !important; +} +.focus\:bg-bluegray-50:focus { + background-color: var(--bluegray-50) !important; +} +.focus\:bg-bluegray-100:focus { + background-color: var(--bluegray-100) !important; +} +.focus\:bg-bluegray-200:focus { + background-color: var(--bluegray-200) !important; +} +.focus\:bg-bluegray-300:focus { + background-color: var(--bluegray-300) !important; +} +.focus\:bg-bluegray-400:focus { + background-color: var(--bluegray-400) !important; +} +.focus\:bg-bluegray-500:focus { + background-color: var(--bluegray-500) !important; +} +.focus\:bg-bluegray-600:focus { + background-color: var(--bluegray-600) !important; +} +.focus\:bg-bluegray-700:focus { + background-color: var(--bluegray-700) !important; +} +.focus\:bg-bluegray-800:focus { + background-color: var(--bluegray-800) !important; +} +.focus\:bg-bluegray-900:focus { + background-color: var(--bluegray-900) !important; +} +.hover\:bg-bluegray-50:hover { + background-color: var(--bluegray-50) !important; +} +.hover\:bg-bluegray-100:hover { + background-color: var(--bluegray-100) !important; +} +.hover\:bg-bluegray-200:hover { + background-color: var(--bluegray-200) !important; +} +.hover\:bg-bluegray-300:hover { + background-color: var(--bluegray-300) !important; +} +.hover\:bg-bluegray-400:hover { + background-color: var(--bluegray-400) !important; +} +.hover\:bg-bluegray-500:hover { + background-color: var(--bluegray-500) !important; +} +.hover\:bg-bluegray-600:hover { + background-color: var(--bluegray-600) !important; +} +.hover\:bg-bluegray-700:hover { + background-color: var(--bluegray-700) !important; +} +.hover\:bg-bluegray-800:hover { + background-color: var(--bluegray-800) !important; +} +.hover\:bg-bluegray-900:hover { + background-color: var(--bluegray-900) !important; +} +.active\:bg-bluegray-50:active { + background-color: var(--bluegray-50) !important; +} +.active\:bg-bluegray-100:active { + background-color: var(--bluegray-100) !important; +} +.active\:bg-bluegray-200:active { + background-color: var(--bluegray-200) !important; +} +.active\:bg-bluegray-300:active { + background-color: var(--bluegray-300) !important; +} +.active\:bg-bluegray-400:active { + background-color: var(--bluegray-400) !important; +} +.active\:bg-bluegray-500:active { + background-color: var(--bluegray-500) !important; +} +.active\:bg-bluegray-600:active { + background-color: var(--bluegray-600) !important; +} +.active\:bg-bluegray-700:active { + background-color: var(--bluegray-700) !important; +} +.active\:bg-bluegray-800:active { + background-color: var(--bluegray-800) !important; +} +.active\:bg-bluegray-900:active { + background-color: var(--bluegray-900) !important; +} +.bg-purple-50 { + background-color: var(--purple-50) !important; +} +.bg-purple-100 { + background-color: var(--purple-100) !important; +} +.bg-purple-200 { + background-color: var(--purple-200) !important; +} +.bg-purple-300 { + background-color: var(--purple-300) !important; +} +.bg-purple-400 { + background-color: var(--purple-400) !important; +} +.bg-purple-500 { + background-color: var(--purple-500) !important; +} +.bg-purple-600 { + background-color: var(--purple-600) !important; +} +.bg-purple-700 { + background-color: var(--purple-700) !important; +} +.bg-purple-800 { + background-color: var(--purple-800) !important; +} +.bg-purple-900 { + background-color: var(--purple-900) !important; +} +.focus\:bg-purple-50:focus { + background-color: var(--purple-50) !important; +} +.focus\:bg-purple-100:focus { + background-color: var(--purple-100) !important; +} +.focus\:bg-purple-200:focus { + background-color: var(--purple-200) !important; +} +.focus\:bg-purple-300:focus { + background-color: var(--purple-300) !important; +} +.focus\:bg-purple-400:focus { + background-color: var(--purple-400) !important; +} +.focus\:bg-purple-500:focus { + background-color: var(--purple-500) !important; +} +.focus\:bg-purple-600:focus { + background-color: var(--purple-600) !important; +} +.focus\:bg-purple-700:focus { + background-color: var(--purple-700) !important; +} +.focus\:bg-purple-800:focus { + background-color: var(--purple-800) !important; +} +.focus\:bg-purple-900:focus { + background-color: var(--purple-900) !important; +} +.hover\:bg-purple-50:hover { + background-color: var(--purple-50) !important; +} +.hover\:bg-purple-100:hover { + background-color: var(--purple-100) !important; +} +.hover\:bg-purple-200:hover { + background-color: var(--purple-200) !important; +} +.hover\:bg-purple-300:hover { + background-color: var(--purple-300) !important; +} +.hover\:bg-purple-400:hover { + background-color: var(--purple-400) !important; +} +.hover\:bg-purple-500:hover { + background-color: var(--purple-500) !important; +} +.hover\:bg-purple-600:hover { + background-color: var(--purple-600) !important; +} +.hover\:bg-purple-700:hover { + background-color: var(--purple-700) !important; +} +.hover\:bg-purple-800:hover { + background-color: var(--purple-800) !important; +} +.hover\:bg-purple-900:hover { + background-color: var(--purple-900) !important; +} +.active\:bg-purple-50:active { + background-color: var(--purple-50) !important; +} +.active\:bg-purple-100:active { + background-color: var(--purple-100) !important; +} +.active\:bg-purple-200:active { + background-color: var(--purple-200) !important; +} +.active\:bg-purple-300:active { + background-color: var(--purple-300) !important; +} +.active\:bg-purple-400:active { + background-color: var(--purple-400) !important; +} +.active\:bg-purple-500:active { + background-color: var(--purple-500) !important; +} +.active\:bg-purple-600:active { + background-color: var(--purple-600) !important; +} +.active\:bg-purple-700:active { + background-color: var(--purple-700) !important; +} +.active\:bg-purple-800:active { + background-color: var(--purple-800) !important; +} +.active\:bg-purple-900:active { + background-color: var(--purple-900) !important; +} +.bg-gray-50 { + background-color: var(--gray-50) !important; +} +.bg-gray-100 { + background-color: var(--gray-100) !important; +} +.bg-gray-200 { + background-color: var(--gray-200) !important; +} +.bg-gray-300 { + background-color: var(--gray-300) !important; +} +.bg-gray-400 { + background-color: var(--gray-400) !important; +} +.bg-gray-500 { + background-color: var(--gray-500) !important; +} +.bg-gray-600 { + background-color: var(--gray-600) !important; +} +.bg-gray-700 { + background-color: var(--gray-700) !important; +} +.bg-gray-800 { + background-color: var(--gray-800) !important; +} +.bg-gray-900 { + background-color: var(--gray-900) !important; +} +.focus\:bg-gray-50:focus { + background-color: var(--gray-50) !important; +} +.focus\:bg-gray-100:focus { + background-color: var(--gray-100) !important; +} +.focus\:bg-gray-200:focus { + background-color: var(--gray-200) !important; +} +.focus\:bg-gray-300:focus { + background-color: var(--gray-300) !important; +} +.focus\:bg-gray-400:focus { + background-color: var(--gray-400) !important; +} +.focus\:bg-gray-500:focus { + background-color: var(--gray-500) !important; +} +.focus\:bg-gray-600:focus { + background-color: var(--gray-600) !important; +} +.focus\:bg-gray-700:focus { + background-color: var(--gray-700) !important; +} +.focus\:bg-gray-800:focus { + background-color: var(--gray-800) !important; +} +.focus\:bg-gray-900:focus { + background-color: var(--gray-900) !important; +} +.hover\:bg-gray-50:hover { + background-color: var(--gray-50) !important; +} +.hover\:bg-gray-100:hover { + background-color: var(--gray-100) !important; +} +.hover\:bg-gray-200:hover { + background-color: var(--gray-200) !important; +} +.hover\:bg-gray-300:hover { + background-color: var(--gray-300) !important; +} +.hover\:bg-gray-400:hover { + background-color: var(--gray-400) !important; +} +.hover\:bg-gray-500:hover { + background-color: var(--gray-500) !important; +} +.hover\:bg-gray-600:hover { + background-color: var(--gray-600) !important; +} +.hover\:bg-gray-700:hover { + background-color: var(--gray-700) !important; +} +.hover\:bg-gray-800:hover { + background-color: var(--gray-800) !important; +} +.hover\:bg-gray-900:hover { + background-color: var(--gray-900) !important; +} +.active\:bg-gray-50:active { + background-color: var(--gray-50) !important; +} +.active\:bg-gray-100:active { + background-color: var(--gray-100) !important; +} +.active\:bg-gray-200:active { + background-color: var(--gray-200) !important; +} +.active\:bg-gray-300:active { + background-color: var(--gray-300) !important; +} +.active\:bg-gray-400:active { + background-color: var(--gray-400) !important; +} +.active\:bg-gray-500:active { + background-color: var(--gray-500) !important; +} +.active\:bg-gray-600:active { + background-color: var(--gray-600) !important; +} +.active\:bg-gray-700:active { + background-color: var(--gray-700) !important; +} +.active\:bg-gray-800:active { + background-color: var(--gray-800) !important; +} +.active\:bg-gray-900:active { + background-color: var(--gray-900) !important; +} +.bg-red-50 { + background-color: var(--red-50) !important; +} +.bg-red-100 { + background-color: var(--red-100) !important; +} +.bg-red-200 { + background-color: var(--red-200) !important; +} +.bg-red-300 { + background-color: var(--red-300) !important; +} +.bg-red-400 { + background-color: var(--red-400) !important; +} +.bg-red-500 { + background-color: var(--red-500) !important; +} +.bg-red-600 { + background-color: var(--red-600) !important; +} +.bg-red-700 { + background-color: var(--red-700) !important; +} +.bg-red-800 { + background-color: var(--red-800) !important; +} +.bg-red-900 { + background-color: var(--red-900) !important; +} +.focus\:bg-red-50:focus { + background-color: var(--red-50) !important; +} +.focus\:bg-red-100:focus { + background-color: var(--red-100) !important; +} +.focus\:bg-red-200:focus { + background-color: var(--red-200) !important; +} +.focus\:bg-red-300:focus { + background-color: var(--red-300) !important; +} +.focus\:bg-red-400:focus { + background-color: var(--red-400) !important; +} +.focus\:bg-red-500:focus { + background-color: var(--red-500) !important; +} +.focus\:bg-red-600:focus { + background-color: var(--red-600) !important; +} +.focus\:bg-red-700:focus { + background-color: var(--red-700) !important; +} +.focus\:bg-red-800:focus { + background-color: var(--red-800) !important; +} +.focus\:bg-red-900:focus { + background-color: var(--red-900) !important; +} +.hover\:bg-red-50:hover { + background-color: var(--red-50) !important; +} +.hover\:bg-red-100:hover { + background-color: var(--red-100) !important; +} +.hover\:bg-red-200:hover { + background-color: var(--red-200) !important; +} +.hover\:bg-red-300:hover { + background-color: var(--red-300) !important; +} +.hover\:bg-red-400:hover { + background-color: var(--red-400) !important; +} +.hover\:bg-red-500:hover { + background-color: var(--red-500) !important; +} +.hover\:bg-red-600:hover { + background-color: var(--red-600) !important; +} +.hover\:bg-red-700:hover { + background-color: var(--red-700) !important; +} +.hover\:bg-red-800:hover { + background-color: var(--red-800) !important; +} +.hover\:bg-red-900:hover { + background-color: var(--red-900) !important; +} +.active\:bg-red-50:active { + background-color: var(--red-50) !important; +} +.active\:bg-red-100:active { + background-color: var(--red-100) !important; +} +.active\:bg-red-200:active { + background-color: var(--red-200) !important; +} +.active\:bg-red-300:active { + background-color: var(--red-300) !important; +} +.active\:bg-red-400:active { + background-color: var(--red-400) !important; +} +.active\:bg-red-500:active { + background-color: var(--red-500) !important; +} +.active\:bg-red-600:active { + background-color: var(--red-600) !important; +} +.active\:bg-red-700:active { + background-color: var(--red-700) !important; +} +.active\:bg-red-800:active { + background-color: var(--red-800) !important; +} +.active\:bg-red-900:active { + background-color: var(--red-900) !important; +} +.bg-primary-50 { + background-color: var(--primary-50) !important; +} +.bg-primary-100 { + background-color: var(--primary-100) !important; +} +.bg-primary-200 { + background-color: var(--primary-200) !important; +} +.bg-primary-300 { + background-color: var(--primary-300) !important; +} +.bg-primary-400 { + background-color: var(--primary-400) !important; +} +.bg-primary-500 { + background-color: var(--primary-500) !important; +} +.bg-primary-600 { + background-color: var(--primary-600) !important; +} +.bg-primary-700 { + background-color: var(--primary-700) !important; +} +.bg-primary-800 { + background-color: var(--primary-800) !important; +} +.bg-primary-900 { + background-color: var(--primary-900) !important; +} +.focus\:bg-primary-50:focus { + background-color: var(--primary-50) !important; +} +.focus\:bg-primary-100:focus { + background-color: var(--primary-100) !important; +} +.focus\:bg-primary-200:focus { + background-color: var(--primary-200) !important; +} +.focus\:bg-primary-300:focus { + background-color: var(--primary-300) !important; +} +.focus\:bg-primary-400:focus { + background-color: var(--primary-400) !important; +} +.focus\:bg-primary-500:focus { + background-color: var(--primary-500) !important; +} +.focus\:bg-primary-600:focus { + background-color: var(--primary-600) !important; +} +.focus\:bg-primary-700:focus { + background-color: var(--primary-700) !important; +} +.focus\:bg-primary-800:focus { + background-color: var(--primary-800) !important; +} +.focus\:bg-primary-900:focus { + background-color: var(--primary-900) !important; +} +.hover\:bg-primary-50:hover { + background-color: var(--primary-50) !important; +} +.hover\:bg-primary-100:hover { + background-color: var(--primary-100) !important; +} +.hover\:bg-primary-200:hover { + background-color: var(--primary-200) !important; +} +.hover\:bg-primary-300:hover { + background-color: var(--primary-300) !important; +} +.hover\:bg-primary-400:hover { + background-color: var(--primary-400) !important; +} +.hover\:bg-primary-500:hover { + background-color: var(--primary-500) !important; +} +.hover\:bg-primary-600:hover { + background-color: var(--primary-600) !important; +} +.hover\:bg-primary-700:hover { + background-color: var(--primary-700) !important; +} +.hover\:bg-primary-800:hover { + background-color: var(--primary-800) !important; +} +.hover\:bg-primary-900:hover { + background-color: var(--primary-900) !important; +} +.active\:bg-primary-50:active { + background-color: var(--primary-50) !important; +} +.active\:bg-primary-100:active { + background-color: var(--primary-100) !important; +} +.active\:bg-primary-200:active { + background-color: var(--primary-200) !important; +} +.active\:bg-primary-300:active { + background-color: var(--primary-300) !important; +} +.active\:bg-primary-400:active { + background-color: var(--primary-400) !important; +} +.active\:bg-primary-500:active { + background-color: var(--primary-500) !important; +} +.active\:bg-primary-600:active { + background-color: var(--primary-600) !important; +} +.active\:bg-primary-700:active { + background-color: var(--primary-700) !important; +} +.active\:bg-primary-800:active { + background-color: var(--primary-800) !important; +} +.active\:bg-primary-900:active { + background-color: var(--primary-900) !important; +} +.border-blue-50 { + border-color: var(--blue-50) !important; +} +.border-blue-100 { + border-color: var(--blue-100) !important; +} +.border-blue-200 { + border-color: var(--blue-200) !important; +} +.border-blue-300 { + border-color: var(--blue-300) !important; +} +.border-blue-400 { + border-color: var(--blue-400) !important; +} +.border-blue-500 { + border-color: var(--blue-500) !important; +} +.border-blue-600 { + border-color: var(--blue-600) !important; +} +.border-blue-700 { + border-color: var(--blue-700) !important; +} +.border-blue-800 { + border-color: var(--blue-800) !important; +} +.border-blue-900 { + border-color: var(--blue-900) !important; +} +.focus\:border-blue-50:focus { + border-color: var(--blue-50) !important; +} +.focus\:border-blue-100:focus { + border-color: var(--blue-100) !important; +} +.focus\:border-blue-200:focus { + border-color: var(--blue-200) !important; +} +.focus\:border-blue-300:focus { + border-color: var(--blue-300) !important; +} +.focus\:border-blue-400:focus { + border-color: var(--blue-400) !important; +} +.focus\:border-blue-500:focus { + border-color: var(--blue-500) !important; +} +.focus\:border-blue-600:focus { + border-color: var(--blue-600) !important; +} +.focus\:border-blue-700:focus { + border-color: var(--blue-700) !important; +} +.focus\:border-blue-800:focus { + border-color: var(--blue-800) !important; +} +.focus\:border-blue-900:focus { + border-color: var(--blue-900) !important; +} +.hover\:border-blue-50:hover { + border-color: var(--blue-50) !important; +} +.hover\:border-blue-100:hover { + border-color: var(--blue-100) !important; +} +.hover\:border-blue-200:hover { + border-color: var(--blue-200) !important; +} +.hover\:border-blue-300:hover { + border-color: var(--blue-300) !important; +} +.hover\:border-blue-400:hover { + border-color: var(--blue-400) !important; +} +.hover\:border-blue-500:hover { + border-color: var(--blue-500) !important; +} +.hover\:border-blue-600:hover { + border-color: var(--blue-600) !important; +} +.hover\:border-blue-700:hover { + border-color: var(--blue-700) !important; +} +.hover\:border-blue-800:hover { + border-color: var(--blue-800) !important; +} +.hover\:border-blue-900:hover { + border-color: var(--blue-900) !important; +} +.active\:border-blue-50:active { + border-color: var(--blue-50) !important; +} +.active\:border-blue-100:active { + border-color: var(--blue-100) !important; +} +.active\:border-blue-200:active { + border-color: var(--blue-200) !important; +} +.active\:border-blue-300:active { + border-color: var(--blue-300) !important; +} +.active\:border-blue-400:active { + border-color: var(--blue-400) !important; +} +.active\:border-blue-500:active { + border-color: var(--blue-500) !important; +} +.active\:border-blue-600:active { + border-color: var(--blue-600) !important; +} +.active\:border-blue-700:active { + border-color: var(--blue-700) !important; +} +.active\:border-blue-800:active { + border-color: var(--blue-800) !important; +} +.active\:border-blue-900:active { + border-color: var(--blue-900) !important; +} +.border-green-50 { + border-color: var(--green-50) !important; +} +.border-green-100 { + border-color: var(--green-100) !important; +} +.border-green-200 { + border-color: var(--green-200) !important; +} +.border-green-300 { + border-color: var(--green-300) !important; +} +.border-green-400 { + border-color: var(--green-400) !important; +} +.border-green-500 { + border-color: var(--green-500) !important; +} +.border-green-600 { + border-color: var(--green-600) !important; +} +.border-green-700 { + border-color: var(--green-700) !important; +} +.border-green-800 { + border-color: var(--green-800) !important; +} +.border-green-900 { + border-color: var(--green-900) !important; +} +.focus\:border-green-50:focus { + border-color: var(--green-50) !important; +} +.focus\:border-green-100:focus { + border-color: var(--green-100) !important; +} +.focus\:border-green-200:focus { + border-color: var(--green-200) !important; +} +.focus\:border-green-300:focus { + border-color: var(--green-300) !important; +} +.focus\:border-green-400:focus { + border-color: var(--green-400) !important; +} +.focus\:border-green-500:focus { + border-color: var(--green-500) !important; +} +.focus\:border-green-600:focus { + border-color: var(--green-600) !important; +} +.focus\:border-green-700:focus { + border-color: var(--green-700) !important; +} +.focus\:border-green-800:focus { + border-color: var(--green-800) !important; +} +.focus\:border-green-900:focus { + border-color: var(--green-900) !important; +} +.hover\:border-green-50:hover { + border-color: var(--green-50) !important; +} +.hover\:border-green-100:hover { + border-color: var(--green-100) !important; +} +.hover\:border-green-200:hover { + border-color: var(--green-200) !important; +} +.hover\:border-green-300:hover { + border-color: var(--green-300) !important; +} +.hover\:border-green-400:hover { + border-color: var(--green-400) !important; +} +.hover\:border-green-500:hover { + border-color: var(--green-500) !important; +} +.hover\:border-green-600:hover { + border-color: var(--green-600) !important; +} +.hover\:border-green-700:hover { + border-color: var(--green-700) !important; +} +.hover\:border-green-800:hover { + border-color: var(--green-800) !important; +} +.hover\:border-green-900:hover { + border-color: var(--green-900) !important; +} +.active\:border-green-50:active { + border-color: var(--green-50) !important; +} +.active\:border-green-100:active { + border-color: var(--green-100) !important; +} +.active\:border-green-200:active { + border-color: var(--green-200) !important; +} +.active\:border-green-300:active { + border-color: var(--green-300) !important; +} +.active\:border-green-400:active { + border-color: var(--green-400) !important; +} +.active\:border-green-500:active { + border-color: var(--green-500) !important; +} +.active\:border-green-600:active { + border-color: var(--green-600) !important; +} +.active\:border-green-700:active { + border-color: var(--green-700) !important; +} +.active\:border-green-800:active { + border-color: var(--green-800) !important; +} +.active\:border-green-900:active { + border-color: var(--green-900) !important; +} +.border-yellow-50 { + border-color: var(--yellow-50) !important; +} +.border-yellow-100 { + border-color: var(--yellow-100) !important; +} +.border-yellow-200 { + border-color: var(--yellow-200) !important; +} +.border-yellow-300 { + border-color: var(--yellow-300) !important; +} +.border-yellow-400 { + border-color: var(--yellow-400) !important; +} +.border-yellow-500 { + border-color: var(--yellow-500) !important; +} +.border-yellow-600 { + border-color: var(--yellow-600) !important; +} +.border-yellow-700 { + border-color: var(--yellow-700) !important; +} +.border-yellow-800 { + border-color: var(--yellow-800) !important; +} +.border-yellow-900 { + border-color: var(--yellow-900) !important; +} +.focus\:border-yellow-50:focus { + border-color: var(--yellow-50) !important; +} +.focus\:border-yellow-100:focus { + border-color: var(--yellow-100) !important; +} +.focus\:border-yellow-200:focus { + border-color: var(--yellow-200) !important; +} +.focus\:border-yellow-300:focus { + border-color: var(--yellow-300) !important; +} +.focus\:border-yellow-400:focus { + border-color: var(--yellow-400) !important; +} +.focus\:border-yellow-500:focus { + border-color: var(--yellow-500) !important; +} +.focus\:border-yellow-600:focus { + border-color: var(--yellow-600) !important; +} +.focus\:border-yellow-700:focus { + border-color: var(--yellow-700) !important; +} +.focus\:border-yellow-800:focus { + border-color: var(--yellow-800) !important; +} +.focus\:border-yellow-900:focus { + border-color: var(--yellow-900) !important; +} +.hover\:border-yellow-50:hover { + border-color: var(--yellow-50) !important; +} +.hover\:border-yellow-100:hover { + border-color: var(--yellow-100) !important; +} +.hover\:border-yellow-200:hover { + border-color: var(--yellow-200) !important; +} +.hover\:border-yellow-300:hover { + border-color: var(--yellow-300) !important; +} +.hover\:border-yellow-400:hover { + border-color: var(--yellow-400) !important; +} +.hover\:border-yellow-500:hover { + border-color: var(--yellow-500) !important; +} +.hover\:border-yellow-600:hover { + border-color: var(--yellow-600) !important; +} +.hover\:border-yellow-700:hover { + border-color: var(--yellow-700) !important; +} +.hover\:border-yellow-800:hover { + border-color: var(--yellow-800) !important; +} +.hover\:border-yellow-900:hover { + border-color: var(--yellow-900) !important; +} +.active\:border-yellow-50:active { + border-color: var(--yellow-50) !important; +} +.active\:border-yellow-100:active { + border-color: var(--yellow-100) !important; +} +.active\:border-yellow-200:active { + border-color: var(--yellow-200) !important; +} +.active\:border-yellow-300:active { + border-color: var(--yellow-300) !important; +} +.active\:border-yellow-400:active { + border-color: var(--yellow-400) !important; +} +.active\:border-yellow-500:active { + border-color: var(--yellow-500) !important; +} +.active\:border-yellow-600:active { + border-color: var(--yellow-600) !important; +} +.active\:border-yellow-700:active { + border-color: var(--yellow-700) !important; +} +.active\:border-yellow-800:active { + border-color: var(--yellow-800) !important; +} +.active\:border-yellow-900:active { + border-color: var(--yellow-900) !important; +} +.border-cyan-50 { + border-color: var(--cyan-50) !important; +} +.border-cyan-100 { + border-color: var(--cyan-100) !important; +} +.border-cyan-200 { + border-color: var(--cyan-200) !important; +} +.border-cyan-300 { + border-color: var(--cyan-300) !important; +} +.border-cyan-400 { + border-color: var(--cyan-400) !important; +} +.border-cyan-500 { + border-color: var(--cyan-500) !important; +} +.border-cyan-600 { + border-color: var(--cyan-600) !important; +} +.border-cyan-700 { + border-color: var(--cyan-700) !important; +} +.border-cyan-800 { + border-color: var(--cyan-800) !important; +} +.border-cyan-900 { + border-color: var(--cyan-900) !important; +} +.focus\:border-cyan-50:focus { + border-color: var(--cyan-50) !important; +} +.focus\:border-cyan-100:focus { + border-color: var(--cyan-100) !important; +} +.focus\:border-cyan-200:focus { + border-color: var(--cyan-200) !important; +} +.focus\:border-cyan-300:focus { + border-color: var(--cyan-300) !important; +} +.focus\:border-cyan-400:focus { + border-color: var(--cyan-400) !important; +} +.focus\:border-cyan-500:focus { + border-color: var(--cyan-500) !important; +} +.focus\:border-cyan-600:focus { + border-color: var(--cyan-600) !important; +} +.focus\:border-cyan-700:focus { + border-color: var(--cyan-700) !important; +} +.focus\:border-cyan-800:focus { + border-color: var(--cyan-800) !important; +} +.focus\:border-cyan-900:focus { + border-color: var(--cyan-900) !important; +} +.hover\:border-cyan-50:hover { + border-color: var(--cyan-50) !important; +} +.hover\:border-cyan-100:hover { + border-color: var(--cyan-100) !important; +} +.hover\:border-cyan-200:hover { + border-color: var(--cyan-200) !important; +} +.hover\:border-cyan-300:hover { + border-color: var(--cyan-300) !important; +} +.hover\:border-cyan-400:hover { + border-color: var(--cyan-400) !important; +} +.hover\:border-cyan-500:hover { + border-color: var(--cyan-500) !important; +} +.hover\:border-cyan-600:hover { + border-color: var(--cyan-600) !important; +} +.hover\:border-cyan-700:hover { + border-color: var(--cyan-700) !important; +} +.hover\:border-cyan-800:hover { + border-color: var(--cyan-800) !important; +} +.hover\:border-cyan-900:hover { + border-color: var(--cyan-900) !important; +} +.active\:border-cyan-50:active { + border-color: var(--cyan-50) !important; +} +.active\:border-cyan-100:active { + border-color: var(--cyan-100) !important; +} +.active\:border-cyan-200:active { + border-color: var(--cyan-200) !important; +} +.active\:border-cyan-300:active { + border-color: var(--cyan-300) !important; +} +.active\:border-cyan-400:active { + border-color: var(--cyan-400) !important; +} +.active\:border-cyan-500:active { + border-color: var(--cyan-500) !important; +} +.active\:border-cyan-600:active { + border-color: var(--cyan-600) !important; +} +.active\:border-cyan-700:active { + border-color: var(--cyan-700) !important; +} +.active\:border-cyan-800:active { + border-color: var(--cyan-800) !important; +} +.active\:border-cyan-900:active { + border-color: var(--cyan-900) !important; +} +.border-pink-50 { + border-color: var(--pink-50) !important; +} +.border-pink-100 { + border-color: var(--pink-100) !important; +} +.border-pink-200 { + border-color: var(--pink-200) !important; +} +.border-pink-300 { + border-color: var(--pink-300) !important; +} +.border-pink-400 { + border-color: var(--pink-400) !important; +} +.border-pink-500 { + border-color: var(--pink-500) !important; +} +.border-pink-600 { + border-color: var(--pink-600) !important; +} +.border-pink-700 { + border-color: var(--pink-700) !important; +} +.border-pink-800 { + border-color: var(--pink-800) !important; +} +.border-pink-900 { + border-color: var(--pink-900) !important; +} +.focus\:border-pink-50:focus { + border-color: var(--pink-50) !important; +} +.focus\:border-pink-100:focus { + border-color: var(--pink-100) !important; +} +.focus\:border-pink-200:focus { + border-color: var(--pink-200) !important; +} +.focus\:border-pink-300:focus { + border-color: var(--pink-300) !important; +} +.focus\:border-pink-400:focus { + border-color: var(--pink-400) !important; +} +.focus\:border-pink-500:focus { + border-color: var(--pink-500) !important; +} +.focus\:border-pink-600:focus { + border-color: var(--pink-600) !important; +} +.focus\:border-pink-700:focus { + border-color: var(--pink-700) !important; +} +.focus\:border-pink-800:focus { + border-color: var(--pink-800) !important; +} +.focus\:border-pink-900:focus { + border-color: var(--pink-900) !important; +} +.hover\:border-pink-50:hover { + border-color: var(--pink-50) !important; +} +.hover\:border-pink-100:hover { + border-color: var(--pink-100) !important; +} +.hover\:border-pink-200:hover { + border-color: var(--pink-200) !important; +} +.hover\:border-pink-300:hover { + border-color: var(--pink-300) !important; +} +.hover\:border-pink-400:hover { + border-color: var(--pink-400) !important; +} +.hover\:border-pink-500:hover { + border-color: var(--pink-500) !important; +} +.hover\:border-pink-600:hover { + border-color: var(--pink-600) !important; +} +.hover\:border-pink-700:hover { + border-color: var(--pink-700) !important; +} +.hover\:border-pink-800:hover { + border-color: var(--pink-800) !important; +} +.hover\:border-pink-900:hover { + border-color: var(--pink-900) !important; +} +.active\:border-pink-50:active { + border-color: var(--pink-50) !important; +} +.active\:border-pink-100:active { + border-color: var(--pink-100) !important; +} +.active\:border-pink-200:active { + border-color: var(--pink-200) !important; +} +.active\:border-pink-300:active { + border-color: var(--pink-300) !important; +} +.active\:border-pink-400:active { + border-color: var(--pink-400) !important; +} +.active\:border-pink-500:active { + border-color: var(--pink-500) !important; +} +.active\:border-pink-600:active { + border-color: var(--pink-600) !important; +} +.active\:border-pink-700:active { + border-color: var(--pink-700) !important; +} +.active\:border-pink-800:active { + border-color: var(--pink-800) !important; +} +.active\:border-pink-900:active { + border-color: var(--pink-900) !important; +} +.border-indigo-50 { + border-color: var(--indigo-50) !important; +} +.border-indigo-100 { + border-color: var(--indigo-100) !important; +} +.border-indigo-200 { + border-color: var(--indigo-200) !important; +} +.border-indigo-300 { + border-color: var(--indigo-300) !important; +} +.border-indigo-400 { + border-color: var(--indigo-400) !important; +} +.border-indigo-500 { + border-color: var(--indigo-500) !important; +} +.border-indigo-600 { + border-color: var(--indigo-600) !important; +} +.border-indigo-700 { + border-color: var(--indigo-700) !important; +} +.border-indigo-800 { + border-color: var(--indigo-800) !important; +} +.border-indigo-900 { + border-color: var(--indigo-900) !important; +} +.focus\:border-indigo-50:focus { + border-color: var(--indigo-50) !important; +} +.focus\:border-indigo-100:focus { + border-color: var(--indigo-100) !important; +} +.focus\:border-indigo-200:focus { + border-color: var(--indigo-200) !important; +} +.focus\:border-indigo-300:focus { + border-color: var(--indigo-300) !important; +} +.focus\:border-indigo-400:focus { + border-color: var(--indigo-400) !important; +} +.focus\:border-indigo-500:focus { + border-color: var(--indigo-500) !important; +} +.focus\:border-indigo-600:focus { + border-color: var(--indigo-600) !important; +} +.focus\:border-indigo-700:focus { + border-color: var(--indigo-700) !important; +} +.focus\:border-indigo-800:focus { + border-color: var(--indigo-800) !important; +} +.focus\:border-indigo-900:focus { + border-color: var(--indigo-900) !important; +} +.hover\:border-indigo-50:hover { + border-color: var(--indigo-50) !important; +} +.hover\:border-indigo-100:hover { + border-color: var(--indigo-100) !important; +} +.hover\:border-indigo-200:hover { + border-color: var(--indigo-200) !important; +} +.hover\:border-indigo-300:hover { + border-color: var(--indigo-300) !important; +} +.hover\:border-indigo-400:hover { + border-color: var(--indigo-400) !important; +} +.hover\:border-indigo-500:hover { + border-color: var(--indigo-500) !important; +} +.hover\:border-indigo-600:hover { + border-color: var(--indigo-600) !important; +} +.hover\:border-indigo-700:hover { + border-color: var(--indigo-700) !important; +} +.hover\:border-indigo-800:hover { + border-color: var(--indigo-800) !important; +} +.hover\:border-indigo-900:hover { + border-color: var(--indigo-900) !important; +} +.active\:border-indigo-50:active { + border-color: var(--indigo-50) !important; +} +.active\:border-indigo-100:active { + border-color: var(--indigo-100) !important; +} +.active\:border-indigo-200:active { + border-color: var(--indigo-200) !important; +} +.active\:border-indigo-300:active { + border-color: var(--indigo-300) !important; +} +.active\:border-indigo-400:active { + border-color: var(--indigo-400) !important; +} +.active\:border-indigo-500:active { + border-color: var(--indigo-500) !important; +} +.active\:border-indigo-600:active { + border-color: var(--indigo-600) !important; +} +.active\:border-indigo-700:active { + border-color: var(--indigo-700) !important; +} +.active\:border-indigo-800:active { + border-color: var(--indigo-800) !important; +} +.active\:border-indigo-900:active { + border-color: var(--indigo-900) !important; +} +.border-teal-50 { + border-color: var(--teal-50) !important; +} +.border-teal-100 { + border-color: var(--teal-100) !important; +} +.border-teal-200 { + border-color: var(--teal-200) !important; +} +.border-teal-300 { + border-color: var(--teal-300) !important; +} +.border-teal-400 { + border-color: var(--teal-400) !important; +} +.border-teal-500 { + border-color: var(--teal-500) !important; +} +.border-teal-600 { + border-color: var(--teal-600) !important; +} +.border-teal-700 { + border-color: var(--teal-700) !important; +} +.border-teal-800 { + border-color: var(--teal-800) !important; +} +.border-teal-900 { + border-color: var(--teal-900) !important; +} +.focus\:border-teal-50:focus { + border-color: var(--teal-50) !important; +} +.focus\:border-teal-100:focus { + border-color: var(--teal-100) !important; +} +.focus\:border-teal-200:focus { + border-color: var(--teal-200) !important; +} +.focus\:border-teal-300:focus { + border-color: var(--teal-300) !important; +} +.focus\:border-teal-400:focus { + border-color: var(--teal-400) !important; +} +.focus\:border-teal-500:focus { + border-color: var(--teal-500) !important; +} +.focus\:border-teal-600:focus { + border-color: var(--teal-600) !important; +} +.focus\:border-teal-700:focus { + border-color: var(--teal-700) !important; +} +.focus\:border-teal-800:focus { + border-color: var(--teal-800) !important; +} +.focus\:border-teal-900:focus { + border-color: var(--teal-900) !important; +} +.hover\:border-teal-50:hover { + border-color: var(--teal-50) !important; +} +.hover\:border-teal-100:hover { + border-color: var(--teal-100) !important; +} +.hover\:border-teal-200:hover { + border-color: var(--teal-200) !important; +} +.hover\:border-teal-300:hover { + border-color: var(--teal-300) !important; +} +.hover\:border-teal-400:hover { + border-color: var(--teal-400) !important; +} +.hover\:border-teal-500:hover { + border-color: var(--teal-500) !important; +} +.hover\:border-teal-600:hover { + border-color: var(--teal-600) !important; +} +.hover\:border-teal-700:hover { + border-color: var(--teal-700) !important; +} +.hover\:border-teal-800:hover { + border-color: var(--teal-800) !important; +} +.hover\:border-teal-900:hover { + border-color: var(--teal-900) !important; +} +.active\:border-teal-50:active { + border-color: var(--teal-50) !important; +} +.active\:border-teal-100:active { + border-color: var(--teal-100) !important; +} +.active\:border-teal-200:active { + border-color: var(--teal-200) !important; +} +.active\:border-teal-300:active { + border-color: var(--teal-300) !important; +} +.active\:border-teal-400:active { + border-color: var(--teal-400) !important; +} +.active\:border-teal-500:active { + border-color: var(--teal-500) !important; +} +.active\:border-teal-600:active { + border-color: var(--teal-600) !important; +} +.active\:border-teal-700:active { + border-color: var(--teal-700) !important; +} +.active\:border-teal-800:active { + border-color: var(--teal-800) !important; +} +.active\:border-teal-900:active { + border-color: var(--teal-900) !important; +} +.border-orange-50 { + border-color: var(--orange-50) !important; +} +.border-orange-100 { + border-color: var(--orange-100) !important; +} +.border-orange-200 { + border-color: var(--orange-200) !important; +} +.border-orange-300 { + border-color: var(--orange-300) !important; +} +.border-orange-400 { + border-color: var(--orange-400) !important; +} +.border-orange-500 { + border-color: var(--orange-500) !important; +} +.border-orange-600 { + border-color: var(--orange-600) !important; +} +.border-orange-700 { + border-color: var(--orange-700) !important; +} +.border-orange-800 { + border-color: var(--orange-800) !important; +} +.border-orange-900 { + border-color: var(--orange-900) !important; +} +.focus\:border-orange-50:focus { + border-color: var(--orange-50) !important; +} +.focus\:border-orange-100:focus { + border-color: var(--orange-100) !important; +} +.focus\:border-orange-200:focus { + border-color: var(--orange-200) !important; +} +.focus\:border-orange-300:focus { + border-color: var(--orange-300) !important; +} +.focus\:border-orange-400:focus { + border-color: var(--orange-400) !important; +} +.focus\:border-orange-500:focus { + border-color: var(--orange-500) !important; +} +.focus\:border-orange-600:focus { + border-color: var(--orange-600) !important; +} +.focus\:border-orange-700:focus { + border-color: var(--orange-700) !important; +} +.focus\:border-orange-800:focus { + border-color: var(--orange-800) !important; +} +.focus\:border-orange-900:focus { + border-color: var(--orange-900) !important; +} +.hover\:border-orange-50:hover { + border-color: var(--orange-50) !important; +} +.hover\:border-orange-100:hover { + border-color: var(--orange-100) !important; +} +.hover\:border-orange-200:hover { + border-color: var(--orange-200) !important; +} +.hover\:border-orange-300:hover { + border-color: var(--orange-300) !important; +} +.hover\:border-orange-400:hover { + border-color: var(--orange-400) !important; +} +.hover\:border-orange-500:hover { + border-color: var(--orange-500) !important; +} +.hover\:border-orange-600:hover { + border-color: var(--orange-600) !important; +} +.hover\:border-orange-700:hover { + border-color: var(--orange-700) !important; +} +.hover\:border-orange-800:hover { + border-color: var(--orange-800) !important; +} +.hover\:border-orange-900:hover { + border-color: var(--orange-900) !important; +} +.active\:border-orange-50:active { + border-color: var(--orange-50) !important; +} +.active\:border-orange-100:active { + border-color: var(--orange-100) !important; +} +.active\:border-orange-200:active { + border-color: var(--orange-200) !important; +} +.active\:border-orange-300:active { + border-color: var(--orange-300) !important; +} +.active\:border-orange-400:active { + border-color: var(--orange-400) !important; +} +.active\:border-orange-500:active { + border-color: var(--orange-500) !important; +} +.active\:border-orange-600:active { + border-color: var(--orange-600) !important; +} +.active\:border-orange-700:active { + border-color: var(--orange-700) !important; +} +.active\:border-orange-800:active { + border-color: var(--orange-800) !important; +} +.active\:border-orange-900:active { + border-color: var(--orange-900) !important; +} +.border-bluegray-50 { + border-color: var(--bluegray-50) !important; +} +.border-bluegray-100 { + border-color: var(--bluegray-100) !important; +} +.border-bluegray-200 { + border-color: var(--bluegray-200) !important; +} +.border-bluegray-300 { + border-color: var(--bluegray-300) !important; +} +.border-bluegray-400 { + border-color: var(--bluegray-400) !important; +} +.border-bluegray-500 { + border-color: var(--bluegray-500) !important; +} +.border-bluegray-600 { + border-color: var(--bluegray-600) !important; +} +.border-bluegray-700 { + border-color: var(--bluegray-700) !important; +} +.border-bluegray-800 { + border-color: var(--bluegray-800) !important; +} +.border-bluegray-900 { + border-color: var(--bluegray-900) !important; +} +.focus\:border-bluegray-50:focus { + border-color: var(--bluegray-50) !important; +} +.focus\:border-bluegray-100:focus { + border-color: var(--bluegray-100) !important; +} +.focus\:border-bluegray-200:focus { + border-color: var(--bluegray-200) !important; +} +.focus\:border-bluegray-300:focus { + border-color: var(--bluegray-300) !important; +} +.focus\:border-bluegray-400:focus { + border-color: var(--bluegray-400) !important; +} +.focus\:border-bluegray-500:focus { + border-color: var(--bluegray-500) !important; +} +.focus\:border-bluegray-600:focus { + border-color: var(--bluegray-600) !important; +} +.focus\:border-bluegray-700:focus { + border-color: var(--bluegray-700) !important; +} +.focus\:border-bluegray-800:focus { + border-color: var(--bluegray-800) !important; +} +.focus\:border-bluegray-900:focus { + border-color: var(--bluegray-900) !important; +} +.hover\:border-bluegray-50:hover { + border-color: var(--bluegray-50) !important; +} +.hover\:border-bluegray-100:hover { + border-color: var(--bluegray-100) !important; +} +.hover\:border-bluegray-200:hover { + border-color: var(--bluegray-200) !important; +} +.hover\:border-bluegray-300:hover { + border-color: var(--bluegray-300) !important; +} +.hover\:border-bluegray-400:hover { + border-color: var(--bluegray-400) !important; +} +.hover\:border-bluegray-500:hover { + border-color: var(--bluegray-500) !important; +} +.hover\:border-bluegray-600:hover { + border-color: var(--bluegray-600) !important; +} +.hover\:border-bluegray-700:hover { + border-color: var(--bluegray-700) !important; +} +.hover\:border-bluegray-800:hover { + border-color: var(--bluegray-800) !important; +} +.hover\:border-bluegray-900:hover { + border-color: var(--bluegray-900) !important; +} +.active\:border-bluegray-50:active { + border-color: var(--bluegray-50) !important; +} +.active\:border-bluegray-100:active { + border-color: var(--bluegray-100) !important; +} +.active\:border-bluegray-200:active { + border-color: var(--bluegray-200) !important; +} +.active\:border-bluegray-300:active { + border-color: var(--bluegray-300) !important; +} +.active\:border-bluegray-400:active { + border-color: var(--bluegray-400) !important; +} +.active\:border-bluegray-500:active { + border-color: var(--bluegray-500) !important; +} +.active\:border-bluegray-600:active { + border-color: var(--bluegray-600) !important; +} +.active\:border-bluegray-700:active { + border-color: var(--bluegray-700) !important; +} +.active\:border-bluegray-800:active { + border-color: var(--bluegray-800) !important; +} +.active\:border-bluegray-900:active { + border-color: var(--bluegray-900) !important; +} +.border-purple-50 { + border-color: var(--purple-50) !important; +} +.border-purple-100 { + border-color: var(--purple-100) !important; +} +.border-purple-200 { + border-color: var(--purple-200) !important; +} +.border-purple-300 { + border-color: var(--purple-300) !important; +} +.border-purple-400 { + border-color: var(--purple-400) !important; +} +.border-purple-500 { + border-color: var(--purple-500) !important; +} +.border-purple-600 { + border-color: var(--purple-600) !important; +} +.border-purple-700 { + border-color: var(--purple-700) !important; +} +.border-purple-800 { + border-color: var(--purple-800) !important; +} +.border-purple-900 { + border-color: var(--purple-900) !important; +} +.focus\:border-purple-50:focus { + border-color: var(--purple-50) !important; +} +.focus\:border-purple-100:focus { + border-color: var(--purple-100) !important; +} +.focus\:border-purple-200:focus { + border-color: var(--purple-200) !important; +} +.focus\:border-purple-300:focus { + border-color: var(--purple-300) !important; +} +.focus\:border-purple-400:focus { + border-color: var(--purple-400) !important; +} +.focus\:border-purple-500:focus { + border-color: var(--purple-500) !important; +} +.focus\:border-purple-600:focus { + border-color: var(--purple-600) !important; +} +.focus\:border-purple-700:focus { + border-color: var(--purple-700) !important; +} +.focus\:border-purple-800:focus { + border-color: var(--purple-800) !important; +} +.focus\:border-purple-900:focus { + border-color: var(--purple-900) !important; +} +.hover\:border-purple-50:hover { + border-color: var(--purple-50) !important; +} +.hover\:border-purple-100:hover { + border-color: var(--purple-100) !important; +} +.hover\:border-purple-200:hover { + border-color: var(--purple-200) !important; +} +.hover\:border-purple-300:hover { + border-color: var(--purple-300) !important; +} +.hover\:border-purple-400:hover { + border-color: var(--purple-400) !important; +} +.hover\:border-purple-500:hover { + border-color: var(--purple-500) !important; +} +.hover\:border-purple-600:hover { + border-color: var(--purple-600) !important; +} +.hover\:border-purple-700:hover { + border-color: var(--purple-700) !important; +} +.hover\:border-purple-800:hover { + border-color: var(--purple-800) !important; +} +.hover\:border-purple-900:hover { + border-color: var(--purple-900) !important; +} +.active\:border-purple-50:active { + border-color: var(--purple-50) !important; +} +.active\:border-purple-100:active { + border-color: var(--purple-100) !important; +} +.active\:border-purple-200:active { + border-color: var(--purple-200) !important; +} +.active\:border-purple-300:active { + border-color: var(--purple-300) !important; +} +.active\:border-purple-400:active { + border-color: var(--purple-400) !important; +} +.active\:border-purple-500:active { + border-color: var(--purple-500) !important; +} +.active\:border-purple-600:active { + border-color: var(--purple-600) !important; +} +.active\:border-purple-700:active { + border-color: var(--purple-700) !important; +} +.active\:border-purple-800:active { + border-color: var(--purple-800) !important; +} +.active\:border-purple-900:active { + border-color: var(--purple-900) !important; +} +.border-gray-50 { + border-color: var(--gray-50) !important; +} +.border-gray-100 { + border-color: var(--gray-100) !important; +} +.border-gray-200 { + border-color: var(--gray-200) !important; +} +.border-gray-300 { + border-color: var(--gray-300) !important; +} +.border-gray-400 { + border-color: var(--gray-400) !important; +} +.border-gray-500 { + border-color: var(--gray-500) !important; +} +.border-gray-600 { + border-color: var(--gray-600) !important; +} +.border-gray-700 { + border-color: var(--gray-700) !important; +} +.border-gray-800 { + border-color: var(--gray-800) !important; +} +.border-gray-900 { + border-color: var(--gray-900) !important; +} +.focus\:border-gray-50:focus { + border-color: var(--gray-50) !important; +} +.focus\:border-gray-100:focus { + border-color: var(--gray-100) !important; +} +.focus\:border-gray-200:focus { + border-color: var(--gray-200) !important; +} +.focus\:border-gray-300:focus { + border-color: var(--gray-300) !important; +} +.focus\:border-gray-400:focus { + border-color: var(--gray-400) !important; +} +.focus\:border-gray-500:focus { + border-color: var(--gray-500) !important; +} +.focus\:border-gray-600:focus { + border-color: var(--gray-600) !important; +} +.focus\:border-gray-700:focus { + border-color: var(--gray-700) !important; +} +.focus\:border-gray-800:focus { + border-color: var(--gray-800) !important; +} +.focus\:border-gray-900:focus { + border-color: var(--gray-900) !important; +} +.hover\:border-gray-50:hover { + border-color: var(--gray-50) !important; +} +.hover\:border-gray-100:hover { + border-color: var(--gray-100) !important; +} +.hover\:border-gray-200:hover { + border-color: var(--gray-200) !important; +} +.hover\:border-gray-300:hover { + border-color: var(--gray-300) !important; +} +.hover\:border-gray-400:hover { + border-color: var(--gray-400) !important; +} +.hover\:border-gray-500:hover { + border-color: var(--gray-500) !important; +} +.hover\:border-gray-600:hover { + border-color: var(--gray-600) !important; +} +.hover\:border-gray-700:hover { + border-color: var(--gray-700) !important; +} +.hover\:border-gray-800:hover { + border-color: var(--gray-800) !important; +} +.hover\:border-gray-900:hover { + border-color: var(--gray-900) !important; +} +.active\:border-gray-50:active { + border-color: var(--gray-50) !important; +} +.active\:border-gray-100:active { + border-color: var(--gray-100) !important; +} +.active\:border-gray-200:active { + border-color: var(--gray-200) !important; +} +.active\:border-gray-300:active { + border-color: var(--gray-300) !important; +} +.active\:border-gray-400:active { + border-color: var(--gray-400) !important; +} +.active\:border-gray-500:active { + border-color: var(--gray-500) !important; +} +.active\:border-gray-600:active { + border-color: var(--gray-600) !important; +} +.active\:border-gray-700:active { + border-color: var(--gray-700) !important; +} +.active\:border-gray-800:active { + border-color: var(--gray-800) !important; +} +.active\:border-gray-900:active { + border-color: var(--gray-900) !important; +} +.border-red-50 { + border-color: var(--red-50) !important; +} +.border-red-100 { + border-color: var(--red-100) !important; +} +.border-red-200 { + border-color: var(--red-200) !important; +} +.border-red-300 { + border-color: var(--red-300) !important; +} +.border-red-400 { + border-color: var(--red-400) !important; +} +.border-red-500 { + border-color: var(--red-500) !important; +} +.border-red-600 { + border-color: var(--red-600) !important; +} +.border-red-700 { + border-color: var(--red-700) !important; +} +.border-red-800 { + border-color: var(--red-800) !important; +} +.border-red-900 { + border-color: var(--red-900) !important; +} +.focus\:border-red-50:focus { + border-color: var(--red-50) !important; +} +.focus\:border-red-100:focus { + border-color: var(--red-100) !important; +} +.focus\:border-red-200:focus { + border-color: var(--red-200) !important; +} +.focus\:border-red-300:focus { + border-color: var(--red-300) !important; +} +.focus\:border-red-400:focus { + border-color: var(--red-400) !important; +} +.focus\:border-red-500:focus { + border-color: var(--red-500) !important; +} +.focus\:border-red-600:focus { + border-color: var(--red-600) !important; +} +.focus\:border-red-700:focus { + border-color: var(--red-700) !important; +} +.focus\:border-red-800:focus { + border-color: var(--red-800) !important; +} +.focus\:border-red-900:focus { + border-color: var(--red-900) !important; +} +.hover\:border-red-50:hover { + border-color: var(--red-50) !important; +} +.hover\:border-red-100:hover { + border-color: var(--red-100) !important; +} +.hover\:border-red-200:hover { + border-color: var(--red-200) !important; +} +.hover\:border-red-300:hover { + border-color: var(--red-300) !important; +} +.hover\:border-red-400:hover { + border-color: var(--red-400) !important; +} +.hover\:border-red-500:hover { + border-color: var(--red-500) !important; +} +.hover\:border-red-600:hover { + border-color: var(--red-600) !important; +} +.hover\:border-red-700:hover { + border-color: var(--red-700) !important; +} +.hover\:border-red-800:hover { + border-color: var(--red-800) !important; +} +.hover\:border-red-900:hover { + border-color: var(--red-900) !important; +} +.active\:border-red-50:active { + border-color: var(--red-50) !important; +} +.active\:border-red-100:active { + border-color: var(--red-100) !important; +} +.active\:border-red-200:active { + border-color: var(--red-200) !important; +} +.active\:border-red-300:active { + border-color: var(--red-300) !important; +} +.active\:border-red-400:active { + border-color: var(--red-400) !important; +} +.active\:border-red-500:active { + border-color: var(--red-500) !important; +} +.active\:border-red-600:active { + border-color: var(--red-600) !important; +} +.active\:border-red-700:active { + border-color: var(--red-700) !important; +} +.active\:border-red-800:active { + border-color: var(--red-800) !important; +} +.active\:border-red-900:active { + border-color: var(--red-900) !important; +} +.border-primary-50 { + border-color: var(--primary-50) !important; +} +.border-primary-100 { + border-color: var(--primary-100) !important; +} +.border-primary-200 { + border-color: var(--primary-200) !important; +} +.border-primary-300 { + border-color: var(--primary-300) !important; +} +.border-primary-400 { + border-color: var(--primary-400) !important; +} +.border-primary-500 { + border-color: var(--primary-500) !important; +} +.border-primary-600 { + border-color: var(--primary-600) !important; +} +.border-primary-700 { + border-color: var(--primary-700) !important; +} +.border-primary-800 { + border-color: var(--primary-800) !important; +} +.border-primary-900 { + border-color: var(--primary-900) !important; +} +.focus\:border-primary-50:focus { + border-color: var(--primary-50) !important; +} +.focus\:border-primary-100:focus { + border-color: var(--primary-100) !important; +} +.focus\:border-primary-200:focus { + border-color: var(--primary-200) !important; +} +.focus\:border-primary-300:focus { + border-color: var(--primary-300) !important; +} +.focus\:border-primary-400:focus { + border-color: var(--primary-400) !important; +} +.focus\:border-primary-500:focus { + border-color: var(--primary-500) !important; +} +.focus\:border-primary-600:focus { + border-color: var(--primary-600) !important; +} +.focus\:border-primary-700:focus { + border-color: var(--primary-700) !important; +} +.focus\:border-primary-800:focus { + border-color: var(--primary-800) !important; +} +.focus\:border-primary-900:focus { + border-color: var(--primary-900) !important; +} +.hover\:border-primary-50:hover { + border-color: var(--primary-50) !important; +} +.hover\:border-primary-100:hover { + border-color: var(--primary-100) !important; +} +.hover\:border-primary-200:hover { + border-color: var(--primary-200) !important; +} +.hover\:border-primary-300:hover { + border-color: var(--primary-300) !important; +} +.hover\:border-primary-400:hover { + border-color: var(--primary-400) !important; +} +.hover\:border-primary-500:hover { + border-color: var(--primary-500) !important; +} +.hover\:border-primary-600:hover { + border-color: var(--primary-600) !important; +} +.hover\:border-primary-700:hover { + border-color: var(--primary-700) !important; +} +.hover\:border-primary-800:hover { + border-color: var(--primary-800) !important; +} +.hover\:border-primary-900:hover { + border-color: var(--primary-900) !important; +} +.active\:border-primary-50:active { + border-color: var(--primary-50) !important; +} +.active\:border-primary-100:active { + border-color: var(--primary-100) !important; +} +.active\:border-primary-200:active { + border-color: var(--primary-200) !important; +} +.active\:border-primary-300:active { + border-color: var(--primary-300) !important; +} +.active\:border-primary-400:active { + border-color: var(--primary-400) !important; +} +.active\:border-primary-500:active { + border-color: var(--primary-500) !important; +} +.active\:border-primary-600:active { + border-color: var(--primary-600) !important; +} +.active\:border-primary-700:active { + border-color: var(--primary-700) !important; +} +.active\:border-primary-800:active { + border-color: var(--primary-800) !important; +} +.active\:border-primary-900:active { + border-color: var(--primary-900) !important; +} +.bg-white-alpha-10 { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.bg-white-alpha-20 { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.bg-white-alpha-30 { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.bg-white-alpha-40 { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.bg-white-alpha-50 { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.bg-white-alpha-60 { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.bg-white-alpha-70 { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.bg-white-alpha-80 { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.bg-white-alpha-90 { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:bg-white-alpha-10:hover { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:bg-white-alpha-20:hover { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:bg-white-alpha-30:hover { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:bg-white-alpha-40:hover { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:bg-white-alpha-50:hover { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:bg-white-alpha-60:hover { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:bg-white-alpha-70:hover { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:bg-white-alpha-80:hover { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:bg-white-alpha-90:hover { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:bg-white-alpha-10:focus { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:bg-white-alpha-20:focus { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:bg-white-alpha-30:focus { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:bg-white-alpha-40:focus { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:bg-white-alpha-50:focus { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:bg-white-alpha-60:focus { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:bg-white-alpha-70:focus { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:bg-white-alpha-80:focus { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:bg-white-alpha-90:focus { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:bg-white-alpha-10:active { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:bg-white-alpha-20:active { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:bg-white-alpha-30:active { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:bg-white-alpha-40:active { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:bg-white-alpha-50:active { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:bg-white-alpha-60:active { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:bg-white-alpha-70:active { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:bg-white-alpha-80:active { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:bg-white-alpha-90:active { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.bg-black-alpha-10 { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.bg-black-alpha-20 { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.bg-black-alpha-30 { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.bg-black-alpha-40 { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.bg-black-alpha-50 { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.bg-black-alpha-60 { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.bg-black-alpha-70 { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.bg-black-alpha-80 { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.bg-black-alpha-90 { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:bg-black-alpha-10:hover { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:bg-black-alpha-20:hover { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:bg-black-alpha-30:hover { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:bg-black-alpha-40:hover { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:bg-black-alpha-50:hover { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:bg-black-alpha-60:hover { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:bg-black-alpha-70:hover { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:bg-black-alpha-80:hover { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:bg-black-alpha-90:hover { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:bg-black-alpha-10:focus { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:bg-black-alpha-20:focus { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:bg-black-alpha-30:focus { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:bg-black-alpha-40:focus { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:bg-black-alpha-50:focus { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:bg-black-alpha-60:focus { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:bg-black-alpha-70:focus { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:bg-black-alpha-80:focus { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:bg-black-alpha-90:focus { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.active\:bg-black-alpha-10:active { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.active\:bg-black-alpha-20:active { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.active\:bg-black-alpha-30:active { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.active\:bg-black-alpha-40:active { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.active\:bg-black-alpha-50:active { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.active\:bg-black-alpha-60:active { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.active\:bg-black-alpha-70:active { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.active\:bg-black-alpha-80:active { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.active\:bg-black-alpha-90:active { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.border-white-alpha-10 { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.border-white-alpha-20 { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.border-white-alpha-30 { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.border-white-alpha-40 { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.border-white-alpha-50 { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.border-white-alpha-60 { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.border-white-alpha-70 { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.border-white-alpha-80 { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.border-white-alpha-90 { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:border-white-alpha-10:hover { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:border-white-alpha-20:hover { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:border-white-alpha-30:hover { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:border-white-alpha-40:hover { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:border-white-alpha-50:hover { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:border-white-alpha-60:hover { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:border-white-alpha-70:hover { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:border-white-alpha-80:hover { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:border-white-alpha-90:hover { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:border-white-alpha-10:focus { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:border-white-alpha-20:focus { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:border-white-alpha-30:focus { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:border-white-alpha-40:focus { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:border-white-alpha-50:focus { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:border-white-alpha-60:focus { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:border-white-alpha-70:focus { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:border-white-alpha-80:focus { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:border-white-alpha-90:focus { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:border-white-alpha-10:active { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:border-white-alpha-20:active { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:border-white-alpha-30:active { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:border-white-alpha-40:active { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:border-white-alpha-50:active { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:border-white-alpha-60:active { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:border-white-alpha-70:active { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:border-white-alpha-80:active { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:border-white-alpha-90:active { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.border-black-alpha-10 { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.border-black-alpha-20 { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.border-black-alpha-30 { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.border-black-alpha-40 { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.border-black-alpha-50 { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.border-black-alpha-60 { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.border-black-alpha-70 { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.border-black-alpha-80 { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.border-black-alpha-90 { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:border-black-alpha-10:hover { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:border-black-alpha-20:hover { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:border-black-alpha-30:hover { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:border-black-alpha-40:hover { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:border-black-alpha-50:hover { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:border-black-alpha-60:hover { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:border-black-alpha-70:hover { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:border-black-alpha-80:hover { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:border-black-alpha-90:hover { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:border-black-alpha-10:focus { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:border-black-alpha-20:focus { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:border-black-alpha-30:focus { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:border-black-alpha-40:focus { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:border-black-alpha-50:focus { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:border-black-alpha-60:focus { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:border-black-alpha-70:focus { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:border-black-alpha-80:focus { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:border-black-alpha-90:focus { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.active\:border-black-alpha-10:active { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.active\:border-black-alpha-20:active { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.active\:border-black-alpha-30:active { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.active\:border-black-alpha-40:active { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.active\:border-black-alpha-50:active { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.active\:border-black-alpha-60:active { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.active\:border-black-alpha-70:active { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.active\:border-black-alpha-80:active { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.active\:border-black-alpha-90:active { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.text-white-alpha-10 { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.text-white-alpha-20 { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.text-white-alpha-30 { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.text-white-alpha-40 { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.text-white-alpha-50 { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.text-white-alpha-60 { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.text-white-alpha-70 { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.text-white-alpha-80 { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.text-white-alpha-90 { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:text-white-alpha-10:hover { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:text-white-alpha-20:hover { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:text-white-alpha-30:hover { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:text-white-alpha-40:hover { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:text-white-alpha-50:hover { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:text-white-alpha-60:hover { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:text-white-alpha-70:hover { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:text-white-alpha-80:hover { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:text-white-alpha-90:hover { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:text-white-alpha-10:focus { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:text-white-alpha-20:focus { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:text-white-alpha-30:focus { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:text-white-alpha-40:focus { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:text-white-alpha-50:focus { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:text-white-alpha-60:focus { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:text-white-alpha-70:focus { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:text-white-alpha-80:focus { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:text-white-alpha-90:focus { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:text-white-alpha-10:active { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:text-white-alpha-20:active { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:text-white-alpha-30:active { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:text-white-alpha-40:active { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:text-white-alpha-50:active { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:text-white-alpha-60:active { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:text-white-alpha-70:active { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:text-white-alpha-80:active { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:text-white-alpha-90:active { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.text-black-alpha-10 { + color: rgba(0, 0, 0, 0.1) !important; +} +.text-black-alpha-20 { + color: rgba(0, 0, 0, 0.2) !important; +} +.text-black-alpha-30 { + color: rgba(0, 0, 0, 0.3) !important; +} +.text-black-alpha-40 { + color: rgba(0, 0, 0, 0.4) !important; +} +.text-black-alpha-50 { + color: rgba(0, 0, 0, 0.5) !important; +} +.text-black-alpha-60 { + color: rgba(0, 0, 0, 0.6) !important; +} +.text-black-alpha-70 { + color: rgba(0, 0, 0, 0.7) !important; +} +.text-black-alpha-80 { + color: rgba(0, 0, 0, 0.8) !important; +} +.text-black-alpha-90 { + color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:text-black-alpha-10:hover { + color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:text-black-alpha-20:hover { + color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:text-black-alpha-30:hover { + color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:text-black-alpha-40:hover { + color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:text-black-alpha-50:hover { + color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:text-black-alpha-60:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:text-black-alpha-70:hover { + color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:text-black-alpha-80:hover { + color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:text-black-alpha-90:hover { + color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:text-black-alpha-10:focus { + color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:text-black-alpha-20:focus { + color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:text-black-alpha-30:focus { + color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:text-black-alpha-40:focus { + color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:text-black-alpha-50:focus { + color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:text-black-alpha-60:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:text-black-alpha-70:focus { + color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:text-black-alpha-80:focus { + color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:text-black-alpha-90:focus { + color: rgba(0, 0, 0, 0.9) !important; +} +.active\:text-black-alpha-10:active { + color: rgba(0, 0, 0, 0.1) !important; +} +.active\:text-black-alpha-20:active { + color: rgba(0, 0, 0, 0.2) !important; +} +.active\:text-black-alpha-30:active { + color: rgba(0, 0, 0, 0.3) !important; +} +.active\:text-black-alpha-40:active { + color: rgba(0, 0, 0, 0.4) !important; +} +.active\:text-black-alpha-50:active { + color: rgba(0, 0, 0, 0.5) !important; +} +.active\:text-black-alpha-60:active { + color: rgba(0, 0, 0, 0.6) !important; +} +.active\:text-black-alpha-70:active { + color: rgba(0, 0, 0, 0.7) !important; +} +.active\:text-black-alpha-80:active { + color: rgba(0, 0, 0, 0.8) !important; +} +.active\:text-black-alpha-90:active { + color: rgba(0, 0, 0, 0.9) !important; +} +.text-primary { + color: var(--primary-color) !important; +} +.bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} +.bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} +.bg-white { + background-color: #fff !important; +} +.border-primary { + border-color: var(--primary-color) !important; +} +.text-white { + color: #fff !important; +} +.border-white { + border-color: #fff !important; +} +.text-color { + color: var(--text-color) !important; +} +.text-color-secondary { + color: var(--text-color-secondary) !important; +} +.surface-ground { + background-color: var(--surface-ground) !important; +} +.surface-section { + background-color: var(--surface-section) !important; +} +.surface-card { + background-color: var(--surface-card) !important; +} +.surface-overlay { + background-color: var(--surface-overlay) !important; +} +.surface-hover { + background-color: var(--surface-hover) !important; +} +.surface-border { + border-color: var(--surface-border) !important; +} +.active\:text-primary:active, +.focus\:text-primary:focus, +.hover\:text-primary:hover { + color: var(--primary-color) !important; +} +.active\:bg-primary:active, +.focus\:bg-primary:focus, +.hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} +.active\:bg-primary-reverse:active, +.focus\:bg-primary-reverse:focus, +.hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} +.active\:bg-white:active, +.focus\:bg-white:focus, +.hover\:bg-white:hover { + background-color: #fff !important; +} +.active\:border-primary:active, +.focus\:border-primary:focus, +.hover\:border-primary:hover { + border-color: var(--primary-color) !important; +} +.active\:text-white:active, +.focus\:text-white:focus, +.hover\:text-white:hover { + color: #fff !important; +} +.active\:border-white:active, +.focus\:border-white:focus, +.hover\:border-white:hover { + border-color: #fff !important; +} +.active\:text-color:active, +.focus\:text-color:focus, +.hover\:text-color:hover { + color: var(--text-color) !important; +} +.active\:text-color-secondary:active, +.focus\:text-color-secondary:focus, +.hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; +} +.active\:surface-ground:active, +.focus\:surface-ground:focus, +.hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; +} +.active\:surface-section:active, +.focus\:surface-section:focus, +.hover\:surface-section:hover { + background-color: var(--surface-section) !important; +} +.active\:surface-card:active, +.focus\:surface-card:focus, +.hover\:surface-card:hover { + background-color: var(--surface-card) !important; +} +.active\:surface-overlay:active, +.focus\:surface-overlay:focus, +.hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; +} +.active\:surface-hover:active, +.focus\:surface-hover:focus, +.hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; +} +.active\:surface-border:active, +.focus\:surface-border:focus, +.hover\:surface-border:hover { + border-color: var(--surface-border) !important; +} +@media screen and (min-width: 576px) { + .sm\:text-primary { + color: var(--primary-color) !important; + } + .sm\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:bg-white { + background-color: #fff !important; + } + .sm\:border-primary { + border-color: var(--primary-color) !important; + } + .sm\:text-white { + color: #fff !important; + } + .sm\:border-white { + border-color: #fff !important; + } + .sm\:text-color { + color: var(--text-color) !important; + } + .sm\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .sm\:surface-ground { + background-color: var(--surface-ground) !important; + } + .sm\:surface-section { + background-color: var(--surface-section) !important; + } + .sm\:surface-card { + background-color: var(--surface-card) !important; + } + .sm\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .sm\:surface-hover { + background-color: var(--surface-hover) !important; + } + .sm\:surface-border { + border-color: var(--surface-border) !important; + } + .sm\:active\:text-primary:active, + .sm\:focus\:text-primary:focus, + .sm\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .sm\:active\:bg-primary:active, + .sm\:focus\:bg-primary:focus, + .sm\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:active\:bg-primary-reverse:active, + .sm\:focus\:bg-primary-reverse:focus, + .sm\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:active\:bg-white:active, + .sm\:focus\:bg-white:focus, + .sm\:hover\:bg-white:hover { + background-color: #fff !important; + } + .sm\:active\:border-primary:active, + .sm\:focus\:border-primary:focus, + .sm\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .sm\:active\:text-white:active, + .sm\:focus\:text-white:focus, + .sm\:hover\:text-white:hover { + color: #fff !important; + } + .sm\:active\:border-white:active, + .sm\:focus\:border-white:focus, + .sm\:hover\:border-white:hover { + border-color: #fff !important; + } + .sm\:active\:text-color:active, + .sm\:focus\:text-color:focus, + .sm\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .sm\:active\:text-color-secondary:active, + .sm\:focus\:text-color-secondary:focus, + .sm\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .sm\:active\:surface-ground:active, + .sm\:focus\:surface-ground:focus, + .sm\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .sm\:active\:surface-section:active, + .sm\:focus\:surface-section:focus, + .sm\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .sm\:active\:surface-card:active, + .sm\:focus\:surface-card:focus, + .sm\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .sm\:active\:surface-overlay:active, + .sm\:focus\:surface-overlay:focus, + .sm\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .sm\:active\:surface-hover:active, + .sm\:focus\:surface-hover:focus, + .sm\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .sm\:active\:surface-border:active, + .sm\:focus\:surface-border:focus, + .sm\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-primary { + color: var(--primary-color) !important; + } + .md\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:bg-white { + background-color: #fff !important; + } + .md\:border-primary { + border-color: var(--primary-color) !important; + } + .md\:text-white { + color: #fff !important; + } + .md\:border-white { + border-color: #fff !important; + } + .md\:text-color { + color: var(--text-color) !important; + } + .md\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .md\:surface-ground { + background-color: var(--surface-ground) !important; + } + .md\:surface-section { + background-color: var(--surface-section) !important; + } + .md\:surface-card { + background-color: var(--surface-card) !important; + } + .md\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .md\:surface-hover { + background-color: var(--surface-hover) !important; + } + .md\:surface-border { + border-color: var(--surface-border) !important; + } + .md\:active\:text-primary:active, + .md\:focus\:text-primary:focus, + .md\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .md\:active\:bg-primary:active, + .md\:focus\:bg-primary:focus, + .md\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:active\:bg-primary-reverse:active, + .md\:focus\:bg-primary-reverse:focus, + .md\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:active\:bg-white:active, + .md\:focus\:bg-white:focus, + .md\:hover\:bg-white:hover { + background-color: #fff !important; + } + .md\:active\:border-primary:active, + .md\:focus\:border-primary:focus, + .md\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .md\:active\:text-white:active, + .md\:focus\:text-white:focus, + .md\:hover\:text-white:hover { + color: #fff !important; + } + .md\:active\:border-white:active, + .md\:focus\:border-white:focus, + .md\:hover\:border-white:hover { + border-color: #fff !important; + } + .md\:active\:text-color:active, + .md\:focus\:text-color:focus, + .md\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .md\:active\:text-color-secondary:active, + .md\:focus\:text-color-secondary:focus, + .md\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .md\:active\:surface-ground:active, + .md\:focus\:surface-ground:focus, + .md\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .md\:active\:surface-section:active, + .md\:focus\:surface-section:focus, + .md\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .md\:active\:surface-card:active, + .md\:focus\:surface-card:focus, + .md\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .md\:active\:surface-overlay:active, + .md\:focus\:surface-overlay:focus, + .md\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .md\:active\:surface-hover:active, + .md\:focus\:surface-hover:focus, + .md\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .md\:active\:surface-border:active, + .md\:focus\:surface-border:focus, + .md\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-primary { + color: var(--primary-color) !important; + } + .lg\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:bg-white { + background-color: #fff !important; + } + .lg\:border-primary { + border-color: var(--primary-color) !important; + } + .lg\:text-white { + color: #fff !important; + } + .lg\:border-white { + border-color: #fff !important; + } + .lg\:text-color { + color: var(--text-color) !important; + } + .lg\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .lg\:surface-ground { + background-color: var(--surface-ground) !important; + } + .lg\:surface-section { + background-color: var(--surface-section) !important; + } + .lg\:surface-card { + background-color: var(--surface-card) !important; + } + .lg\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .lg\:surface-hover { + background-color: var(--surface-hover) !important; + } + .lg\:surface-border { + border-color: var(--surface-border) !important; + } + .lg\:active\:text-primary:active, + .lg\:focus\:text-primary:focus, + .lg\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .lg\:active\:bg-primary:active, + .lg\:focus\:bg-primary:focus, + .lg\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:active\:bg-primary-reverse:active, + .lg\:focus\:bg-primary-reverse:focus, + .lg\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:active\:bg-white:active, + .lg\:focus\:bg-white:focus, + .lg\:hover\:bg-white:hover { + background-color: #fff !important; + } + .lg\:active\:border-primary:active, + .lg\:focus\:border-primary:focus, + .lg\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .lg\:active\:text-white:active, + .lg\:focus\:text-white:focus, + .lg\:hover\:text-white:hover { + color: #fff !important; + } + .lg\:active\:border-white:active, + .lg\:focus\:border-white:focus, + .lg\:hover\:border-white:hover { + border-color: #fff !important; + } + .lg\:active\:text-color:active, + .lg\:focus\:text-color:focus, + .lg\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .lg\:active\:text-color-secondary:active, + .lg\:focus\:text-color-secondary:focus, + .lg\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .lg\:active\:surface-ground:active, + .lg\:focus\:surface-ground:focus, + .lg\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .lg\:active\:surface-section:active, + .lg\:focus\:surface-section:focus, + .lg\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .lg\:active\:surface-card:active, + .lg\:focus\:surface-card:focus, + .lg\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .lg\:active\:surface-overlay:active, + .lg\:focus\:surface-overlay:focus, + .lg\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .lg\:active\:surface-hover:active, + .lg\:focus\:surface-hover:focus, + .lg\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .lg\:active\:surface-border:active, + .lg\:focus\:surface-border:focus, + .lg\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-primary { + color: var(--primary-color) !important; + } + .xl\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:bg-white { + background-color: #fff !important; + } + .xl\:border-primary { + border-color: var(--primary-color) !important; + } + .xl\:text-white { + color: #fff !important; + } + .xl\:border-white { + border-color: #fff !important; + } + .xl\:text-color { + color: var(--text-color) !important; + } + .xl\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .xl\:surface-ground { + background-color: var(--surface-ground) !important; + } + .xl\:surface-section { + background-color: var(--surface-section) !important; + } + .xl\:surface-card { + background-color: var(--surface-card) !important; + } + .xl\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .xl\:surface-hover { + background-color: var(--surface-hover) !important; + } + .xl\:surface-border { + border-color: var(--surface-border) !important; + } + .xl\:active\:text-primary:active, + .xl\:focus\:text-primary:focus, + .xl\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .xl\:active\:bg-primary:active, + .xl\:focus\:bg-primary:focus, + .xl\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:active\:bg-primary-reverse:active, + .xl\:focus\:bg-primary-reverse:focus, + .xl\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:active\:bg-white:active, + .xl\:focus\:bg-white:focus, + .xl\:hover\:bg-white:hover { + background-color: #fff !important; + } + .xl\:active\:border-primary:active, + .xl\:focus\:border-primary:focus, + .xl\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .xl\:active\:text-white:active, + .xl\:focus\:text-white:focus, + .xl\:hover\:text-white:hover { + color: #fff !important; + } + .xl\:active\:border-white:active, + .xl\:focus\:border-white:focus, + .xl\:hover\:border-white:hover { + border-color: #fff !important; + } + .xl\:active\:text-color:active, + .xl\:focus\:text-color:focus, + .xl\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .xl\:active\:text-color-secondary:active, + .xl\:focus\:text-color-secondary:focus, + .xl\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .xl\:active\:surface-ground:active, + .xl\:focus\:surface-ground:focus, + .xl\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .xl\:active\:surface-section:active, + .xl\:focus\:surface-section:focus, + .xl\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .xl\:active\:surface-card:active, + .xl\:focus\:surface-card:focus, + .xl\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .xl\:active\:surface-overlay:active, + .xl\:focus\:surface-overlay:focus, + .xl\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .xl\:active\:surface-hover:active, + .xl\:focus\:surface-hover:focus, + .xl\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .xl\:active\:surface-border:active, + .xl\:focus\:surface-border:focus, + .xl\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } +} +.field { + margin-bottom: 1rem; +} +.field > label { + display: inline-block; + margin-bottom: 0.5rem; +} +.field.grid > label { + display: flex; + align-items: center; +} +.field > small { + margin-top: 0.25rem; +} +.field.grid, +.formgrid.grid { + margin-top: 0; +} +.field.grid .col, +.field.grid .col-1, +.field.grid .col-10, +.field.grid .col-11, +.field.grid .col-12, +.field.grid .col-2, +.field.grid .col-3, +.field.grid .col-4, +.field.grid .col-5, +.field.grid .col-6, +.field.grid .col-7, +.field.grid .col-8, +.field.grid .col-9, +.field.grid .col-fixed, +.formgrid.grid .col, +.formgrid.grid .col-1, +.formgrid.grid .col-10, +.formgrid.grid .col-11, +.formgrid.grid .col-12, +.formgrid.grid .col-2, +.formgrid.grid .col-3, +.formgrid.grid .col-4, +.formgrid.grid .col-5, +.formgrid.grid .col-6, +.formgrid.grid .col-7, +.formgrid.grid .col-8, +.formgrid.grid .col-9, +.formgrid.grid .col-fixed { + padding-top: 0; + padding-bottom: 0; +} +.formgroup-inline { + display: flex; + flex-wrap: wrap; + align-items: flex-start; +} +.formgroup-inline .field, +.formgroup-inline .field-checkbox, +.formgroup-inline .field-radiobutton { + margin-right: 1rem; +} +.formgroup-inline .field-checkbox > label, +.formgroup-inline .field-radiobutton > label, +.formgroup-inline .field > label { + margin-right: 0.5rem; + margin-bottom: 0; +} +.field-checkbox, +.field-radiobutton { + margin-bottom: 1rem; + display: flex; + align-items: center; +} +.field-checkbox > label, +.field-radiobutton > label { + margin-left: 0.5rem; + line-height: 1; +} +.hidden { + display: none !important; +} +.block { + display: block !important; +} +.inline { + display: inline !important; +} +.inline-block { + display: inline-block !important; +} +.flex { + display: flex !important; +} +.inline-flex { + display: inline-flex !important; +} +@media screen and (min-width: 576px) { + .sm\:hidden { + display: none !important; + } + .sm\:block { + display: block !important; + } + .sm\:inline { + display: inline !important; + } + .sm\:inline-block { + display: inline-block !important; + } + .sm\:flex { + display: flex !important; + } + .sm\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 768px) { + .md\:hidden { + display: none !important; + } + .md\:block { + display: block !important; + } + .md\:inline { + display: inline !important; + } + .md\:inline-block { + display: inline-block !important; + } + .md\:flex { + display: flex !important; + } + .md\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 992px) { + .lg\:hidden { + display: none !important; + } + .lg\:block { + display: block !important; + } + .lg\:inline { + display: inline !important; + } + .lg\:inline-block { + display: inline-block !important; + } + .lg\:flex { + display: flex !important; + } + .lg\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:hidden { + display: none !important; + } + .xl\:block { + display: block !important; + } + .xl\:inline { + display: inline !important; + } + .xl\:inline-block { + display: inline-block !important; + } + .xl\:flex { + display: flex !important; + } + .xl\:inline-flex { + display: inline-flex !important; + } +} +.text-center { + text-align: center !important; +} +.text-justify { + text-align: justify !important; +} +.text-left { + text-align: left !important; +} +.text-right { + text-align: right !important; +} +@media screen and (min-width: 576px) { + .sm\:text-center { + text-align: center !important; + } + .sm\:text-justify { + text-align: justify !important; + } + .sm\:text-left { + text-align: left !important; + } + .sm\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-center { + text-align: center !important; + } + .md\:text-justify { + text-align: justify !important; + } + .md\:text-left { + text-align: left !important; + } + .md\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-center { + text-align: center !important; + } + .lg\:text-justify { + text-align: justify !important; + } + .lg\:text-left { + text-align: left !important; + } + .lg\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-center { + text-align: center !important; + } + .xl\:text-justify { + text-align: justify !important; + } + .xl\:text-left { + text-align: left !important; + } + .xl\:text-right { + text-align: right !important; + } +} +.underline { + text-decoration: underline !important; +} +.line-through { + text-decoration: line-through !important; +} +.no-underline { + text-decoration: none !important; +} +.active\:underline:active, +.focus\:underline:focus, +.hover\:underline:hover { + text-decoration: underline !important; +} +.active\:line-through:active, +.focus\:line-through:focus, +.hover\:line-through:hover { + text-decoration: line-through !important; +} +.active\:no-underline:active, +.focus\:no-underline:focus, +.hover\:no-underline:hover { + text-decoration: none !important; +} +.lowercase { + text-transform: lowercase !important; +} +.uppercase { + text-transform: uppercase !important; +} +.capitalize { + text-transform: capitalize !important; +} +.text-overflow-clip { + text-overflow: clip !important; +} +.text-overflow-ellipsis { + text-overflow: ellipsis !important; +} +@media screen and (min-width: 576px) { + .sm\:text-overflow-clip { + text-overflow: clip !important; + } + .sm\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-overflow-clip { + text-overflow: clip !important; + } + .md\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-overflow-clip { + text-overflow: clip !important; + } + .lg\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-overflow-clip { + text-overflow: clip !important; + } + .xl\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +.font-light { + font-weight: 300 !important; +} +.font-normal { + font-weight: 400 !important; +} +.font-medium { + font-weight: 500 !important; +} +.font-semibold { + font-weight: 600 !important; +} +.font-bold { + font-weight: 700 !important; +} +@media screen and (min-width: 576px) { + .sm\:font-light { + font-weight: 300 !important; + } + .sm\:font-normal { + font-weight: 400 !important; + } + .sm\:font-medium { + font-weight: 500 !important; + } + .sm\:font-semibold { + font-weight: 600 !important; + } + .sm\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 768px) { + .md\:font-light { + font-weight: 300 !important; + } + .md\:font-normal { + font-weight: 400 !important; + } + .md\:font-medium { + font-weight: 500 !important; + } + .md\:font-semibold { + font-weight: 600 !important; + } + .md\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:font-light { + font-weight: 300 !important; + } + .lg\:font-normal { + font-weight: 400 !important; + } + .lg\:font-medium { + font-weight: 500 !important; + } + .lg\:font-semibold { + font-weight: 600 !important; + } + .lg\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:font-light { + font-weight: 300 !important; + } + .xl\:font-normal { + font-weight: 400 !important; + } + .xl\:font-medium { + font-weight: 500 !important; + } + .xl\:font-semibold { + font-weight: 600 !important; + } + .xl\:font-bold { + font-weight: 700 !important; + } +} +.font-italic { + font-style: italic !important; +} +.text-xs { + font-size: 0.75rem !important; +} +.text-sm { + font-size: 0.875rem !important; +} +.text-base { + font-size: 1rem !important; +} +.text-lg { + font-size: 1.125rem !important; +} +.text-xl { + font-size: 1.25rem !important; +} +.text-2xl { + font-size: 1.5rem !important; +} +.text-3xl { + font-size: 1.75rem !important; +} +.text-4xl { + font-size: 2rem !important; +} +.text-5xl { + font-size: 2.5rem !important; +} +.text-6xl { + font-size: 3rem !important; +} +.text-7xl { + font-size: 4rem !important; +} +.text-8xl { + font-size: 6rem !important; +} +@media screen and (min-width: 576px) { + .sm\:text-xs { + font-size: 0.75rem !important; + } + .sm\:text-sm { + font-size: 0.875rem !important; + } + .sm\:text-base { + font-size: 1rem !important; + } + .sm\:text-lg { + font-size: 1.125rem !important; + } + .sm\:text-xl { + font-size: 1.25rem !important; + } + .sm\:text-2xl { + font-size: 1.5rem !important; + } + .sm\:text-3xl { + font-size: 1.75rem !important; + } + .sm\:text-4xl { + font-size: 2rem !important; + } + .sm\:text-5xl { + font-size: 2.5rem !important; + } + .sm\:text-6xl { + font-size: 3rem !important; + } + .sm\:text-7xl { + font-size: 4rem !important; + } + .sm\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-xs { + font-size: 0.75rem !important; + } + .md\:text-sm { + font-size: 0.875rem !important; + } + .md\:text-base { + font-size: 1rem !important; + } + .md\:text-lg { + font-size: 1.125rem !important; + } + .md\:text-xl { + font-size: 1.25rem !important; + } + .md\:text-2xl { + font-size: 1.5rem !important; + } + .md\:text-3xl { + font-size: 1.75rem !important; + } + .md\:text-4xl { + font-size: 2rem !important; + } + .md\:text-5xl { + font-size: 2.5rem !important; + } + .md\:text-6xl { + font-size: 3rem !important; + } + .md\:text-7xl { + font-size: 4rem !important; + } + .md\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-xs { + font-size: 0.75rem !important; + } + .lg\:text-sm { + font-size: 0.875rem !important; + } + .lg\:text-base { + font-size: 1rem !important; + } + .lg\:text-lg { + font-size: 1.125rem !important; + } + .lg\:text-xl { + font-size: 1.25rem !important; + } + .lg\:text-2xl { + font-size: 1.5rem !important; + } + .lg\:text-3xl { + font-size: 1.75rem !important; + } + .lg\:text-4xl { + font-size: 2rem !important; + } + .lg\:text-5xl { + font-size: 2.5rem !important; + } + .lg\:text-6xl { + font-size: 3rem !important; + } + .lg\:text-7xl { + font-size: 4rem !important; + } + .lg\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-xs { + font-size: 0.75rem !important; + } + .xl\:text-sm { + font-size: 0.875rem !important; + } + .xl\:text-base { + font-size: 1rem !important; + } + .xl\:text-lg { + font-size: 1.125rem !important; + } + .xl\:text-xl { + font-size: 1.25rem !important; + } + .xl\:text-2xl { + font-size: 1.5rem !important; + } + .xl\:text-3xl { + font-size: 1.75rem !important; + } + .xl\:text-4xl { + font-size: 2rem !important; + } + .xl\:text-5xl { + font-size: 2.5rem !important; + } + .xl\:text-6xl { + font-size: 3rem !important; + } + .xl\:text-7xl { + font-size: 4rem !important; + } + .xl\:text-8xl { + font-size: 6rem !important; + } +} +.line-height-1 { + line-height: 1 !important; +} +.line-height-2 { + line-height: 1.25 !important; +} +.line-height-3 { + line-height: 1.5 !important; +} +.line-height-4 { + line-height: 2 !important; +} +.white-space-normal { + white-space: normal !important; +} +.white-space-nowrap { + white-space: nowrap !important; +} +.vertical-align-baseline { + vertical-align: baseline !important; +} +.vertical-align-top { + vertical-align: top !important; +} +.vertical-align-middle { + vertical-align: middle !important; +} +.vertical-align-bottom { + vertical-align: bottom !important; +} +.vertical-align-text-top { + vertical-align: text-top !important; +} +.vertical-align-text-bottom { + vertical-align: text-bottom !important; +} +.vertical-align-sub { + vertical-align: sub !important; +} +.vertical-align-super { + vertical-align: super !important; +} +@media screen and (min-width: 576px) { + .sm\:vertical-align-baseline { + vertical-align: baseline !important; + } + .sm\:vertical-align-top { + vertical-align: top !important; + } + .sm\:vertical-align-middle { + vertical-align: middle !important; + } + .sm\:vertical-align-bottom { + vertical-align: bottom !important; + } + .sm\:vertical-align-text-top { + vertical-align: text-top !important; + } + .sm\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .sm\:vertical-align-sub { + vertical-align: sub !important; + } + .sm\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 768px) { + .md\:vertical-align-baseline { + vertical-align: baseline !important; + } + .md\:vertical-align-top { + vertical-align: top !important; + } + .md\:vertical-align-middle { + vertical-align: middle !important; + } + .md\:vertical-align-bottom { + vertical-align: bottom !important; + } + .md\:vertical-align-text-top { + vertical-align: text-top !important; + } + .md\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .md\:vertical-align-sub { + vertical-align: sub !important; + } + .md\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 992px) { + .lg\:vertical-align-baseline { + vertical-align: baseline !important; + } + .lg\:vertical-align-top { + vertical-align: top !important; + } + .lg\:vertical-align-middle { + vertical-align: middle !important; + } + .lg\:vertical-align-bottom { + vertical-align: bottom !important; + } + .lg\:vertical-align-text-top { + vertical-align: text-top !important; + } + .lg\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .lg\:vertical-align-sub { + vertical-align: sub !important; + } + .lg\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:vertical-align-baseline { + vertical-align: baseline !important; + } + .xl\:vertical-align-top { + vertical-align: top !important; + } + .xl\:vertical-align-middle { + vertical-align: middle !important; + } + .xl\:vertical-align-bottom { + vertical-align: bottom !important; + } + .xl\:vertical-align-text-top { + vertical-align: text-top !important; + } + .xl\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .xl\:vertical-align-sub { + vertical-align: sub !important; + } + .xl\:vertical-align-super { + vertical-align: super !important; + } +} +.flex-row { + flex-direction: row !important; +} +.flex-row-reverse { + flex-direction: row-reverse !important; +} +.flex-column { + flex-direction: column !important; +} +.flex-column-reverse { + flex-direction: column-reverse !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-row { + flex-direction: row !important; + } + .sm\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .sm\:flex-column { + flex-direction: column !important; + } + .sm\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-row { + flex-direction: row !important; + } + .md\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .md\:flex-column { + flex-direction: column !important; + } + .md\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-row { + flex-direction: row !important; + } + .lg\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .lg\:flex-column { + flex-direction: column !important; + } + .lg\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-row { + flex-direction: row !important; + } + .xl\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .xl\:flex-column { + flex-direction: column !important; + } + .xl\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +.flex-wrap { + flex-wrap: wrap !important; +} +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} +.flex-nowrap { + flex-wrap: nowrap !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-wrap { + flex-wrap: wrap !important; + } + .sm\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .sm\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-wrap { + flex-wrap: wrap !important; + } + .md\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .md\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-wrap { + flex-wrap: wrap !important; + } + .lg\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .lg\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-wrap { + flex-wrap: wrap !important; + } + .xl\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .xl\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +.justify-content-start { + justify-content: flex-start !important; +} +.justify-content-end { + justify-content: flex-end !important; +} +.justify-content-center { + justify-content: center !important; +} +.justify-content-between { + justify-content: space-between !important; +} +.justify-content-around { + justify-content: space-around !important; +} +.justify-content-evenly { + justify-content: space-evenly !important; +} +@media screen and (min-width: 576px) { + .sm\:justify-content-start { + justify-content: flex-start !important; + } + .sm\:justify-content-end { + justify-content: flex-end !important; + } + .sm\:justify-content-center { + justify-content: center !important; + } + .sm\:justify-content-between { + justify-content: space-between !important; + } + .sm\:justify-content-around { + justify-content: space-around !important; + } + .sm\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 768px) { + .md\:justify-content-start { + justify-content: flex-start !important; + } + .md\:justify-content-end { + justify-content: flex-end !important; + } + .md\:justify-content-center { + justify-content: center !important; + } + .md\:justify-content-between { + justify-content: space-between !important; + } + .md\:justify-content-around { + justify-content: space-around !important; + } + .md\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 992px) { + .lg\:justify-content-start { + justify-content: flex-start !important; + } + .lg\:justify-content-end { + justify-content: flex-end !important; + } + .lg\:justify-content-center { + justify-content: center !important; + } + .lg\:justify-content-between { + justify-content: space-between !important; + } + .lg\:justify-content-around { + justify-content: space-around !important; + } + .lg\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:justify-content-start { + justify-content: flex-start !important; + } + .xl\:justify-content-end { + justify-content: flex-end !important; + } + .xl\:justify-content-center { + justify-content: center !important; + } + .xl\:justify-content-between { + justify-content: space-between !important; + } + .xl\:justify-content-around { + justify-content: space-around !important; + } + .xl\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +.align-content-start { + align-content: flex-start !important; +} +.align-content-end { + align-content: flex-end !important; +} +.align-content-center { + align-content: center !important; +} +.align-content-between { + align-content: space-between !important; +} +.align-content-around { + align-content: space-around !important; +} +.align-content-evenly { + align-content: space-evenly !important; +} +@media screen and (min-width: 576px) { + .sm\:align-content-start { + align-content: flex-start !important; + } + .sm\:align-content-end { + align-content: flex-end !important; + } + .sm\:align-content-center { + align-content: center !important; + } + .sm\:align-content-between { + align-content: space-between !important; + } + .sm\:align-content-around { + align-content: space-around !important; + } + .sm\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-content-start { + align-content: flex-start !important; + } + .md\:align-content-end { + align-content: flex-end !important; + } + .md\:align-content-center { + align-content: center !important; + } + .md\:align-content-between { + align-content: space-between !important; + } + .md\:align-content-around { + align-content: space-around !important; + } + .md\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-content-start { + align-content: flex-start !important; + } + .lg\:align-content-end { + align-content: flex-end !important; + } + .lg\:align-content-center { + align-content: center !important; + } + .lg\:align-content-between { + align-content: space-between !important; + } + .lg\:align-content-around { + align-content: space-around !important; + } + .lg\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-content-start { + align-content: flex-start !important; + } + .xl\:align-content-end { + align-content: flex-end !important; + } + .xl\:align-content-center { + align-content: center !important; + } + .xl\:align-content-between { + align-content: space-between !important; + } + .xl\:align-content-around { + align-content: space-around !important; + } + .xl\:align-content-evenly { + align-content: space-evenly !important; + } +} +.align-items-stretch { + align-items: stretch !important; +} +.align-items-start { + align-items: flex-start !important; +} +.align-items-center { + align-items: center !important; +} +.align-items-end { + align-items: flex-end !important; +} +.align-items-baseline { + align-items: baseline !important; +} +@media screen and (min-width: 576px) { + .sm\:align-items-stretch { + align-items: stretch !important; + } + .sm\:align-items-start { + align-items: flex-start !important; + } + .sm\:align-items-center { + align-items: center !important; + } + .sm\:align-items-end { + align-items: flex-end !important; + } + .sm\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-items-stretch { + align-items: stretch !important; + } + .md\:align-items-start { + align-items: flex-start !important; + } + .md\:align-items-center { + align-items: center !important; + } + .md\:align-items-end { + align-items: flex-end !important; + } + .md\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-items-stretch { + align-items: stretch !important; + } + .lg\:align-items-start { + align-items: flex-start !important; + } + .lg\:align-items-center { + align-items: center !important; + } + .lg\:align-items-end { + align-items: flex-end !important; + } + .lg\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-items-stretch { + align-items: stretch !important; + } + .xl\:align-items-start { + align-items: flex-start !important; + } + .xl\:align-items-center { + align-items: center !important; + } + .xl\:align-items-end { + align-items: flex-end !important; + } + .xl\:align-items-baseline { + align-items: baseline !important; + } +} +.align-self-auto { + align-self: auto !important; +} +.align-self-start { + align-self: flex-start !important; +} +.align-self-end { + align-self: flex-end !important; +} +.align-self-center { + align-self: center !important; +} +.align-self-stretch { + align-self: stretch !important; +} +.align-self-baseline { + align-self: baseline !important; +} +@media screen and (min-width: 576px) { + .sm\:align-self-auto { + align-self: auto !important; + } + .sm\:align-self-start { + align-self: flex-start !important; + } + .sm\:align-self-end { + align-self: flex-end !important; + } + .sm\:align-self-center { + align-self: center !important; + } + .sm\:align-self-stretch { + align-self: stretch !important; + } + .sm\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-self-auto { + align-self: auto !important; + } + .md\:align-self-start { + align-self: flex-start !important; + } + .md\:align-self-end { + align-self: flex-end !important; + } + .md\:align-self-center { + align-self: center !important; + } + .md\:align-self-stretch { + align-self: stretch !important; + } + .md\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-self-auto { + align-self: auto !important; + } + .lg\:align-self-start { + align-self: flex-start !important; + } + .lg\:align-self-end { + align-self: flex-end !important; + } + .lg\:align-self-center { + align-self: center !important; + } + .lg\:align-self-stretch { + align-self: stretch !important; + } + .lg\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-self-auto { + align-self: auto !important; + } + .xl\:align-self-start { + align-self: flex-start !important; + } + .xl\:align-self-end { + align-self: flex-end !important; + } + .xl\:align-self-center { + align-self: center !important; + } + .xl\:align-self-stretch { + align-self: stretch !important; + } + .xl\:align-self-baseline { + align-self: baseline !important; + } +} +.flex-order-0 { + order: 0 !important; +} +.flex-order-1 { + order: 1 !important; +} +.flex-order-2 { + order: 2 !important; +} +.flex-order-3 { + order: 3 !important; +} +.flex-order-4 { + order: 4 !important; +} +.flex-order-5 { + order: 5 !important; +} +.flex-order-6 { + order: 6 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-order-0 { + order: 0 !important; + } + .sm\:flex-order-1 { + order: 1 !important; + } + .sm\:flex-order-2 { + order: 2 !important; + } + .sm\:flex-order-3 { + order: 3 !important; + } + .sm\:flex-order-4 { + order: 4 !important; + } + .sm\:flex-order-5 { + order: 5 !important; + } + .sm\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-order-0 { + order: 0 !important; + } + .md\:flex-order-1 { + order: 1 !important; + } + .md\:flex-order-2 { + order: 2 !important; + } + .md\:flex-order-3 { + order: 3 !important; + } + .md\:flex-order-4 { + order: 4 !important; + } + .md\:flex-order-5 { + order: 5 !important; + } + .md\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-order-0 { + order: 0 !important; + } + .lg\:flex-order-1 { + order: 1 !important; + } + .lg\:flex-order-2 { + order: 2 !important; + } + .lg\:flex-order-3 { + order: 3 !important; + } + .lg\:flex-order-4 { + order: 4 !important; + } + .lg\:flex-order-5 { + order: 5 !important; + } + .lg\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-order-0 { + order: 0 !important; + } + .xl\:flex-order-1 { + order: 1 !important; + } + .xl\:flex-order-2 { + order: 2 !important; + } + .xl\:flex-order-3 { + order: 3 !important; + } + .xl\:flex-order-4 { + order: 4 !important; + } + .xl\:flex-order-5 { + order: 5 !important; + } + .xl\:flex-order-6 { + order: 6 !important; + } +} +.flex-1 { + flex: 1 1 0% !important; +} +.flex-auto { + flex: 1 1 auto !important; +} +.flex-initial { + flex: 0 1 auto !important; +} +.flex-none { + flex: none !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-1 { + flex: 1 1 0% !important; + } + .sm\:flex-auto { + flex: 1 1 auto !important; + } + .sm\:flex-initial { + flex: 0 1 auto !important; + } + .sm\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-1 { + flex: 1 1 0% !important; + } + .md\:flex-auto { + flex: 1 1 auto !important; + } + .md\:flex-initial { + flex: 0 1 auto !important; + } + .md\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-1 { + flex: 1 1 0% !important; + } + .lg\:flex-auto { + flex: 1 1 auto !important; + } + .lg\:flex-initial { + flex: 0 1 auto !important; + } + .lg\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-1 { + flex: 1 1 0% !important; + } + .xl\:flex-auto { + flex: 1 1 auto !important; + } + .xl\:flex-initial { + flex: 0 1 auto !important; + } + .xl\:flex-none { + flex: none !important; + } +} +.flex-grow-0 { + flex-grow: 0 !important; +} +.flex-grow-1 { + flex-grow: 1 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-grow-0 { + flex-grow: 0 !important; + } + .sm\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-grow-0 { + flex-grow: 0 !important; + } + .md\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-grow-0 { + flex-grow: 0 !important; + } + .lg\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-grow-0 { + flex-grow: 0 !important; + } + .xl\:flex-grow-1 { + flex-grow: 1 !important; + } +} +.flex-shrink-0 { + flex-shrink: 0 !important; +} +.flex-shrink-1 { + flex-shrink: 1 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .sm\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .md\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .lg\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .xl\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +.gap-0 { + gap: 0 !important; +} +.gap-1 { + gap: 0.25rem !important; +} +.gap-2 { + gap: 0.5rem !important; +} +.gap-3 { + gap: 1rem !important; +} +.gap-4 { + gap: 1.5rem !important; +} +.gap-5 { + gap: 2rem !important; +} +.gap-6 { + gap: 3rem !important; +} +.gap-7 { + gap: 4rem !important; +} +.gap-8 { + gap: 5rem !important; +} +.row-gap-0 { + row-gap: 0 !important; +} +.row-gap-1 { + row-gap: 0.25rem !important; +} +.row-gap-2 { + row-gap: 0.5rem !important; +} +.row-gap-3 { + row-gap: 1rem !important; +} +.row-gap-4 { + row-gap: 1.5rem !important; +} +.row-gap-5 { + row-gap: 2rem !important; +} +.row-gap-6 { + row-gap: 3rem !important; +} +.row-gap-7 { + row-gap: 4rem !important; +} +.row-gap-8 { + row-gap: 5rem !important; +} +.column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; +} +.column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; +} +.column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; +} +.column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; +} +.column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; +} +.column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; +} +.column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; +} +.column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; +} +.column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; +} +@media screen and (min-width: 576px) { + .sm\:gap-0 { + gap: 0 !important; + } + .sm\:gap-1 { + gap: 0.25rem !important; + } + .sm\:gap-2 { + gap: 0.5rem !important; + } + .sm\:gap-3 { + gap: 1rem !important; + } + .sm\:gap-4 { + gap: 1.5rem !important; + } + .sm\:gap-5 { + gap: 2rem !important; + } + .sm\:gap-6 { + gap: 3rem !important; + } + .sm\:gap-7 { + gap: 4rem !important; + } + .sm\:gap-8 { + gap: 5rem !important; + } + .sm\:row-gap-0 { + row-gap: 0 !important; + } + .sm\:row-gap-1 { + row-gap: 0.25rem !important; + } + .sm\:row-gap-2 { + row-gap: 0.5rem !important; + } + .sm\:row-gap-3 { + row-gap: 1rem !important; + } + .sm\:row-gap-4 { + row-gap: 1.5rem !important; + } + .sm\:row-gap-5 { + row-gap: 2rem !important; + } + .sm\:row-gap-6 { + row-gap: 3rem !important; + } + .sm\:row-gap-7 { + row-gap: 4rem !important; + } + .sm\:row-gap-8 { + row-gap: 5rem !important; + } + .sm\:column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .sm\:column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .sm\:column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .sm\:column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .sm\:column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .sm\:column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .sm\:column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .sm\:column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .sm\:column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:gap-0 { + gap: 0 !important; + } + .md\:gap-1 { + gap: 0.25rem !important; + } + .md\:gap-2 { + gap: 0.5rem !important; + } + .md\:gap-3 { + gap: 1rem !important; + } + .md\:gap-4 { + gap: 1.5rem !important; + } + .md\:gap-5 { + gap: 2rem !important; + } + .md\:gap-6 { + gap: 3rem !important; + } + .md\:gap-7 { + gap: 4rem !important; + } + .md\:gap-8 { + gap: 5rem !important; + } + .md\:row-gap-0 { + row-gap: 0 !important; + } + .md\:row-gap-1 { + row-gap: 0.25rem !important; + } + .md\:row-gap-2 { + row-gap: 0.5rem !important; + } + .md\:row-gap-3 { + row-gap: 1rem !important; + } + .md\:row-gap-4 { + row-gap: 1.5rem !important; + } + .md\:row-gap-5 { + row-gap: 2rem !important; + } + .md\:row-gap-6 { + row-gap: 3rem !important; + } + .md\:row-gap-7 { + row-gap: 4rem !important; + } + .md\:row-gap-8 { + row-gap: 5rem !important; + } + .md\:column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .md\:column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .md\:column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .md\:column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .md\:column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .md\:column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .md\:column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .md\:column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .md\:column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:gap-0 { + gap: 0 !important; + } + .lg\:gap-1 { + gap: 0.25rem !important; + } + .lg\:gap-2 { + gap: 0.5rem !important; + } + .lg\:gap-3 { + gap: 1rem !important; + } + .lg\:gap-4 { + gap: 1.5rem !important; + } + .lg\:gap-5 { + gap: 2rem !important; + } + .lg\:gap-6 { + gap: 3rem !important; + } + .lg\:gap-7 { + gap: 4rem !important; + } + .lg\:gap-8 { + gap: 5rem !important; + } + .lg\:row-gap-0 { + row-gap: 0 !important; + } + .lg\:row-gap-1 { + row-gap: 0.25rem !important; + } + .lg\:row-gap-2 { + row-gap: 0.5rem !important; + } + .lg\:row-gap-3 { + row-gap: 1rem !important; + } + .lg\:row-gap-4 { + row-gap: 1.5rem !important; + } + .lg\:row-gap-5 { + row-gap: 2rem !important; + } + .lg\:row-gap-6 { + row-gap: 3rem !important; + } + .lg\:row-gap-7 { + row-gap: 4rem !important; + } + .lg\:row-gap-8 { + row-gap: 5rem !important; + } + .lg\:column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .lg\:column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .lg\:column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .lg\:column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .lg\:column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .lg\:column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .lg\:column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .lg\:column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .lg\:column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:gap-0 { + gap: 0 !important; + } + .xl\:gap-1 { + gap: 0.25rem !important; + } + .xl\:gap-2 { + gap: 0.5rem !important; + } + .xl\:gap-3 { + gap: 1rem !important; + } + .xl\:gap-4 { + gap: 1.5rem !important; + } + .xl\:gap-5 { + gap: 2rem !important; + } + .xl\:gap-6 { + gap: 3rem !important; + } + .xl\:gap-7 { + gap: 4rem !important; + } + .xl\:gap-8 { + gap: 5rem !important; + } + .xl\:row-gap-0 { + row-gap: 0 !important; + } + .xl\:row-gap-1 { + row-gap: 0.25rem !important; + } + .xl\:row-gap-2 { + row-gap: 0.5rem !important; + } + .xl\:row-gap-3 { + row-gap: 1rem !important; + } + .xl\:row-gap-4 { + row-gap: 1.5rem !important; + } + .xl\:row-gap-5 { + row-gap: 2rem !important; + } + .xl\:row-gap-6 { + row-gap: 3rem !important; + } + .xl\:row-gap-7 { + row-gap: 4rem !important; + } + .xl\:row-gap-8 { + row-gap: 5rem !important; + } + .xl\:column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .xl\:column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .xl\:column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .xl\:column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .xl\:column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .xl\:column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .xl\:column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .xl\:column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .xl\:column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +.p-0 { + padding: 0 !important; +} +.p-1 { + padding: 0.25rem !important; +} +.p-2 { + padding: 0.5rem !important; +} +.p-3 { + padding: 1rem !important; +} +.p-4 { + padding: 1.5rem !important; +} +.p-5 { + padding: 2rem !important; +} +.p-6 { + padding: 3rem !important; +} +.p-7 { + padding: 4rem !important; +} +.p-8 { + padding: 5rem !important; +} +.pt-0 { + padding-top: 0 !important; +} +.pt-1 { + padding-top: 0.25rem !important; +} +.pt-2 { + padding-top: 0.5rem !important; +} +.pt-3 { + padding-top: 1rem !important; +} +.pt-4 { + padding-top: 1.5rem !important; +} +.pt-5 { + padding-top: 2rem !important; +} +.pt-6 { + padding-top: 3rem !important; +} +.pt-7 { + padding-top: 4rem !important; +} +.pt-8 { + padding-top: 5rem !important; +} +.pr-0 { + padding-right: 0 !important; +} +.pr-1 { + padding-right: 0.25rem !important; +} +.pr-2 { + padding-right: 0.5rem !important; +} +.pr-3 { + padding-right: 1rem !important; +} +.pr-4 { + padding-right: 1.5rem !important; +} +.pr-5 { + padding-right: 2rem !important; +} +.pr-6 { + padding-right: 3rem !important; +} +.pr-7 { + padding-right: 4rem !important; +} +.pr-8 { + padding-right: 5rem !important; +} +.pl-0 { + padding-left: 0 !important; +} +.pl-1 { + padding-left: 0.25rem !important; +} +.pl-2 { + padding-left: 0.5rem !important; +} +.pl-3 { + padding-left: 1rem !important; +} +.pl-4 { + padding-left: 1.5rem !important; +} +.pl-5 { + padding-left: 2rem !important; +} +.pl-6 { + padding-left: 3rem !important; +} +.pl-7 { + padding-left: 4rem !important; +} +.pl-8 { + padding-left: 5rem !important; +} +.pb-0 { + padding-bottom: 0 !important; +} +.pb-1 { + padding-bottom: 0.25rem !important; +} +.pb-2 { + padding-bottom: 0.5rem !important; +} +.pb-3 { + padding-bottom: 1rem !important; +} +.pb-4 { + padding-bottom: 1.5rem !important; +} +.pb-5 { + padding-bottom: 2rem !important; +} +.pb-6 { + padding-bottom: 3rem !important; +} +.pb-7 { + padding-bottom: 4rem !important; +} +.pb-8 { + padding-bottom: 5rem !important; +} +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} +.px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; +} +.px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} +.px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; +} +.px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; +} +.px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; +} +.px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; +} +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} +.py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; +} +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} +.py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; +} +.py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; +} +@media screen and (min-width: 576px) { + .sm\:p-0 { + padding: 0 !important; + } + .sm\:p-1 { + padding: 0.25rem !important; + } + .sm\:p-2 { + padding: 0.5rem !important; + } + .sm\:p-3 { + padding: 1rem !important; + } + .sm\:p-4 { + padding: 1.5rem !important; + } + .sm\:p-5 { + padding: 2rem !important; + } + .sm\:p-6 { + padding: 3rem !important; + } + .sm\:p-7 { + padding: 4rem !important; + } + .sm\:p-8 { + padding: 5rem !important; + } + .sm\:pt-0 { + padding-top: 0 !important; + } + .sm\:pt-1 { + padding-top: 0.25rem !important; + } + .sm\:pt-2 { + padding-top: 0.5rem !important; + } + .sm\:pt-3 { + padding-top: 1rem !important; + } + .sm\:pt-4 { + padding-top: 1.5rem !important; + } + .sm\:pt-5 { + padding-top: 2rem !important; + } + .sm\:pt-6 { + padding-top: 3rem !important; + } + .sm\:pt-7 { + padding-top: 4rem !important; + } + .sm\:pt-8 { + padding-top: 5rem !important; + } + .sm\:pr-0 { + padding-right: 0 !important; + } + .sm\:pr-1 { + padding-right: 0.25rem !important; + } + .sm\:pr-2 { + padding-right: 0.5rem !important; + } + .sm\:pr-3 { + padding-right: 1rem !important; + } + .sm\:pr-4 { + padding-right: 1.5rem !important; + } + .sm\:pr-5 { + padding-right: 2rem !important; + } + .sm\:pr-6 { + padding-right: 3rem !important; + } + .sm\:pr-7 { + padding-right: 4rem !important; + } + .sm\:pr-8 { + padding-right: 5rem !important; + } + .sm\:pl-0 { + padding-left: 0 !important; + } + .sm\:pl-1 { + padding-left: 0.25rem !important; + } + .sm\:pl-2 { + padding-left: 0.5rem !important; + } + .sm\:pl-3 { + padding-left: 1rem !important; + } + .sm\:pl-4 { + padding-left: 1.5rem !important; + } + .sm\:pl-5 { + padding-left: 2rem !important; + } + .sm\:pl-6 { + padding-left: 3rem !important; + } + .sm\:pl-7 { + padding-left: 4rem !important; + } + .sm\:pl-8 { + padding-left: 5rem !important; + } + .sm\:pb-0 { + padding-bottom: 0 !important; + } + .sm\:pb-1 { + padding-bottom: 0.25rem !important; + } + .sm\:pb-2 { + padding-bottom: 0.5rem !important; + } + .sm\:pb-3 { + padding-bottom: 1rem !important; + } + .sm\:pb-4 { + padding-bottom: 1.5rem !important; + } + .sm\:pb-5 { + padding-bottom: 2rem !important; + } + .sm\:pb-6 { + padding-bottom: 3rem !important; + } + .sm\:pb-7 { + padding-bottom: 4rem !important; + } + .sm\:pb-8 { + padding-bottom: 5rem !important; + } + .sm\:px-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + .sm\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .sm\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .sm\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .sm\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .sm\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .sm\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .sm\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .sm\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .sm\:py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .sm\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .sm\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .sm\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .sm\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .sm\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .sm\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .sm\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .sm\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:p-0 { + padding: 0 !important; + } + .md\:p-1 { + padding: 0.25rem !important; + } + .md\:p-2 { + padding: 0.5rem !important; + } + .md\:p-3 { + padding: 1rem !important; + } + .md\:p-4 { + padding: 1.5rem !important; + } + .md\:p-5 { + padding: 2rem !important; + } + .md\:p-6 { + padding: 3rem !important; + } + .md\:p-7 { + padding: 4rem !important; + } + .md\:p-8 { + padding: 5rem !important; + } + .md\:pt-0 { + padding-top: 0 !important; + } + .md\:pt-1 { + padding-top: 0.25rem !important; + } + .md\:pt-2 { + padding-top: 0.5rem !important; + } + .md\:pt-3 { + padding-top: 1rem !important; + } + .md\:pt-4 { + padding-top: 1.5rem !important; + } + .md\:pt-5 { + padding-top: 2rem !important; + } + .md\:pt-6 { + padding-top: 3rem !important; + } + .md\:pt-7 { + padding-top: 4rem !important; + } + .md\:pt-8 { + padding-top: 5rem !important; + } + .md\:pr-0 { + padding-right: 0 !important; + } + .md\:pr-1 { + padding-right: 0.25rem !important; + } + .md\:pr-2 { + padding-right: 0.5rem !important; + } + .md\:pr-3 { + padding-right: 1rem !important; + } + .md\:pr-4 { + padding-right: 1.5rem !important; + } + .md\:pr-5 { + padding-right: 2rem !important; + } + .md\:pr-6 { + padding-right: 3rem !important; + } + .md\:pr-7 { + padding-right: 4rem !important; + } + .md\:pr-8 { + padding-right: 5rem !important; + } + .md\:pl-0 { + padding-left: 0 !important; + } + .md\:pl-1 { + padding-left: 0.25rem !important; + } + .md\:pl-2 { + padding-left: 0.5rem !important; + } + .md\:pl-3 { + padding-left: 1rem !important; + } + .md\:pl-4 { + padding-left: 1.5rem !important; + } + .md\:pl-5 { + padding-left: 2rem !important; + } + .md\:pl-6 { + padding-left: 3rem !important; + } + .md\:pl-7 { + padding-left: 4rem !important; + } + .md\:pl-8 { + padding-left: 5rem !important; + } + .md\:pb-0 { + padding-bottom: 0 !important; + } + .md\:pb-1 { + padding-bottom: 0.25rem !important; + } + .md\:pb-2 { + padding-bottom: 0.5rem !important; + } + .md\:pb-3 { + padding-bottom: 1rem !important; + } + .md\:pb-4 { + padding-bottom: 1.5rem !important; + } + .md\:pb-5 { + padding-bottom: 2rem !important; + } + .md\:pb-6 { + padding-bottom: 3rem !important; + } + .md\:pb-7 { + padding-bottom: 4rem !important; + } + .md\:pb-8 { + padding-bottom: 5rem !important; + } + .md\:px-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + .md\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .md\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .md\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .md\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .md\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .md\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .md\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .md\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .md\:py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .md\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .md\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .md\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .md\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .md\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .md\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .md\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .md\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:p-0 { + padding: 0 !important; + } + .lg\:p-1 { + padding: 0.25rem !important; + } + .lg\:p-2 { + padding: 0.5rem !important; + } + .lg\:p-3 { + padding: 1rem !important; + } + .lg\:p-4 { + padding: 1.5rem !important; + } + .lg\:p-5 { + padding: 2rem !important; + } + .lg\:p-6 { + padding: 3rem !important; + } + .lg\:p-7 { + padding: 4rem !important; + } + .lg\:p-8 { + padding: 5rem !important; + } + .lg\:pt-0 { + padding-top: 0 !important; + } + .lg\:pt-1 { + padding-top: 0.25rem !important; + } + .lg\:pt-2 { + padding-top: 0.5rem !important; + } + .lg\:pt-3 { + padding-top: 1rem !important; + } + .lg\:pt-4 { + padding-top: 1.5rem !important; + } + .lg\:pt-5 { + padding-top: 2rem !important; + } + .lg\:pt-6 { + padding-top: 3rem !important; + } + .lg\:pt-7 { + padding-top: 4rem !important; + } + .lg\:pt-8 { + padding-top: 5rem !important; + } + .lg\:pr-0 { + padding-right: 0 !important; + } + .lg\:pr-1 { + padding-right: 0.25rem !important; + } + .lg\:pr-2 { + padding-right: 0.5rem !important; + } + .lg\:pr-3 { + padding-right: 1rem !important; + } + .lg\:pr-4 { + padding-right: 1.5rem !important; + } + .lg\:pr-5 { + padding-right: 2rem !important; + } + .lg\:pr-6 { + padding-right: 3rem !important; + } + .lg\:pr-7 { + padding-right: 4rem !important; + } + .lg\:pr-8 { + padding-right: 5rem !important; + } + .lg\:pl-0 { + padding-left: 0 !important; + } + .lg\:pl-1 { + padding-left: 0.25rem !important; + } + .lg\:pl-2 { + padding-left: 0.5rem !important; + } + .lg\:pl-3 { + padding-left: 1rem !important; + } + .lg\:pl-4 { + padding-left: 1.5rem !important; + } + .lg\:pl-5 { + padding-left: 2rem !important; + } + .lg\:pl-6 { + padding-left: 3rem !important; + } + .lg\:pl-7 { + padding-left: 4rem !important; + } + .lg\:pl-8 { + padding-left: 5rem !important; + } + .lg\:pb-0 { + padding-bottom: 0 !important; + } + .lg\:pb-1 { + padding-bottom: 0.25rem !important; + } + .lg\:pb-2 { + padding-bottom: 0.5rem !important; + } + .lg\:pb-3 { + padding-bottom: 1rem !important; + } + .lg\:pb-4 { + padding-bottom: 1.5rem !important; + } + .lg\:pb-5 { + padding-bottom: 2rem !important; + } + .lg\:pb-6 { + padding-bottom: 3rem !important; + } + .lg\:pb-7 { + padding-bottom: 4rem !important; + } + .lg\:pb-8 { + padding-bottom: 5rem !important; + } + .lg\:px-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + .lg\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .lg\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .lg\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .lg\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .lg\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .lg\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .lg\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .lg\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .lg\:py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .lg\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .lg\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .lg\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .lg\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .lg\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .lg\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .lg\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .lg\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:p-0 { + padding: 0 !important; + } + .xl\:p-1 { + padding: 0.25rem !important; + } + .xl\:p-2 { + padding: 0.5rem !important; + } + .xl\:p-3 { + padding: 1rem !important; + } + .xl\:p-4 { + padding: 1.5rem !important; + } + .xl\:p-5 { + padding: 2rem !important; + } + .xl\:p-6 { + padding: 3rem !important; + } + .xl\:p-7 { + padding: 4rem !important; + } + .xl\:p-8 { + padding: 5rem !important; + } + .xl\:pt-0 { + padding-top: 0 !important; + } + .xl\:pt-1 { + padding-top: 0.25rem !important; + } + .xl\:pt-2 { + padding-top: 0.5rem !important; + } + .xl\:pt-3 { + padding-top: 1rem !important; + } + .xl\:pt-4 { + padding-top: 1.5rem !important; + } + .xl\:pt-5 { + padding-top: 2rem !important; + } + .xl\:pt-6 { + padding-top: 3rem !important; + } + .xl\:pt-7 { + padding-top: 4rem !important; + } + .xl\:pt-8 { + padding-top: 5rem !important; + } + .xl\:pr-0 { + padding-right: 0 !important; + } + .xl\:pr-1 { + padding-right: 0.25rem !important; + } + .xl\:pr-2 { + padding-right: 0.5rem !important; + } + .xl\:pr-3 { + padding-right: 1rem !important; + } + .xl\:pr-4 { + padding-right: 1.5rem !important; + } + .xl\:pr-5 { + padding-right: 2rem !important; + } + .xl\:pr-6 { + padding-right: 3rem !important; + } + .xl\:pr-7 { + padding-right: 4rem !important; + } + .xl\:pr-8 { + padding-right: 5rem !important; + } + .xl\:pl-0 { + padding-left: 0 !important; + } + .xl\:pl-1 { + padding-left: 0.25rem !important; + } + .xl\:pl-2 { + padding-left: 0.5rem !important; + } + .xl\:pl-3 { + padding-left: 1rem !important; + } + .xl\:pl-4 { + padding-left: 1.5rem !important; + } + .xl\:pl-5 { + padding-left: 2rem !important; + } + .xl\:pl-6 { + padding-left: 3rem !important; + } + .xl\:pl-7 { + padding-left: 4rem !important; + } + .xl\:pl-8 { + padding-left: 5rem !important; + } + .xl\:pb-0 { + padding-bottom: 0 !important; + } + .xl\:pb-1 { + padding-bottom: 0.25rem !important; + } + .xl\:pb-2 { + padding-bottom: 0.5rem !important; + } + .xl\:pb-3 { + padding-bottom: 1rem !important; + } + .xl\:pb-4 { + padding-bottom: 1.5rem !important; + } + .xl\:pb-5 { + padding-bottom: 2rem !important; + } + .xl\:pb-6 { + padding-bottom: 3rem !important; + } + .xl\:pb-7 { + padding-bottom: 4rem !important; + } + .xl\:pb-8 { + padding-bottom: 5rem !important; + } + .xl\:px-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + .xl\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .xl\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .xl\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .xl\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .xl\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .xl\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .xl\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .xl\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .xl\:py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .xl\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .xl\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .xl\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .xl\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .xl\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .xl\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .xl\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .xl\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +.m-0 { + margin: 0 !important; +} +.m-1 { + margin: 0.25rem !important; +} +.m-2 { + margin: 0.5rem !important; +} +.m-3 { + margin: 1rem !important; +} +.m-4 { + margin: 1.5rem !important; +} +.m-5 { + margin: 2rem !important; +} +.m-6 { + margin: 3rem !important; +} +.m-7 { + margin: 4rem !important; +} +.m-8 { + margin: 5rem !important; +} +.-m-1 { + margin: -0.25rem !important; +} +.-m-2 { + margin: -0.5rem !important; +} +.-m-3 { + margin: -1rem !important; +} +.-m-4 { + margin: -1.5rem !important; +} +.-m-5 { + margin: -2rem !important; +} +.-m-6 { + margin: -3rem !important; +} +.-m-7 { + margin: -4rem !important; +} +.-m-8 { + margin: -5rem !important; +} +.m-auto { + margin: auto !important; +} +.mt-0 { + margin-top: 0 !important; +} +.mt-1 { + margin-top: 0.25rem !important; +} +.mt-2 { + margin-top: 0.5rem !important; +} +.mt-3 { + margin-top: 1rem !important; +} +.mt-4 { + margin-top: 1.5rem !important; +} +.mt-5 { + margin-top: 2rem !important; +} +.mt-6 { + margin-top: 3rem !important; +} +.mt-7 { + margin-top: 4rem !important; +} +.mt-8 { + margin-top: 5rem !important; +} +.-mt-1 { + margin-top: -0.25rem !important; +} +.-mt-2 { + margin-top: -0.5rem !important; +} +.-mt-3 { + margin-top: -1rem !important; +} +.-mt-4 { + margin-top: -1.5rem !important; +} +.-mt-5 { + margin-top: -2rem !important; +} +.-mt-6 { + margin-top: -3rem !important; +} +.-mt-7 { + margin-top: -4rem !important; +} +.-mt-8 { + margin-top: -5rem !important; +} +.mt-auto { + margin-top: auto !important; +} +.mr-0 { + margin-right: 0 !important; +} +.mr-1 { + margin-right: 0.25rem !important; +} +.mr-2 { + margin-right: 0.5rem !important; +} +.mr-3 { + margin-right: 1rem !important; +} +.mr-4 { + margin-right: 1.5rem !important; +} +.mr-5 { + margin-right: 2rem !important; +} +.mr-6 { + margin-right: 3rem !important; +} +.mr-7 { + margin-right: 4rem !important; +} +.mr-8 { + margin-right: 5rem !important; +} +.-mr-1 { + margin-right: -0.25rem !important; +} +.-mr-2 { + margin-right: -0.5rem !important; +} +.-mr-3 { + margin-right: -1rem !important; +} +.-mr-4 { + margin-right: -1.5rem !important; +} +.-mr-5 { + margin-right: -2rem !important; +} +.-mr-6 { + margin-right: -3rem !important; +} +.-mr-7 { + margin-right: -4rem !important; +} +.-mr-8 { + margin-right: -5rem !important; +} +.mr-auto { + margin-right: auto !important; +} +.ml-0 { + margin-left: 0 !important; +} +.ml-1 { + margin-left: 0.25rem !important; +} +.ml-2 { + margin-left: 0.5rem !important; +} +.ml-3 { + margin-left: 1rem !important; +} +.ml-4 { + margin-left: 1.5rem !important; +} +.ml-5 { + margin-left: 2rem !important; +} +.ml-6 { + margin-left: 3rem !important; +} +.ml-7 { + margin-left: 4rem !important; +} +.ml-8 { + margin-left: 5rem !important; +} +.-ml-1 { + margin-left: -0.25rem !important; +} +.-ml-2 { + margin-left: -0.5rem !important; +} +.-ml-3 { + margin-left: -1rem !important; +} +.-ml-4 { + margin-left: -1.5rem !important; +} +.-ml-5 { + margin-left: -2rem !important; +} +.-ml-6 { + margin-left: -3rem !important; +} +.-ml-7 { + margin-left: -4rem !important; +} +.-ml-8 { + margin-left: -5rem !important; +} +.ml-auto { + margin-left: auto !important; +} +.mb-0 { + margin-bottom: 0 !important; +} +.mb-1 { + margin-bottom: 0.25rem !important; +} +.mb-2 { + margin-bottom: 0.5rem !important; +} +.mb-3 { + margin-bottom: 1rem !important; +} +.mb-4 { + margin-bottom: 1.5rem !important; +} +.mb-5 { + margin-bottom: 2rem !important; +} +.mb-6 { + margin-bottom: 3rem !important; +} +.mb-7 { + margin-bottom: 4rem !important; +} +.mb-8 { + margin-bottom: 5rem !important; +} +.-mb-1 { + margin-bottom: -0.25rem !important; +} +.-mb-2 { + margin-bottom: -0.5rem !important; +} +.-mb-3 { + margin-bottom: -1rem !important; +} +.-mb-4 { + margin-bottom: -1.5rem !important; +} +.-mb-5 { + margin-bottom: -2rem !important; +} +.-mb-6 { + margin-bottom: -3rem !important; +} +.-mb-7 { + margin-bottom: -4rem !important; +} +.-mb-8 { + margin-bottom: -5rem !important; +} +.mb-auto { + margin-bottom: auto !important; +} +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; +} +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} +.mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; +} +.mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} +.mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; +} +.mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; +} +.mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; +} +.mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; +} +.-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; +} +.-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; +} +.-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; +} +.-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; +} +.-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; +} +.-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; +} +.-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; +} +.-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; +} +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; +} +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +.my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} +.my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; +} +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} +.my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; +} +.my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; +} +.-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; +} +.-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; +} +.-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; +} +.-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; +} +.-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; +} +.-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; +} +.-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; +} +.-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; +} +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} +@media screen and (min-width: 576px) { + .sm\:m-0 { + margin: 0 !important; + } + .sm\:m-1 { + margin: 0.25rem !important; + } + .sm\:m-2 { + margin: 0.5rem !important; + } + .sm\:m-3 { + margin: 1rem !important; + } + .sm\:m-4 { + margin: 1.5rem !important; + } + .sm\:m-5 { + margin: 2rem !important; + } + .sm\:m-6 { + margin: 3rem !important; + } + .sm\:m-7 { + margin: 4rem !important; + } + .sm\:m-8 { + margin: 5rem !important; + } + .sm\:-m-1 { + margin: -0.25rem !important; + } + .sm\:-m-2 { + margin: -0.5rem !important; + } + .sm\:-m-3 { + margin: -1rem !important; + } + .sm\:-m-4 { + margin: -1.5rem !important; + } + .sm\:-m-5 { + margin: -2rem !important; + } + .sm\:-m-6 { + margin: -3rem !important; + } + .sm\:-m-7 { + margin: -4rem !important; + } + .sm\:-m-8 { + margin: -5rem !important; + } + .sm\:m-auto { + margin: auto !important; + } + .sm\:mt-0 { + margin-top: 0 !important; + } + .sm\:mt-1 { + margin-top: 0.25rem !important; + } + .sm\:mt-2 { + margin-top: 0.5rem !important; + } + .sm\:mt-3 { + margin-top: 1rem !important; + } + .sm\:mt-4 { + margin-top: 1.5rem !important; + } + .sm\:mt-5 { + margin-top: 2rem !important; + } + .sm\:mt-6 { + margin-top: 3rem !important; + } + .sm\:mt-7 { + margin-top: 4rem !important; + } + .sm\:mt-8 { + margin-top: 5rem !important; + } + .sm\:-mt-1 { + margin-top: -0.25rem !important; + } + .sm\:-mt-2 { + margin-top: -0.5rem !important; + } + .sm\:-mt-3 { + margin-top: -1rem !important; + } + .sm\:-mt-4 { + margin-top: -1.5rem !important; + } + .sm\:-mt-5 { + margin-top: -2rem !important; + } + .sm\:-mt-6 { + margin-top: -3rem !important; + } + .sm\:-mt-7 { + margin-top: -4rem !important; + } + .sm\:-mt-8 { + margin-top: -5rem !important; + } + .sm\:mt-auto { + margin-top: auto !important; + } + .sm\:mr-0 { + margin-right: 0 !important; + } + .sm\:mr-1 { + margin-right: 0.25rem !important; + } + .sm\:mr-2 { + margin-right: 0.5rem !important; + } + .sm\:mr-3 { + margin-right: 1rem !important; + } + .sm\:mr-4 { + margin-right: 1.5rem !important; + } + .sm\:mr-5 { + margin-right: 2rem !important; + } + .sm\:mr-6 { + margin-right: 3rem !important; + } + .sm\:mr-7 { + margin-right: 4rem !important; + } + .sm\:mr-8 { + margin-right: 5rem !important; + } + .sm\:-mr-1 { + margin-right: -0.25rem !important; + } + .sm\:-mr-2 { + margin-right: -0.5rem !important; + } + .sm\:-mr-3 { + margin-right: -1rem !important; + } + .sm\:-mr-4 { + margin-right: -1.5rem !important; + } + .sm\:-mr-5 { + margin-right: -2rem !important; + } + .sm\:-mr-6 { + margin-right: -3rem !important; + } + .sm\:-mr-7 { + margin-right: -4rem !important; + } + .sm\:-mr-8 { + margin-right: -5rem !important; + } + .sm\:mr-auto { + margin-right: auto !important; + } + .sm\:ml-0 { + margin-left: 0 !important; + } + .sm\:ml-1 { + margin-left: 0.25rem !important; + } + .sm\:ml-2 { + margin-left: 0.5rem !important; + } + .sm\:ml-3 { + margin-left: 1rem !important; + } + .sm\:ml-4 { + margin-left: 1.5rem !important; + } + .sm\:ml-5 { + margin-left: 2rem !important; + } + .sm\:ml-6 { + margin-left: 3rem !important; + } + .sm\:ml-7 { + margin-left: 4rem !important; + } + .sm\:ml-8 { + margin-left: 5rem !important; + } + .sm\:-ml-1 { + margin-left: -0.25rem !important; + } + .sm\:-ml-2 { + margin-left: -0.5rem !important; + } + .sm\:-ml-3 { + margin-left: -1rem !important; + } + .sm\:-ml-4 { + margin-left: -1.5rem !important; + } + .sm\:-ml-5 { + margin-left: -2rem !important; + } + .sm\:-ml-6 { + margin-left: -3rem !important; + } + .sm\:-ml-7 { + margin-left: -4rem !important; + } + .sm\:-ml-8 { + margin-left: -5rem !important; + } + .sm\:ml-auto { + margin-left: auto !important; + } + .sm\:mb-0 { + margin-bottom: 0 !important; + } + .sm\:mb-1 { + margin-bottom: 0.25rem !important; + } + .sm\:mb-2 { + margin-bottom: 0.5rem !important; + } + .sm\:mb-3 { + margin-bottom: 1rem !important; + } + .sm\:mb-4 { + margin-bottom: 1.5rem !important; + } + .sm\:mb-5 { + margin-bottom: 2rem !important; + } + .sm\:mb-6 { + margin-bottom: 3rem !important; + } + .sm\:mb-7 { + margin-bottom: 4rem !important; + } + .sm\:mb-8 { + margin-bottom: 5rem !important; + } + .sm\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .sm\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .sm\:-mb-3 { + margin-bottom: -1rem !important; + } + .sm\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .sm\:-mb-5 { + margin-bottom: -2rem !important; + } + .sm\:-mb-6 { + margin-bottom: -3rem !important; + } + .sm\:-mb-7 { + margin-bottom: -4rem !important; + } + .sm\:-mb-8 { + margin-bottom: -5rem !important; + } + .sm\:mb-auto { + margin-bottom: auto !important; + } + .sm\:mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + .sm\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .sm\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .sm\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .sm\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .sm\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .sm\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .sm\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .sm\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .sm\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .sm\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .sm\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .sm\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .sm\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .sm\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .sm\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .sm\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .sm\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .sm\:my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .sm\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .sm\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .sm\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .sm\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .sm\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .sm\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .sm\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .sm\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .sm\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .sm\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .sm\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .sm\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .sm\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .sm\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .sm\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .sm\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .sm\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 768px) { + .md\:m-0 { + margin: 0 !important; + } + .md\:m-1 { + margin: 0.25rem !important; + } + .md\:m-2 { + margin: 0.5rem !important; + } + .md\:m-3 { + margin: 1rem !important; + } + .md\:m-4 { + margin: 1.5rem !important; + } + .md\:m-5 { + margin: 2rem !important; + } + .md\:m-6 { + margin: 3rem !important; + } + .md\:m-7 { + margin: 4rem !important; + } + .md\:m-8 { + margin: 5rem !important; + } + .md\:-m-1 { + margin: -0.25rem !important; + } + .md\:-m-2 { + margin: -0.5rem !important; + } + .md\:-m-3 { + margin: -1rem !important; + } + .md\:-m-4 { + margin: -1.5rem !important; + } + .md\:-m-5 { + margin: -2rem !important; + } + .md\:-m-6 { + margin: -3rem !important; + } + .md\:-m-7 { + margin: -4rem !important; + } + .md\:-m-8 { + margin: -5rem !important; + } + .md\:m-auto { + margin: auto !important; + } + .md\:mt-0 { + margin-top: 0 !important; + } + .md\:mt-1 { + margin-top: 0.25rem !important; + } + .md\:mt-2 { + margin-top: 0.5rem !important; + } + .md\:mt-3 { + margin-top: 1rem !important; + } + .md\:mt-4 { + margin-top: 1.5rem !important; + } + .md\:mt-5 { + margin-top: 2rem !important; + } + .md\:mt-6 { + margin-top: 3rem !important; + } + .md\:mt-7 { + margin-top: 4rem !important; + } + .md\:mt-8 { + margin-top: 5rem !important; + } + .md\:-mt-1 { + margin-top: -0.25rem !important; + } + .md\:-mt-2 { + margin-top: -0.5rem !important; + } + .md\:-mt-3 { + margin-top: -1rem !important; + } + .md\:-mt-4 { + margin-top: -1.5rem !important; + } + .md\:-mt-5 { + margin-top: -2rem !important; + } + .md\:-mt-6 { + margin-top: -3rem !important; + } + .md\:-mt-7 { + margin-top: -4rem !important; + } + .md\:-mt-8 { + margin-top: -5rem !important; + } + .md\:mt-auto { + margin-top: auto !important; + } + .md\:mr-0 { + margin-right: 0 !important; + } + .md\:mr-1 { + margin-right: 0.25rem !important; + } + .md\:mr-2 { + margin-right: 0.5rem !important; + } + .md\:mr-3 { + margin-right: 1rem !important; + } + .md\:mr-4 { + margin-right: 1.5rem !important; + } + .md\:mr-5 { + margin-right: 2rem !important; + } + .md\:mr-6 { + margin-right: 3rem !important; + } + .md\:mr-7 { + margin-right: 4rem !important; + } + .md\:mr-8 { + margin-right: 5rem !important; + } + .md\:-mr-1 { + margin-right: -0.25rem !important; + } + .md\:-mr-2 { + margin-right: -0.5rem !important; + } + .md\:-mr-3 { + margin-right: -1rem !important; + } + .md\:-mr-4 { + margin-right: -1.5rem !important; + } + .md\:-mr-5 { + margin-right: -2rem !important; + } + .md\:-mr-6 { + margin-right: -3rem !important; + } + .md\:-mr-7 { + margin-right: -4rem !important; + } + .md\:-mr-8 { + margin-right: -5rem !important; + } + .md\:mr-auto { + margin-right: auto !important; + } + .md\:ml-0 { + margin-left: 0 !important; + } + .md\:ml-1 { + margin-left: 0.25rem !important; + } + .md\:ml-2 { + margin-left: 0.5rem !important; + } + .md\:ml-3 { + margin-left: 1rem !important; + } + .md\:ml-4 { + margin-left: 1.5rem !important; + } + .md\:ml-5 { + margin-left: 2rem !important; + } + .md\:ml-6 { + margin-left: 3rem !important; + } + .md\:ml-7 { + margin-left: 4rem !important; + } + .md\:ml-8 { + margin-left: 5rem !important; + } + .md\:-ml-1 { + margin-left: -0.25rem !important; + } + .md\:-ml-2 { + margin-left: -0.5rem !important; + } + .md\:-ml-3 { + margin-left: -1rem !important; + } + .md\:-ml-4 { + margin-left: -1.5rem !important; + } + .md\:-ml-5 { + margin-left: -2rem !important; + } + .md\:-ml-6 { + margin-left: -3rem !important; + } + .md\:-ml-7 { + margin-left: -4rem !important; + } + .md\:-ml-8 { + margin-left: -5rem !important; + } + .md\:ml-auto { + margin-left: auto !important; + } + .md\:mb-0 { + margin-bottom: 0 !important; + } + .md\:mb-1 { + margin-bottom: 0.25rem !important; + } + .md\:mb-2 { + margin-bottom: 0.5rem !important; + } + .md\:mb-3 { + margin-bottom: 1rem !important; + } + .md\:mb-4 { + margin-bottom: 1.5rem !important; + } + .md\:mb-5 { + margin-bottom: 2rem !important; + } + .md\:mb-6 { + margin-bottom: 3rem !important; + } + .md\:mb-7 { + margin-bottom: 4rem !important; + } + .md\:mb-8 { + margin-bottom: 5rem !important; + } + .md\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .md\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .md\:-mb-3 { + margin-bottom: -1rem !important; + } + .md\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .md\:-mb-5 { + margin-bottom: -2rem !important; + } + .md\:-mb-6 { + margin-bottom: -3rem !important; + } + .md\:-mb-7 { + margin-bottom: -4rem !important; + } + .md\:-mb-8 { + margin-bottom: -5rem !important; + } + .md\:mb-auto { + margin-bottom: auto !important; + } + .md\:mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + .md\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .md\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .md\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .md\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .md\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .md\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .md\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .md\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .md\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .md\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .md\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .md\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .md\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .md\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .md\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .md\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .md\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .md\:my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .md\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .md\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .md\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .md\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .md\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .md\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .md\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .md\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .md\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .md\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .md\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .md\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .md\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .md\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .md\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .md\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .md\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 992px) { + .lg\:m-0 { + margin: 0 !important; + } + .lg\:m-1 { + margin: 0.25rem !important; + } + .lg\:m-2 { + margin: 0.5rem !important; + } + .lg\:m-3 { + margin: 1rem !important; + } + .lg\:m-4 { + margin: 1.5rem !important; + } + .lg\:m-5 { + margin: 2rem !important; + } + .lg\:m-6 { + margin: 3rem !important; + } + .lg\:m-7 { + margin: 4rem !important; + } + .lg\:m-8 { + margin: 5rem !important; + } + .lg\:-m-1 { + margin: -0.25rem !important; + } + .lg\:-m-2 { + margin: -0.5rem !important; + } + .lg\:-m-3 { + margin: -1rem !important; + } + .lg\:-m-4 { + margin: -1.5rem !important; + } + .lg\:-m-5 { + margin: -2rem !important; + } + .lg\:-m-6 { + margin: -3rem !important; + } + .lg\:-m-7 { + margin: -4rem !important; + } + .lg\:-m-8 { + margin: -5rem !important; + } + .lg\:m-auto { + margin: auto !important; + } + .lg\:mt-0 { + margin-top: 0 !important; + } + .lg\:mt-1 { + margin-top: 0.25rem !important; + } + .lg\:mt-2 { + margin-top: 0.5rem !important; + } + .lg\:mt-3 { + margin-top: 1rem !important; + } + .lg\:mt-4 { + margin-top: 1.5rem !important; + } + .lg\:mt-5 { + margin-top: 2rem !important; + } + .lg\:mt-6 { + margin-top: 3rem !important; + } + .lg\:mt-7 { + margin-top: 4rem !important; + } + .lg\:mt-8 { + margin-top: 5rem !important; + } + .lg\:-mt-1 { + margin-top: -0.25rem !important; + } + .lg\:-mt-2 { + margin-top: -0.5rem !important; + } + .lg\:-mt-3 { + margin-top: -1rem !important; + } + .lg\:-mt-4 { + margin-top: -1.5rem !important; + } + .lg\:-mt-5 { + margin-top: -2rem !important; + } + .lg\:-mt-6 { + margin-top: -3rem !important; + } + .lg\:-mt-7 { + margin-top: -4rem !important; + } + .lg\:-mt-8 { + margin-top: -5rem !important; + } + .lg\:mt-auto { + margin-top: auto !important; + } + .lg\:mr-0 { + margin-right: 0 !important; + } + .lg\:mr-1 { + margin-right: 0.25rem !important; + } + .lg\:mr-2 { + margin-right: 0.5rem !important; + } + .lg\:mr-3 { + margin-right: 1rem !important; + } + .lg\:mr-4 { + margin-right: 1.5rem !important; + } + .lg\:mr-5 { + margin-right: 2rem !important; + } + .lg\:mr-6 { + margin-right: 3rem !important; + } + .lg\:mr-7 { + margin-right: 4rem !important; + } + .lg\:mr-8 { + margin-right: 5rem !important; + } + .lg\:-mr-1 { + margin-right: -0.25rem !important; + } + .lg\:-mr-2 { + margin-right: -0.5rem !important; + } + .lg\:-mr-3 { + margin-right: -1rem !important; + } + .lg\:-mr-4 { + margin-right: -1.5rem !important; + } + .lg\:-mr-5 { + margin-right: -2rem !important; + } + .lg\:-mr-6 { + margin-right: -3rem !important; + } + .lg\:-mr-7 { + margin-right: -4rem !important; + } + .lg\:-mr-8 { + margin-right: -5rem !important; + } + .lg\:mr-auto { + margin-right: auto !important; + } + .lg\:ml-0 { + margin-left: 0 !important; + } + .lg\:ml-1 { + margin-left: 0.25rem !important; + } + .lg\:ml-2 { + margin-left: 0.5rem !important; + } + .lg\:ml-3 { + margin-left: 1rem !important; + } + .lg\:ml-4 { + margin-left: 1.5rem !important; + } + .lg\:ml-5 { + margin-left: 2rem !important; + } + .lg\:ml-6 { + margin-left: 3rem !important; + } + .lg\:ml-7 { + margin-left: 4rem !important; + } + .lg\:ml-8 { + margin-left: 5rem !important; + } + .lg\:-ml-1 { + margin-left: -0.25rem !important; + } + .lg\:-ml-2 { + margin-left: -0.5rem !important; + } + .lg\:-ml-3 { + margin-left: -1rem !important; + } + .lg\:-ml-4 { + margin-left: -1.5rem !important; + } + .lg\:-ml-5 { + margin-left: -2rem !important; + } + .lg\:-ml-6 { + margin-left: -3rem !important; + } + .lg\:-ml-7 { + margin-left: -4rem !important; + } + .lg\:-ml-8 { + margin-left: -5rem !important; + } + .lg\:ml-auto { + margin-left: auto !important; + } + .lg\:mb-0 { + margin-bottom: 0 !important; + } + .lg\:mb-1 { + margin-bottom: 0.25rem !important; + } + .lg\:mb-2 { + margin-bottom: 0.5rem !important; + } + .lg\:mb-3 { + margin-bottom: 1rem !important; + } + .lg\:mb-4 { + margin-bottom: 1.5rem !important; + } + .lg\:mb-5 { + margin-bottom: 2rem !important; + } + .lg\:mb-6 { + margin-bottom: 3rem !important; + } + .lg\:mb-7 { + margin-bottom: 4rem !important; + } + .lg\:mb-8 { + margin-bottom: 5rem !important; + } + .lg\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .lg\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .lg\:-mb-3 { + margin-bottom: -1rem !important; + } + .lg\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .lg\:-mb-5 { + margin-bottom: -2rem !important; + } + .lg\:-mb-6 { + margin-bottom: -3rem !important; + } + .lg\:-mb-7 { + margin-bottom: -4rem !important; + } + .lg\:-mb-8 { + margin-bottom: -5rem !important; + } + .lg\:mb-auto { + margin-bottom: auto !important; + } + .lg\:mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + .lg\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .lg\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .lg\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .lg\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .lg\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .lg\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .lg\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .lg\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .lg\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .lg\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .lg\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .lg\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .lg\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .lg\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .lg\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .lg\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .lg\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .lg\:my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .lg\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .lg\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .lg\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .lg\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .lg\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .lg\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .lg\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .lg\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .lg\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .lg\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .lg\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .lg\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .lg\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .lg\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .lg\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .lg\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .lg\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:m-0 { + margin: 0 !important; + } + .xl\:m-1 { + margin: 0.25rem !important; + } + .xl\:m-2 { + margin: 0.5rem !important; + } + .xl\:m-3 { + margin: 1rem !important; + } + .xl\:m-4 { + margin: 1.5rem !important; + } + .xl\:m-5 { + margin: 2rem !important; + } + .xl\:m-6 { + margin: 3rem !important; + } + .xl\:m-7 { + margin: 4rem !important; + } + .xl\:m-8 { + margin: 5rem !important; + } + .xl\:-m-1 { + margin: -0.25rem !important; + } + .xl\:-m-2 { + margin: -0.5rem !important; + } + .xl\:-m-3 { + margin: -1rem !important; + } + .xl\:-m-4 { + margin: -1.5rem !important; + } + .xl\:-m-5 { + margin: -2rem !important; + } + .xl\:-m-6 { + margin: -3rem !important; + } + .xl\:-m-7 { + margin: -4rem !important; + } + .xl\:-m-8 { + margin: -5rem !important; + } + .xl\:m-auto { + margin: auto !important; + } + .xl\:mt-0 { + margin-top: 0 !important; + } + .xl\:mt-1 { + margin-top: 0.25rem !important; + } + .xl\:mt-2 { + margin-top: 0.5rem !important; + } + .xl\:mt-3 { + margin-top: 1rem !important; + } + .xl\:mt-4 { + margin-top: 1.5rem !important; + } + .xl\:mt-5 { + margin-top: 2rem !important; + } + .xl\:mt-6 { + margin-top: 3rem !important; + } + .xl\:mt-7 { + margin-top: 4rem !important; + } + .xl\:mt-8 { + margin-top: 5rem !important; + } + .xl\:-mt-1 { + margin-top: -0.25rem !important; + } + .xl\:-mt-2 { + margin-top: -0.5rem !important; + } + .xl\:-mt-3 { + margin-top: -1rem !important; + } + .xl\:-mt-4 { + margin-top: -1.5rem !important; + } + .xl\:-mt-5 { + margin-top: -2rem !important; + } + .xl\:-mt-6 { + margin-top: -3rem !important; + } + .xl\:-mt-7 { + margin-top: -4rem !important; + } + .xl\:-mt-8 { + margin-top: -5rem !important; + } + .xl\:mt-auto { + margin-top: auto !important; + } + .xl\:mr-0 { + margin-right: 0 !important; + } + .xl\:mr-1 { + margin-right: 0.25rem !important; + } + .xl\:mr-2 { + margin-right: 0.5rem !important; + } + .xl\:mr-3 { + margin-right: 1rem !important; + } + .xl\:mr-4 { + margin-right: 1.5rem !important; + } + .xl\:mr-5 { + margin-right: 2rem !important; + } + .xl\:mr-6 { + margin-right: 3rem !important; + } + .xl\:mr-7 { + margin-right: 4rem !important; + } + .xl\:mr-8 { + margin-right: 5rem !important; + } + .xl\:-mr-1 { + margin-right: -0.25rem !important; + } + .xl\:-mr-2 { + margin-right: -0.5rem !important; + } + .xl\:-mr-3 { + margin-right: -1rem !important; + } + .xl\:-mr-4 { + margin-right: -1.5rem !important; + } + .xl\:-mr-5 { + margin-right: -2rem !important; + } + .xl\:-mr-6 { + margin-right: -3rem !important; + } + .xl\:-mr-7 { + margin-right: -4rem !important; + } + .xl\:-mr-8 { + margin-right: -5rem !important; + } + .xl\:mr-auto { + margin-right: auto !important; + } + .xl\:ml-0 { + margin-left: 0 !important; + } + .xl\:ml-1 { + margin-left: 0.25rem !important; + } + .xl\:ml-2 { + margin-left: 0.5rem !important; + } + .xl\:ml-3 { + margin-left: 1rem !important; + } + .xl\:ml-4 { + margin-left: 1.5rem !important; + } + .xl\:ml-5 { + margin-left: 2rem !important; + } + .xl\:ml-6 { + margin-left: 3rem !important; + } + .xl\:ml-7 { + margin-left: 4rem !important; + } + .xl\:ml-8 { + margin-left: 5rem !important; + } + .xl\:-ml-1 { + margin-left: -0.25rem !important; + } + .xl\:-ml-2 { + margin-left: -0.5rem !important; + } + .xl\:-ml-3 { + margin-left: -1rem !important; + } + .xl\:-ml-4 { + margin-left: -1.5rem !important; + } + .xl\:-ml-5 { + margin-left: -2rem !important; + } + .xl\:-ml-6 { + margin-left: -3rem !important; + } + .xl\:-ml-7 { + margin-left: -4rem !important; + } + .xl\:-ml-8 { + margin-left: -5rem !important; + } + .xl\:ml-auto { + margin-left: auto !important; + } + .xl\:mb-0 { + margin-bottom: 0 !important; + } + .xl\:mb-1 { + margin-bottom: 0.25rem !important; + } + .xl\:mb-2 { + margin-bottom: 0.5rem !important; + } + .xl\:mb-3 { + margin-bottom: 1rem !important; + } + .xl\:mb-4 { + margin-bottom: 1.5rem !important; + } + .xl\:mb-5 { + margin-bottom: 2rem !important; + } + .xl\:mb-6 { + margin-bottom: 3rem !important; + } + .xl\:mb-7 { + margin-bottom: 4rem !important; + } + .xl\:mb-8 { + margin-bottom: 5rem !important; + } + .xl\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .xl\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .xl\:-mb-3 { + margin-bottom: -1rem !important; + } + .xl\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .xl\:-mb-5 { + margin-bottom: -2rem !important; + } + .xl\:-mb-6 { + margin-bottom: -3rem !important; + } + .xl\:-mb-7 { + margin-bottom: -4rem !important; + } + .xl\:-mb-8 { + margin-bottom: -5rem !important; + } + .xl\:mb-auto { + margin-bottom: auto !important; + } + .xl\:mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + .xl\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .xl\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .xl\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .xl\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .xl\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .xl\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .xl\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .xl\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .xl\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .xl\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .xl\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .xl\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .xl\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .xl\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .xl\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .xl\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .xl\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .xl\:my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .xl\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .xl\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .xl\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .xl\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .xl\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .xl\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .xl\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .xl\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .xl\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .xl\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .xl\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .xl\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .xl\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .xl\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .xl\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .xl\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .xl\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +.shadow-none { + box-shadow: none !important; +} +.shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; +} +.shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; +} +.shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} +.shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} +.shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} +.shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} +.shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; +} +.shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-none:active, +.focus\:shadow-none:focus, +.hover\:shadow-none:hover { + box-shadow: none !important; +} +.active\:shadow-1:active, +.focus\:shadow-1:focus, +.hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; +} +.active\:shadow-2:active, +.focus\:shadow-2:focus, +.hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; +} +.active\:shadow-3:active, +.focus\:shadow-3:focus, +.hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} +.active\:shadow-4:active, +.focus\:shadow-4:focus, +.hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-5:active, +.focus\:shadow-5:focus, +.hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-6:active, +.focus\:shadow-6:focus, +.hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} +.active\:shadow-7:active, +.focus\:shadow-7:focus, +.hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; +} +.active\:shadow-8:active, +.focus\:shadow-8:focus, +.hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; +} +@media screen and (min-width: 576px) { + .sm\:shadow-none { + box-shadow: none !important; + } + .sm\:shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-none:active, + .sm\:focus\:shadow-none:focus, + .sm\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .sm\:active\:shadow-1:active, + .sm\:focus\:shadow-1:focus, + .sm\:hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:active\:shadow-2:active, + .sm\:focus\:shadow-2:focus, + .sm\:hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:active\:shadow-3:active, + .sm\:focus\:shadow-3:focus, + .sm\:hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:active\:shadow-4:active, + .sm\:focus\:shadow-4:focus, + .sm\:hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-5:active, + .sm\:focus\:shadow-5:focus, + .sm\:hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-6:active, + .sm\:focus\:shadow-6:focus, + .sm\:hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:active\:shadow-7:active, + .sm\:focus\:shadow-7:focus, + .sm\:hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:active\:shadow-8:active, + .sm\:focus\:shadow-8:focus, + .sm\:hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 768px) { + .md\:shadow-none { + box-shadow: none !important; + } + .md\:shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-none:active, + .md\:focus\:shadow-none:focus, + .md\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .md\:active\:shadow-1:active, + .md\:focus\:shadow-1:focus, + .md\:hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:active\:shadow-2:active, + .md\:focus\:shadow-2:focus, + .md\:hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:active\:shadow-3:active, + .md\:focus\:shadow-3:focus, + .md\:hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:active\:shadow-4:active, + .md\:focus\:shadow-4:focus, + .md\:hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-5:active, + .md\:focus\:shadow-5:focus, + .md\:hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-6:active, + .md\:focus\:shadow-6:focus, + .md\:hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:active\:shadow-7:active, + .md\:focus\:shadow-7:focus, + .md\:hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:active\:shadow-8:active, + .md\:focus\:shadow-8:focus, + .md\:hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:shadow-none { + box-shadow: none !important; + } + .lg\:shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-none:active, + .lg\:focus\:shadow-none:focus, + .lg\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .lg\:active\:shadow-1:active, + .lg\:focus\:shadow-1:focus, + .lg\:hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:active\:shadow-2:active, + .lg\:focus\:shadow-2:focus, + .lg\:hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:active\:shadow-3:active, + .lg\:focus\:shadow-3:focus, + .lg\:hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:active\:shadow-4:active, + .lg\:focus\:shadow-4:focus, + .lg\:hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-5:active, + .lg\:focus\:shadow-5:focus, + .lg\:hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-6:active, + .lg\:focus\:shadow-6:focus, + .lg\:hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:active\:shadow-7:active, + .lg\:focus\:shadow-7:focus, + .lg\:hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:active\:shadow-8:active, + .lg\:focus\:shadow-8:focus, + .lg\:hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:shadow-none { + box-shadow: none !important; + } + .xl\:shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-none:active, + .xl\:focus\:shadow-none:focus, + .xl\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .xl\:active\:shadow-1:active, + .xl\:focus\:shadow-1:focus, + .xl\:hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:active\:shadow-2:active, + .xl\:focus\:shadow-2:focus, + .xl\:hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:active\:shadow-3:active, + .xl\:focus\:shadow-3:focus, + .xl\:hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:active\:shadow-4:active, + .xl\:focus\:shadow-4:focus, + .xl\:hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-5:active, + .xl\:focus\:shadow-5:focus, + .xl\:hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-6:active, + .xl\:focus\:shadow-6:focus, + .xl\:hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:active\:shadow-7:active, + .xl\:focus\:shadow-7:focus, + .xl\:hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:active\:shadow-8:active, + .xl\:focus\:shadow-8:focus, + .xl\:hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +.border-none { + border-width: 0 !important; + border-style: none; +} +.border-1 { + border-width: 1px !important; + border-style: solid; +} +.border-2 { + border-width: 2px !important; + border-style: solid; +} +.border-3 { + border-width: 3px !important; + border-style: solid; +} +.border-top-none { + border-top-width: 0 !important; + border-top-style: none; +} +.border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; +} +.border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; +} +.border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; +} +.border-right-none { + border-right-width: 0 !important; + border-right-style: none; +} +.border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; +} +.border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; +} +.border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; +} +.border-left-none { + border-left-width: 0 !important; + border-left-style: none; +} +.border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; +} +.border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; +} +.border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; +} +.border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; +} +.border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; +} +.border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; +} +.border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; +} +.border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; +} +.border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; +} +.border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; +} +.border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; +} +.border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; +} +.border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; +} +.border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; +} +.border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; +} +@media screen and (min-width: 576px) { + .sm\:border-none { + border-width: 0 !important; + border-style: none; + } + .sm\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .sm\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .sm\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .sm\:border-top-none { + border-top-width: 0 !important; + border-top-style: none; + } + .sm\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .sm\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .sm\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .sm\:border-right-none { + border-right-width: 0 !important; + border-right-style: none; + } + .sm\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .sm\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .sm\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .sm\:border-left-none { + border-left-width: 0 !important; + border-left-style: none; + } + .sm\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .sm\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .sm\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .sm\:border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .sm\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .sm\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .sm\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .sm\:border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .sm\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .sm\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .sm\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .sm\:border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .sm\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .sm\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .sm\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 768px) { + .md\:border-none { + border-width: 0 !important; + border-style: none; + } + .md\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .md\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .md\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .md\:border-top-none { + border-top-width: 0 !important; + border-top-style: none; + } + .md\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .md\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .md\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .md\:border-right-none { + border-right-width: 0 !important; + border-right-style: none; + } + .md\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .md\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .md\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .md\:border-left-none { + border-left-width: 0 !important; + border-left-style: none; + } + .md\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .md\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .md\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .md\:border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .md\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .md\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .md\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .md\:border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .md\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .md\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .md\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .md\:border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .md\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .md\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .md\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 992px) { + .lg\:border-none { + border-width: 0 !important; + border-style: none; + } + .lg\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .lg\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .lg\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .lg\:border-top-none { + border-top-width: 0 !important; + border-top-style: none; + } + .lg\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .lg\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .lg\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .lg\:border-right-none { + border-right-width: 0 !important; + border-right-style: none; + } + .lg\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .lg\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .lg\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .lg\:border-left-none { + border-left-width: 0 !important; + border-left-style: none; + } + .lg\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .lg\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .lg\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .lg\:border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .lg\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .lg\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .lg\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .lg\:border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .lg\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .lg\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .lg\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .lg\:border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .lg\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .lg\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .lg\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-none { + border-width: 0 !important; + border-style: none; + } + .xl\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .xl\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .xl\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .xl\:border-top-none { + border-top-width: 0 !important; + border-top-style: none; + } + .xl\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .xl\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .xl\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .xl\:border-right-none { + border-right-width: 0 !important; + border-right-style: none; + } + .xl\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .xl\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .xl\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .xl\:border-left-none { + border-left-width: 0 !important; + border-left-style: none; + } + .xl\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .xl\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .xl\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .xl\:border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .xl\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .xl\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .xl\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .xl\:border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .xl\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .xl\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .xl\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .xl\:border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .xl\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .xl\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .xl\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +.border-solid { + border-style: solid !important; +} +.border-dashed { + border-style: dashed !important; +} +.border-dotted { + border-style: dotted !important; +} +.border-double { + border-style: double !important; +} +@media screen and (min-width: 576px) { + .sm\:border-solid { + border-style: solid !important; + } + .sm\:border-dashed { + border-style: dashed !important; + } + .sm\:border-dotted { + border-style: dotted !important; + } + .sm\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-solid { + border-style: solid !important; + } + .md\:border-dashed { + border-style: dashed !important; + } + .md\:border-dotted { + border-style: dotted !important; + } + .md\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-solid { + border-style: solid !important; + } + .lg\:border-dashed { + border-style: dashed !important; + } + .lg\:border-dotted { + border-style: dotted !important; + } + .lg\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-solid { + border-style: solid !important; + } + .xl\:border-dashed { + border-style: dashed !important; + } + .xl\:border-dotted { + border-style: dotted !important; + } + .xl\:border-double { + border-style: double !important; + } +} +.border-noround { + border-radius: 0 !important; +} +.border-round { + border-radius: var(--border-radius) !important; +} +.border-round-xs { + border-radius: 0.125rem !important; +} +.border-round-sm { + border-radius: 0.25rem !important; +} +.border-round-md { + border-radius: 0.375rem !important; +} +.border-round-lg { + border-radius: 0.5rem !important; +} +.border-round-xl { + border-radius: 0.75rem !important; +} +.border-round-2xl { + border-radius: 1rem !important; +} +.border-round-3xl { + border-radius: 1.5rem !important; +} +.border-circle { + border-radius: 50% !important; +} +@media screen and (min-width: 576px) { + .sm\:border-noround { + border-radius: 0 !important; + } + .sm\:border-round { + border-radius: var(--border-radius) !important; + } + .sm\:border-round-xs { + border-radius: 0.125rem !important; + } + .sm\:border-round-sm { + border-radius: 0.25rem !important; + } + .sm\:border-round-md { + border-radius: 0.375rem !important; + } + .sm\:border-round-lg { + border-radius: 0.5rem !important; + } + .sm\:border-round-xl { + border-radius: 0.75rem !important; + } + .sm\:border-round-2xl { + border-radius: 1rem !important; + } + .sm\:border-round-3xl { + border-radius: 1.5rem !important; + } + .sm\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-noround { + border-radius: 0 !important; + } + .md\:border-round { + border-radius: var(--border-radius) !important; + } + .md\:border-round-xs { + border-radius: 0.125rem !important; + } + .md\:border-round-sm { + border-radius: 0.25rem !important; + } + .md\:border-round-md { + border-radius: 0.375rem !important; + } + .md\:border-round-lg { + border-radius: 0.5rem !important; + } + .md\:border-round-xl { + border-radius: 0.75rem !important; + } + .md\:border-round-2xl { + border-radius: 1rem !important; + } + .md\:border-round-3xl { + border-radius: 1.5rem !important; + } + .md\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-noround { + border-radius: 0 !important; + } + .lg\:border-round { + border-radius: var(--border-radius) !important; + } + .lg\:border-round-xs { + border-radius: 0.125rem !important; + } + .lg\:border-round-sm { + border-radius: 0.25rem !important; + } + .lg\:border-round-md { + border-radius: 0.375rem !important; + } + .lg\:border-round-lg { + border-radius: 0.5rem !important; + } + .lg\:border-round-xl { + border-radius: 0.75rem !important; + } + .lg\:border-round-2xl { + border-radius: 1rem !important; + } + .lg\:border-round-3xl { + border-radius: 1.5rem !important; + } + .lg\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-noround { + border-radius: 0 !important; + } + .xl\:border-round { + border-radius: var(--border-radius) !important; + } + .xl\:border-round-xs { + border-radius: 0.125rem !important; + } + .xl\:border-round-sm { + border-radius: 0.25rem !important; + } + .xl\:border-round-md { + border-radius: 0.375rem !important; + } + .xl\:border-round-lg { + border-radius: 0.5rem !important; + } + .xl\:border-round-xl { + border-radius: 0.75rem !important; + } + .xl\:border-round-2xl { + border-radius: 1rem !important; + } + .xl\:border-round-3xl { + border-radius: 1.5rem !important; + } + .xl\:border-circle { + border-radius: 50% !important; + } +} +.border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} +.border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} +.border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} +.border-round-left { + border-bottom-left-radius: var(--border-radius) !important; +} +.border-round-left, +.border-round-top { + border-top-left-radius: var(--border-radius) !important; +} +.border-round-right, +.border-round-top { + border-top-right-radius: var(--border-radius) !important; +} +.border-round-bottom, +.border-round-right { + border-bottom-right-radius: var(--border-radius) !important; +} +.border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; +} +.border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; +} +.border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; +} +.border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; +} +.border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; +} +.border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} +.border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} +.border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} +.border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} +.border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; +} +.border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; +} +.border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} +.border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} +.border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; +} +.border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; +} +.border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; +} +.border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; +} +.border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; +} +.border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; +} +.border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; +} +.border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; +} +.border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; +} +.border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; +} +.border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; +} +.border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; +} +.border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; +} +.border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; +} +.border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; +} +.border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; +} +.border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; +} +.border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; +} +.border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} +.border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} +@media screen and (min-width: 576px) { + .sm\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .sm\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .sm\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .sm\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .sm\:border-round-left { + border-bottom-left-radius: var(--border-radius) !important; + } + .sm\:border-round-left, + .sm\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + } + .sm\:border-round-right, + .sm\:border-round-top { + border-top-right-radius: var(--border-radius) !important; + } + .sm\:border-round-bottom, + .sm\:border-round-right { + border-bottom-right-radius: var(--border-radius) !important; + } + .sm\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + } + .sm\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .sm\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .sm\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .sm\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .sm\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .sm\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .sm\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .sm\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .sm\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .sm\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .sm\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .sm\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .sm\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .sm\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .sm\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .sm\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .sm\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .sm\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .sm\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .sm\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .sm\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .sm\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .sm\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .sm\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .sm\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .sm\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .sm\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .sm\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .sm\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .sm\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .sm\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .sm\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .md\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .md\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .md\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .md\:border-round-left { + border-bottom-left-radius: var(--border-radius) !important; + } + .md\:border-round-left, + .md\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + } + .md\:border-round-right, + .md\:border-round-top { + border-top-right-radius: var(--border-radius) !important; + } + .md\:border-round-bottom, + .md\:border-round-right { + border-bottom-right-radius: var(--border-radius) !important; + } + .md\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + } + .md\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .md\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .md\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .md\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .md\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .md\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .md\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .md\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .md\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .md\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .md\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .md\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .md\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .md\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .md\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .md\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .md\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .md\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .md\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .md\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .md\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .md\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .md\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .md\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .md\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .md\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .md\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .md\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .md\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .md\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .md\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .md\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .lg\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .lg\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .lg\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .lg\:border-round-left { + border-bottom-left-radius: var(--border-radius) !important; + } + .lg\:border-round-left, + .lg\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + } + .lg\:border-round-right, + .lg\:border-round-top { + border-top-right-radius: var(--border-radius) !important; + } + .lg\:border-round-bottom, + .lg\:border-round-right { + border-bottom-right-radius: var(--border-radius) !important; + } + .lg\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + } + .lg\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .lg\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .lg\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .lg\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .lg\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .lg\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .lg\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .lg\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .lg\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .lg\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .lg\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .lg\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .lg\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .lg\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .lg\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .lg\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .lg\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .lg\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .lg\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .lg\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .lg\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .lg\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .lg\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .lg\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .lg\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .lg\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .lg\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .lg\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .lg\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .lg\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .lg\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .lg\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .xl\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .xl\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .xl\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .xl\:border-round-left { + border-bottom-left-radius: var(--border-radius) !important; + } + .xl\:border-round-left, + .xl\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + } + .xl\:border-round-right, + .xl\:border-round-top { + border-top-right-radius: var(--border-radius) !important; + } + .xl\:border-round-bottom, + .xl\:border-round-right { + border-bottom-right-radius: var(--border-radius) !important; + } + .xl\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + } + .xl\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .xl\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .xl\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .xl\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .xl\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .xl\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .xl\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .xl\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .xl\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .xl\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .xl\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .xl\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .xl\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .xl\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .xl\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .xl\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .xl\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .xl\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .xl\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .xl\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .xl\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .xl\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .xl\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .xl\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .xl\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .xl\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .xl\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .xl\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .xl\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .xl\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .xl\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .xl\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +.w-full { + width: 100% !important; +} +.w-screen { + width: 100vw !important; +} +.w-auto { + width: auto !important; +} +.w-1 { + width: 8.3333% !important; +} +.w-2 { + width: 16.6667% !important; +} +.w-3 { + width: 25% !important; +} +.w-4 { + width: 33.3333% !important; +} +.w-5 { + width: 41.6667% !important; +} +.w-6 { + width: 50% !important; +} +.w-7 { + width: 58.3333% !important; +} +.w-8 { + width: 66.6667% !important; +} +.w-9 { + width: 75% !important; +} +.w-10 { + width: 83.3333% !important; +} +.w-11 { + width: 91.6667% !important; +} +.w-12 { + width: 100% !important; +} +.w-min { + width: -moz-min-content !important; + width: min-content !important; +} +.w-max { + width: -moz-max-content !important; + width: max-content !important; +} +.w-fit { + width: -moz-fit-content !important; + width: fit-content !important; +} +.w-1rem { + width: 1rem !important; +} +.w-2rem { + width: 2rem !important; +} +.w-3rem { + width: 3rem !important; +} +.w-4rem { + width: 4rem !important; +} +.w-5rem { + width: 5rem !important; +} +.w-6rem { + width: 6rem !important; +} +.w-7rem { + width: 7rem !important; +} +.w-8rem { + width: 8rem !important; +} +.w-9rem { + width: 9rem !important; +} +.w-10rem { + width: 10rem !important; +} +.w-11rem { + width: 11rem !important; +} +.w-12rem { + width: 12rem !important; +} +.w-13rem { + width: 13rem !important; +} +.w-14rem { + width: 14rem !important; +} +.w-15rem { + width: 15rem !important; +} +.w-16rem { + width: 16rem !important; +} +.w-17rem { + width: 17rem !important; +} +.w-18rem { + width: 18rem !important; +} +.w-19rem { + width: 19rem !important; +} +.w-20rem { + width: 20rem !important; +} +.w-21rem { + width: 21rem !important; +} +.w-22rem { + width: 22rem !important; +} +.w-23rem { + width: 23rem !important; +} +.w-24rem { + width: 24rem !important; +} +.w-25rem { + width: 25rem !important; +} +.w-26rem { + width: 26rem !important; +} +.w-27rem { + width: 27rem !important; +} +.w-28rem { + width: 28rem !important; +} +.w-29rem { + width: 29rem !important; +} +.w-30rem { + width: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:w-full { + width: 100% !important; + } + .sm\:w-screen { + width: 100vw !important; + } + .sm\:w-auto { + width: auto !important; + } + .sm\:w-1 { + width: 8.3333% !important; + } + .sm\:w-2 { + width: 16.6667% !important; + } + .sm\:w-3 { + width: 25% !important; + } + .sm\:w-4 { + width: 33.3333% !important; + } + .sm\:w-5 { + width: 41.6667% !important; + } + .sm\:w-6 { + width: 50% !important; + } + .sm\:w-7 { + width: 58.3333% !important; + } + .sm\:w-8 { + width: 66.6667% !important; + } + .sm\:w-9 { + width: 75% !important; + } + .sm\:w-10 { + width: 83.3333% !important; + } + .sm\:w-11 { + width: 91.6667% !important; + } + .sm\:w-12 { + width: 100% !important; + } + .sm\:w-min { + width: -moz-min-content !important; + width: min-content !important; + } + .sm\:w-max { + width: -moz-max-content !important; + width: max-content !important; + } + .sm\:w-fit { + width: -moz-fit-content !important; + width: fit-content !important; + } + .sm\:w-1rem { + width: 1rem !important; + } + .sm\:w-2rem { + width: 2rem !important; + } + .sm\:w-3rem { + width: 3rem !important; + } + .sm\:w-4rem { + width: 4rem !important; + } + .sm\:w-5rem { + width: 5rem !important; + } + .sm\:w-6rem { + width: 6rem !important; + } + .sm\:w-7rem { + width: 7rem !important; + } + .sm\:w-8rem { + width: 8rem !important; + } + .sm\:w-9rem { + width: 9rem !important; + } + .sm\:w-10rem { + width: 10rem !important; + } + .sm\:w-11rem { + width: 11rem !important; + } + .sm\:w-12rem { + width: 12rem !important; + } + .sm\:w-13rem { + width: 13rem !important; + } + .sm\:w-14rem { + width: 14rem !important; + } + .sm\:w-15rem { + width: 15rem !important; + } + .sm\:w-16rem { + width: 16rem !important; + } + .sm\:w-17rem { + width: 17rem !important; + } + .sm\:w-18rem { + width: 18rem !important; + } + .sm\:w-19rem { + width: 19rem !important; + } + .sm\:w-20rem { + width: 20rem !important; + } + .sm\:w-21rem { + width: 21rem !important; + } + .sm\:w-22rem { + width: 22rem !important; + } + .sm\:w-23rem { + width: 23rem !important; + } + .sm\:w-24rem { + width: 24rem !important; + } + .sm\:w-25rem { + width: 25rem !important; + } + .sm\:w-26rem { + width: 26rem !important; + } + .sm\:w-27rem { + width: 27rem !important; + } + .sm\:w-28rem { + width: 28rem !important; + } + .sm\:w-29rem { + width: 29rem !important; + } + .sm\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:w-full { + width: 100% !important; + } + .md\:w-screen { + width: 100vw !important; + } + .md\:w-auto { + width: auto !important; + } + .md\:w-1 { + width: 8.3333% !important; + } + .md\:w-2 { + width: 16.6667% !important; + } + .md\:w-3 { + width: 25% !important; + } + .md\:w-4 { + width: 33.3333% !important; + } + .md\:w-5 { + width: 41.6667% !important; + } + .md\:w-6 { + width: 50% !important; + } + .md\:w-7 { + width: 58.3333% !important; + } + .md\:w-8 { + width: 66.6667% !important; + } + .md\:w-9 { + width: 75% !important; + } + .md\:w-10 { + width: 83.3333% !important; + } + .md\:w-11 { + width: 91.6667% !important; + } + .md\:w-12 { + width: 100% !important; + } + .md\:w-min { + width: -moz-min-content !important; + width: min-content !important; + } + .md\:w-max { + width: -moz-max-content !important; + width: max-content !important; + } + .md\:w-fit { + width: -moz-fit-content !important; + width: fit-content !important; + } + .md\:w-1rem { + width: 1rem !important; + } + .md\:w-2rem { + width: 2rem !important; + } + .md\:w-3rem { + width: 3rem !important; + } + .md\:w-4rem { + width: 4rem !important; + } + .md\:w-5rem { + width: 5rem !important; + } + .md\:w-6rem { + width: 6rem !important; + } + .md\:w-7rem { + width: 7rem !important; + } + .md\:w-8rem { + width: 8rem !important; + } + .md\:w-9rem { + width: 9rem !important; + } + .md\:w-10rem { + width: 10rem !important; + } + .md\:w-11rem { + width: 11rem !important; + } + .md\:w-12rem { + width: 12rem !important; + } + .md\:w-13rem { + width: 13rem !important; + } + .md\:w-14rem { + width: 14rem !important; + } + .md\:w-15rem { + width: 15rem !important; + } + .md\:w-16rem { + width: 16rem !important; + } + .md\:w-17rem { + width: 17rem !important; + } + .md\:w-18rem { + width: 18rem !important; + } + .md\:w-19rem { + width: 19rem !important; + } + .md\:w-20rem { + width: 20rem !important; + } + .md\:w-21rem { + width: 21rem !important; + } + .md\:w-22rem { + width: 22rem !important; + } + .md\:w-23rem { + width: 23rem !important; + } + .md\:w-24rem { + width: 24rem !important; + } + .md\:w-25rem { + width: 25rem !important; + } + .md\:w-26rem { + width: 26rem !important; + } + .md\:w-27rem { + width: 27rem !important; + } + .md\:w-28rem { + width: 28rem !important; + } + .md\:w-29rem { + width: 29rem !important; + } + .md\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:w-full { + width: 100% !important; + } + .lg\:w-screen { + width: 100vw !important; + } + .lg\:w-auto { + width: auto !important; + } + .lg\:w-1 { + width: 8.3333% !important; + } + .lg\:w-2 { + width: 16.6667% !important; + } + .lg\:w-3 { + width: 25% !important; + } + .lg\:w-4 { + width: 33.3333% !important; + } + .lg\:w-5 { + width: 41.6667% !important; + } + .lg\:w-6 { + width: 50% !important; + } + .lg\:w-7 { + width: 58.3333% !important; + } + .lg\:w-8 { + width: 66.6667% !important; + } + .lg\:w-9 { + width: 75% !important; + } + .lg\:w-10 { + width: 83.3333% !important; + } + .lg\:w-11 { + width: 91.6667% !important; + } + .lg\:w-12 { + width: 100% !important; + } + .lg\:w-min { + width: -moz-min-content !important; + width: min-content !important; + } + .lg\:w-max { + width: -moz-max-content !important; + width: max-content !important; + } + .lg\:w-fit { + width: -moz-fit-content !important; + width: fit-content !important; + } + .lg\:w-1rem { + width: 1rem !important; + } + .lg\:w-2rem { + width: 2rem !important; + } + .lg\:w-3rem { + width: 3rem !important; + } + .lg\:w-4rem { + width: 4rem !important; + } + .lg\:w-5rem { + width: 5rem !important; + } + .lg\:w-6rem { + width: 6rem !important; + } + .lg\:w-7rem { + width: 7rem !important; + } + .lg\:w-8rem { + width: 8rem !important; + } + .lg\:w-9rem { + width: 9rem !important; + } + .lg\:w-10rem { + width: 10rem !important; + } + .lg\:w-11rem { + width: 11rem !important; + } + .lg\:w-12rem { + width: 12rem !important; + } + .lg\:w-13rem { + width: 13rem !important; + } + .lg\:w-14rem { + width: 14rem !important; + } + .lg\:w-15rem { + width: 15rem !important; + } + .lg\:w-16rem { + width: 16rem !important; + } + .lg\:w-17rem { + width: 17rem !important; + } + .lg\:w-18rem { + width: 18rem !important; + } + .lg\:w-19rem { + width: 19rem !important; + } + .lg\:w-20rem { + width: 20rem !important; + } + .lg\:w-21rem { + width: 21rem !important; + } + .lg\:w-22rem { + width: 22rem !important; + } + .lg\:w-23rem { + width: 23rem !important; + } + .lg\:w-24rem { + width: 24rem !important; + } + .lg\:w-25rem { + width: 25rem !important; + } + .lg\:w-26rem { + width: 26rem !important; + } + .lg\:w-27rem { + width: 27rem !important; + } + .lg\:w-28rem { + width: 28rem !important; + } + .lg\:w-29rem { + width: 29rem !important; + } + .lg\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:w-full { + width: 100% !important; + } + .xl\:w-screen { + width: 100vw !important; + } + .xl\:w-auto { + width: auto !important; + } + .xl\:w-1 { + width: 8.3333% !important; + } + .xl\:w-2 { + width: 16.6667% !important; + } + .xl\:w-3 { + width: 25% !important; + } + .xl\:w-4 { + width: 33.3333% !important; + } + .xl\:w-5 { + width: 41.6667% !important; + } + .xl\:w-6 { + width: 50% !important; + } + .xl\:w-7 { + width: 58.3333% !important; + } + .xl\:w-8 { + width: 66.6667% !important; + } + .xl\:w-9 { + width: 75% !important; + } + .xl\:w-10 { + width: 83.3333% !important; + } + .xl\:w-11 { + width: 91.6667% !important; + } + .xl\:w-12 { + width: 100% !important; + } + .xl\:w-min { + width: -moz-min-content !important; + width: min-content !important; + } + .xl\:w-max { + width: -moz-max-content !important; + width: max-content !important; + } + .xl\:w-fit { + width: -moz-fit-content !important; + width: fit-content !important; + } + .xl\:w-1rem { + width: 1rem !important; + } + .xl\:w-2rem { + width: 2rem !important; + } + .xl\:w-3rem { + width: 3rem !important; + } + .xl\:w-4rem { + width: 4rem !important; + } + .xl\:w-5rem { + width: 5rem !important; + } + .xl\:w-6rem { + width: 6rem !important; + } + .xl\:w-7rem { + width: 7rem !important; + } + .xl\:w-8rem { + width: 8rem !important; + } + .xl\:w-9rem { + width: 9rem !important; + } + .xl\:w-10rem { + width: 10rem !important; + } + .xl\:w-11rem { + width: 11rem !important; + } + .xl\:w-12rem { + width: 12rem !important; + } + .xl\:w-13rem { + width: 13rem !important; + } + .xl\:w-14rem { + width: 14rem !important; + } + .xl\:w-15rem { + width: 15rem !important; + } + .xl\:w-16rem { + width: 16rem !important; + } + .xl\:w-17rem { + width: 17rem !important; + } + .xl\:w-18rem { + width: 18rem !important; + } + .xl\:w-19rem { + width: 19rem !important; + } + .xl\:w-20rem { + width: 20rem !important; + } + .xl\:w-21rem { + width: 21rem !important; + } + .xl\:w-22rem { + width: 22rem !important; + } + .xl\:w-23rem { + width: 23rem !important; + } + .xl\:w-24rem { + width: 24rem !important; + } + .xl\:w-25rem { + width: 25rem !important; + } + .xl\:w-26rem { + width: 26rem !important; + } + .xl\:w-27rem { + width: 27rem !important; + } + .xl\:w-28rem { + width: 28rem !important; + } + .xl\:w-29rem { + width: 29rem !important; + } + .xl\:w-30rem { + width: 30rem !important; + } +} +.h-full { + height: 100% !important; +} +.h-screen { + height: 100vh !important; +} +.h-auto { + height: auto !important; +} +.h-min { + height: -moz-min-content !important; + height: min-content !important; +} +.h-max { + height: -moz-max-content !important; + height: max-content !important; +} +.h-fit { + height: -moz-fit-content !important; + height: fit-content !important; +} +.h-1rem { + height: 1rem !important; +} +.h-2rem { + height: 2rem !important; +} +.h-3rem { + height: 3rem !important; +} +.h-4rem { + height: 4rem !important; +} +.h-5rem { + height: 5rem !important; +} +.h-6rem { + height: 6rem !important; +} +.h-7rem { + height: 7rem !important; +} +.h-8rem { + height: 8rem !important; +} +.h-9rem { + height: 9rem !important; +} +.h-10rem { + height: 10rem !important; +} +.h-11rem { + height: 11rem !important; +} +.h-12rem { + height: 12rem !important; +} +.h-13rem { + height: 13rem !important; +} +.h-14rem { + height: 14rem !important; +} +.h-15rem { + height: 15rem !important; +} +.h-16rem { + height: 16rem !important; +} +.h-17rem { + height: 17rem !important; +} +.h-18rem { + height: 18rem !important; +} +.h-19rem { + height: 19rem !important; +} +.h-20rem { + height: 20rem !important; +} +.h-21rem { + height: 21rem !important; +} +.h-22rem { + height: 22rem !important; +} +.h-23rem { + height: 23rem !important; +} +.h-24rem { + height: 24rem !important; +} +.h-25rem { + height: 25rem !important; +} +.h-26rem { + height: 26rem !important; +} +.h-27rem { + height: 27rem !important; +} +.h-28rem { + height: 28rem !important; +} +.h-29rem { + height: 29rem !important; +} +.h-30rem { + height: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:h-full { + height: 100% !important; + } + .sm\:h-screen { + height: 100vh !important; + } + .sm\:h-auto { + height: auto !important; + } + .sm\:h-min { + height: -moz-min-content !important; + height: min-content !important; + } + .sm\:h-max { + height: -moz-max-content !important; + height: max-content !important; + } + .sm\:h-fit { + height: -moz-fit-content !important; + height: fit-content !important; + } + .sm\:h-1rem { + height: 1rem !important; + } + .sm\:h-2rem { + height: 2rem !important; + } + .sm\:h-3rem { + height: 3rem !important; + } + .sm\:h-4rem { + height: 4rem !important; + } + .sm\:h-5rem { + height: 5rem !important; + } + .sm\:h-6rem { + height: 6rem !important; + } + .sm\:h-7rem { + height: 7rem !important; + } + .sm\:h-8rem { + height: 8rem !important; + } + .sm\:h-9rem { + height: 9rem !important; + } + .sm\:h-10rem { + height: 10rem !important; + } + .sm\:h-11rem { + height: 11rem !important; + } + .sm\:h-12rem { + height: 12rem !important; + } + .sm\:h-13rem { + height: 13rem !important; + } + .sm\:h-14rem { + height: 14rem !important; + } + .sm\:h-15rem { + height: 15rem !important; + } + .sm\:h-16rem { + height: 16rem !important; + } + .sm\:h-17rem { + height: 17rem !important; + } + .sm\:h-18rem { + height: 18rem !important; + } + .sm\:h-19rem { + height: 19rem !important; + } + .sm\:h-20rem { + height: 20rem !important; + } + .sm\:h-21rem { + height: 21rem !important; + } + .sm\:h-22rem { + height: 22rem !important; + } + .sm\:h-23rem { + height: 23rem !important; + } + .sm\:h-24rem { + height: 24rem !important; + } + .sm\:h-25rem { + height: 25rem !important; + } + .sm\:h-26rem { + height: 26rem !important; + } + .sm\:h-27rem { + height: 27rem !important; + } + .sm\:h-28rem { + height: 28rem !important; + } + .sm\:h-29rem { + height: 29rem !important; + } + .sm\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:h-full { + height: 100% !important; + } + .md\:h-screen { + height: 100vh !important; + } + .md\:h-auto { + height: auto !important; + } + .md\:h-min { + height: -moz-min-content !important; + height: min-content !important; + } + .md\:h-max { + height: -moz-max-content !important; + height: max-content !important; + } + .md\:h-fit { + height: -moz-fit-content !important; + height: fit-content !important; + } + .md\:h-1rem { + height: 1rem !important; + } + .md\:h-2rem { + height: 2rem !important; + } + .md\:h-3rem { + height: 3rem !important; + } + .md\:h-4rem { + height: 4rem !important; + } + .md\:h-5rem { + height: 5rem !important; + } + .md\:h-6rem { + height: 6rem !important; + } + .md\:h-7rem { + height: 7rem !important; + } + .md\:h-8rem { + height: 8rem !important; + } + .md\:h-9rem { + height: 9rem !important; + } + .md\:h-10rem { + height: 10rem !important; + } + .md\:h-11rem { + height: 11rem !important; + } + .md\:h-12rem { + height: 12rem !important; + } + .md\:h-13rem { + height: 13rem !important; + } + .md\:h-14rem { + height: 14rem !important; + } + .md\:h-15rem { + height: 15rem !important; + } + .md\:h-16rem { + height: 16rem !important; + } + .md\:h-17rem { + height: 17rem !important; + } + .md\:h-18rem { + height: 18rem !important; + } + .md\:h-19rem { + height: 19rem !important; + } + .md\:h-20rem { + height: 20rem !important; + } + .md\:h-21rem { + height: 21rem !important; + } + .md\:h-22rem { + height: 22rem !important; + } + .md\:h-23rem { + height: 23rem !important; + } + .md\:h-24rem { + height: 24rem !important; + } + .md\:h-25rem { + height: 25rem !important; + } + .md\:h-26rem { + height: 26rem !important; + } + .md\:h-27rem { + height: 27rem !important; + } + .md\:h-28rem { + height: 28rem !important; + } + .md\:h-29rem { + height: 29rem !important; + } + .md\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:h-full { + height: 100% !important; + } + .lg\:h-screen { + height: 100vh !important; + } + .lg\:h-auto { + height: auto !important; + } + .lg\:h-min { + height: -moz-min-content !important; + height: min-content !important; + } + .lg\:h-max { + height: -moz-max-content !important; + height: max-content !important; + } + .lg\:h-fit { + height: -moz-fit-content !important; + height: fit-content !important; + } + .lg\:h-1rem { + height: 1rem !important; + } + .lg\:h-2rem { + height: 2rem !important; + } + .lg\:h-3rem { + height: 3rem !important; + } + .lg\:h-4rem { + height: 4rem !important; + } + .lg\:h-5rem { + height: 5rem !important; + } + .lg\:h-6rem { + height: 6rem !important; + } + .lg\:h-7rem { + height: 7rem !important; + } + .lg\:h-8rem { + height: 8rem !important; + } + .lg\:h-9rem { + height: 9rem !important; + } + .lg\:h-10rem { + height: 10rem !important; + } + .lg\:h-11rem { + height: 11rem !important; + } + .lg\:h-12rem { + height: 12rem !important; + } + .lg\:h-13rem { + height: 13rem !important; + } + .lg\:h-14rem { + height: 14rem !important; + } + .lg\:h-15rem { + height: 15rem !important; + } + .lg\:h-16rem { + height: 16rem !important; + } + .lg\:h-17rem { + height: 17rem !important; + } + .lg\:h-18rem { + height: 18rem !important; + } + .lg\:h-19rem { + height: 19rem !important; + } + .lg\:h-20rem { + height: 20rem !important; + } + .lg\:h-21rem { + height: 21rem !important; + } + .lg\:h-22rem { + height: 22rem !important; + } + .lg\:h-23rem { + height: 23rem !important; + } + .lg\:h-24rem { + height: 24rem !important; + } + .lg\:h-25rem { + height: 25rem !important; + } + .lg\:h-26rem { + height: 26rem !important; + } + .lg\:h-27rem { + height: 27rem !important; + } + .lg\:h-28rem { + height: 28rem !important; + } + .lg\:h-29rem { + height: 29rem !important; + } + .lg\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:h-full { + height: 100% !important; + } + .xl\:h-screen { + height: 100vh !important; + } + .xl\:h-auto { + height: auto !important; + } + .xl\:h-min { + height: -moz-min-content !important; + height: min-content !important; + } + .xl\:h-max { + height: -moz-max-content !important; + height: max-content !important; + } + .xl\:h-fit { + height: -moz-fit-content !important; + height: fit-content !important; + } + .xl\:h-1rem { + height: 1rem !important; + } + .xl\:h-2rem { + height: 2rem !important; + } + .xl\:h-3rem { + height: 3rem !important; + } + .xl\:h-4rem { + height: 4rem !important; + } + .xl\:h-5rem { + height: 5rem !important; + } + .xl\:h-6rem { + height: 6rem !important; + } + .xl\:h-7rem { + height: 7rem !important; + } + .xl\:h-8rem { + height: 8rem !important; + } + .xl\:h-9rem { + height: 9rem !important; + } + .xl\:h-10rem { + height: 10rem !important; + } + .xl\:h-11rem { + height: 11rem !important; + } + .xl\:h-12rem { + height: 12rem !important; + } + .xl\:h-13rem { + height: 13rem !important; + } + .xl\:h-14rem { + height: 14rem !important; + } + .xl\:h-15rem { + height: 15rem !important; + } + .xl\:h-16rem { + height: 16rem !important; + } + .xl\:h-17rem { + height: 17rem !important; + } + .xl\:h-18rem { + height: 18rem !important; + } + .xl\:h-19rem { + height: 19rem !important; + } + .xl\:h-20rem { + height: 20rem !important; + } + .xl\:h-21rem { + height: 21rem !important; + } + .xl\:h-22rem { + height: 22rem !important; + } + .xl\:h-23rem { + height: 23rem !important; + } + .xl\:h-24rem { + height: 24rem !important; + } + .xl\:h-25rem { + height: 25rem !important; + } + .xl\:h-26rem { + height: 26rem !important; + } + .xl\:h-27rem { + height: 27rem !important; + } + .xl\:h-28rem { + height: 28rem !important; + } + .xl\:h-29rem { + height: 29rem !important; + } + .xl\:h-30rem { + height: 30rem !important; + } +} +.min-w-0 { + min-width: 0 !important; +} +.min-w-full { + min-width: 100% !important; +} +.min-w-screen { + min-width: 100vw !important; +} +.min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; +} +.min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; +} +@media screen and (min-width: 576px) { + .sm\:min-w-0 { + min-width: 0 !important; + } + .sm\:min-w-full { + min-width: 100% !important; + } + .sm\:min-w-screen { + min-width: 100vw !important; + } + .sm\:min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .sm\:min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 768px) { + .md\:min-w-0 { + min-width: 0 !important; + } + .md\:min-w-full { + min-width: 100% !important; + } + .md\:min-w-screen { + min-width: 100vw !important; + } + .md\:min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .md\:min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 992px) { + .lg\:min-w-0 { + min-width: 0 !important; + } + .lg\:min-w-full { + min-width: 100% !important; + } + .lg\:min-w-screen { + min-width: 100vw !important; + } + .lg\:min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .lg\:min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:min-w-0 { + min-width: 0 !important; + } + .xl\:min-w-full { + min-width: 100% !important; + } + .xl\:min-w-screen { + min-width: 100vw !important; + } + .xl\:min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .xl\:min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +.max-w-0 { + max-width: 0 !important; +} +.max-w-full { + max-width: 100% !important; +} +.max-w-screen { + max-width: 100vw !important; +} +.max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; +} +.max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; +} +.max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; +} +.max-w-1rem { + max-width: 1rem !important; +} +.max-w-2rem { + max-width: 2rem !important; +} +.max-w-3rem { + max-width: 3rem !important; +} +.max-w-4rem { + max-width: 4rem !important; +} +.max-w-5rem { + max-width: 5rem !important; +} +.max-w-6rem { + max-width: 6rem !important; +} +.max-w-7rem { + max-width: 7rem !important; +} +.max-w-8rem { + max-width: 8rem !important; +} +.max-w-9rem { + max-width: 9rem !important; +} +.max-w-10rem { + max-width: 10rem !important; +} +.max-w-11rem { + max-width: 11rem !important; +} +.max-w-12rem { + max-width: 12rem !important; +} +.max-w-13rem { + max-width: 13rem !important; +} +.max-w-14rem { + max-width: 14rem !important; +} +.max-w-15rem { + max-width: 15rem !important; +} +.max-w-16rem { + max-width: 16rem !important; +} +.max-w-17rem { + max-width: 17rem !important; +} +.max-w-18rem { + max-width: 18rem !important; +} +.max-w-19rem { + max-width: 19rem !important; +} +.max-w-20rem { + max-width: 20rem !important; +} +.max-w-21rem { + max-width: 21rem !important; +} +.max-w-22rem { + max-width: 22rem !important; +} +.max-w-23rem { + max-width: 23rem !important; +} +.max-w-24rem { + max-width: 24rem !important; +} +.max-w-25rem { + max-width: 25rem !important; +} +.max-w-26rem { + max-width: 26rem !important; +} +.max-w-27rem { + max-width: 27rem !important; +} +.max-w-28rem { + max-width: 28rem !important; +} +.max-w-29rem { + max-width: 29rem !important; +} +.max-w-30rem { + max-width: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:max-w-0 { + max-width: 0 !important; + } + .sm\:max-w-full { + max-width: 100% !important; + } + .sm\:max-w-screen { + max-width: 100vw !important; + } + .sm\:max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .sm\:max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .sm\:max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .sm\:max-w-1rem { + max-width: 1rem !important; + } + .sm\:max-w-2rem { + max-width: 2rem !important; + } + .sm\:max-w-3rem { + max-width: 3rem !important; + } + .sm\:max-w-4rem { + max-width: 4rem !important; + } + .sm\:max-w-5rem { + max-width: 5rem !important; + } + .sm\:max-w-6rem { + max-width: 6rem !important; + } + .sm\:max-w-7rem { + max-width: 7rem !important; + } + .sm\:max-w-8rem { + max-width: 8rem !important; + } + .sm\:max-w-9rem { + max-width: 9rem !important; + } + .sm\:max-w-10rem { + max-width: 10rem !important; + } + .sm\:max-w-11rem { + max-width: 11rem !important; + } + .sm\:max-w-12rem { + max-width: 12rem !important; + } + .sm\:max-w-13rem { + max-width: 13rem !important; + } + .sm\:max-w-14rem { + max-width: 14rem !important; + } + .sm\:max-w-15rem { + max-width: 15rem !important; + } + .sm\:max-w-16rem { + max-width: 16rem !important; + } + .sm\:max-w-17rem { + max-width: 17rem !important; + } + .sm\:max-w-18rem { + max-width: 18rem !important; + } + .sm\:max-w-19rem { + max-width: 19rem !important; + } + .sm\:max-w-20rem { + max-width: 20rem !important; + } + .sm\:max-w-21rem { + max-width: 21rem !important; + } + .sm\:max-w-22rem { + max-width: 22rem !important; + } + .sm\:max-w-23rem { + max-width: 23rem !important; + } + .sm\:max-w-24rem { + max-width: 24rem !important; + } + .sm\:max-w-25rem { + max-width: 25rem !important; + } + .sm\:max-w-26rem { + max-width: 26rem !important; + } + .sm\:max-w-27rem { + max-width: 27rem !important; + } + .sm\:max-w-28rem { + max-width: 28rem !important; + } + .sm\:max-w-29rem { + max-width: 29rem !important; + } + .sm\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:max-w-0 { + max-width: 0 !important; + } + .md\:max-w-full { + max-width: 100% !important; + } + .md\:max-w-screen { + max-width: 100vw !important; + } + .md\:max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .md\:max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .md\:max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .md\:max-w-1rem { + max-width: 1rem !important; + } + .md\:max-w-2rem { + max-width: 2rem !important; + } + .md\:max-w-3rem { + max-width: 3rem !important; + } + .md\:max-w-4rem { + max-width: 4rem !important; + } + .md\:max-w-5rem { + max-width: 5rem !important; + } + .md\:max-w-6rem { + max-width: 6rem !important; + } + .md\:max-w-7rem { + max-width: 7rem !important; + } + .md\:max-w-8rem { + max-width: 8rem !important; + } + .md\:max-w-9rem { + max-width: 9rem !important; + } + .md\:max-w-10rem { + max-width: 10rem !important; + } + .md\:max-w-11rem { + max-width: 11rem !important; + } + .md\:max-w-12rem { + max-width: 12rem !important; + } + .md\:max-w-13rem { + max-width: 13rem !important; + } + .md\:max-w-14rem { + max-width: 14rem !important; + } + .md\:max-w-15rem { + max-width: 15rem !important; + } + .md\:max-w-16rem { + max-width: 16rem !important; + } + .md\:max-w-17rem { + max-width: 17rem !important; + } + .md\:max-w-18rem { + max-width: 18rem !important; + } + .md\:max-w-19rem { + max-width: 19rem !important; + } + .md\:max-w-20rem { + max-width: 20rem !important; + } + .md\:max-w-21rem { + max-width: 21rem !important; + } + .md\:max-w-22rem { + max-width: 22rem !important; + } + .md\:max-w-23rem { + max-width: 23rem !important; + } + .md\:max-w-24rem { + max-width: 24rem !important; + } + .md\:max-w-25rem { + max-width: 25rem !important; + } + .md\:max-w-26rem { + max-width: 26rem !important; + } + .md\:max-w-27rem { + max-width: 27rem !important; + } + .md\:max-w-28rem { + max-width: 28rem !important; + } + .md\:max-w-29rem { + max-width: 29rem !important; + } + .md\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:max-w-0 { + max-width: 0 !important; + } + .lg\:max-w-full { + max-width: 100% !important; + } + .lg\:max-w-screen { + max-width: 100vw !important; + } + .lg\:max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .lg\:max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .lg\:max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .lg\:max-w-1rem { + max-width: 1rem !important; + } + .lg\:max-w-2rem { + max-width: 2rem !important; + } + .lg\:max-w-3rem { + max-width: 3rem !important; + } + .lg\:max-w-4rem { + max-width: 4rem !important; + } + .lg\:max-w-5rem { + max-width: 5rem !important; + } + .lg\:max-w-6rem { + max-width: 6rem !important; + } + .lg\:max-w-7rem { + max-width: 7rem !important; + } + .lg\:max-w-8rem { + max-width: 8rem !important; + } + .lg\:max-w-9rem { + max-width: 9rem !important; + } + .lg\:max-w-10rem { + max-width: 10rem !important; + } + .lg\:max-w-11rem { + max-width: 11rem !important; + } + .lg\:max-w-12rem { + max-width: 12rem !important; + } + .lg\:max-w-13rem { + max-width: 13rem !important; + } + .lg\:max-w-14rem { + max-width: 14rem !important; + } + .lg\:max-w-15rem { + max-width: 15rem !important; + } + .lg\:max-w-16rem { + max-width: 16rem !important; + } + .lg\:max-w-17rem { + max-width: 17rem !important; + } + .lg\:max-w-18rem { + max-width: 18rem !important; + } + .lg\:max-w-19rem { + max-width: 19rem !important; + } + .lg\:max-w-20rem { + max-width: 20rem !important; + } + .lg\:max-w-21rem { + max-width: 21rem !important; + } + .lg\:max-w-22rem { + max-width: 22rem !important; + } + .lg\:max-w-23rem { + max-width: 23rem !important; + } + .lg\:max-w-24rem { + max-width: 24rem !important; + } + .lg\:max-w-25rem { + max-width: 25rem !important; + } + .lg\:max-w-26rem { + max-width: 26rem !important; + } + .lg\:max-w-27rem { + max-width: 27rem !important; + } + .lg\:max-w-28rem { + max-width: 28rem !important; + } + .lg\:max-w-29rem { + max-width: 29rem !important; + } + .lg\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:max-w-0 { + max-width: 0 !important; + } + .xl\:max-w-full { + max-width: 100% !important; + } + .xl\:max-w-screen { + max-width: 100vw !important; + } + .xl\:max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .xl\:max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .xl\:max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .xl\:max-w-1rem { + max-width: 1rem !important; + } + .xl\:max-w-2rem { + max-width: 2rem !important; + } + .xl\:max-w-3rem { + max-width: 3rem !important; + } + .xl\:max-w-4rem { + max-width: 4rem !important; + } + .xl\:max-w-5rem { + max-width: 5rem !important; + } + .xl\:max-w-6rem { + max-width: 6rem !important; + } + .xl\:max-w-7rem { + max-width: 7rem !important; + } + .xl\:max-w-8rem { + max-width: 8rem !important; + } + .xl\:max-w-9rem { + max-width: 9rem !important; + } + .xl\:max-w-10rem { + max-width: 10rem !important; + } + .xl\:max-w-11rem { + max-width: 11rem !important; + } + .xl\:max-w-12rem { + max-width: 12rem !important; + } + .xl\:max-w-13rem { + max-width: 13rem !important; + } + .xl\:max-w-14rem { + max-width: 14rem !important; + } + .xl\:max-w-15rem { + max-width: 15rem !important; + } + .xl\:max-w-16rem { + max-width: 16rem !important; + } + .xl\:max-w-17rem { + max-width: 17rem !important; + } + .xl\:max-w-18rem { + max-width: 18rem !important; + } + .xl\:max-w-19rem { + max-width: 19rem !important; + } + .xl\:max-w-20rem { + max-width: 20rem !important; + } + .xl\:max-w-21rem { + max-width: 21rem !important; + } + .xl\:max-w-22rem { + max-width: 22rem !important; + } + .xl\:max-w-23rem { + max-width: 23rem !important; + } + .xl\:max-w-24rem { + max-width: 24rem !important; + } + .xl\:max-w-25rem { + max-width: 25rem !important; + } + .xl\:max-w-26rem { + max-width: 26rem !important; + } + .xl\:max-w-27rem { + max-width: 27rem !important; + } + .xl\:max-w-28rem { + max-width: 28rem !important; + } + .xl\:max-w-29rem { + max-width: 29rem !important; + } + .xl\:max-w-30rem { + max-width: 30rem !important; + } +} +.min-h-0 { + min-height: 0 !important; +} +.min-h-full { + min-height: 100% !important; +} +.min-h-screen { + min-height: 100vh !important; +} +@media screen and (min-width: 576px) { + .sm\:min-h-0 { + min-height: 0 !important; + } + .sm\:min-h-full { + min-height: 100% !important; + } + .sm\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 768px) { + .md\:min-h-0 { + min-height: 0 !important; + } + .md\:min-h-full { + min-height: 100% !important; + } + .md\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 992px) { + .lg\:min-h-0 { + min-height: 0 !important; + } + .lg\:min-h-full { + min-height: 100% !important; + } + .lg\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:min-h-0 { + min-height: 0 !important; + } + .xl\:min-h-full { + min-height: 100% !important; + } + .xl\:min-h-screen { + min-height: 100vh !important; + } +} +.max-h-0 { + max-height: 0 !important; +} +.max-h-full { + max-height: 100% !important; +} +.max-h-screen { + max-height: 100vh !important; +} +.max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; +} +.max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; +} +.max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; +} +.max-h-1rem { + max-height: 1rem !important; +} +.max-h-2rem { + max-height: 2rem !important; +} +.max-h-3rem { + max-height: 3rem !important; +} +.max-h-4rem { + max-height: 4rem !important; +} +.max-h-5rem { + max-height: 5rem !important; +} +.max-h-6rem { + max-height: 6rem !important; +} +.max-h-7rem { + max-height: 7rem !important; +} +.max-h-8rem { + max-height: 8rem !important; +} +.max-h-9rem { + max-height: 9rem !important; +} +.max-h-10rem { + max-height: 10rem !important; +} +.max-h-11rem { + max-height: 11rem !important; +} +.max-h-12rem { + max-height: 12rem !important; +} +.max-h-13rem { + max-height: 13rem !important; +} +.max-h-14rem { + max-height: 14rem !important; +} +.max-h-15rem { + max-height: 15rem !important; +} +.max-h-16rem { + max-height: 16rem !important; +} +.max-h-17rem { + max-height: 17rem !important; +} +.max-h-18rem { + max-height: 18rem !important; +} +.max-h-19rem { + max-height: 19rem !important; +} +.max-h-20rem { + max-height: 20rem !important; +} +.max-h-21rem { + max-height: 21rem !important; +} +.max-h-22rem { + max-height: 22rem !important; +} +.max-h-23rem { + max-height: 23rem !important; +} +.max-h-24rem { + max-height: 24rem !important; +} +.max-h-25rem { + max-height: 25rem !important; +} +.max-h-26rem { + max-height: 26rem !important; +} +.max-h-27rem { + max-height: 27rem !important; +} +.max-h-28rem { + max-height: 28rem !important; +} +.max-h-29rem { + max-height: 29rem !important; +} +.max-h-30rem { + max-height: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:max-h-0 { + max-height: 0 !important; + } + .sm\:max-h-full { + max-height: 100% !important; + } + .sm\:max-h-screen { + max-height: 100vh !important; + } + .sm\:max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .sm\:max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .sm\:max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .sm\:max-h-1rem { + max-height: 1rem !important; + } + .sm\:max-h-2rem { + max-height: 2rem !important; + } + .sm\:max-h-3rem { + max-height: 3rem !important; + } + .sm\:max-h-4rem { + max-height: 4rem !important; + } + .sm\:max-h-5rem { + max-height: 5rem !important; + } + .sm\:max-h-6rem { + max-height: 6rem !important; + } + .sm\:max-h-7rem { + max-height: 7rem !important; + } + .sm\:max-h-8rem { + max-height: 8rem !important; + } + .sm\:max-h-9rem { + max-height: 9rem !important; + } + .sm\:max-h-10rem { + max-height: 10rem !important; + } + .sm\:max-h-11rem { + max-height: 11rem !important; + } + .sm\:max-h-12rem { + max-height: 12rem !important; + } + .sm\:max-h-13rem { + max-height: 13rem !important; + } + .sm\:max-h-14rem { + max-height: 14rem !important; + } + .sm\:max-h-15rem { + max-height: 15rem !important; + } + .sm\:max-h-16rem { + max-height: 16rem !important; + } + .sm\:max-h-17rem { + max-height: 17rem !important; + } + .sm\:max-h-18rem { + max-height: 18rem !important; + } + .sm\:max-h-19rem { + max-height: 19rem !important; + } + .sm\:max-h-20rem { + max-height: 20rem !important; + } + .sm\:max-h-21rem { + max-height: 21rem !important; + } + .sm\:max-h-22rem { + max-height: 22rem !important; + } + .sm\:max-h-23rem { + max-height: 23rem !important; + } + .sm\:max-h-24rem { + max-height: 24rem !important; + } + .sm\:max-h-25rem { + max-height: 25rem !important; + } + .sm\:max-h-26rem { + max-height: 26rem !important; + } + .sm\:max-h-27rem { + max-height: 27rem !important; + } + .sm\:max-h-28rem { + max-height: 28rem !important; + } + .sm\:max-h-29rem { + max-height: 29rem !important; + } + .sm\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:max-h-0 { + max-height: 0 !important; + } + .md\:max-h-full { + max-height: 100% !important; + } + .md\:max-h-screen { + max-height: 100vh !important; + } + .md\:max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .md\:max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .md\:max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .md\:max-h-1rem { + max-height: 1rem !important; + } + .md\:max-h-2rem { + max-height: 2rem !important; + } + .md\:max-h-3rem { + max-height: 3rem !important; + } + .md\:max-h-4rem { + max-height: 4rem !important; + } + .md\:max-h-5rem { + max-height: 5rem !important; + } + .md\:max-h-6rem { + max-height: 6rem !important; + } + .md\:max-h-7rem { + max-height: 7rem !important; + } + .md\:max-h-8rem { + max-height: 8rem !important; + } + .md\:max-h-9rem { + max-height: 9rem !important; + } + .md\:max-h-10rem { + max-height: 10rem !important; + } + .md\:max-h-11rem { + max-height: 11rem !important; + } + .md\:max-h-12rem { + max-height: 12rem !important; + } + .md\:max-h-13rem { + max-height: 13rem !important; + } + .md\:max-h-14rem { + max-height: 14rem !important; + } + .md\:max-h-15rem { + max-height: 15rem !important; + } + .md\:max-h-16rem { + max-height: 16rem !important; + } + .md\:max-h-17rem { + max-height: 17rem !important; + } + .md\:max-h-18rem { + max-height: 18rem !important; + } + .md\:max-h-19rem { + max-height: 19rem !important; + } + .md\:max-h-20rem { + max-height: 20rem !important; + } + .md\:max-h-21rem { + max-height: 21rem !important; + } + .md\:max-h-22rem { + max-height: 22rem !important; + } + .md\:max-h-23rem { + max-height: 23rem !important; + } + .md\:max-h-24rem { + max-height: 24rem !important; + } + .md\:max-h-25rem { + max-height: 25rem !important; + } + .md\:max-h-26rem { + max-height: 26rem !important; + } + .md\:max-h-27rem { + max-height: 27rem !important; + } + .md\:max-h-28rem { + max-height: 28rem !important; + } + .md\:max-h-29rem { + max-height: 29rem !important; + } + .md\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:max-h-0 { + max-height: 0 !important; + } + .lg\:max-h-full { + max-height: 100% !important; + } + .lg\:max-h-screen { + max-height: 100vh !important; + } + .lg\:max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .lg\:max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .lg\:max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .lg\:max-h-1rem { + max-height: 1rem !important; + } + .lg\:max-h-2rem { + max-height: 2rem !important; + } + .lg\:max-h-3rem { + max-height: 3rem !important; + } + .lg\:max-h-4rem { + max-height: 4rem !important; + } + .lg\:max-h-5rem { + max-height: 5rem !important; + } + .lg\:max-h-6rem { + max-height: 6rem !important; + } + .lg\:max-h-7rem { + max-height: 7rem !important; + } + .lg\:max-h-8rem { + max-height: 8rem !important; + } + .lg\:max-h-9rem { + max-height: 9rem !important; + } + .lg\:max-h-10rem { + max-height: 10rem !important; + } + .lg\:max-h-11rem { + max-height: 11rem !important; + } + .lg\:max-h-12rem { + max-height: 12rem !important; + } + .lg\:max-h-13rem { + max-height: 13rem !important; + } + .lg\:max-h-14rem { + max-height: 14rem !important; + } + .lg\:max-h-15rem { + max-height: 15rem !important; + } + .lg\:max-h-16rem { + max-height: 16rem !important; + } + .lg\:max-h-17rem { + max-height: 17rem !important; + } + .lg\:max-h-18rem { + max-height: 18rem !important; + } + .lg\:max-h-19rem { + max-height: 19rem !important; + } + .lg\:max-h-20rem { + max-height: 20rem !important; + } + .lg\:max-h-21rem { + max-height: 21rem !important; + } + .lg\:max-h-22rem { + max-height: 22rem !important; + } + .lg\:max-h-23rem { + max-height: 23rem !important; + } + .lg\:max-h-24rem { + max-height: 24rem !important; + } + .lg\:max-h-25rem { + max-height: 25rem !important; + } + .lg\:max-h-26rem { + max-height: 26rem !important; + } + .lg\:max-h-27rem { + max-height: 27rem !important; + } + .lg\:max-h-28rem { + max-height: 28rem !important; + } + .lg\:max-h-29rem { + max-height: 29rem !important; + } + .lg\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:max-h-0 { + max-height: 0 !important; + } + .xl\:max-h-full { + max-height: 100% !important; + } + .xl\:max-h-screen { + max-height: 100vh !important; + } + .xl\:max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .xl\:max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .xl\:max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .xl\:max-h-1rem { + max-height: 1rem !important; + } + .xl\:max-h-2rem { + max-height: 2rem !important; + } + .xl\:max-h-3rem { + max-height: 3rem !important; + } + .xl\:max-h-4rem { + max-height: 4rem !important; + } + .xl\:max-h-5rem { + max-height: 5rem !important; + } + .xl\:max-h-6rem { + max-height: 6rem !important; + } + .xl\:max-h-7rem { + max-height: 7rem !important; + } + .xl\:max-h-8rem { + max-height: 8rem !important; + } + .xl\:max-h-9rem { + max-height: 9rem !important; + } + .xl\:max-h-10rem { + max-height: 10rem !important; + } + .xl\:max-h-11rem { + max-height: 11rem !important; + } + .xl\:max-h-12rem { + max-height: 12rem !important; + } + .xl\:max-h-13rem { + max-height: 13rem !important; + } + .xl\:max-h-14rem { + max-height: 14rem !important; + } + .xl\:max-h-15rem { + max-height: 15rem !important; + } + .xl\:max-h-16rem { + max-height: 16rem !important; + } + .xl\:max-h-17rem { + max-height: 17rem !important; + } + .xl\:max-h-18rem { + max-height: 18rem !important; + } + .xl\:max-h-19rem { + max-height: 19rem !important; + } + .xl\:max-h-20rem { + max-height: 20rem !important; + } + .xl\:max-h-21rem { + max-height: 21rem !important; + } + .xl\:max-h-22rem { + max-height: 22rem !important; + } + .xl\:max-h-23rem { + max-height: 23rem !important; + } + .xl\:max-h-24rem { + max-height: 24rem !important; + } + .xl\:max-h-25rem { + max-height: 25rem !important; + } + .xl\:max-h-26rem { + max-height: 26rem !important; + } + .xl\:max-h-27rem { + max-height: 27rem !important; + } + .xl\:max-h-28rem { + max-height: 28rem !important; + } + .xl\:max-h-29rem { + max-height: 29rem !important; + } + .xl\:max-h-30rem { + max-height: 30rem !important; + } +} +.static { + position: static !important; +} +.fixed { + position: fixed !important; +} +.absolute { + position: absolute !important; +} +.relative { + position: relative !important; +} +.sticky { + position: sticky !important; +} +@media screen and (min-width: 576px) { + .sm\:static { + position: static !important; + } + .sm\:fixed { + position: fixed !important; + } + .sm\:absolute { + position: absolute !important; + } + .sm\:relative { + position: relative !important; + } + .sm\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 768px) { + .md\:static { + position: static !important; + } + .md\:fixed { + position: fixed !important; + } + .md\:absolute { + position: absolute !important; + } + .md\:relative { + position: relative !important; + } + .md\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 992px) { + .lg\:static { + position: static !important; + } + .lg\:fixed { + position: fixed !important; + } + .lg\:absolute { + position: absolute !important; + } + .lg\:relative { + position: relative !important; + } + .lg\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:static { + position: static !important; + } + .xl\:fixed { + position: fixed !important; + } + .xl\:absolute { + position: absolute !important; + } + .xl\:relative { + position: relative !important; + } + .xl\:sticky { + position: sticky !important; + } +} +.top-auto { + top: auto !important; +} +.top-0 { + top: 0 !important; +} +.top-50 { + top: 50% !important; +} +.top-100 { + top: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:top-auto { + top: auto !important; + } + .sm\:top-0 { + top: 0 !important; + } + .sm\:top-50 { + top: 50% !important; + } + .sm\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:top-auto { + top: auto !important; + } + .md\:top-0 { + top: 0 !important; + } + .md\:top-50 { + top: 50% !important; + } + .md\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:top-auto { + top: auto !important; + } + .lg\:top-0 { + top: 0 !important; + } + .lg\:top-50 { + top: 50% !important; + } + .lg\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:top-auto { + top: auto !important; + } + .xl\:top-0 { + top: 0 !important; + } + .xl\:top-50 { + top: 50% !important; + } + .xl\:top-100 { + top: 100% !important; + } +} +.left-auto { + left: auto !important; +} +.left-0 { + left: 0 !important; +} +.left-50 { + left: 50% !important; +} +.left-100 { + left: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:left-auto { + left: auto !important; + } + .sm\:left-0 { + left: 0 !important; + } + .sm\:left-50 { + left: 50% !important; + } + .sm\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:left-auto { + left: auto !important; + } + .md\:left-0 { + left: 0 !important; + } + .md\:left-50 { + left: 50% !important; + } + .md\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:left-auto { + left: auto !important; + } + .lg\:left-0 { + left: 0 !important; + } + .lg\:left-50 { + left: 50% !important; + } + .lg\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:left-auto { + left: auto !important; + } + .xl\:left-0 { + left: 0 !important; + } + .xl\:left-50 { + left: 50% !important; + } + .xl\:left-100 { + left: 100% !important; + } +} +.right-auto { + right: auto !important; +} +.right-0 { + right: 0 !important; +} +.right-50 { + right: 50% !important; +} +.right-100 { + right: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:right-auto { + right: auto !important; + } + .sm\:right-0 { + right: 0 !important; + } + .sm\:right-50 { + right: 50% !important; + } + .sm\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:right-auto { + right: auto !important; + } + .md\:right-0 { + right: 0 !important; + } + .md\:right-50 { + right: 50% !important; + } + .md\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:right-auto { + right: auto !important; + } + .lg\:right-0 { + right: 0 !important; + } + .lg\:right-50 { + right: 50% !important; + } + .lg\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:right-auto { + right: auto !important; + } + .xl\:right-0 { + right: 0 !important; + } + .xl\:right-50 { + right: 50% !important; + } + .xl\:right-100 { + right: 100% !important; + } +} +.bottom-auto { + bottom: auto !important; +} +.bottom-0 { + bottom: 0 !important; +} +.bottom-50 { + bottom: 50% !important; +} +.bottom-100 { + bottom: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:bottom-auto { + bottom: auto !important; + } + .sm\:bottom-0 { + bottom: 0 !important; + } + .sm\:bottom-50 { + bottom: 50% !important; + } + .sm\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:bottom-auto { + bottom: auto !important; + } + .md\:bottom-0 { + bottom: 0 !important; + } + .md\:bottom-50 { + bottom: 50% !important; + } + .md\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bottom-auto { + bottom: auto !important; + } + .lg\:bottom-0 { + bottom: 0 !important; + } + .lg\:bottom-50 { + bottom: 50% !important; + } + .lg\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bottom-auto { + bottom: auto !important; + } + .xl\:bottom-0 { + bottom: 0 !important; + } + .xl\:bottom-50 { + bottom: 50% !important; + } + .xl\:bottom-100 { + bottom: 100% !important; + } +} +.overflow-auto { + overflow: auto !important; +} +.overflow-hidden { + overflow: hidden !important; +} +.overflow-visible { + overflow: visible !important; +} +.overflow-scroll { + overflow: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-auto { + overflow: auto !important; + } + .sm\:overflow-hidden { + overflow: hidden !important; + } + .sm\:overflow-visible { + overflow: visible !important; + } + .sm\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-auto { + overflow: auto !important; + } + .md\:overflow-hidden { + overflow: hidden !important; + } + .md\:overflow-visible { + overflow: visible !important; + } + .md\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-auto { + overflow: auto !important; + } + .lg\:overflow-hidden { + overflow: hidden !important; + } + .lg\:overflow-visible { + overflow: visible !important; + } + .lg\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-auto { + overflow: auto !important; + } + .xl\:overflow-hidden { + overflow: hidden !important; + } + .xl\:overflow-visible { + overflow: visible !important; + } + .xl\:overflow-scroll { + overflow: scroll !important; + } +} +.overflow-x-auto { + overflow-x: auto !important; +} +.overflow-x-hidden { + overflow-x: hidden !important; +} +.overflow-x-visible { + overflow-x: visible !important; +} +.overflow-x-scroll { + overflow-x: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-x-auto { + overflow-x: auto !important; + } + .sm\:overflow-x-hidden { + overflow-x: hidden !important; + } + .sm\:overflow-x-visible { + overflow-x: visible !important; + } + .sm\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-x-auto { + overflow-x: auto !important; + } + .md\:overflow-x-hidden { + overflow-x: hidden !important; + } + .md\:overflow-x-visible { + overflow-x: visible !important; + } + .md\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-x-auto { + overflow-x: auto !important; + } + .lg\:overflow-x-hidden { + overflow-x: hidden !important; + } + .lg\:overflow-x-visible { + overflow-x: visible !important; + } + .lg\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-x-auto { + overflow-x: auto !important; + } + .xl\:overflow-x-hidden { + overflow-x: hidden !important; + } + .xl\:overflow-x-visible { + overflow-x: visible !important; + } + .xl\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +.overflow-y-auto { + overflow-y: auto !important; +} +.overflow-y-hidden { + overflow-y: hidden !important; +} +.overflow-y-visible { + overflow-y: visible !important; +} +.overflow-y-scroll { + overflow-y: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-y-auto { + overflow-y: auto !important; + } + .sm\:overflow-y-hidden { + overflow-y: hidden !important; + } + .sm\:overflow-y-visible { + overflow-y: visible !important; + } + .sm\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-y-auto { + overflow-y: auto !important; + } + .md\:overflow-y-hidden { + overflow-y: hidden !important; + } + .md\:overflow-y-visible { + overflow-y: visible !important; + } + .md\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-y-auto { + overflow-y: auto !important; + } + .lg\:overflow-y-hidden { + overflow-y: hidden !important; + } + .lg\:overflow-y-visible { + overflow-y: visible !important; + } + .lg\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-y-auto { + overflow-y: auto !important; + } + .xl\:overflow-y-hidden { + overflow-y: hidden !important; + } + .xl\:overflow-y-visible { + overflow-y: visible !important; + } + .xl\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +.z-auto { + z-index: auto !important; +} +.z-0 { + z-index: 0 !important; +} +.z-1 { + z-index: 1 !important; +} +.z-2 { + z-index: 2 !important; +} +.z-3 { + z-index: 3 !important; +} +.z-4 { + z-index: 4 !important; +} +.z-5 { + z-index: 5 !important; +} +@media screen and (min-width: 576px) { + .sm\:z-auto { + z-index: auto !important; + } + .sm\:z-0 { + z-index: 0 !important; + } + .sm\:z-1 { + z-index: 1 !important; + } + .sm\:z-2 { + z-index: 2 !important; + } + .sm\:z-3 { + z-index: 3 !important; + } + .sm\:z-4 { + z-index: 4 !important; + } + .sm\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 768px) { + .md\:z-auto { + z-index: auto !important; + } + .md\:z-0 { + z-index: 0 !important; + } + .md\:z-1 { + z-index: 1 !important; + } + .md\:z-2 { + z-index: 2 !important; + } + .md\:z-3 { + z-index: 3 !important; + } + .md\:z-4 { + z-index: 4 !important; + } + .md\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:z-auto { + z-index: auto !important; + } + .lg\:z-0 { + z-index: 0 !important; + } + .lg\:z-1 { + z-index: 1 !important; + } + .lg\:z-2 { + z-index: 2 !important; + } + .lg\:z-3 { + z-index: 3 !important; + } + .lg\:z-4 { + z-index: 4 !important; + } + .lg\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:z-auto { + z-index: auto !important; + } + .xl\:z-0 { + z-index: 0 !important; + } + .xl\:z-1 { + z-index: 1 !important; + } + .xl\:z-2 { + z-index: 2 !important; + } + .xl\:z-3 { + z-index: 3 !important; + } + .xl\:z-4 { + z-index: 4 !important; + } + .xl\:z-5 { + z-index: 5 !important; + } +} +.bg-repeat { + background-repeat: repeat !important; +} +.bg-no-repeat { + background-repeat: no-repeat !important; +} +.bg-repeat-x { + background-repeat: repeat-x !important; +} +.bg-repeat-y { + background-repeat: repeat-y !important; +} +.bg-repeat-round { + background-repeat: round !important; +} +.bg-repeat-space { + background-repeat: space !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-repeat { + background-repeat: repeat !important; + } + .sm\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .sm\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .sm\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .sm\:bg-repeat-round { + background-repeat: round !important; + } + .sm\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-repeat { + background-repeat: repeat !important; + } + .md\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .md\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .md\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .md\:bg-repeat-round { + background-repeat: round !important; + } + .md\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-repeat { + background-repeat: repeat !important; + } + .lg\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .lg\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .lg\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .lg\:bg-repeat-round { + background-repeat: round !important; + } + .lg\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-repeat { + background-repeat: repeat !important; + } + .xl\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .xl\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .xl\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .xl\:bg-repeat-round { + background-repeat: round !important; + } + .xl\:bg-repeat-space { + background-repeat: space !important; + } +} +.bg-auto { + background-size: auto !important; +} +.bg-cover { + background-size: cover !important; +} +.bg-contain { + background-size: contain !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-auto { + background-size: auto !important; + } + .sm\:bg-cover { + background-size: cover !important; + } + .sm\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-auto { + background-size: auto !important; + } + .md\:bg-cover { + background-size: cover !important; + } + .md\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-auto { + background-size: auto !important; + } + .lg\:bg-cover { + background-size: cover !important; + } + .lg\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-auto { + background-size: auto !important; + } + .xl\:bg-cover { + background-size: cover !important; + } + .xl\:bg-contain { + background-size: contain !important; + } +} +.bg-bottom { + background-position: bottom !important; +} +.bg-center { + background-position: 50% !important; +} +.bg-left { + background-position: 0 !important; +} +.bg-left-bottom { + background-position: 0 100% !important; +} +.bg-left-top { + background-position: 0 0 !important; +} +.bg-right { + background-position: 100% !important; +} +.bg-right-bottom { + background-position: 100% 100% !important; +} +.bg-right-top { + background-position: 100% 0 !important; +} +.bg-top { + background-position: top !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-bottom { + background-position: bottom !important; + } + .sm\:bg-center { + background-position: 50% !important; + } + .sm\:bg-left { + background-position: 0 !important; + } + .sm\:bg-left-bottom { + background-position: 0 100% !important; + } + .sm\:bg-left-top { + background-position: 0 0 !important; + } + .sm\:bg-right { + background-position: 100% !important; + } + .sm\:bg-right-bottom { + background-position: 100% 100% !important; + } + .sm\:bg-right-top { + background-position: 100% 0 !important; + } + .sm\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-bottom { + background-position: bottom !important; + } + .md\:bg-center { + background-position: 50% !important; + } + .md\:bg-left { + background-position: 0 !important; + } + .md\:bg-left-bottom { + background-position: 0 100% !important; + } + .md\:bg-left-top { + background-position: 0 0 !important; + } + .md\:bg-right { + background-position: 100% !important; + } + .md\:bg-right-bottom { + background-position: 100% 100% !important; + } + .md\:bg-right-top { + background-position: 100% 0 !important; + } + .md\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-bottom { + background-position: bottom !important; + } + .lg\:bg-center { + background-position: 50% !important; + } + .lg\:bg-left { + background-position: 0 !important; + } + .lg\:bg-left-bottom { + background-position: 0 100% !important; + } + .lg\:bg-left-top { + background-position: 0 0 !important; + } + .lg\:bg-right { + background-position: 100% !important; + } + .lg\:bg-right-bottom { + background-position: 100% 100% !important; + } + .lg\:bg-right-top { + background-position: 100% 0 !important; + } + .lg\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-bottom { + background-position: bottom !important; + } + .xl\:bg-center { + background-position: 50% !important; + } + .xl\:bg-left { + background-position: 0 !important; + } + .xl\:bg-left-bottom { + background-position: 0 100% !important; + } + .xl\:bg-left-top { + background-position: 0 0 !important; + } + .xl\:bg-right { + background-position: 100% !important; + } + .xl\:bg-right-bottom { + background-position: 100% 100% !important; + } + .xl\:bg-right-top { + background-position: 100% 0 !important; + } + .xl\:bg-top { + background-position: top !important; + } +} +.list-none { + list-style: none !important; +} +.list-disc { + list-style: disc !important; +} +.list-decimal { + list-style: decimal !important; +} +.appearance-none { + -webkit-appearance: none !important; + -moz-appearance: none !important; + appearance: none !important; +} +.outline-none { + outline: none !important; +} +.pointer-events-none { + pointer-events: none !important; +} +.pointer-events-auto { + pointer-events: auto !important; +} +.cursor-auto { + cursor: auto !important; +} +.cursor-pointer { + cursor: pointer !important; +} +.cursor-wait { + cursor: wait !important; +} +.cursor-move { + cursor: move !important; +} +.select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; +} +.select-text { + -webkit-user-select: text !important; + -moz-user-select: text !important; + user-select: text !important; +} +.select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; +} +.select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; +} +.opacity-0 { + opacity: 0 !important; +} +.opacity-10 { + opacity: 0.1 !important; +} +.opacity-20 { + opacity: 0.2 !important; +} +.opacity-30 { + opacity: 0.3 !important; +} +.opacity-40 { + opacity: 0.4 !important; +} +.opacity-50 { + opacity: 0.5 !important; +} +.opacity-60 { + opacity: 0.6 !important; +} +.opacity-70 { + opacity: 0.7 !important; +} +.opacity-80 { + opacity: 0.8 !important; +} +.opacity-90 { + opacity: 0.9 !important; +} +.opacity-100 { + opacity: 1 !important; +} +.reset { + all: unset; +} +.transition-none { + transition-property: none !important; +} +.transition-all { + transition-property: all !important; +} +.transition-colors { + transition-property: background-color, border-color, color !important; +} +.transition-transform { + transition-property: transform !important; +} +.transition-duration-100 { + transition-duration: 0.1s !important; +} +.transition-duration-150 { + transition-duration: 0.15s !important; +} +.transition-duration-200 { + transition-duration: 0.2s !important; +} +.transition-duration-300 { + transition-duration: 0.3s !important; +} +.transition-duration-400 { + transition-duration: 0.4s !important; +} +.transition-duration-500 { + transition-duration: 0.5s !important; +} +.transition-duration-1000 { + transition-duration: 1s !important; +} +.transition-duration-2000 { + transition-duration: 2s !important; +} +.transition-duration-3000 { + transition-duration: 3s !important; +} +.transition-linear { + transition-timing-function: linear !important; +} +.transition-ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; +} +.transition-ease-out { + transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; +} +.transition-ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; +} +.transition-delay-100 { + transition-delay: 0.1s !important; +} +.transition-delay-150 { + transition-delay: 0.15s !important; +} +.transition-delay-200 { + transition-delay: 0.2s !important; +} +.transition-delay-300 { + transition-delay: 0.3s !important; +} +.transition-delay-400 { + transition-delay: 0.4s !important; +} +.transition-delay-500 { + transition-delay: 0.5s !important; +} +.transition-delay-1000 { + transition-delay: 1s !important; +} +.translate-x-0 { + transform: translateX(0) !important; +} +.translate-x-100 { + transform: translateX(100%) !important; +} +.-translate-x-100 { + transform: translateX(-100%) !important; +} +.translate-y-0 { + transform: translateY(0) !important; +} +.translate-y-100 { + transform: translateY(100%) !important; +} +.-translate-y-100 { + transform: translateY(-100%) !important; +} +@media screen and (min-width: 576px) { + .sm\:translate-x-0 { + transform: translateX(0) !important; + } + .sm\:translate-x-100 { + transform: translateX(100%) !important; + } + .sm\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .sm\:translate-y-0 { + transform: translateY(0) !important; + } + .sm\:translate-y-100 { + transform: translateY(100%) !important; + } + .sm\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 768px) { + .md\:translate-x-0 { + transform: translateX(0) !important; + } + .md\:translate-x-100 { + transform: translateX(100%) !important; + } + .md\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .md\:translate-y-0 { + transform: translateY(0) !important; + } + .md\:translate-y-100 { + transform: translateY(100%) !important; + } + .md\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:translate-x-0 { + transform: translateX(0) !important; + } + .lg\:translate-x-100 { + transform: translateX(100%) !important; + } + .lg\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .lg\:translate-y-0 { + transform: translateY(0) !important; + } + .lg\:translate-y-100 { + transform: translateY(100%) !important; + } + .lg\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:translate-x-0 { + transform: translateX(0) !important; + } + .xl\:translate-x-100 { + transform: translateX(100%) !important; + } + .xl\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .xl\:translate-y-0 { + transform: translateY(0) !important; + } + .xl\:translate-y-100 { + transform: translateY(100%) !important; + } + .xl\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +.rotate-45 { + transform: rotate(45deg) !important; +} +.-rotate-45 { + transform: rotate(-45deg) !important; +} +.rotate-90 { + transform: rotate(90deg) !important; +} +.-rotate-90 { + transform: rotate(-90deg) !important; +} +.rotate-180 { + transform: rotate(180deg) !important; +} +.-rotate-180 { + transform: rotate(-180deg) !important; +} +@media screen and (min-width: 576px) { + .sm\:rotate-45 { + transform: rotate(45deg) !important; + } + .sm\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .sm\:rotate-90 { + transform: rotate(90deg) !important; + } + .sm\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .sm\:rotate-180 { + transform: rotate(180deg) !important; + } + .sm\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 768px) { + .md\:rotate-45 { + transform: rotate(45deg) !important; + } + .md\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .md\:rotate-90 { + transform: rotate(90deg) !important; + } + .md\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .md\:rotate-180 { + transform: rotate(180deg) !important; + } + .md\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:rotate-45 { + transform: rotate(45deg) !important; + } + .lg\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .lg\:rotate-90 { + transform: rotate(90deg) !important; + } + .lg\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .lg\:rotate-180 { + transform: rotate(180deg) !important; + } + .lg\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:rotate-45 { + transform: rotate(45deg) !important; + } + .xl\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .xl\:rotate-90 { + transform: rotate(90deg) !important; + } + .xl\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .xl\:rotate-180 { + transform: rotate(180deg) !important; + } + .xl\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +.origin-center { + transform-origin: center !important; +} +.origin-top { + transform-origin: top !important; +} +.origin-top-right { + transform-origin: top right !important; +} +.origin-right { + transform-origin: right !important; +} +.origin-bottom-right { + transform-origin: bottom right !important; +} +.origin-bottom { + transform-origin: bottom !important; +} +.origin-bottom-left { + transform-origin: bottom left !important; +} +.origin-left { + transform-origin: left !important; +} +.origin-top-left { + transform-origin: top-left !important; +} +@media screen and (min-width: 576px) { + .sm\:origin-center { + transform-origin: center !important; + } + .sm\:origin-top { + transform-origin: top !important; + } + .sm\:origin-top-right { + transform-origin: top right !important; + } + .sm\:origin-right { + transform-origin: right !important; + } + .sm\:origin-bottom-right { + transform-origin: bottom right !important; + } + .sm\:origin-bottom { + transform-origin: bottom !important; + } + .sm\:origin-bottom-left { + transform-origin: bottom left !important; + } + .sm\:origin-left { + transform-origin: left !important; + } + .sm\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 768px) { + .md\:origin-center { + transform-origin: center !important; + } + .md\:origin-top { + transform-origin: top !important; + } + .md\:origin-top-right { + transform-origin: top right !important; + } + .md\:origin-right { + transform-origin: right !important; + } + .md\:origin-bottom-right { + transform-origin: bottom right !important; + } + .md\:origin-bottom { + transform-origin: bottom !important; + } + .md\:origin-bottom-left { + transform-origin: bottom left !important; + } + .md\:origin-left { + transform-origin: left !important; + } + .md\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 992px) { + .lg\:origin-center { + transform-origin: center !important; + } + .lg\:origin-top { + transform-origin: top !important; + } + .lg\:origin-top-right { + transform-origin: top right !important; + } + .lg\:origin-right { + transform-origin: right !important; + } + .lg\:origin-bottom-right { + transform-origin: bottom right !important; + } + .lg\:origin-bottom { + transform-origin: bottom !important; + } + .lg\:origin-bottom-left { + transform-origin: bottom left !important; + } + .lg\:origin-left { + transform-origin: left !important; + } + .lg\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:origin-center { + transform-origin: center !important; + } + .xl\:origin-top { + transform-origin: top !important; + } + .xl\:origin-top-right { + transform-origin: top right !important; + } + .xl\:origin-right { + transform-origin: right !important; + } + .xl\:origin-bottom-right { + transform-origin: bottom right !important; + } + .xl\:origin-bottom { + transform-origin: bottom !important; + } + .xl\:origin-bottom-left { + transform-origin: bottom left !important; + } + .xl\:origin-left { + transform-origin: left !important; + } + .xl\:origin-top-left { + transform-origin: top-left !important; + } +} +@keyframes fadein { + 0% { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fadeout { + 0% { + opacity: 1; + } + to { + opacity: 0; + } +} +@keyframes scalein { + 0% { + opacity: 0; + transform: scaleY(0.8); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: scaleY(1); + } +} +@keyframes slidedown { + 0% { + max-height: 0; + } + to { + max-height: auto; + } +} +@keyframes slideup { + 0% { + max-height: 1000px; + } + to { + max-height: 0; + } +} +@keyframes fadeinleft { + 0% { + opacity: 0; + transform: translateX(-100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateX(0); + } +} +@keyframes fadeoutleft { + 0% { + opacity: 1; + transform: translateX(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateX(-100%); + } +} +@keyframes fadeinright { + 0% { + opacity: 0; + transform: translateX(100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateX(0); + } +} +@keyframes fadeoutright { + 0% { + opacity: 1; + transform: translateX(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateX(100%); + } +} +@keyframes fadeinup { + 0% { + opacity: 0; + transform: translateY(-100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateY(0); + } +} +@keyframes fadeoutup { + 0% { + opacity: 1; + transform: translateY(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateY(-100%); + } +} +@keyframes fadeindown { + 0% { + opacity: 0; + transform: translateY(100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateY(0); + } +} +@keyframes fadeoutdown { + 0% { + opacity: 1; + transform: translateY(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateY(100%); + } +} +@keyframes animate-width { + 0% { + width: 0; + } + to { + width: 100%; + } +} +@keyframes flip { + 0% { + transform: perspective(2000px) rotateX(-100deg); + } + to { + transform: perspective(2000px) rotateX(0); + } +} +@keyframes flipleft { + 0% { + transform: perspective(2000px) rotateY(-100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateY(0); + opacity: 1; + } +} +@keyframes flipright { + 0% { + transform: perspective(2000px) rotateY(100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateY(0); + opacity: 1; + } +} +@keyframes flipup { + 0% { + transform: perspective(2000px) rotateX(-100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateX(0); + opacity: 1; + } +} +@keyframes zoomin { + 0% { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); + } + 50% { + opacity: 1; + } +} +@keyframes zoomindown { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + } +} +@keyframes zoominleft { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + } +} +@keyframes zoominright { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + } +} +@keyframes zoominup { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + } +} +.fadein { + animation: fadein 0.15s linear; +} +.fadeout { + animation: fadeout 0.15s linear; +} +.slidedown { + animation: slidedown 0.45s ease-in-out; +} +.slideup { + animation: slideup 0.45s cubic-bezier(0, 1, 0, 1); +} +.scalein { + animation: scalein 0.15s linear; +} +.fadeinleft { + animation: fadeinleft 0.15s linear; +} +.fadeoutleft { + animation: fadeoutleft 0.15s linear; +} +.fadeinright { + animation: fadeinright 0.15s linear; +} +.fadeoutright { + animation: fadeoutright 0.15s linear; +} +.fadeinup { + animation: fadeinup 0.15s linear; +} +.fadeoutup { + animation: fadeoutup 0.15s linear; +} +.fadeindown { + animation: fadeindown 0.15s linear; +} +.fadeoutdown { + animation: fadeoutdown 0.15s linear; +} +.animate-width { + animation: animate-width 1s linear; +} +.flip { + animation: flip 0.15s linear; +} +.flip, +.flipup { + backface-visibility: visible; +} +.flipup { + animation: flipup 0.15s linear; +} +.flipleft { + animation: flipleft 0.15s linear; +} +.flipleft, +.flipright { + backface-visibility: visible; +} +.flipright { + animation: flipright 0.15s linear; +} +.zoomin { + animation: zoomin 0.15s linear; +} +.zoomindown { + animation: zoomindown 0.15s linear; +} +.zoominleft { + animation: zoominleft 0.15s linear; +} +.zoominright { + animation: zoominright 0.15s linear; +} +.zoominup { + animation: zoominup 0.15s linear; +} +.animation-duration-100 { + animation-duration: 0.1s !important; +} +.animation-duration-150 { + animation-duration: 0.15s !important; +} +.animation-duration-200 { + animation-duration: 0.2s !important; +} +.animation-duration-300 { + animation-duration: 0.3s !important; +} +.animation-duration-400 { + animation-duration: 0.4s !important; +} +.animation-duration-500 { + animation-duration: 0.5s !important; +} +.animation-duration-1000 { + animation-duration: 1s !important; +} +.animation-duration-2000 { + animation-duration: 2s !important; +} +.animation-duration-3000 { + animation-duration: 3s !important; +} +.animation-delay-100 { + animation-delay: 0.1s !important; +} +.animation-delay-150 { + animation-delay: 0.15s !important; +} +.animation-delay-200 { + animation-delay: 0.2s !important; +} +.animation-delay-300 { + animation-delay: 0.3s !important; +} +.animation-delay-400 { + animation-delay: 0.4s !important; +} +.animation-delay-500 { + animation-delay: 0.5s !important; +} +.animation-delay-1000 { + animation-delay: 1s !important; +} +.animation-iteration-1 { + animation-iteration-count: 1 !important; +} +.animation-iteration-2 { + animation-iteration-count: 2 !important; +} +.animation-iteration-infinite { + animation-iteration-count: infinite !important; +} +.animation-linear { + animation-timing-function: linear !important; +} +.animation-ease-in { + animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; +} +.animation-ease-out { + animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; +} +.animation-ease-in-out { + animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; +} +.animation-fill-none { + animation-fill-mode: none !important; +} +.animation-fill-forwards { + animation-fill-mode: forwards !important; +} +.animation-fill-backwards { + animation-fill-mode: backwards !important; +} +.animation-fill-both { + animation-fill-mode: both !important; +} +pre code.hljs { + display: block; + overflow-x: auto; + padding: 1em; +} +code.hljs { + padding: 3px 5px; +} +.hljs { + color: #abb2bf; + background: #282c34; +} +.hljs-comment, +.hljs-quote { + color: #5c6370; + font-style: italic; +} +.hljs-doctag, +.hljs-formula, +.hljs-keyword { + color: #c678dd; +} +.hljs-deletion, +.hljs-name, +.hljs-section, +.hljs-selector-tag, +.hljs-subst { + color: #e06c75; +} +.hljs-literal { + color: #56b6c2; +} +.hljs-addition, +.hljs-attribute, +.hljs-meta .hljs-string, +.hljs-regexp, +.hljs-string { + color: #98c379; +} +.hljs-attr, +.hljs-number, +.hljs-selector-attr, +.hljs-selector-class, +.hljs-selector-pseudo, +.hljs-template-variable, +.hljs-type, +.hljs-variable { + color: #d19a66; +} +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-selector-id, +.hljs-symbol, +.hljs-title { + color: #61aeee; +} +.hljs-built_in, +.hljs-class .hljs-title, +.hljs-title.class_ { + color: #e6c07b; +} +.hljs-emphasis { + font-style: italic; +} +.hljs-strong { + font-weight: 700; +} +.hljs-link { + text-decoration: underline; +} +@font-face { + font-family: KaTeX_AMS; + font-style: normal; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_AMS-Regular.a79f1c31.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_AMS-Regular.1608a09b.woff) format("woff"), + url(/memocard/fonts/KaTeX_AMS-Regular.4aafdb68.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Caligraphic; + font-style: normal; + font-weight: 700; + src: url(data:font/woff2;base64,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) + format("woff2"), + url(data:font/woff;base64,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) + format("woff"), + url(/memocard/fonts/KaTeX_Caligraphic-Bold.cce5b8ec.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Caligraphic; + font-style: normal; + font-weight: 400; + src: url(data:font/woff2;base64,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) + format("woff2"), + url(data:font/woff;base64,d09GRgABAAAAAB3oAA4AAAAAMDgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAUBAAAAFEAAABgRT1pkWNtYXAAABRYAAAANAAAAEQAiwEsY3Z0IAAAG9gAAAAaAAAALApXAH1mcGdtAAAUjAAABrsAAA4MYi77e2dhc3AAAB3gAAAACAAAAAgAAAAQZ2x5ZgAAAUQAABGQAAAZbto6EhxoZWFkAAATNAAAADYAAAA2Y3ZDa2hoZWEAABPkAAAAHwAAACQHxQMiaG10eAAAE2wAAAB2AAAAfE2XAudsb2NhAAAS9AAAAEAAAABAWUtfkm1heHAAABLUAAAAHwAAACAAyQ6cbmFtZQAAG/QAAAGjAAAEsGWnhAJwb3N0AAAdmAAAAEgAAABoOcqzP3ByZXAAABtIAAAAjQAAAKdkQq2ceNpdWAVYG8vazsjOums82bhDFClQWiiUuty6357THpf+x6+7u7u7u7u7u7u7S/lnExK4fWYrazCvfO98syEYaoZCoU9AO4RCbCjU0lt6oaVnmk8732xC+7+/boI30mcSq59DLfiN0Hxob4h7687FWRc2K712t9V0HafV7HXp6LWa3U6716UXWdtyHZcePXpiE7Y/Mn4h3x+dTGFwns/RE/pfBdot+noiKQsIlmwe53Y++0adYyHkWq6BZEZWGEP0VQ1gqRS1DctXMK8QCB78YDmjnuhlurCMibjlXqwjA0n4YCXWNe0Y1K771g99yGJOS2mPfdFzd89MiCzRFHruKoR4xJ9qmBABs23ct/O37R+bsR/2CNG3AMahEAglV38FnwE/GLotRN48nQTNCvADcIPR6bQpDp8l6yOA01t7oNvptem1/gv0tBWQYBHWovf6jNlW/x3Wdfr/XeOmz5xL2Rz+/HzGJ2BcTirVIrcrmmDtTa7Vaun6WF5x84pcVzkOCHVvLAogMKKqkSTnWB4JUFMhf/q+XPiciyDv1vfKcm9B9F5y1oztbCoQT7qsUt68u1VkjFp1M+ODQ6Ju86oK45FImVWUEkOUXV7m5FN7c0dV1WVZ6Bw7/8F3sSrGSKD8GhYzDhGUyEUOCRcMsFvQBSGX7FYJYxyYTKaXb5VRU+H0rFKul+ckTW1HIogyKq3+HNqU0UnKqE0oo7lmgL6PPWBqyNWAniErfbrblIrgmm316emCH6pW85nLWxo79cLJzsMXCQ+dnZAtyLGwxooYip7ChKON2s5uY/+elZbceLUoRLfuy008bGrLM850F1gA0CzWysvhMIc57FRLuuKaduHO6686fvMuK0Edb4RC8DJ8dagT2k4dv3kiIlHHm4HGVF4600BUZyglHWsg5mDXbHe6mbFMhiLoH0yezr7/HNsauifHCwBA5w3XxRPO2Rvb9+ZTj37kq5JHdmFWs8IidzqMEASbt8sAA7EGT2lP+T9ZzexWcneeeVqcAd/mCMAELl5kgZmcvcsvPfriBZcBEBNRMTls/QEgAF2cKUNqhnD68AGonv70R3zU2P00z1YjVIsEdXebarFItZjhAUWWH5i1OTIoZT+41GkH1PfruTkCOxKiNZRwoOD396Ryj9qOTOawyXrimK6x3IFjKblSnPPURDUf25tVds3s6wpNS9Naz9u1eM6u3gquLS40q73dLCjJSjSnhEVWUJXaghcbi0eQJCgJBOTkYd+rT+3WEiLnLBxcmshVzy8EVWqs/gDNUJUOUBwTclClg2lTJFOw22xRhVwruNSl9ZRhB/O3WsH1gfMy61YbQGgGrwwjbRa2M0AupjRG298CkUpnW/rrXBltCmtA0C+eA5yZkOA99/AACeK4KeG3oKWyu5Ah9p4UFpN5kWEMX+UxtnMHGlAg2+DVvoilZBEDALhIpKSKkAEYpHafzANIMK/rUZG8YS5RY8FmjuXFNMJiVmCIf/Cd7xLLUUgRV1cfCQ/DD4QOUcSTdqCcNZztUI5gZIKgDfC0KJjB/Q5hNwBdi6K+hQk7ZG2oN2GfsLyU96d8LDITnhIp1xdviRR2bNKoFFlOnF7iXD2bNhhmeb9hLFUn5fgr7qiNldlingE9O5VVZSUOwZkd491dGMzuvcrN7+Uzek4UTj9z561xFsVFJhCWSRiFg1WCcFuG1d61tdbtr09IgA17mIsetxOCqBrjIiINP/PMwxS7vvoFlKFqXwhcqwVq08mulV8/KIbm7WtMT4NjSIkCbWtI1HrudLo9WpeZUYZ3emsc5AOauv2CBtV6d8pluVSGFyENi6cdH1dYXo3dcSdrb+XEqmnyE5WCCCDIcRkiRnO26N6yYJGikEP6TTey0axF5LqhWdk8W8/KGMYsM+HhLNySKVQUPoF4Vk/O7fMVWZ+/5SDwVt4rqREgIu/Jz33Med6WUJYxxSgDFd4qt6FWEW5+EsLAO36mx2phqXfq/i4EgMFQiAo8ANqjQ2D1RzS9HrRWF5utIGsDWAP0g5INjpHnaez2BqNHCSWZ4ao2XPKa9InWwCjs6CYLVq7DAEBGSOQMJO5rWYWXfQixcjRl7jA90/MdK5FHm+WCgzY5AseI8ayJvQvTp2BrT+7pQsNg5+ZU143H1USZWwQUAyeJcSQxnD8tMQAAzIpymIVedeLhRzcdL2EKUsCeKkaxyPI7ih4GhJV9AoHZmbntUvFQjaceaaw+Ei1T5Nsocg8EHulPfSD4+nJNjzWNh36wN9RRrzdCSR/rX4JL1o238ZDrOKbSacZTHGfVK3dOm3Znj6l6iaQF4a6ZXGIuBpXSwc3Cwop7IssAxk7ELYazyi+Fr4Q8RthIymNPPXS/rDfXaS/xqJ7PpppWGEEZCpyzacEuHyHtl39jjgfEPSoR+pM1P7V0VQj2E/s7NLFzodN0PTq6rABIsY0q/soWpLCh/2Do5cESGsDuZ3k/4tYTY603o4kxygYnkBuIAtSIFK2MJQDXsVgBCq1KVpaxFdUG7QZ4rigATSKo+uIxW3ZTZ3KiVJ7mSco0sHn/vTJqN4p7GZCqvHdHNRlPJ+D7oZKcuHDxBQ/ZDfUEz4DYg591v3P7WF4ZNha38bwqq0C8ZsyypezS+RcbTCaluyrHT+wC2s7JT04iDmYK7YcmdJiMRRJU8xTl5vGUm51U87lsPxcGOTayqktzwe2bfIh41I9Spkbp1x/DNdC2BpyCv+NeTGmUInFdd1gS6R0/0VBkjovmwgrUrt2kugkvc7RbUwWtaajJbM6uV9OVwxeghGcs6lC9oamQZWLcNrl809ItC+WGyAPPg7LjGp4ApbFDMsKMqyLAaxFeSWYP73v9kfnaIR60FF2KepLuUIyx1c/hW+CHQ9dTjPca+LovozuU0hxhY6FtBRdH5yOwHcoLNTdLNtZAX/hCcGVjUQQUuM6w4QXPMwmDGb+tqDYDd5v3/IGGNyMxMlsjWCCcE1Fs2cnFGSGiyggCLg0Z4vAv350+xmLCcWwpopVlOTvZKebSiIv0CExwLMOYBYnLLM6HiWDA92OExOS73zSen9xlPxjEswC7hrq5dvmfD10yZKxJsiGKJgGqXExE2SjznPfyhESEDx3IHsaIlRd2jb2gN/GMpz56rseDuMqx1QQtagIY9yNvfFNKMGkq/pTuYr6M7P7aWQ5RDl0/oORKsAFtA2bd4HRoiX6IrOeCbRXawS8YUNZ30nCnM5OaMCSOArfzCmun94Ux5oqmipjxxW6bsZK5esNtH4IakrkYb3SzUcwYRUoyAGyBJqVUrxfreQ4y6almI9z0PaMmDaAo537+/RSneCyyX/fWpxzl99z90Jc8xGvzQFAqCR4ZCs/3HvClL8oAQAigGiPGytnr77zbBij5qpc/oeZRH02t/grxtFYWKAd8wAFobtyEDAJxQ6H07wz9NOzFr1wfuvDwkWOe/4ZbFhYna3PbgNRYfnTUxkRHfHz/jRI41Nw20Z0+79rbd9qeXknyYjJtccnW3ust+MG7z+9YueGtpbATv9+xFH9x3/0P6gwQGUI3Oi+7yKceM5+LxO+7srBw9AZJr6xYYhwKFNfkCQMOOsCPw+/SvN8V9EMy2NijB8tW02m2Rm36aM2j9wZY6B4rM1oQAuyGOQs7eXo6OEZ9OkxU8pUEvGMmD/mOF5593h4Hw2gxfPC2mJmdeWQcRo6URKFms6J8kw8wgmjYvW/s1gE3XRpnla3zcbs9iwiGQswAZGE6lx5LT4i/+/slTYsAQAiTBiZQ2XwMADBs4ynWW1fvi0yq3XGKdYsfaDdI9XWBev3d9hVN3lBflh1mxZUp2N9rrm1f1iwPX3z++Ildix5Xy8/VxlzFAlLsQe1q6uzh3gv2JZJbO2eAfL+j8wsyWj6zxbVZhvMLCtKun9LcfKVx9YlxXzZUKybkDrfbhdaRWAm84Ow9uxZPxjN7ajlbBDIvJQpa7Z7bbl6+t8Jk5p+YEq5/86aqS5CX1h2F9yWGH98lIE7IpQiWBMXiEQCSaIWPdA8GulMfL8JXhS5SLhriRt0DdP+7N1uPyWH/MwQ+GH5nFvaaGzzh2/+7pBpm5wpL6Hftb+4/ePhirobk2XTFaUGkR0u6lzCSmpSqGYnFk9G4iPNJPZ0M65YGo3kXm2j+qAT9ztNcCBNnHGawpIp3RpgrzdI7bilqODYpq8uzflh2MRPefNbNqJpaxKKc3u4SwLfie3dHdaSIYQMAwK1McWbdyQBF/es/emKwtqIIyIIcN3LQgDXaF34odJCydrAwrP5hLQ/Q50cbvnUOR44asKdCYvcJHbwxGKM9PPjl3DGGEeN5A2JF2eYfCzO5aG97ZhJJzWjkugfePmdXKy2HUSMMIsDsXPXAggyNa5fdcQFCPpa7ZwnDD9TGZccU41iCgqx6mmRu1+VyJhzxE/U5WZluh/Xt+6PZmWoFiTzjiEjU3LC3ZX84abCb276RqxHT4IqZ+jyBFLe/+h40Dz8b6lHcJgDrnVMfuY3WMPYhzMIARb9bGtXIsJjgz8YiuqZNx9wL526J5MyOKKtc1oJTkxjy8N43yKqF2Jolc2o0eWtP/DV8tc8rlukTBsDL8yd35A0sMsr+Ze5XP+KgDDFTNBlWThJGy+arW9gg0VZ/v/oT+Eb46v4q1Wb6zu60hxW7cfM9bFZpha8Z3Vr/4jbYkreDq1dG+1ovGNa3Tm3qRNXMjCpksq6//OY5R45joW7xmCWc1ppxMOaEhKoxJy3DCTcQueW6xUlN0blsQTTn6iovqo4VhwuSl0m1M9uKex81lfYrbWfsF/ctZ/czWhgibCULd//lwKLKYkZRknniOUuvBJh90mKFii3M1dPlLU+4ppGwNFG2gjwPr34aPomin6DoSzBA317PsNawRoOabQ/b1AHEkUzDb2fhseh05agAAYia1z3BwrWU4ahYqnex88Sd5086BEiQV6eSJV3V4F2aXzxwec8FXnb002/eLEqJCvTsJg/xQluMPfh1R47sFWCYKJXXzXz6cE1g+jP9KBboTA/TmW7635n2ZtGA6NFXPTrcDey3NyRzYL61DCYsRKNVtdOuQ4piPH62EjEAJLxIbjg6jyBgapaEGGdRBSjRuxTFyahkq4RoUhuGP3CjpxKAuEkDIfysHzu8QjhZlxNTRRXeZaQu7b31/H0goMLxT3z2TRwiHKPFCbvjh38ysL/rRadlLZ5r1nhIvIOG9pLLl5+sCgqz/LOvrxBy+ZuX/xwFrmqET991auLUwbFArXYohAqUg2uCr6RcUFeD6Y9AU33c5gBNX7LWKG/634iHq5YzMinNkTocLmrB04MPNevmHTSsGbDgF00gnZtKmI7A8gACUHuSBMPqdDwcNbX08iPDnMDIBYZLZkUOiOnmiq0mLRLslAF7vxs5GEMcYsUxNxwrRbIzj61xnBCDIoRXF6CEUamp6cXY/QSbkNjJKJZTWNJK6WjCc2LTB1UGHL/LmOCSkOVzVo7VVnYIhJ8tHthuYzlLFRX0aDqaL0UijUNR8ODerAhg/5vyLfBTlK1lylZlY2W7jm4Re8hTfy3euHRv7M66o1a1Q58d7mAOGFZr4WDzEITFRzfEcU1WTImwqXCViz3xup1PKGLOMfzxqIfU7SKp7NMINo57JYGPwRVZtDqLt13+hbzM1577BF8b10nYzhNoZbYlUtf/+vrdFwgg0nzRrTgLBAB+C13Vzm+t/nqbxQA+WFNyoRBcXfNAKegoWwMD9zL9NaHX6v+/X5KjrnGQWwOTuPR//a+j1qBTW+vRKKyNG7fulbuZwCMtJfLSR3tjDTHL3ZW6ylPCpa27YrmMwMYTUVPn/QfMApOtLS7YdlUx7ePnI0pDglldgEJZ9+5/K5PZdOFgy04LpBEhkgKN1Nxxwe9dfbGRiNiC5D72oR4gnKvi9HVJDQiim7RNG4psTmosMUDkAbCBEb7hQgxAhyAtCgBDGATcu89hIHCoWjLTLOShNFHcY0JBFKT/B7cQyZN42mNgZGBgkGcoY2BiAAIwKcHQCySl+HhAAgAX5wF0AAAAABIAEgASABIAiwE0AYsB+gJeAtcDVQPqBGcE0wVhBdMGdQb3B18H1QhbCPYJcgnICkcKnAseC7UMIAy3DLcAAQAAAAEAAL2P45NfDzz1AA8D6AAAAAAAAAAAAAAAAAAAAAD/4v9xBHEDFQAAAAgAAgAAAAAAAHjaDYonAoEBFMd/3tNsyd6SPZIz2LrmAt9NdFknuYIkaYqVZft7+7940QbwDMAwmiEjS7ISwq9KVMLGD/ZnVHVARPL/i6xpyMv0LTnvhpR2/3dN0ZMdUW3h6Njyc9s8BXH+D1kQ1xNx2dOVFVk5UuYFLhwcF7gAAHjaY2BkYGAW/V/IEMWy8f+jfw9YCoEiqEAeAKZdBu0AeNpjYGLawDiBgZWBgamLaQ8DA0MPhGZ8wGDIyMSABBoYGN4LMLx5C+MHpLmmMDgwKDAsYFb4b8EQxSzK0K/AwNAfxwySZVoNJBQYGAH/OA9wAAAAeNpjYGBgAmJmIBYBkoxgmoXBAEhzACFIToEhimHB//9gliOI9f/x/8P/64BqoQAA6/MLsXjarFbXettMDh2quVeVFKaAmcjrNYeK090Lx7Q23fX7yK2kJed+9yrPwH0ZUOl3+2gLkJJ7+ZtVMIMywDnA0EKhAMW+7wUAb36I0e03WNr9q4/PTJwOwo8Q7/uYq0c/+0W/aLXkgWlZKAIUWm50hCF06DpoKITwo4M5JS1pOZhX0P6cr1SFq7GsIQzdJFfRblLPa8zpvU+Aw5IWOmpjYetTJ5fL0TFoHd6xWNsZrRruHaCldDtlo0w2iWLLPww6NYM9HSwozNtY1T7nw5rWXQcT2oD/28LC1F8708aI9loeljzfwnw92PmbT85m7ANubZFqjbxxjldzQQBJ5k0VTZOquwOcZfssedKpPhAbcQQ4uOWHpAG2DfLqBa9ehGYYBIFJbOGwbqHY8VG8YWeL9uYbvMere2+iH+OixR4/iuIgCNpRgIYdBF0EAbQJj3QDB4sKqIJCPSJMfXrLxz7pYr90qQMUEjpYSukmJqCd9B24wEaGa2bl8zf5eS0szlhk1BBDTLmS2WKdGNr2wy0z2gl8GVgB4NquTzaTeOmV4mCfwgFtd0Qua3M/baUrAYV0I8wdfESjRQmwb8bBAQVc7SjBKogD4BNwLQzYJdxIqx1UnYFRoT13xjoanCF1epCGs1MMW5KeoIfgxTKCdpdsYXJDEExcOyKMWiujjSzFyCXh+JCiBEVdFDSqUkCfR4ZF3qMsprSCGRriMZXkch62ow0HxxW5AuCYfs0H0II6hOO826HdeNqvCUWrlBQgDlqUGSd0CHEIOEG0OTip3uz5SaG9ETzEkUP5ycGyerPtv9nNlKZF+nKqr6hETOp9P5mcpBZGLk7YAUPK1d1kjL/G6QuNmgRCsuUnTB/hdeMYOO34jCUprLc2MzuF0CfVBISkSfU3SXu6WZe0MBGiLIkvjWKlYxhG2q2qEonIeXs+TkoXPByVLo5IYsqF8PvNm4aYEGXhui4zUCGbESWVfhv/a5sPiK4aYazaDt5QicHyJvHN8pZK8ixvq6TA0lRJkeUdlZRY3lVJH8t7KulneV8lAyxtJXv8YykkpiU00PgH3xYH1Qlj7cj478zonDBOHRn/kxlBCRyzL8VJoL5mUBnnSXwW4QOq6wHhYykJH8uHhI9lnfCxnCJ8LP9E+FhOEz6WfyZ8LGcIH8uGgqV0YB8pSnszBM0laG4pSWzwzM4qfGTjI7qPjxVAEy7ppozmJD/Yr/QwGf2TXouT0ZLHE4ePZ5KiUfX82SBF+TSj50qfZwqep5U/V6Lr453PiYZNtVysF7Uvgv82VuRc8syoMtYXxAc0L6kfhY7mHHypGjeWHJy7zhUN3SL3eWqRqNWhAU0Ukm/LqzhuyqaMwD8gPtCQbmfOMKoVYnhBUVl4g9wKdXqnbsmwcHFI24dxQwIsxXTm4mk3aGTnYUm6PW/AkJ8pa9v+5wIUwfxcmCreDlxXAg5qiGUaITdDLOmz1zUEoif7r1TQYVtiUUdtMhd0ZNI65Cfd2ZhIAnlPyU3qsaQMm4STRJolhIuSSM4iyRKSxGI9os9ZJzqRi6hzEXn67j5Jj3MFDi71uADSFqe6XMglomm5ZyLMqX1TNjkpd3GlZ0vBZEyj2PMbsCQtkzQ9JR161Aos1Wn36uRvl6yJF017t1uSR371RCW6166Qf+Cchdxr8ZqS0GAWN/GG9rfMncCHpaCRzBoV28H1U9Ydc+uU1b0w9qoIrXDBvirhhsJFO6baeMYI1KWu1NAGzlKEx5DT+ZzKmI9wWLoZdB5QCUvQkHPd8zdVMliouxTyW0a6+UdNMWOKCN2SpEfViXmxgm6dTZWIBbvHyl9ot2hbssuLnDtNwSuioJpd+47gG15u4Au65a8v0b+h44xKGV/S+q3CeRLvmEWP6IbNWEY9tt4rHmj8f891kRY7FARQ+NYTdAlMmRFWgLu7Nm6Nuzbuvpi2DVKnKmT233wn7gPKoagQQqdiWCFgJCpIAKMKAWM0XYpxGjBBAyZpwFRUDCG0qaZVYkpFRfFpMyoxzdIJmqMzzdOZFuhMi6yzQ7GkELDMOsGKQsAqTbdijQakacA6DdhgfaFdtakS0xbrM22rxLRDJ2iXzrRHZ9qnMx3oMa5PTuChjXLNyiNni/KYg26jVh2dRHmJm1PozZk1EjfnOnNDstQLRj5HBvocl9DzK11OHFxDD26gB7faNibLu2Pk+T30/AF6/qhzxsET9OAZevCibVOyvFdGnr9Bz9+h5x86Zxx8Qg++oAffUaHSvmxzJVWFf3/+duhPkz4GU601ubJ07m/1cOb3ZV37A0STAUQAeNo1ybENwjAQheF3iQEDKAUtLRIoU0TRdVQgCqdOBmAEGiQ3MIsPN44nYCvAWFz1vf9wCHidjBA9OkejhkZ/EczaJwh1gl8pWmSti590G8sGhOXX8zYie0QJsGzJHo1rrEl7YNmnHTRyAHcb2aUU9RWkGtuf/490vlJU1YHeN6fuUoD9ZJiC+QOZiyrSAAAAeNpjwAZSgNCVwZXp4P9XTKIMDDAaAFF8BtkAAHjaYmBg4GQoYmBmYGThBLIXATGEzcigBORB2EwMfAxHIGwgGcRwCcpmYTBiVIGyWRmcGMOgbDYkcV6mIsYZUDYfgwkLoFWySI4gimGo1nOK3oWZmZk5u9QwM98+bxRmLH/Qd8uyy+6Q1lRUSW2yppVUSjUF6lZUPdyjGsZmNGA0wg60rriq5hZ4ncFM4ylwx9WPZ8d4UF8qozf+qDyNbw9O2KorsMKKoZgnfg98Dr7WDZph5axXAZWISMM9VRxPnS9h/JvkLajmu4I/7nyDrn6W/bXewEvFX0Rc8qq4T9RCzhENsudANSwBp85ddHThvjMNs6bZY+r54Vz6fzCZjs68mrZBOhxWDf0Md4u3e6ZF8vzfBF9mzN6zwi84zzP3KwQz7boCd7bqfjY4Y3juJww6RCGP9+up+p/Ezv2qvlA5AyVATc+uo2aGNegerOp95jo45loCVxd39I72uY/IBPeF8v4LBabwwZ8x+KKyl3kDhdVgp/1vRTjxPetP2BlXdGJc0yxazAorgYewKmrMkHcNPMhG67HjQzoifv83MbfN8rvYAHjabMEFAYRAAACwvbd4dwMOt3QEhwJslsA4COYcsLC0cnVz9/D08vbx9fMXiSWCVCZXKFVqjVanXyx300rzMg0MHA0AXdgI8AABAAH//wAP) + format("woff"), + url(/memocard/fonts/KaTeX_Caligraphic-Regular.07ef19e7.ttf) + format("truetype"); +} +@font-face { + font-family: KaTeX_Fraktur; + font-style: normal; + font-weight: 700; + src: url(/memocard/fonts/KaTeX_Fraktur-Bold.d42a5579.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Fraktur-Bold.9f256b85.woff) format("woff"), + url(/memocard/fonts/KaTeX_Fraktur-Bold.b18f59e1.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Fraktur; + font-style: normal; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_Fraktur-Regular.d3c882a6.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Fraktur-Regular.7c187121.woff) format("woff"), + url(/memocard/fonts/KaTeX_Fraktur-Regular.ed38e79f.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Main; + font-style: normal; + font-weight: 700; + src: url(/memocard/fonts/KaTeX_Main-Bold.c3fb5ac2.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Main-Bold.d181c465.woff) format("woff"), + url(/memocard/fonts/KaTeX_Main-Bold.b74a1a8b.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Main; + font-style: italic; + font-weight: 700; + src: url(/memocard/fonts/KaTeX_Main-BoldItalic.6f2bb1df.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Main-BoldItalic.e3f82f9d.woff) format("woff"), + url(/memocard/fonts/KaTeX_Main-BoldItalic.70d8b0a5.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Main; + font-style: italic; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_Main-Italic.8916142b.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Main-Italic.9024d815.woff) format("woff"), + url(/memocard/fonts/KaTeX_Main-Italic.47373d1e.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Main; + font-style: normal; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_Main-Regular.0462f03b.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Main-Regular.7f51fe03.woff) format("woff"), + url(/memocard/fonts/KaTeX_Main-Regular.b7f8fe9b.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Math; + font-style: italic; + font-weight: 700; + src: url(/memocard/fonts/KaTeX_Math-BoldItalic.572d331f.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Math-BoldItalic.f1035d8d.woff) format("woff"), + url(/memocard/fonts/KaTeX_Math-BoldItalic.a879cf83.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Math; + font-style: italic; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_Math-Italic.f28c23ac.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Math-Italic.5295ba48.woff) format("woff"), + url(/memocard/fonts/KaTeX_Math-Italic.939bc644.ttf) format("truetype"); +} +@font-face { + font-family: "KaTeX_SansSerif"; + font-style: normal; + font-weight: 700; + src: url(/memocard/fonts/KaTeX_SansSerif-Bold.8c5b5494.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_SansSerif-Bold.bf59d231.woff) format("woff"), + url(/memocard/fonts/KaTeX_SansSerif-Bold.94e1e8dc.ttf) format("truetype"); +} +@font-face { + font-family: "KaTeX_SansSerif"; + font-style: italic; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_SansSerif-Italic.3b1e59b3.woff2) + format("woff2"), + url(/memocard/fonts/KaTeX_SansSerif-Italic.7c9bc82b.woff) format("woff"), + url(/memocard/fonts/KaTeX_SansSerif-Italic.b4c20c84.ttf) format("truetype"); +} +@font-face { + font-family: "KaTeX_SansSerif"; + font-style: normal; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_SansSerif-Regular.ba21ed5f.woff2) + format("woff2"), + url(/memocard/fonts/KaTeX_SansSerif-Regular.74048478.woff) format("woff"), + url(/memocard/fonts/KaTeX_SansSerif-Regular.d4d7ba48.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Script; + font-style: normal; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_Script-Regular.03e9641d.woff2) format("woff2"), + url(/memocard/fonts/KaTeX_Script-Regular.07505710.woff) format("woff"), + url(/memocard/fonts/KaTeX_Script-Regular.fe9cbbe1.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Size1; + font-style: normal; + font-weight: 400; + src: url(data:font/woff2;base64,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) + format("woff2"), + url(data:font/woff;base64,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) + format("woff"), + url(/memocard/fonts/KaTeX_Size1-Regular.fabc004a.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Size2; + font-style: normal; + font-weight: 400; + src: url(data:font/woff2;base64,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) + format("woff2"), + url(data:font/woff;base64,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) + format("woff"), + url(/memocard/fonts/KaTeX_Size2-Regular.d6b476ec.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Size3; + font-style: normal; + font-weight: 400; + src: url(data:font/woff2;base64,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) + format("woff2"), + url(data:font/woff;base64,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) + format("woff"), + url(data:font/ttf;base64,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AKIAAwABBAkAAgAOALgAAwABBAkAAwBGAMYAAwABBAkABAAmAQwAAwABBAkABQBCATIAAwABBAkABgAmAQwAAwABBAkADQJmAXQAAwABBAkADgA0A9oAQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAwADkALQAyADAAMQAwACAARABlAHMAaQBnAG4AIABTAGMAaQBlAG4AYwBlACwAIABJAG4AYwAuAAoAQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAxADQALQAyADAAMQA4ACAASwBoAGEAbgAgAEEAYwBhAGQAZQBtAHkASwBhAFQAZQBYAF8AUwBpAHoAZQAzAFIAZQBnAHUAbABhAHIARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABLAGEAVABlAFgAXwBTAGkAegBlADMALQBSAGUAZwB1AGwAYQByAEsAYQBUAGUAWABfAFMAaQB6AGUAMwAtAFIAZQBnAHUAbABhAHIAVgBlAHIAcwBpAG8AbgAgADEALgAxADsAIAB0AHQAZgBhAHUAdABvAGgAaQBuAHQAIAAoAHYAMQAuADgALgAzACkAQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAwADkALQAyADAAMQAwACwAIABEAGUAcwBpAGcAbgAgAFMAYwBpAGUAbgBjAGUALAAgAEkAbgBjAC4AIAAoADwAdwB3AHcALgBtAGEAdABoAGoAYQB4AC4AbwByAGcAPgApAAoAQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAxADQALQAyADAAMQA4ACAASwBoAGEAbgAgAEEAYwBhAGQAZQBtAHkAIAAoADwAdwB3AHcALgBrAGgAYQBuAGEAYwBhAGQAZQBtAHkALgBvAHIAZwA+ACkALAAKAHcAaQB0AGgAIABSAGUAcwBlAHIAdgBlAGQAIABGAG8AbgB0ACAATgBhAG0AZQAgAEsAYQBUAGUAWABfAFMAaQB6AGUAMwAuAAoACgBUAGgAaQBzACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAGwAaQBjAGUAbgBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAxAC4AMQAuAAoAVABoAGkAcwAgAGwAaQBjAGUAbgBzAGUAIABhAHYAYQBpAGwAYQBiAGwAZQAgAHcAaQB0AGgAIABhACAARgBBAFEAIABhAHQAOgAKAGgAdAB0AHAAOgAvAC8AcwBjAHIAaQBwAHQAcwAuAHMAaQBsAC4AbwByAGcALwBPAEYATABoAHQAdABwADoALwAvAHMAYwByAGkAcAB0AHMALgBzAGkAbAAuAG8AcgBnAC8ATwBGAEwAAgAAAAAAAP+DADIAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAQACAAMACwAMABIAPgA/AEAAXgBgAQIA2ADZAQMBBAClAQUBBgEHAQgBCQEKB3VuaTAwQTAHdW5pMDMwMgl0aWxkZWNvbWIHdW5pMjMwOAd1bmkyMzA5B3VuaTIzMEEHdW5pMjMwQgd1bmkyN0U4B3VuaTI3RTkAAQAB//8ADw==) + format("truetype"); +} +@font-face { + font-family: KaTeX_Size4; + font-style: normal; + font-weight: 400; + src: url(data:font/woff2;base64,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) + format("woff2"), + url(data:font/woff;base64,d09GRgABAAAAABdcAA4AAAAAKHwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAM2AAAAE4AAABgRuZOfmNtYXAAAA0oAAAAhgAAALQub1TZY3Z0IAAAFOgAAAAKAAAADgAAAABmcGdtAAANsAAABrwAAA4MYi75emdhc3AAABdUAAAACAAAAAgAAAAQZ2x5ZgAAAUQAAAorAAAP3quFQf9oZWFkAAAL9AAAADYAAAA2XyJC2WhoZWEAAAy4AAAAHwAAACQHMgKbaG10eAAADCwAAACKAAAAzJOmEFhsb2NhAAALjAAAAGgAAABoYcFl3m1heHAAAAtwAAAAHAAAACAAww5hbmFtZQAAFPQAAAGgAAAEgF/XfrZwb3N0AAAWlAAAAL4AAAGqQfMk4XByZXAAABRsAAAAegAAAJx+tju2eNq9VgWQGznTVbdkyeMZ2wOGXS/aTta53buAccPJYTi5XOBPjjl0TMG64DEzMzMzMzMzM4ZTu5780symsvnh4+8ruYYkv379+lVLBEmeEPICxgklgpCCVbByBSubP2+/fB7j1Z/zcCcB8mtHE67l75E6uTYmsplcS45YJpQr5UIhEROcomU6dlKuMW3gOXcs3F3roGXxyAN7H3HE3g90tHEOtDf8Sh+lD8NvjQ5w7nznPu+eVP2w+oF7kvv8dzJKuqMRW2WURkKcYqGQTyaSxAQusjybyWZKxUrZsS2TYq4l7QTDMg7c7Y7NcS4CgDHrht2XL9/9Bou/qslIrrP+BNfuTSFE429CEk7AUTgSToDkm3EiI7V3NLFnZaSYfCnnE/EYj3MiZJiWUrFcKhN2WijlAHTchppp2ABsIn/JsAxgIFYvY4atqyd9EQEIS2WGSyQhkax0PGsV4hCG4s8/dzTp949c/fHIbtHiKq+yyoskYyqoEpLkii3tZtgRyCYC2IapYcdtAPwB3THY6mUCGOi2wfRFAqjECnQ0QX8/nlNKW+lSwQpA0X3lZ37qyNUjR+o9CZAzJKdz5ZqxhIDI5lrUsKi6tuR606JMsVKWv0rFMeXVeyokJR0hpZTDMtVVJJLesEz/nohLzLS9cMd+YQSkQWfX4Sgp0dDwXZ0gRUBhts5O90mkOWh9d6lt5AD69NHjB/aqaZquA4RG9R6iQUdPrg2eMWo3A06DM83G+rGLWzEAMmyEB1sXj61vtOBMONXot9XB42trdW5ZjNVNLw4dobkL3UXa4tkTcj0aY5nZi/33ubsOzDBmdct4oqfwQExuIm8r5slGWo884+fHqUpPDeGX25fA2iRFS5deplRL/s6gmm7Gtm5ZkuYUAQKRfUagAETgdMQ+kQAAUl47rTI6FrU55YXcrjqANjWeK/XpV8jFp2oAYtZ4gfxxU4QSDXudGEsZ7hHuLaMapp67jUo9YAZ4ALc5d2rDKPdW93AjFZs9udwS4lZYsIat912hwTJYri2Ymcq0JWvaMqmZCzRYDsu0fS/vwziBjStxuDiYjldOJhmmMqqUexQSLJkUPC4NRu/mnVMgGKSU3ssYvRM5MgwCJY/Xhzj9HD4DLRzBIAFCcD+xF+1PBhICeelST8BCvlLuOYQWKtK0cSUaE55r1chmBA9EqFDvJSVdDzybpoIjZwyZlh3xX5X+z0A704MCUcig0cgk94/bxpWLvXcY3TXtvrDFNEyj7ZBq6m0kRXIfYEpio4HrWu0uiVBQb/nf32cSAuvPxOEk/Bfy75z4N+a//nLcb+PGfy7/jvx/On9ySEcj7ZTOr5cvtmNXPOIxIrhqmDmkXOQqlYRtw4evPjOLBsJCh+rblMYN1n71YJoaMxZmzOgczIayBPYL6iEhVs+hGkINDKAPzuOpC8+H6jXVa0hXp5snIwX8Tpe2IAxz3E/9PncW6epNh6kVfm/KWgGYM9LrS/rB/wuhIDEgPBKyCmD1WSO3/L83X4JeI91zOmboB8vORgCy1cPoaLZU7UKgNp54TKDMUHYuvyiqCjaUaTPYNg+9/HSUIsO27TAAND4BjhNsCXDKIu7nVdPll6SbDQBAu/D7+7QGPtSIirBxLVyJ+5AUIYEMl5tOJitr21IqmRWlbF76IW7F4FKw68JGnaYxBIbb6/EwBDQAoMbcW6E3ZQAnuNed4DFeKBmf2sVYekhyTtq29NKmXZS20GIZeuH2bZKr1fTMLSFuORAU7jl7NDNgpwCA0bz6LXdG9aTVEUY5BDV4CN9YA+0FW2neVD0Md5KaNHTbM52Es1kSaQJUbm2y9IjEhTkKN4DbefHqrz+zqZmyY3QJ6+5Y7bfOfbFgoxdz1TtwJI74udgWIAAvblyLO/1VXXC7v1EX0lhdKFlvoQsXCF2kVR+2nXKpCK9he8UvnztfBMFKIIrmpjOvr7ekMn7tOn9wc1oQODPaij/jSDjyzTWtBGBodQFeJHXZ7NahsKu7obpAiEkbxhK1Ql7OxumEEpK2CnJ+Ek6vXufNSHYXsWWbfSrnQFQXCrFh7CTVKasLYFcf2/J8DrtOYr0nrd/A7yYAghDYtRuu8HG9/y2EXbvhluSce231DX73+g0SFxZLlV+jy0hWzielQ7wNS91i8Zh69TuPLKm/Z+MLHLgYu78JDADM1iJSQDDOzW8fpsuUizgrXb8/0PozAqH+PVciQwAa/uxX7eEz+rQIAuSm6hxYz04gAzdVQfmy+96vjihZ0UqzftgcymtuEC1VJANJQRKBFThsKy+uvtewA3lw6Q5lAcCknWprarWgmjAfMACMaTPU9+M9M3z8o3bpsZOGscCEZfsdqv14x0Dv60c/GSBO1JDSoGrXqG332rHGT19TopTpXISvkRBp6Hai6fKeounTVU/4Gs/ql4xp4wCMFltNAICg2W+R4NC5jPNJF03ZPfQANCADZPjnGmN43/OnMA6Orz6shzJJdVeDi6zI+H73lfcTZuAnmdINmaV6gxIAhKIrju4F/sOFqBRWmLKizYQ4smN1U1XWUgF6mfjQt6Nl6ceNH+zph1typ0uBj1x86Azt17sHKeYrV29ibjuePtU5+Nr/rGTSltdkPY0rD3HB/0c1u592pJZ+Yt0L1r2Q/6vCx2+qmbvhf9Xs9oH/u8yhe6HGU6RzEayXlexBSM8tPScbYherckXdiiU5yptpicHjjtdNR3l+3P5RpZEGXYY+ZMaSkZw7lnL8DfsBNpzG9QE9/2Rqf+w8Gb+j13tVjbCszJ3kREtOboq241iOooDfAUfJwKhn7k5iMhfhsWP3nfsRhDQj2HmhnKM4KRKoxG8KBMMXX+K+655XnY0rcWU4KvFP6WjGx/l7Cr9SUvtvRZ4dZDuLcyJsR/hnfHrK2nUYjEAQI7Gd3YcnrloLjhkzcN1KGz/Dz2mYgfygreqsrKzmqq2a6VgUP5foB0r0C/m7pEb6R6pTKpOK5C9lUco5Tpyi4CeZzs6ww0SFG4skdFy3VgYzOpoVIH1p5Ur64ioPsJquZmx5SVOLAD4mT47f4WFEI4Rlcr4QFn6eEl7akQjkIR+OVi8j/lpWxN2JrtxVSSdiIm3xTA4fYwZMjUbdJ0VK4FiDyVv15UiEwMYfNrbBK2QuaSJE5Eqe0/IqgudGKYnnR3nJ2jw4ZvEBi6jNLARA09aOeqi/rTMRfZdnIytGDtGAd1mQg9hlRCLGUeKvlfgfSfw6otQo+EZKxpWFNp3NcrliMRRg+opjFo8JcisqWFP75IVDBpgIgxrrccTIFZEsR97etkNNWIZIKdaEwCswVnUZWvE6ixrdaHvYuZot0QCjU/fsWyOjwE4SsH+rD+hz7hGPykCKscT+SGI3er1dJe8Bet1U0vckKstE4B2lSE3fPadGfUFCDxzV3sQQbRjrKRKN91B0EymliL5Ha3+OpAv/IqkIJSRbSsdDcM3cueS/AbuQ91MAeNpjYGRgYDBmCGZgYgACKNkLIvh4QCQAFKoBMwAAABIAEgASABIARQB6AJ8AsQDXAOkBYgHfAd8CBAJfAoQC3wMUAyUDNQNFA1UDhgOuA98EEgQ6BGsEfASJBJkEqAS1BMUE/QVSBYQFrgXiBjcGbwafBs4G+wcRByoHWgeFB7MH4wfvAAEAAAABAAADxXpqXw889QAPA+gAAAAAAAAAAAAAAAAAAAAA+JH7HgduBtYAAAAIAAIAAAAAAAB42kXGIQyCUBRA0fv+g5HoJsW50WeyGU32TDIYyCTsM2A22O3ZYLP3TrEYmCOI74/pD3fn0rMEkC3Qg054WvPow8ptJB0l1pzGRw9JMbySAuB9si7aUrpaUlcT/9S9LELMzIc5dWdZh8BMvFrJQSuu3vCjUUapOUdrF2Xu5pP70Frd32bovgGrM3AAAHjaY2BkYGC79luOIYo98cfE/y/Y84AiqMAYAKWhBtIAeNpjYGLWYJzAwMrAwNTFtIeBgaEHQjM+YDBkZGJAAg0MDO8FGN68hfED0lxTGBwYFB6GMCv8t2CIYrvG8kiBgaE/jhmuRYGBEQDxww/sAAB42mNgYGACYmYgFgGSjGCahWEBkFZhUACyWICkJoM+QyxDNUMtwwKmY0x3mJmVpJS5ldcqb1d/+YDxYcj//wwMQFUaQFXRSKqYgKo4lGcDVb14wPAw4P///4//3/l//f+a//3/+/7n/HX/a/SX9+73u1x3qu8U3XBS0JG7B7KfMAAABe8uqQAAeNqsVtd620wOHaq5V5UUpoCZyOs1h4rT3QvHtDbd9fvIraQl5373Ks/AfRlQ6Xf7aAuQknv5m1UwgzLAOcDQQqEAxb7vBQBvfojR7TdY2v2rj89MnA7CjxDv+5irRz/7Rb9oteSBaVkoAhRabnSEIXToOmgohPCjgzklLWk5mFfQ/pyvVIWrsawhDN0kV9FuUs9rzOm9T4DDkhY6amNh61Mnl8vRMWgd3rFY2xmtGu4doKV0O2WjTDaJYss/DDo1gz0dLCjM21jVPufDmtZdBxPagP/bwsLUXzvTxoj2Wh6WPN/CfD3Y+ZtPzmbsA25tkWqNvHGOV3NBAEnmTRVNk6q7A5xl+yx50qk+EBtxBDi45YekAbYN8uoFr16EZhgEgUls4bBuodjxUbxhZ4v25hu8x6t7b6If46LFHj+K4iAI2lGAhh0EXQQBtAmPdAMHiwqogkI9Ikx9esvHPuliv3SpAxQSOlhK6SYmoJ30HbjARoZrZuXzN4rQa2FxxiKjhhhiypXMFuvE0LYfbpnRTuDLwAoA13Z9spnES68UB/sUDmi7I3JZm/tpK10JKKQbYe7gIxotKgT7ZhwcUMDVjhKsgjgAPgHXwoBdwo202kHVGRgV2nNnrKPBGVKnB2k4O8WwJekJegheLCNod8kWJjcEwcS1I8KotTLayFKMXBKODylKUNRFQaMqBfR5ZFjkPcpiSiuYoSEeU0ku52E72nBwXJErAI7p13wALahDOM67HdqNp/2aULRKSQHioEWZcUKHEIeAE0Sbg5PqzZ6fFNobwUMcOZSfHCyrN9v+m91MaVqkL6f6ikrEpN73k8lJjUbk4oQdMKRc3U3G+GucvtCoSSAkW37C9BFeN46B047PWJLCemszs1MIfVJNQEiaVH+TtKebdUkLEyHKkvjSKFY6hmGk3aoqkYict+fjpHTBw1Hp4ohEEboQfr950xAToixc12UGKmQzoqTSb+N/bfMB0VUjjFXbwRsqMVjeJL5Z3lJJnuVtlRRYmiopsryjkhLLuyrpY3lPJf0s76tkgKWtZI9/LIXEtIQGGv/g2+KgOmGsHRn/nRmdE8apI+N/MiMogWP2pTgJ1NcMKuM8ic8ifEB1PSB8LCXhY/mQ8LGsEz6WU4SP5Z8IH8tpwsfyz4SP5QzhY9lQsJQO7CNFaW+GoCVtNbeUJDZ4ZmcVPrLxEd3HxwqgCZd0U0Zzkh/sV3qYjP5Jr8XJaMnjicPHM0nRqHr+bJCifJrRc6XPMwXP08qfK9H18c7nRMOmWi7Wi9oXwX8bK3IueWZUGesL4gOal9SPQkdzDr5UjRtLDs5d54qGbpH7PLVI1OrQgCYKybflVRw3ZVNG4B8QH2hItzNnGNUKMbygqCy8QW6FOr1Tt2RYuDik7cO4IQGWYjpz8bQbNLLzsCTdnjdgyM+UtW3/cwGKYH4uTBVvB64rAQc1xDKNkJshlvTZ6xoC0ZP9VyrosC2xqKM2mQs6Mmkd8pPubEwkgbyn5Cb1WFKGTcJJIs0SwkVJJGeRZAlJYrEe0eesE53IRdS5iDx9d5+kx7kCB5d6XABpi1NdLuQS0bTcMxHm1L4pm5yUu7jSs6VgMqZR7PkNWJKWSZqekg49agWW6rR7dfK3S9bEi6a92y3JI796ohLda1fIP3DOQu61eE1JaDCLm3hD+1vmTuDDUtBIZo2K7eD6KeuOuXXK6l4Ye1WEVrhgX5VwQ+GiHVNtPGME6lJXamgDZynCY8jpfE5lzEc4LN0MOg+ohCVoyLnu+ZsqGSzUXQr5LSPd/KOmmDFFhG5J0qPqxLxYQbfOpkrEgt1j5S+0W7Qt2eVFzp2m4BVRUM2ufUfwDS838AXd8teX6N/QcUaljC9p/VbhPIl3zKJHdMNmLKMeW+8VDzT+v+e6SIsdCgIofOsJugSmzAgrwN1dG7fGXRt3X0zbBqlTFTL7b74T9wHlUFQIoVMxrBAwEhUkgFGFgDGaLsU4DZigAZM0YCoqhhDaVNMqMaWiovi0GZWYZukEzdGZ5ulMC3SmRdbZoVhSCFhmnWBFIWCVpluxRgPSNGCdBmywvtCu2lSJaYv1mbZVYtqhE7RLZ9qjM+3TmQ70GNcnJ/DQRrlm5ZGzRXnMQbdRq45OorzEzSn05swaiZtznbkhWeoFI58jA32OS+j5lS4nDq6hBzfQg1ttG5Pl3THy/B56/gA9f9Q54+AJevAMPXjRtilZ3isjz9+g5+/Q8w+dMw4+oQdf0IPvqFBpX7a5kqrCvz9/O/SnSR+DqdaaXFk697d6OPP7sq79ASXaAUF42mPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGdidNjIwaEFoLhR6JwMDAzcSaycDMwODy0YVxo7AiA0OHREgforLRg0QfwcHA1AArCBSeqM6SGgXRwMDI4tDR3IITAIENjLwae1g/N+6gaV3IxODy2bWFDYGFxcAlBwqBwAAeNpjQAEAAA4AAQAAeNqtkgVqbEEURM+4D/5xeMh3d3d3i6Fh3N1nObOKrCCLyGpSXDruQtuhuV3Vr/oBMboE8AVj4hk49nGBmWM/aVYw1vyJVcdBLvmSjkO8891zHN62n/IXfX3HaR4E1nhPizYTuVYoUaaPxxVyXNV6jztqT7lpdFfD4wMFelbbxOM/OXFBnNN8QztfjW8RP1L5Lg82lZ9o77tqMqb6lpwoL8WGzn8Xz4mXWJZfhan4Af80lxhQJyOHT/Jq0re1q/2CedyyGz/T2F/j5k6VY1YtUNCsDMzT4y63NJ6L+mpF1Qy0tiiroum+emhVTzTuc/WEmd84fuqm84KRtVtKL0Nf+lWtY265bF5x9RxfZ6djzVVlttfscL5BXJUVu5dnyfYsz6HmvHbcS4p+kdHpwoGvp39Mbc5y7u04+V9UFI3svaTgKupac5Zbz7kNxHnz9+xGBTv9lR9af9O22u3KP3YoKPn9/wYNu9m+vh4ZhhoV+5+ymrW3LZOMOb7lr3GfZ9LS+6i1xbfVeuTs3dr0xbc0pLWZ8m1+6/yP05xZB9Kmsbt42mzBVQGDAAAA0bu5u7sW2L4nRZAuZKETpIECvEcNAIqEF1XegNSo02fAjC8//oTE1sjIrdsgtWnLth279uw7cOjIsROnzpy7cOnKtRu37tx78OjJsxev3rz78NkuW5prAwSiGADDNdtE7ll3vgfuDvOjf/XF8zxtRRr56WKTx/awWM7Px9m3Yi4ZCzbY/i1YOuxxwPFvI6ho6FhhwIgJMxZssMUO+d+mn2nIWL4OIoL6U4OgoqFj9QZTCFj7AAAAAQAB//8ADw==) + format("woff"), + url(/memocard/fonts/KaTeX_Size4-Regular.fbccdabe.ttf) format("truetype"); +} +@font-face { + font-family: KaTeX_Typewriter; + font-style: normal; + font-weight: 400; + src: url(/memocard/fonts/KaTeX_Typewriter-Regular.a8709e36.woff2) + format("woff2"), + url(/memocard/fonts/KaTeX_Typewriter-Regular.6258592b.woff) format("woff"), + url(/memocard/fonts/KaTeX_Typewriter-Regular.d97aaf4a.ttf) + format("truetype"); +} +.katex { + font: normal 1.21em KaTeX_Main, Times New Roman, serif; + line-height: 1.2; + text-indent: 0; + text-rendering: auto; +} +.katex * { + -ms-high-contrast-adjust: none !important; + border-color: currentColor; +} +.katex .katex-version:after { + content: "0.16.21"; +} +.katex .katex-mathml { + clip: rect(1px, 1px, 1px, 1px); + border: 0; + height: 1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.katex .katex-html > .newline { + display: block; +} +.katex .base { + position: relative; + white-space: nowrap; + width: -moz-min-content; + width: min-content; +} +.katex .base, +.katex .strut { + display: inline-block; +} +.katex .textbf { + font-weight: 700; +} +.katex .textit { + font-style: italic; +} +.katex .textrm { + font-family: KaTeX_Main; +} +.katex .textsf { + font-family: KaTeX_SansSerif; +} +.katex .texttt { + font-family: KaTeX_Typewriter; +} +.katex .mathnormal { + font-family: KaTeX_Math; + font-style: italic; +} +.katex .mathit { + font-family: KaTeX_Main; + font-style: italic; +} +.katex .mathrm { + font-style: normal; +} +.katex .mathbf { + font-family: KaTeX_Main; + font-weight: 700; +} +.katex .boldsymbol { + font-family: KaTeX_Math; + font-style: italic; + font-weight: 700; +} +.katex .amsrm, +.katex .mathbb, +.katex .textbb { + font-family: KaTeX_AMS; +} +.katex .mathcal { + font-family: KaTeX_Caligraphic; +} +.katex .mathfrak, +.katex .textfrak { + font-family: KaTeX_Fraktur; +} +.katex .mathboldfrak, +.katex .textboldfrak { + font-family: KaTeX_Fraktur; + font-weight: 700; +} +.katex .mathtt { + font-family: KaTeX_Typewriter; +} +.katex .mathscr, +.katex .textscr { + font-family: KaTeX_Script; +} +.katex .mathsf, +.katex .textsf { + font-family: KaTeX_SansSerif; +} +.katex .mathboldsf, +.katex .textboldsf { + font-family: KaTeX_SansSerif; + font-weight: 700; +} +.katex .mathitsf, +.katex .mathsfit, +.katex .textitsf { + font-family: KaTeX_SansSerif; + font-style: italic; +} +.katex .mainrm { + font-family: KaTeX_Main; + font-style: normal; +} +.katex .vlist-t { + border-collapse: collapse; + display: inline-table; + table-layout: fixed; +} +.katex .vlist-r { + display: table-row; +} +.katex .vlist { + display: table-cell; + position: relative; + vertical-align: bottom; +} +.katex .vlist > span { + display: block; + height: 0; + position: relative; +} +.katex .vlist > span > span { + display: inline-block; +} +.katex .vlist > span > .pstrut { + overflow: hidden; + width: 0; +} +.katex .vlist-t2 { + margin-right: -2px; +} +.katex .vlist-s { + display: table-cell; + font-size: 1px; + min-width: 2px; + vertical-align: bottom; + width: 2px; +} +.katex .vbox { + align-items: baseline; + display: inline-flex; + flex-direction: column; +} +.katex .hbox { + width: 100%; +} +.katex .hbox, +.katex .thinbox { + display: inline-flex; + flex-direction: row; +} +.katex .thinbox { + max-width: 0; + width: 0; +} +.katex .msupsub { + text-align: left; +} +.katex .mfrac > span > span { + text-align: center; +} +.katex .mfrac .frac-line { + border-bottom-style: solid; + display: inline-block; + width: 100%; +} +.katex .hdashline, +.katex .hline, +.katex .mfrac .frac-line, +.katex .overline .overline-line, +.katex .rule, +.katex .underline .underline-line { + min-height: 1px; +} +.katex .mspace { + display: inline-block; +} +.katex .clap, +.katex .llap, +.katex .rlap { + position: relative; + width: 0; +} +.katex .clap > .inner, +.katex .llap > .inner, +.katex .rlap > .inner { + position: absolute; +} +.katex .clap > .fix, +.katex .llap > .fix, +.katex .rlap > .fix { + display: inline-block; +} +.katex .llap > .inner { + right: 0; +} +.katex .clap > .inner, +.katex .rlap > .inner { + left: 0; +} +.katex .clap > .inner > span { + margin-left: -50%; + margin-right: 50%; +} +.katex .rule { + border: 0 solid; + display: inline-block; + position: relative; +} +.katex .hline, +.katex .overline .overline-line, +.katex .underline .underline-line { + border-bottom-style: solid; + display: inline-block; + width: 100%; +} +.katex .hdashline { + border-bottom-style: dashed; + display: inline-block; + width: 100%; +} +.katex .sqrt > .root { + margin-left: 0.2777777778em; + margin-right: -0.5555555556em; +} +.katex .fontsize-ensurer.reset-size1.size1, +.katex .sizing.reset-size1.size1 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size1.size2, +.katex .sizing.reset-size1.size2 { + font-size: 1.2em; +} +.katex .fontsize-ensurer.reset-size1.size3, +.katex .sizing.reset-size1.size3 { + font-size: 1.4em; +} +.katex .fontsize-ensurer.reset-size1.size4, +.katex .sizing.reset-size1.size4 { + font-size: 1.6em; +} +.katex .fontsize-ensurer.reset-size1.size5, +.katex .sizing.reset-size1.size5 { + font-size: 1.8em; +} +.katex .fontsize-ensurer.reset-size1.size6, +.katex .sizing.reset-size1.size6 { + font-size: 2em; +} +.katex .fontsize-ensurer.reset-size1.size7, +.katex .sizing.reset-size1.size7 { + font-size: 2.4em; +} +.katex .fontsize-ensurer.reset-size1.size8, +.katex .sizing.reset-size1.size8 { + font-size: 2.88em; +} +.katex .fontsize-ensurer.reset-size1.size9, +.katex .sizing.reset-size1.size9 { + font-size: 3.456em; +} +.katex .fontsize-ensurer.reset-size1.size10, +.katex .sizing.reset-size1.size10 { + font-size: 4.148em; +} +.katex .fontsize-ensurer.reset-size1.size11, +.katex .sizing.reset-size1.size11 { + font-size: 4.976em; +} +.katex .fontsize-ensurer.reset-size2.size1, +.katex .sizing.reset-size2.size1 { + font-size: 0.8333333333em; +} +.katex .fontsize-ensurer.reset-size2.size2, +.katex .sizing.reset-size2.size2 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size2.size3, +.katex .sizing.reset-size2.size3 { + font-size: 1.1666666667em; +} +.katex .fontsize-ensurer.reset-size2.size4, +.katex .sizing.reset-size2.size4 { + font-size: 1.3333333333em; +} +.katex .fontsize-ensurer.reset-size2.size5, +.katex .sizing.reset-size2.size5 { + font-size: 1.5em; +} +.katex .fontsize-ensurer.reset-size2.size6, +.katex .sizing.reset-size2.size6 { + font-size: 1.6666666667em; +} +.katex .fontsize-ensurer.reset-size2.size7, +.katex .sizing.reset-size2.size7 { + font-size: 2em; +} +.katex .fontsize-ensurer.reset-size2.size8, +.katex .sizing.reset-size2.size8 { + font-size: 2.4em; +} +.katex .fontsize-ensurer.reset-size2.size9, +.katex .sizing.reset-size2.size9 { + font-size: 2.88em; +} +.katex .fontsize-ensurer.reset-size2.size10, +.katex .sizing.reset-size2.size10 { + font-size: 3.4566666667em; +} +.katex .fontsize-ensurer.reset-size2.size11, +.katex .sizing.reset-size2.size11 { + font-size: 4.1466666667em; +} +.katex .fontsize-ensurer.reset-size3.size1, +.katex .sizing.reset-size3.size1 { + font-size: 0.7142857143em; +} +.katex .fontsize-ensurer.reset-size3.size2, +.katex .sizing.reset-size3.size2 { + font-size: 0.8571428571em; +} +.katex .fontsize-ensurer.reset-size3.size3, +.katex .sizing.reset-size3.size3 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size3.size4, +.katex .sizing.reset-size3.size4 { + font-size: 1.1428571429em; +} +.katex .fontsize-ensurer.reset-size3.size5, +.katex .sizing.reset-size3.size5 { + font-size: 1.2857142857em; +} +.katex .fontsize-ensurer.reset-size3.size6, +.katex .sizing.reset-size3.size6 { + font-size: 1.4285714286em; +} +.katex .fontsize-ensurer.reset-size3.size7, +.katex .sizing.reset-size3.size7 { + font-size: 1.7142857143em; +} +.katex .fontsize-ensurer.reset-size3.size8, +.katex .sizing.reset-size3.size8 { + font-size: 2.0571428571em; +} +.katex .fontsize-ensurer.reset-size3.size9, +.katex .sizing.reset-size3.size9 { + font-size: 2.4685714286em; +} +.katex .fontsize-ensurer.reset-size3.size10, +.katex .sizing.reset-size3.size10 { + font-size: 2.9628571429em; +} +.katex .fontsize-ensurer.reset-size3.size11, +.katex .sizing.reset-size3.size11 { + font-size: 3.5542857143em; +} +.katex .fontsize-ensurer.reset-size4.size1, +.katex .sizing.reset-size4.size1 { + font-size: 0.625em; +} +.katex .fontsize-ensurer.reset-size4.size2, +.katex .sizing.reset-size4.size2 { + font-size: 0.75em; +} +.katex .fontsize-ensurer.reset-size4.size3, +.katex .sizing.reset-size4.size3 { + font-size: 0.875em; +} +.katex .fontsize-ensurer.reset-size4.size4, +.katex .sizing.reset-size4.size4 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size4.size5, +.katex .sizing.reset-size4.size5 { + font-size: 1.125em; +} +.katex .fontsize-ensurer.reset-size4.size6, +.katex .sizing.reset-size4.size6 { + font-size: 1.25em; +} +.katex .fontsize-ensurer.reset-size4.size7, +.katex .sizing.reset-size4.size7 { + font-size: 1.5em; +} +.katex .fontsize-ensurer.reset-size4.size8, +.katex .sizing.reset-size4.size8 { + font-size: 1.8em; +} +.katex .fontsize-ensurer.reset-size4.size9, +.katex .sizing.reset-size4.size9 { + font-size: 2.16em; +} +.katex .fontsize-ensurer.reset-size4.size10, +.katex .sizing.reset-size4.size10 { + font-size: 2.5925em; +} +.katex .fontsize-ensurer.reset-size4.size11, +.katex .sizing.reset-size4.size11 { + font-size: 3.11em; +} +.katex .fontsize-ensurer.reset-size5.size1, +.katex .sizing.reset-size5.size1 { + font-size: 0.5555555556em; +} +.katex .fontsize-ensurer.reset-size5.size2, +.katex .sizing.reset-size5.size2 { + font-size: 0.6666666667em; +} +.katex .fontsize-ensurer.reset-size5.size3, +.katex .sizing.reset-size5.size3 { + font-size: 0.7777777778em; +} +.katex .fontsize-ensurer.reset-size5.size4, +.katex .sizing.reset-size5.size4 { + font-size: 0.8888888889em; +} +.katex .fontsize-ensurer.reset-size5.size5, +.katex .sizing.reset-size5.size5 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size5.size6, +.katex .sizing.reset-size5.size6 { + font-size: 1.1111111111em; +} +.katex .fontsize-ensurer.reset-size5.size7, +.katex .sizing.reset-size5.size7 { + font-size: 1.3333333333em; +} +.katex .fontsize-ensurer.reset-size5.size8, +.katex .sizing.reset-size5.size8 { + font-size: 1.6em; +} +.katex .fontsize-ensurer.reset-size5.size9, +.katex .sizing.reset-size5.size9 { + font-size: 1.92em; +} +.katex .fontsize-ensurer.reset-size5.size10, +.katex .sizing.reset-size5.size10 { + font-size: 2.3044444444em; +} +.katex .fontsize-ensurer.reset-size5.size11, +.katex .sizing.reset-size5.size11 { + font-size: 2.7644444444em; +} +.katex .fontsize-ensurer.reset-size6.size1, +.katex .sizing.reset-size6.size1 { + font-size: 0.5em; +} +.katex .fontsize-ensurer.reset-size6.size2, +.katex .sizing.reset-size6.size2 { + font-size: 0.6em; +} +.katex .fontsize-ensurer.reset-size6.size3, +.katex .sizing.reset-size6.size3 { + font-size: 0.7em; +} +.katex .fontsize-ensurer.reset-size6.size4, +.katex .sizing.reset-size6.size4 { + font-size: 0.8em; +} +.katex .fontsize-ensurer.reset-size6.size5, +.katex .sizing.reset-size6.size5 { + font-size: 0.9em; +} +.katex .fontsize-ensurer.reset-size6.size6, +.katex .sizing.reset-size6.size6 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size6.size7, +.katex .sizing.reset-size6.size7 { + font-size: 1.2em; +} +.katex .fontsize-ensurer.reset-size6.size8, +.katex .sizing.reset-size6.size8 { + font-size: 1.44em; +} +.katex .fontsize-ensurer.reset-size6.size9, +.katex .sizing.reset-size6.size9 { + font-size: 1.728em; +} +.katex .fontsize-ensurer.reset-size6.size10, +.katex .sizing.reset-size6.size10 { + font-size: 2.074em; +} +.katex .fontsize-ensurer.reset-size6.size11, +.katex .sizing.reset-size6.size11 { + font-size: 2.488em; +} +.katex .fontsize-ensurer.reset-size7.size1, +.katex .sizing.reset-size7.size1 { + font-size: 0.4166666667em; +} +.katex .fontsize-ensurer.reset-size7.size2, +.katex .sizing.reset-size7.size2 { + font-size: 0.5em; +} +.katex .fontsize-ensurer.reset-size7.size3, +.katex .sizing.reset-size7.size3 { + font-size: 0.5833333333em; +} +.katex .fontsize-ensurer.reset-size7.size4, +.katex .sizing.reset-size7.size4 { + font-size: 0.6666666667em; +} +.katex .fontsize-ensurer.reset-size7.size5, +.katex .sizing.reset-size7.size5 { + font-size: 0.75em; +} +.katex .fontsize-ensurer.reset-size7.size6, +.katex .sizing.reset-size7.size6 { + font-size: 0.8333333333em; +} +.katex .fontsize-ensurer.reset-size7.size7, +.katex .sizing.reset-size7.size7 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size7.size8, +.katex .sizing.reset-size7.size8 { + font-size: 1.2em; +} +.katex .fontsize-ensurer.reset-size7.size9, +.katex .sizing.reset-size7.size9 { + font-size: 1.44em; +} +.katex .fontsize-ensurer.reset-size7.size10, +.katex .sizing.reset-size7.size10 { + font-size: 1.7283333333em; +} +.katex .fontsize-ensurer.reset-size7.size11, +.katex .sizing.reset-size7.size11 { + font-size: 2.0733333333em; +} +.katex .fontsize-ensurer.reset-size8.size1, +.katex .sizing.reset-size8.size1 { + font-size: 0.3472222222em; +} +.katex .fontsize-ensurer.reset-size8.size2, +.katex .sizing.reset-size8.size2 { + font-size: 0.4166666667em; +} +.katex .fontsize-ensurer.reset-size8.size3, +.katex .sizing.reset-size8.size3 { + font-size: 0.4861111111em; +} +.katex .fontsize-ensurer.reset-size8.size4, +.katex .sizing.reset-size8.size4 { + font-size: 0.5555555556em; +} +.katex .fontsize-ensurer.reset-size8.size5, +.katex .sizing.reset-size8.size5 { + font-size: 0.625em; +} +.katex .fontsize-ensurer.reset-size8.size6, +.katex .sizing.reset-size8.size6 { + font-size: 0.6944444444em; +} +.katex .fontsize-ensurer.reset-size8.size7, +.katex .sizing.reset-size8.size7 { + font-size: 0.8333333333em; +} +.katex .fontsize-ensurer.reset-size8.size8, +.katex .sizing.reset-size8.size8 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size8.size9, +.katex .sizing.reset-size8.size9 { + font-size: 1.2em; +} +.katex .fontsize-ensurer.reset-size8.size10, +.katex .sizing.reset-size8.size10 { + font-size: 1.4402777778em; +} +.katex .fontsize-ensurer.reset-size8.size11, +.katex .sizing.reset-size8.size11 { + font-size: 1.7277777778em; +} +.katex .fontsize-ensurer.reset-size9.size1, +.katex .sizing.reset-size9.size1 { + font-size: 0.2893518519em; +} +.katex .fontsize-ensurer.reset-size9.size2, +.katex .sizing.reset-size9.size2 { + font-size: 0.3472222222em; +} +.katex .fontsize-ensurer.reset-size9.size3, +.katex .sizing.reset-size9.size3 { + font-size: 0.4050925926em; +} +.katex .fontsize-ensurer.reset-size9.size4, +.katex .sizing.reset-size9.size4 { + font-size: 0.462962963em; +} +.katex .fontsize-ensurer.reset-size9.size5, +.katex .sizing.reset-size9.size5 { + font-size: 0.5208333333em; +} +.katex .fontsize-ensurer.reset-size9.size6, +.katex .sizing.reset-size9.size6 { + font-size: 0.5787037037em; +} +.katex .fontsize-ensurer.reset-size9.size7, +.katex .sizing.reset-size9.size7 { + font-size: 0.6944444444em; +} +.katex .fontsize-ensurer.reset-size9.size8, +.katex .sizing.reset-size9.size8 { + font-size: 0.8333333333em; +} +.katex .fontsize-ensurer.reset-size9.size9, +.katex .sizing.reset-size9.size9 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size9.size10, +.katex .sizing.reset-size9.size10 { + font-size: 1.2002314815em; +} +.katex .fontsize-ensurer.reset-size9.size11, +.katex .sizing.reset-size9.size11 { + font-size: 1.4398148148em; +} +.katex .fontsize-ensurer.reset-size10.size1, +.katex .sizing.reset-size10.size1 { + font-size: 0.2410800386em; +} +.katex .fontsize-ensurer.reset-size10.size2, +.katex .sizing.reset-size10.size2 { + font-size: 0.2892960463em; +} +.katex .fontsize-ensurer.reset-size10.size3, +.katex .sizing.reset-size10.size3 { + font-size: 0.337512054em; +} +.katex .fontsize-ensurer.reset-size10.size4, +.katex .sizing.reset-size10.size4 { + font-size: 0.3857280617em; +} +.katex .fontsize-ensurer.reset-size10.size5, +.katex .sizing.reset-size10.size5 { + font-size: 0.4339440694em; +} +.katex .fontsize-ensurer.reset-size10.size6, +.katex .sizing.reset-size10.size6 { + font-size: 0.4821600771em; +} +.katex .fontsize-ensurer.reset-size10.size7, +.katex .sizing.reset-size10.size7 { + font-size: 0.5785920926em; +} +.katex .fontsize-ensurer.reset-size10.size8, +.katex .sizing.reset-size10.size8 { + font-size: 0.6943105111em; +} +.katex .fontsize-ensurer.reset-size10.size9, +.katex .sizing.reset-size10.size9 { + font-size: 0.8331726133em; +} +.katex .fontsize-ensurer.reset-size10.size10, +.katex .sizing.reset-size10.size10 { + font-size: 1em; +} +.katex .fontsize-ensurer.reset-size10.size11, +.katex .sizing.reset-size10.size11 { + font-size: 1.1996142719em; +} +.katex .fontsize-ensurer.reset-size11.size1, +.katex .sizing.reset-size11.size1 { + font-size: 0.2009646302em; +} +.katex .fontsize-ensurer.reset-size11.size2, +.katex .sizing.reset-size11.size2 { + font-size: 0.2411575563em; +} +.katex .fontsize-ensurer.reset-size11.size3, +.katex .sizing.reset-size11.size3 { + font-size: 0.2813504823em; +} +.katex .fontsize-ensurer.reset-size11.size4, +.katex .sizing.reset-size11.size4 { + font-size: 0.3215434084em; +} +.katex .fontsize-ensurer.reset-size11.size5, +.katex .sizing.reset-size11.size5 { + font-size: 0.3617363344em; +} +.katex .fontsize-ensurer.reset-size11.size6, +.katex .sizing.reset-size11.size6 { + font-size: 0.4019292605em; +} +.katex .fontsize-ensurer.reset-size11.size7, +.katex .sizing.reset-size11.size7 { + font-size: 0.4823151125em; +} +.katex .fontsize-ensurer.reset-size11.size8, +.katex .sizing.reset-size11.size8 { + font-size: 0.578778135em; +} +.katex .fontsize-ensurer.reset-size11.size9, +.katex .sizing.reset-size11.size9 { + font-size: 0.6945337621em; +} +.katex .fontsize-ensurer.reset-size11.size10, +.katex .sizing.reset-size11.size10 { + font-size: 0.8336012862em; +} +.katex .fontsize-ensurer.reset-size11.size11, +.katex .sizing.reset-size11.size11 { + font-size: 1em; +} +.katex .delimsizing.size1 { + font-family: KaTeX_Size1; +} +.katex .delimsizing.size2 { + font-family: KaTeX_Size2; +} +.katex .delimsizing.size3 { + font-family: KaTeX_Size3; +} +.katex .delimsizing.size4 { + font-family: KaTeX_Size4; +} +.katex .delimsizing.mult .delim-size1 > span { + font-family: KaTeX_Size1; +} +.katex .delimsizing.mult .delim-size4 > span { + font-family: KaTeX_Size4; +} +.katex .nulldelimiter { + display: inline-block; + width: 0.12em; +} +.katex .delimcenter, +.katex .op-symbol { + position: relative; +} +.katex .op-symbol.small-op { + font-family: KaTeX_Size1; +} +.katex .op-symbol.large-op { + font-family: KaTeX_Size2; +} +.katex .accent > .vlist-t, +.katex .op-limits > .vlist-t { + text-align: center; +} +.katex .accent .accent-body { + position: relative; +} +.katex .accent .accent-body:not(.accent-full) { + width: 0; +} +.katex .overlay { + display: block; +} +.katex .mtable .vertical-separator { + display: inline-block; + min-width: 1px; +} +.katex .mtable .arraycolsep { + display: inline-block; +} +.katex .mtable .col-align-c > .vlist-t { + text-align: center; +} +.katex .mtable .col-align-l > .vlist-t { + text-align: left; +} +.katex .mtable .col-align-r > .vlist-t { + text-align: right; +} +.katex .svg-align { + text-align: left; +} +.katex svg { + fill: currentColor; + stroke: currentColor; + fill-rule: nonzero; + fill-opacity: 1; + stroke-width: 1; + stroke-linecap: butt; + stroke-linejoin: miter; + stroke-miterlimit: 4; + stroke-dasharray: none; + stroke-dashoffset: 0; + stroke-opacity: 1; + display: block; + height: inherit; + position: absolute; + width: 100%; +} +.katex svg path { + stroke: none; +} +.katex img { + border-style: none; + max-height: none; + max-width: none; + min-height: 0; + min-width: 0; +} +.katex .stretchy { + display: block; + overflow: hidden; + position: relative; + width: 100%; +} +.katex .stretchy:after, +.katex .stretchy:before { + content: ""; +} +.katex .hide-tail { + overflow: hidden; + position: relative; + width: 100%; +} +.katex .halfarrow-left { + left: 0; + overflow: hidden; + position: absolute; + width: 50.2%; +} +.katex .halfarrow-right { + overflow: hidden; + position: absolute; + right: 0; + width: 50.2%; +} +.katex .brace-left { + left: 0; + overflow: hidden; + position: absolute; + width: 25.1%; +} +.katex .brace-center { + left: 25%; + overflow: hidden; + position: absolute; + width: 50%; +} +.katex .brace-right { + overflow: hidden; + position: absolute; + right: 0; + width: 25.1%; +} +.katex .x-arrow-pad { + padding: 0 0.5em; +} +.katex .cd-arrow-pad { + padding: 0 0.55556em 0 0.27778em; +} +.katex .mover, +.katex .munder, +.katex .x-arrow { + text-align: center; +} +.katex .boxpad { + padding: 0 0.3em; +} +.katex .fbox, +.katex .fcolorbox { + border: 0.04em solid; + box-sizing: border-box; +} +.katex .cancel-pad { + padding: 0 0.2em; +} +.katex .cancel-lap { + margin-left: -0.2em; + margin-right: -0.2em; +} +.katex .sout { + border-bottom-style: solid; + border-bottom-width: 0.08em; +} +.katex .angl { + border-right: 0.049em solid; + border-top: 0.049em solid; + box-sizing: border-box; + margin-right: 0.03889em; +} +.katex .anglpad { + padding: 0 0.03889em; +} +.katex .eqn-num:before { + content: "(" counter(katexEqnNo) ")"; + counter-increment: katexEqnNo; +} +.katex .mml-eqn-num:before { + content: "(" counter(mmlEqnNo) ")"; + counter-increment: mmlEqnNo; +} +.katex .mtr-glue { + width: 50%; +} +.katex .cd-vert-arrow { + display: inline-block; + position: relative; +} +.katex .cd-label-left { + display: inline-block; + position: absolute; + right: calc(50% + 0.3em); + text-align: left; +} +.katex .cd-label-right { + display: inline-block; + left: calc(50% + 0.3em); + position: absolute; + text-align: right; +} +.katex-display { + display: block; + margin: 1em 0; + text-align: center; +} +.katex-display > .katex { + display: block; + text-align: center; + white-space: nowrap; +} +.katex-display > .katex > .katex-html { + display: block; + position: relative; +} +.katex-display > .katex > .katex-html > .tag { + position: absolute; + right: 0; +} +.katex-display.leqno > .katex > .katex-html > .tag { + left: 0; + right: auto; +} +.katex-display.fleqn > .katex { + padding-left: 2em; + text-align: left; +} +body { + counter-reset: katexEqnNo mmlEqnNo; +} +.md-editor .md-editor-preview { + --md-theme-color: var(--md-color); + --md-theme-color-reverse: #eee; + --md-theme-color-hover: #eee; + --md-theme-color-hover-inset: #ddd; + --md-theme-link-color: #2d8cf0; + --md-theme-link-hover-color: #73d13d; + --md-theme-border-color: #e6e6e6; + --md-theme-border-color-reverse: #bebebe; + --md-theme-border-color-inset: #d6d6d6; + --md-theme-bg-color: #fff; + --md-theme-bg-color-inset: #ececec; + --md-theme-bg-color-scrollbar-track: #e2e2e2; + --md-theme-bg-color-scrollbar-thumb: rgba(0, 0, 0, 0.302); + --md-theme-bg-color-scrollbar-thumb-hover: rgba(0, 0, 0, 0.349); + --md-theme-bg-color-scrollbar-thumb-active: rgba(0, 0, 0, 0.38); + --md-theme-code-copy-tips-color: inherit; + --md-theme-code-copy-tips-bg-color: #fff; + --md-theme-code-active-color: #61aeee; +} +.md-editor-dark .md-editor-preview { + --md-theme-color: var(--md-color); + --md-theme-color-reverse: #222; + --md-theme-color-hover: #191919; + --md-theme-color-hover-inset: #444; + --md-theme-link-color: #2d8cf0; + --md-theme-link-hover-color: #73d13d; + --md-theme-border-color: #2d2d2d; + --md-theme-border-color-reverse: #e6e6e6; + --md-theme-border-color-inset: #5a5a5a; + --md-theme-bg-color: #000; + --md-theme-bg-color-inset: #111; + --md-theme-bg-color-scrollbar-track: #0f0f0f; + --md-theme-bg-color-scrollbar-thumb: #2d2d2d; + --md-theme-bg-color-scrollbar-thumb-hover: #3a3a3a; + --md-theme-bg-color-scrollbar-thumb-active: #3a3a3a; + --md-theme-code-copy-tips-color: inherit; + --md-theme-code-copy-tips-bg-color: #3a3a3a; + --md-theme-code-active-color: #e6c07b; +} +.md-editor .md-editor-admonition-note { + --md-admonition-color: #448aff; + --md-admonition-bg-color: #d5e2f9; +} +.md-editor .md-editor-admonition-abstract { + --md-admonition-color: #02b1ff; + --md-admonition-bg-color: #d1eefb; +} +.md-editor .md-editor-admonition-info { + --md-admonition-color: #333; + --md-admonition-bg-color: #e3e3e3; +} +.md-editor .md-editor-admonition-tip { + --md-admonition-color: #666; + --md-admonition-bg-color: #e6e6e6; +} +.md-editor .md-editor-admonition-success { + --md-admonition-color: #00c852; + --md-admonition-bg-color: #c1f1d5; +} +.md-editor .md-editor-admonition-question { + --md-admonition-color: #f0b400; + --md-admonition-bg-color: #fff1dd; +} +.md-editor .md-editor-admonition-warning { + --md-admonition-color: #ff9104; + --md-admonition-bg-color: #ffe9cc; +} +.md-editor .md-editor-admonition-failure { + --md-admonition-color: #c2185b; + --md-admonition-bg-color: #ffd9d9; +} +.md-editor .md-editor-admonition-danger { + --md-admonition-color: #ff5252; + --md-admonition-bg-color: #ffe4e4; +} +.md-editor .md-editor-admonition-bug { + --md-admonition-color: #f60357; + --md-admonition-bg-color: #ffd3e2; +} +.md-editor .md-editor-admonition-example { + --md-admonition-color: #7c4dff; + --md-admonition-bg-color: #e3d8ff; +} +.md-editor .md-editor-admonition-quote { + --md-admonition-color: #9e9e9e; + --md-admonition-bg-color: #f0f0f0; +} +.md-editor .md-editor-admonition-hint { + --md-admonition-color: #009688; + --md-admonition-bg-color: #cdf4f0; +} +.md-editor .md-editor-admonition-caution { + --md-admonition-color: #ffa726; + --md-admonition-bg-color: #ffe7c4; +} +.md-editor .md-editor-admonition-error { + --md-admonition-color: #d32f2f; + --md-admonition-bg-color: #ffd8d8; +} +.md-editor .md-editor-admonition-attention { + --md-admonition-color: #455a64; + --md-admonition-bg-color: #cbefff; +} +.md-editor-dark .md-editor-admonition-note { + --md-admonition-color: #1262e7; + --md-admonition-bg-color: #021d4c; +} +.md-editor-dark .md-editor-admonition-abstract { + --md-admonition-color: #058dc9; + --md-admonition-bg-color: #002433; +} +.md-editor-dark .md-editor-admonition-info { + --md-admonition-color: #999; + --md-admonition-bg-color: #212121; +} +.md-editor-dark .md-editor-admonition-tip { + --md-admonition-color: #888; + --md-admonition-bg-color: #191818; +} +.md-editor-dark .md-editor-admonition-success { + --md-admonition-color: #00c551; + --md-admonition-bg-color: #003014; +} +.md-editor-dark .md-editor-admonition-question { + --md-admonition-color: #cd9a00; + --md-admonition-bg-color: #311d00; +} +.md-editor-dark .md-editor-admonition-warning { + --md-admonition-color: #ed8500; + --md-admonition-bg-color: #3c2200; +} +.md-editor-dark .md-editor-admonition-failure { + --md-admonition-color: #d5125f; + --md-admonition-bg-color: #3f0000; +} +.md-editor-dark .md-editor-admonition-danger { + --md-admonition-color: #d80505; + --md-admonition-bg-color: #390000; +} +.md-editor-dark .md-editor-admonition-bug { + --md-admonition-color: #da0d54; + --md-admonition-bg-color: #390013; +} +.md-editor-dark .md-editor-admonition-example { + --md-admonition-color: #7443ff; + --md-admonition-bg-color: #140045; +} +.md-editor-dark .md-editor-admonition-quote { + --md-admonition-color: #9e9e9e; + --md-admonition-bg-color: #2b2b2b; +} +.md-editor-dark .md-editor-admonition-hint { + --md-admonition-color: #00ae9e; + --md-admonition-bg-color: #00423b; +} +.md-editor-dark .md-editor-admonition-caution { + --md-admonition-color: #db8609; + --md-admonition-bg-color: #573300; +} +.md-editor-dark .md-editor-admonition-error { + --md-admonition-color: #df1a1a; + --md-admonition-bg-color: #400; +} +.md-editor-dark .md-editor-admonition-attention { + --md-admonition-color: #0f8bc7; + --md-admonition-bg-color: #00354d; +} +.md-editor-preview .md-editor-admonition { + background-color: var(--md-admonition-bg-color); + border: 1px solid var(--md-admonition-color); + border-radius: 0.5rem; + color: var(--md-admonition-color); + display: flow-root; + font-size: 14px; + font-weight: 400; + margin: 1rem 0; + padding: 1em 1em 0.5em; + page-break-inside: avoid; +} +.md-editor-preview .md-editor-admonition-title { + border-top-left-radius: 0.5rem; + border-top-right-radius: 0.5rem; + margin: 0; + padding: 0; + position: relative; + font-weight: 700; +} +.md-editor-preview .md-editor-admonition p { + margin: 0.5em 0; + padding: 0; +} +.md-editor-preview .md-editor-admonition p:first-of-type { + margin-top: 0; +} +.md-editor-preview .md-editor-admonition + p:empty, +.md-editor-preview .md-editor-admonition + p:empty + p:empty { + display: none; +} +.md-editor-preview .md-editor-mermaid { + overflow: hidden; + display: none; + line-height: normal; +} +.md-editor-preview [class="md-editor-mermaid"][data-processed] { + display: flex; + justify-content: center; + align-items: center; + cursor: grab; +} +.md-editor-preview [class="md-editor-mermaid"][data-processed]:active { + cursor: grabbing; +} +.md-editor-preview [class="md-editor-mermaid"][data-processed] svg { + transform-origin: top left; +} +.prefix-katex-block { + text-align: center; + margin: 20px; +} +.prefix-katex-block, +.prefix-katex-inline { + display: none; +} +.prefix-katex-inline[data-processed] { + display: initial; +} +.prefix-katex-block[data-processed] { + display: block; +} +.md-editor .md-editor-preview { + --md-theme-code-inline-color: #3594f7; + --md-theme-code-inline-bg-color: rgba(59, 170, 250, 0.1); + --md-theme-code-inline-radius: 2px; + --md-theme-code-block-color: #a9b7c6; + --md-theme-code-block-bg-color: #282c34; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); + --md-theme-code-block-radius: 5px; +} +.md-editor-dark .md-editor-preview { + --md-theme-code-inline-color: #3594f7; + --md-theme-code-inline-bg-color: rgba(59, 170, 250, 0.1); + --md-theme-code-inline-radius: 2px; + --md-theme-code-block-color: #a9b7c6; + --md-theme-code-block-bg-color: #1a1a1a; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); + --md-theme-code-block-radius: 5px; +} +.md-editor-preview code { + color: var(--md-theme-code-inline-color); + background-color: var(--md-theme-code-inline-bg-color); + border-radius: var(--md-theme-code-inline-radius); + padding: 0 4px; + line-height: 22px; +} +.md-editor-preview .md-editor-code { + color: var(--md-theme-code-block-color); + font-size: 12px; + line-height: 1; + margin: 20px 0; + position: relative; +} +.md-editor-preview .md-editor-code input[type="radio"], +.md-editor-preview .md-editor-code input[type="radio"] + pre, +.md-editor-preview + .md-editor-code + input[type="radio"] + + span.md-editor-code-lang { + display: none; +} +.md-editor-preview .md-editor-code input:checked + pre, +.md-editor-preview .md-editor-code input:checked + span.md-editor-code-lang { + display: block; +} +.md-editor-preview .md-editor-code input:checked + label { + border-bottom: 1px solid; + color: var(--md-theme-code-active-color); +} +.md-editor-preview .md-editor-code .md-editor-code-head { + display: grid; + grid-template: "1rf 1rf"; + justify-content: space-between; + height: 32px; + width: 100%; + font-size: 12px; + background-color: var(--md-theme-code-before-bg-color); + margin-bottom: 0; + border-top-left-radius: var(--md-theme-code-block-radius); + border-top-right-radius: var(--md-theme-code-block-radius); + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + list-style: none; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head::-webkit-details-marker { + display: none; +} +.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag { + margin-left: 12px; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + span { + display: inline-block; + width: 10px; + height: 10px; + border-radius: 50%; + margin-top: 11px; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + span:first-of-type { + background-color: #ec6a5e; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + span:nth-of-type(2) { + background-color: #f4bf4f; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + span:nth-of-type(3) { + background-color: #61c554; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + span + + span { + margin-left: 4px; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + ul.md-editor-codetab-label { + box-sizing: border-box; + white-space: nowrap; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + background-color: var(--md-theme-code-block-bg-color); + margin-top: 8px; + padding: 0; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + ul.md-editor-codetab-label + li { + line-height: 1; + list-style: none; + display: inline-block; + position: relative; + vertical-align: super; + margin: 0; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + ul.md-editor-codetab-label + li + label { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + display: inline-block; + font-size: 14px; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-flag + ul.md-editor-codetab-label + li + + li { + margin-left: 12px; +} +.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action { + display: flex; + align-items: center; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-code-action + > * { + margin-right: 10px; +} +.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-lang { + line-height: 32px; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button:not(data-is-icon) { + cursor: pointer; + line-height: 32px; + position: static; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button:not(data-is-icon) + .md-editor-icon { + width: 15px; + height: 15px; + display: inline-block; + vertical-align: sub; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button[data-is-icon] { + cursor: pointer; + line-height: 1; + position: relative; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button[data-is-icon] + .md-editor-icon { + width: 15px; + height: 15px; + display: inline-block; + vertical-align: sub; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button[data-is-icon]:before { + content: attr(data-tips); + color: var(--md-theme-code-copy-tips-color); + background-color: var(--md-theme-code-copy-tips-bg-color); + position: absolute; + font-size: 12px; + font-family: sans-serif; + width: -moz-max-content; + width: max-content; + text-align: center; + padding: 4px; + border-radius: 2px; + box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); + left: -10px; + top: 50%; + transform: translate(-100%, -50%); +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button[data-is-icon]:after { + content: ""; + color: var(--md-theme-code-copy-tips-bg-color); + position: absolute; + width: 0; + height: 0; + border: 5px solid transparent; + border-right-width: 0; + border-left-color: currentColor; + left: -10px; + top: 50%; + transform: translateY(-50%); + filter: drop-shadow(4px 0 2px rgba(0, 0, 0, 0.2)); +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button[data-is-icon]:after, +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button[data-is-icon]:before { + visibility: hidden; + transition: 0.3s; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button[data-is-icon]:hover:after, +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-copy-button[data-is-icon]:hover:before { + visibility: visible; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-collapse-tips { + margin-right: 12px; +} +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-collapse-tips + .md-editor-icon, +.md-editor-preview + .md-editor-code + .md-editor-code-head + .md-editor-collapse-tips + .md-editor-iconfont { + width: 16px; + height: 16px; + font-size: 16px; + display: inline-block; + vertical-align: sub; + transform: rotate(0); + transition: transform 0.1s; +} +.md-editor-preview .md-editor-code pre { + position: relative; + margin: 0; +} +.md-editor-preview .md-editor-code pre code { + font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace; + font-size: 14px; + color: var(--md-theme-code-block-color); + background-color: var(--md-theme-code-before-bg-color); + display: block; + line-height: 1.6; + overflow: auto; + padding: 1em; + position: relative; + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-left-radius: var(--md-theme-code-block-radius); + border-bottom-right-radius: var(--md-theme-code-block-radius); +} +.md-editor-preview .md-editor-code pre code .md-editor-code-block { + display: inline-block; + width: 100%; + overflow: auto; + vertical-align: bottom; + color: var(--md-theme-code-block-color); +} +.md-editor-preview details.md-editor-code .md-editor-code-head { + cursor: pointer; +} +.md-editor-preview details.md-editor-code:not(open) .md-editor-code-head { + border-bottom-left-radius: var(--md-theme-code-block-radius); + border-bottom-right-radius: var(--md-theme-code-block-radius); +} +.md-editor-preview details.md-editor-code[open] .md-editor-code-head { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} +.md-editor-preview + details.md-editor-code[open] + .md-editor-code-head + .md-editor-collapse-tips + .md-editor-icon, +.md-editor-preview + details.md-editor-code[open] + .md-editor-code-head + .md-editor-collapse-tips + .md-editor-iconfont { + transform: rotate(-90deg); +} +.md-editor-scrn span[rn-wrapper] { + position: absolute; + pointer-events: none; + top: 1em; + font-size: 100%; + left: 0; + width: 3em; + letter-spacing: -1px; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + counter-reset: linenumber; +} +.md-editor-scrn span[rn-wrapper] > span { + display: block; + pointer-events: none; + counter-increment: linenumber; +} +.md-editor-scrn span[rn-wrapper] > span:before { + color: #999; + display: block; + padding-right: 0.5em; + text-align: right; + content: counter(linenumber); +} +.md-editor-scrn pre code { + padding-left: 3.5em !important; +} +.md-editor-preview figure { + margin: 0 0 1em 0; + display: inline-flex; + flex-direction: column; + text-align: center; +} +.md-editor-preview figure figcaption { + color: var(--md-theme-color); + font-size: 0.875em; + margin-top: 5px; +} +.md-editor .md-editor-preview, +.md-editor-dark .md-editor-preview { + --md-theme-heading-color: var(--md-theme-color); + --md-theme-heading-border: none; + --md-theme-heading-1-color: var(--md-theme-heading-color); + --md-theme-heading-1-border: var(--md-theme-heading-border); + --md-theme-heading-2-color: var(--md-theme-heading-color); + --md-theme-heading-2-border: var(--md-theme-heading-border); + --md-theme-heading-3-color: var(--md-theme-heading-color); + --md-theme-heading-3-border: var(--md-theme-heading-border); + --md-theme-heading-4-color: var(--md-theme-heading-color); + --md-theme-heading-4-border: var(--md-theme-heading-border); + --md-theme-heading-5-color: var(--md-theme-heading-color); + --md-theme-heading-5-border: var(--md-theme-heading-border); + --md-theme-heading-6-color: var(--md-theme-heading-color); + --md-theme-heading-6-border: var(--md-theme-heading-border); +} +.md-editor-preview h1, +.md-editor-preview h2, +.md-editor-preview h3, +.md-editor-preview h4, +.md-editor-preview h5, +.md-editor-preview h6 { + position: relative; + word-break: break-all; + margin: 1.4em 0 0.8em 0; + font-weight: 700; +} +.md-editor-preview h1 a, +.md-editor-preview h1 a:hover, +.md-editor-preview h2 a, +.md-editor-preview h2 a:hover, +.md-editor-preview h3 a, +.md-editor-preview h3 a:hover, +.md-editor-preview h4 a, +.md-editor-preview h4 a:hover, +.md-editor-preview h5 a, +.md-editor-preview h5 a:hover, +.md-editor-preview h6 a, +.md-editor-preview h6 a:hover { + color: inherit; +} +.md-editor-preview h1 { + color: var(--md-theme-heading-1-color); + border-bottom: var(--md-theme-heading-1-border); +} +.md-editor-preview h2 { + color: var(--md-theme-heading-2-color); + border-bottom: var(--md-theme-heading-2-border); +} +.md-editor-preview h3 { + color: var(--md-theme-heading-3-color); + border-bottom: var(--md-theme-heading-3-border); +} +.md-editor-preview h4 { + color: var(--md-theme-heading-4-color); + border-bottom: var(--md-theme-heading-4-border); +} +.md-editor-preview h5 { + color: var(--md-theme-heading-5-color); + border-bottom: var(--md-theme-heading-5-border); +} +.md-editor-preview h6 { + color: var(--md-theme-heading-6-color); + border-bottom: var(--md-theme-heading-6-border); +} +.md-editor-preview h1 { + font-size: 2em; +} +.md-editor-preview h2 { + font-size: 1.5em; +} +.md-editor-preview h3 { + font-size: 1.25em; +} +.md-editor-preview h4 { + font-size: 1em; +} +.md-editor-preview h5 { + font-size: 0.875em; +} +.md-editor-preview h6 { + font-size: 0.85em; +} +.md-editor-preview hr { + height: 1px; + margin: 10px 0; + border: none; + border-top: 1px solid var(--md-theme-border-color); +} +.md-editor-preview a { + color: var(--md-theme-link-color); + text-decoration: none; + transition: color 0.3s; +} +.md-editor-preview a:hover { + color: var(--md-theme-link-hover-color); +} +.md-editor-preview a:empty:before { + content: attr(href); +} +.md-editor-preview ol, +.md-editor-preview ul { + padding-left: 2.35em; +} +.md-editor-preview ol .task-list-item, +.md-editor-preview ul .task-list-item { + list-style-type: none; +} +.md-editor-preview ol .task-list-item input, +.md-editor-preview ul .task-list-item input { + margin-left: -1.5em; + margin-right: 0.1em; +} +.md-editor-preview img { + max-width: 100%; +} +.md-editor-preview p:empty { + display: none; +} +.md-editor .md-editor-preview { + --md-theme-quote-color: var(--md-theme-color); + --md-theme-quote-border: none; + --md-theme-quote-bg-color: inherit; +} +.md-editor-preview blockquote { + padding: 0 1em; + color: var(--md-theme-quote-color); + border-left: var(--md-theme-quote-border); + background-color: var(--md-theme-quote-bg-color); +} +.md-editor .md-editor-preview { + --md-theme-table-stripe-color: #fafafa; + --md-theme-table-tr-bg-color: inherit; + --md-theme-table-td-border-color: var(--md-theme-border-color); +} +.md-editor-dark .md-editor-preview { + --md-theme-table-stripe-color: #0c0c0c; + --md-theme-table-tr-bg-color: inherit; + --md-theme-table-td-border-color: var(--md-theme-border-color); +} +.md-editor-preview table tr { + background-color: var(--md-theme-table-tr-bg-color); +} +.md-editor-preview table tr td, +.md-editor-preview table tr th { + border: 1px solid var(--md-theme-table-td-border-color); +} +.md-editor-preview table tr:nth-child(2n) { + background-color: var(--md-theme-table-stripe-color); +} +.md-editor-preview { + color: var(--md-theme-color); +} +.md-editor-preview ::-webkit-scrollbar { + width: 6px; + height: 6px; +} +.md-editor-preview ::-webkit-scrollbar-corner, +.md-editor-preview ::-webkit-scrollbar-track { + background-color: var(--md-theme-bg-color-scrollbar-track); + border-radius: 2px; +} +.md-editor-preview ::-webkit-scrollbar-thumb { + border-radius: 2px; + background-color: var(--md-theme-bg-color-scrollbar-thumb); +} +.md-editor-preview ::-webkit-scrollbar-button:vertical { + display: none; +} +.md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover { + background-color: var(--md-theme-bg-color-scrollbar-thumb-hover); +} +.md-editor-preview ::-webkit-scrollbar-thumb:vertical:active { + background-color: var(--md-theme-bg-color-scrollbar-thumb-active); +} +.md-editor div.default-theme { + --md-theme-code-copy-tips-color: #141414; +} +.md-editor-dark div.default-theme { + --md-theme-code-copy-tips-color: inherit; +} +div.default-theme .md-editor-code pre code { + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.333); +} +div.default-theme img { + margin: 0 auto; + box-sizing: border-box; + padding: 5px; + border: 1px solid var(--md-theme-border-color); + border-radius: 3px; +} +div.default-theme blockquote img { + border-color: var(--md-theme-border-color-inset); +} +div.default-theme ol, +div.default-theme ul { + margin: 0.6em 0; +} +div.default-theme ol li, +div.default-theme ul li { + line-height: 1.6; + margin: 0.5em 0; +} +div.default-theme p { + line-height: 1.6; + margin: 0.5rem 0; +} +.md-editor div.default-theme { + --md-theme-quote-border: 5px solid #35b378; + --md-theme-quote-bg-color: var(--md-theme-bg-color-inset); +} +div.default-theme blockquote { + margin: 20px 0; + padding: 0 1.2em; + line-height: 2em; + display: block; + overflow: auto; +} +.md-editor default-theme { + --md-theme-table-stripe-color: #fafafa; +} +.md-editor-dark default-theme { + --md-theme-table-stripe-color: #0c0c0c; +} +div.default-theme table { + overflow: auto; + border-spacing: 0; + border-collapse: collapse; + margin-bottom: 1em; + margin-top: 1em; +} +div.default-theme table tr td, +div.default-theme table tr th { + word-wrap: break-word; + padding: 8px 14px; +} +div.default-theme table tbody tr:hover { + background-color: var(--md-theme-color-hover); +} +div.default-theme blockquote table { + line-height: normal; +} +div.default-theme blockquote table tr td, +div.default-theme blockquote table tr th { + border-color: var(--md-theme-border-color-inset); +} +div.default-theme blockquote table tbody tr:nth-child(n) { + background-color: inherit; +} +div.default-theme blockquote table tbody tr:hover { + background-color: var(--md-theme-color-hover-inset); +} +.md-editor div.vuepress-theme { + --md-theme-code-inline-color: #d63200; + --md-theme-code-inline-bg-color: #f8f8f8; + --md-theme-code-block-color: #747384; + --md-theme-code-block-bg-color: #f8f8f8; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); + --md-theme-code-block-radius: 2px; +} +.md-editor-dark div.vuepress-theme { + --md-theme-code-inline-color: #e06c75; + --md-theme-code-inline-bg-color: #1a1a1a; + --md-theme-code-block-color: #999; + --md-theme-code-block-bg-color: #1a1a1a; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); + --md-theme-code-block-radius: 2px; +} +div.vuepress-theme code { + padding: 3px 5px; + margin: 0 2px; +} +div.vuepress-theme .md-editor-code pre { + font-size: 0.875em; + margin: 0 0 1em; +} +div.vuepress-theme .md-editor-code pre code { + white-space: pre; + padding: 22px 1em; + margin: 0; +} +div.vuepress-theme .md-editor-code pre code span[rn-wrapper] { + top: 22px; +} +.md-editor div.vuepress-theme { + --md-theme-heading-color: #273849; + --md-theme-heading-2-border: 1px solid var(--md-theme-border-color); +} +.md-editor-dark div.vuepress-theme { + --md-theme-heading-color: #999; + --md-theme-heading-2-border: 1px solid var(--md-theme-border-color); +} +div.vuepress-theme h1, +div.vuepress-theme h2, +div.vuepress-theme h3, +div.vuepress-theme h4, +div.vuepress-theme h5, +div.vuepress-theme h6 { + font-weight: 600; + line-height: 1.45; + position: relative; + margin-top: 1em; +} +div.vuepress-theme h1 { + font-size: 2.2em; + margin: 1em 0; +} +div.vuepress-theme h2 { + font-size: 1.65em; + padding-bottom: 0.3em; +} +div.vuepress-theme h3 { + line-height: 1.35em; +} +.md-editor div.vuepress-theme { + --md-theme-link-color: #42b983; +} +div.vuepress-theme a { + font-weight: 600; +} +.vuepress-theme ol, +.vuepress-theme ul { + position: relative; + line-height: 1.4em; + margin: 1.2em 0; + z-index: 1; +} +.vuepress-theme ol li, +.vuepress-theme ul li { + margin: 1.2em 0; +} +.vuepress-theme p { + word-spacing: 0.05em; + line-height: 1.6em; + margin: 1.2em 0; + position: relative; +} +.md-editor div.vuepress-theme { + --md-theme-quote-border: 4px solid #42b983; +} +div.vuepress-theme blockquote { + margin: 2em 0; + padding-left: 20px; +} +div.vuepress-theme blockquote p { + margin-left: 0; + margin-top: 1.2em; + margin-bottom: 0; + padding: 0; +} +.md-editor div.vuepress-theme { + --md-theme-table-td-border-color: #dfe2e5; + --md-theme-table-stripe-color: #f6f8fa; +} +.md-editor-dark div.vuepress-theme { + --md-theme-table-td-border-color: #2d2d2d; + --md-theme-table-stripe-color: #0c0c0c; +} +div.vuepress-theme table { + border-collapse: collapse; + margin: 1rem 0; + display: block; + overflow-x: auto; +} +div.vuepress-theme table tr td, +div.vuepress-theme table tr th { + padding: 0.6em 1em; +} +.md-editor .vuepress-theme { + --md-theme-color: #304455; +} +.md-editor-dark .vuepress-theme { + --md-theme-color: #999; +} +div.vuepress-theme { + font-size: 16px; + color: var(--md-theme-color); +} +div.vuepress-theme em { + color: #4f5959; + padding: 0 6px 0 4px; +} +.md-editor div.github-theme { + --md-theme-code-inline-color: inherit; + --md-theme-code-inline-bg-color: #eff1f2; + --md-theme-code-inline-radius: 6px; + --md-theme-code-block-color: inherit; + --md-theme-code-block-bg-color: #f6f8fa; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); + --md-theme-code-block-radius: 6px; +} +.md-editor-dark div.github-theme { + --md-theme-code-inline-color: #c9d1d9; + --md-theme-code-inline-bg-color: #2d3339; + --md-theme-code-inline-radius: 6px; + --md-theme-code-block-color: #a9b7c6; + --md-theme-code-block-bg-color: #161b22; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); + --md-theme-code-block-radius: 6px; +} +div.github-theme code { + padding: 0.2em 0.4em; + margin: 0; +} +div.github-theme pre code { + padding: 22px 1em; + margin-bottom: 0; + word-break: normal; + letter-spacing: 1px; +} +.md-editor div.github-theme { + --md-theme-heading-color: inherit; + --md-theme-heading-6-color: #2d3339; + --md-theme-heading-1-border: 1px solid #d9dee4; + --md-theme-heading-2-border: 1px solid #d9dee4; +} +.md-editor-dark div.github-theme { + --md-theme-heading-color: #c9d1d9; + --md-theme-heading-6-color: #768390; + --md-theme-heading-1-border: 1px solid #373e47; + --md-theme-heading-2-border: 1px solid #373e47; +} +div.github-theme h1, +div.github-theme h2, +div.github-theme h3, +div.github-theme h4, +div.github-theme h5, +div.github-theme h6 { + margin-top: 24px; + margin-bottom: 16px; + font-weight: 600; + line-height: 1.25; +} +div.github-theme h1 { + padding-bottom: 0.3em; + font-size: 2em; +} +div.github-theme h2 { + padding-bottom: 0.3em; + font-size: 1.5em; +} +div.github-theme h3 { + font-size: 1.25em; +} +div.github-theme h4 { + font-size: 1em; +} +div.github-theme h5 { + font-size: 0.875em; +} +div.github-theme h6 { + font-size: 0.85em; +} +.md-editor div.github-theme { + --md-theme-heading-bg-color: #fff; +} +.md-editor-dark div.github-theme { + --md-theme-heading-bg-color: #22272e; +} +div.github-theme img { + background-color: var(--md-theme-heading-bg-color); +} +.md-editor div.github-theme { + --md-theme-link-color: #539bf5; + --md-theme-link-hover-color: #539bf5; +} +div.github-theme a:hover { + text-decoration: underline; +} +.github-theme ol li + li, +.github-theme ul li + li { + margin-top: 0.25em; +} +.md-editor div.github-theme { + --md-theme-quote-color: #57606a; + --md-theme-quote-border: 0.25em solid #d0d7de; +} +.md-editor-dark div.github-theme { + --md-theme-quote-color: #8b949e; + --md-theme-quote-border: 0.25em solid #444c56; +} +div.github-theme blockquote { + padding: 0 1em; +} +.md-editor div.github-theme { + --md-theme-table-stripe-color: #f7f8fa; + --md-theme-table-tr-bg-color: #fff; + --md-theme-table-td-border-color: #d0d7de; +} +.md-editor-dark div.github-theme { + --md-theme-table-stripe-color: #161b22; + --md-theme-table-tr-bg-color: transparent; + --md-theme-table-td-border-color: #30363d; +} +div.github-theme table { + display: block; + max-width: 100%; + overflow: auto; + border-spacing: 0; + border-collapse: collapse; +} +div.github-theme table tr td, +div.github-theme table tr th { + padding: 6px 13px; +} +.md-editor div.github-theme { + --md-theme-color: #222; +} +.md-editor-dark div.github-theme { + --md-theme-color: #c9d1d9; +} +div.github-theme { + line-height: 1.5; + color: var(--md-theme-color); +} +div.github-theme blockquote, +div.github-theme details, +div.github-theme dl, +div.github-theme ol, +div.github-theme p, +div.github-theme pre, +div.github-theme table, +div.github-theme ul { + margin-top: 0; + margin-bottom: 16px; +} +.md-editor div.cyanosis-theme, +.md-editor-dark div.cyanosis-theme { + --md-theme-code-inline-color: var(--md-theme-code-color); + --md-theme-code-inline-bg-color: var(--md-theme-code-bg-color); + --md-theme-code-block-color: var(--md-theme-base-color); + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); +} +div.cyanosis-theme code { + padding: 0.065em 0.4em; + font-family: Menlo, Monaco, Consolas, Courier New, monospace; + overflow-x: auto; +} +div.cyanosis-theme code::-moz-selection { + background-color: var(--md-theme-slct-codebg-color); +} +div.cyanosis-theme code::selection { + background-color: var(--md-theme-slct-codebg-color); +} +div.cyanosis-theme .md-editor-code pre { + font-family: Menlo, Monaco, Consolas, Courier New, monospace; +} +div.cyanosis-theme .md-editor-code pre code { + padding: 11px 12px 22px; + margin: 0; + word-break: normal; + line-height: 1.75; +} +div.cyanosis-theme .md-editor-code pre code::-moz-selection { + background-color: var(--md-theme-slct-prebg-color); +} +div.cyanosis-theme .md-editor-code pre code::selection { + background-color: var(--md-theme-slct-prebg-color); +} +div.cyanosis-theme .md-editor-code pre code::-webkit-scrollbar { + width: 4px; + height: 4px; +} +div.cyanosis-theme .md-editor-code pre code::-webkit-scrollbar-track { + background-color: var(--md-theme-border-color); +} +div.cyanosis-theme .md-editor-code pre code::-webkit-scrollbar-thumb { + background-color: var(--md-theme-strong-color); + border-radius: 10px; +} +div.cyanosis-theme .md-editor-code pre code span[rn-wrapper] { + top: 11px; +} +.md-editor div.cyanosis-theme { + --md-theme-heading-color: var(--md-theme-title-color); +} +div.cyanosis-theme h1 { + padding-bottom: 4px; + font-size: 30px; +} +div.cyanosis-theme h1, +div.cyanosis-theme h2 { + margin-top: 36px; + margin-bottom: 10px; + line-height: 1.5; + transition: color 0.35s; +} +div.cyanosis-theme h2 { + position: relative; + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; + font-size: 24px; + border-bottom: 1px solid var(--md-theme-border-color-2); +} +div.cyanosis-theme h2:before { + content: "「"; + position: absolute; + top: -6px; + left: -14px; +} +div.cyanosis-theme h2:after { + content: "」"; + position: relative; + top: 6px; + right: auto; +} +div.cyanosis-theme h3 { + position: relative; + padding-bottom: 0; + margin-top: 30px; + margin-bottom: 10px; + font-size: 20px; + line-height: 1.5; + padding-left: 6px; + transition: color 0.35s; +} +div.cyanosis-theme h3:before { + content: "»"; + padding-right: 6px; + color: var(--md-theme-strong-color); +} +div.cyanosis-theme h4 { + margin-top: 24px; + font-size: 16px; +} +div.cyanosis-theme h4, +div.cyanosis-theme h5 { + padding-bottom: 0; + margin-bottom: 10px; + line-height: 1.5; + padding-left: 6px; + transition: color 0.35s; +} +div.cyanosis-theme h5 { + margin-top: 18px; + font-size: 14px; +} +div.cyanosis-theme h6 { + padding-bottom: 0; + margin-top: 12px; + margin-bottom: 10px; + font-size: 12px; + line-height: 1.5; + padding-left: 6px; + transition: color 0.35s; +} +div.cyanosis-theme h1::-moz-selection, +div.cyanosis-theme h2::-moz-selection, +div.cyanosis-theme h3::-moz-selection, +div.cyanosis-theme h4::-moz-selection, +div.cyanosis-theme h5::-moz-selection, +div.cyanosis-theme h6::-moz-selection { + color: var(--md-theme-slct-title-color); + background-color: var(--md-theme-slct-titlebg-color); +} +div.cyanosis-theme h1::selection, +div.cyanosis-theme h2::selection, +div.cyanosis-theme h3::selection, +div.cyanosis-theme h4::selection, +div.cyanosis-theme h5::selection, +div.cyanosis-theme h6::selection { + color: var(--md-theme-slct-title-color); + background-color: var(--md-theme-slct-titlebg-color); +} +@media (max-width: 720px) { + div.cyanosis-theme h1 { + font-size: 24px; + } + div.cyanosis-theme h2 { + font-size: 20px; + } + div.cyanosis-theme h3 { + font-size: 18px; + } +} +.md-editor div.cyanosis-theme { + --md-theme-link-color: var(--md-theme-link-color); + --md-theme-link-hover-color: var(--md-theme-linkh-color); +} +div.cyanosis-theme a { + position: relative; + display: inline-block; + text-decoration: none; + border-bottom: 1px solid var(--md-theme-border-color); +} +div.cyanosis-theme a:hover { + border-bottom-color: var(--md-theme-linkh-color); +} +div.cyanosis-theme a:active { + color: var(--md-theme-linkh-color); +} +div.cyanosis-theme a:after { + position: absolute; + content: ""; + top: 100%; + left: 0; + width: 100%; + opacity: 0; + border-bottom: 1px solid var(--md-theme-border-color); + transition: top 0.3s, opacity 0.3s; + transform: translateZ(0); +} +div.cyanosis-theme a:hover:after { + top: 0; + opacity: 1; + border-bottom-color: var(--md-theme-linkh-color); +} +.cyanosis-theme ol, +.cyanosis-theme ul { + margin: 0; +} +.cyanosis-theme ol li, +.cyanosis-theme ul li { + margin-bottom: 0; + list-style: inherit; +} +.cyanosis-theme ol li .task-list-item, +.cyanosis-theme ul li .task-list-item { + list-style: none; +} +.cyanosis-theme ol li .task-list-item ol, +.cyanosis-theme ol li .task-list-item ul, +.cyanosis-theme ul li .task-list-item ol, +.cyanosis-theme ul li .task-list-item ul { + margin-top: 0; +} +.cyanosis-theme ol ol, +.cyanosis-theme ol ul, +.cyanosis-theme ul ol, +.cyanosis-theme ul ul { + margin-top: 4px; +} +.cyanosis-theme ol li { + padding-left: 6px; +} +.cyanosis-theme ol li::-moz-selection, +.cyanosis-theme ul li::-moz-selection { + color: var(--md-theme-slct-text-color); + background-color: var(--md-theme-slct-bg-color); +} +.cyanosis-theme ol li::selection, +.cyanosis-theme ul li::selection { + color: var(--md-theme-slct-text-color); + background-color: var(--md-theme-slct-bg-color); +} +.cyanosis-theme .task-list-item-checkbox { + position: relative; +} +.cyanosis-theme .contains-task-list input[type="checkbox"]:before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: inherit; + height: inherit; + background: #f0f8ff; + border: 1px solid #add6ff; + border-radius: 2px; + box-sizing: border-box; + z-index: 1; +} +.cyanosis-theme .contains-task-list input[type="checkbox"][checked]:after { + content: "✓"; + position: absolute; + top: -12px; + left: 0; + right: 0; + bottom: 0; + width: 0; + height: 0; + color: #f55; + font-size: 20px; + font-weight: 700; + z-index: 2; +} +.cyanosis-theme p { + line-height: inherit; + margin-top: 16px; + margin-bottom: 16px; +} +.cyanosis-theme p::-moz-selection { + color: var(--md-theme-slct-text-color); + background-color: var(--md-theme-slct-bg-color); +} +.cyanosis-theme p::selection { + color: var(--md-theme-slct-text-color); + background-color: var(--md-theme-slct-bg-color); +} +.md-editor div.cyanosis-theme { + --md-theme-quote-color: var(--md-theme-blockquote-color); + --md-theme-quote-border: 4px solid var(--md-theme-strong-color); + --md-theme-quote-bg-color: var(--md-theme-blockquote-bg-color); +} +div.cyanosis-theme blockquote { + padding: 1px 20px; + margin: 22px 0; + transition: color 0.35s; +} +div.cyanosis-theme blockquote:after { + display: block; + content: ""; +} +div.cyanosis-theme blockquote > p { + margin: 10px 0; +} +div.cyanosis-theme blockquote > b, +div.cyanosis-theme blockquote > strong { + color: var(--md-theme-strong-color); +} +.cyanosis-theme table { + display: inline-block !important; + width: auto; + max-width: 100%; + overflow: auto; + border: 1px solid var(--md-theme-table-border-color); + border-spacing: 0; + border-collapse: collapse; +} +.cyanosis-theme table thead { + color: #000; + text-align: left; + background: #f6f6f6; +} +.cyanosis-theme table tr:nth-child(2n) { + background-color: var(--md-theme-table-tr-nc-color); +} +.cyanosis-theme table tr:hover { + background-color: var(--md-theme-table-trh-color); +} +.cyanosis-theme table td, +.cyanosis-theme table th { + padding: 12px 8px; + line-height: 24px; + border: 1px solid var(--md-theme-table-border-color); +} +.cyanosis-theme table th { + color: var(--md-theme-table-tht-color); + background-color: var(--md-theme-table-th-color); +} +.cyanosis-theme table td { + min-width: 120px; +} +.cyanosis-theme table thead th::-moz-selection { + background-color: transparent; +} +.cyanosis-theme table thead th::selection { + background-color: transparent; +} +.cyanosis-theme table tbody td::-moz-selection { + background-color: var(--md-theme-slct-bg-color); +} +.cyanosis-theme table tbody td::selection { + background-color: var(--md-theme-slct-bg-color); +} +.md-editor div.cyanosis-theme { + --md-theme-base-color: #353535; + --md-theme-title-color: #005bb7; + --md-theme-strong-color: #2196f3; + --md-theme-em-color: #4fc3f7; + --md-theme-del-color: #ccc; + --md-theme-link-color: #3da8f5; + --md-theme-linkh-color: #007fff; + --md-theme-border-color: #bedcff; + --md-theme-border-color-2: #ececec; + --md-theme-bg-color: #fff; + --md-theme-blockquote-color: #8c8c8c; + --md-theme-blockquote-bg-color: #f0fdff; + --md-theme-code-color: #c2185b; + --md-theme-code-bg-color: #fff4f4; + --md-theme-code-block-bg-color: #f8f8f8; + --md-theme-table-border-color: #c3e0fd; + --md-theme-table-th-color: #dff0ff; + --md-theme-table-tht-color: #005bb7; + --md-theme-table-tr-nc-color: #f7fbff; + --md-theme-table-trh-color: #e0edf7; + --md-theme-slct-title-color: #005bb7; + --md-theme-slct-titlebg-color: rgba(175, 207, 247, 0.25); + --md-theme-slct-text-color: #c80000; + --md-theme-slct-bg-color: rgba(175, 207, 247, 0.25); + --md-theme-slct-del-color: #999; + --md-theme-slct-elbg-color: #e8ebec; + --md-theme-slct-codebg-color: #ffeaeb; + --md-theme-slct-prebg-color: rgba(160, 200, 255, 0.25); +} +.md-editor-dark div.cyanosis-theme { + --md-theme-base-color: #cacaca; + --md-theme-title-color: #ddd; + --md-theme-strong-color: #fe9900; + --md-theme-em-color: #ffd28e; + --md-theme-del-color: #ccc; + --md-theme-link-color: #ffb648; + --md-theme-linkh-color: #fe9900; + --md-theme-border-color: #ffe3ba; + --md-theme-border-color-2: #ffcb7b; + --md-theme-bg-color: #2f2f2f; + --md-theme-blockquote-color: #c7c7c7; + --md-theme-blockquote-bg-color: rgba(255, 199, 116, 0.1); + --md-theme-code-color: #000; + --md-theme-code-bg-color: #ffcb7b; + --md-theme-code-block-bg-color: rgba(30, 25, 18, 0.5); + --md-theme-table-border-color: #fe9900; + --md-theme-table-th-color: #ffb648; + --md-theme-table-tht-color: #000; + --md-theme-table-tr-nc-color: #6d5736; + --md-theme-table-trh-color: #947443; + --md-theme-slct-title-color: #000; + --md-theme-slct-titlebg-color: #fe9900; + --md-theme-slct-text-color: #00c888; + --md-theme-slct-bg-color: rgba(175, 207, 247, 0.25); + --md-theme-slct-del-color: #999; + --md-theme-slct-elbg-color: #000; + --md-theme-slct-codebg-color: #ffcb7b; + --md-theme-slct-prebg-color: rgba(160, 200, 255, 0.25); +} +div.cyanosis-theme { + word-break: break-word; + line-height: 1.75; + font-weight: 400; + overflow-x: hidden; + color: var(--md-theme-base-color); + transition: color 0.35s; +} +div.cyanosis-theme hr { + position: relative; + width: 98%; + height: 1px; + margin-top: 32px; + margin-bottom: 32px; + background-image: linear-gradient( + 90deg, + var(--md-theme-link-color), + rgba(255, 0, 0, 0.3), + rgba(37, 163, 65, 0.3), + rgba(255, 0, 0, 0.3), + var(--md-theme-link-color) + ); + border-width: 0; + overflow: visible; +} +div.cyanosis-theme b, +div.cyanosis-theme strong { + color: var(--md-theme-strong-color); +} +div.cyanosis-theme em, +div.cyanosis-theme i { + color: var(--md-theme-em-color); +} +div.cyanosis-theme del { + color: var(--md-theme-del-color); +} +div.cyanosis-theme details > summary { + outline: none; + color: var(--md-theme-title-color); + font-size: 20px; + font-weight: bolder; + border-bottom: 1px solid var(--md-theme-border-color); + cursor: pointer; +} +div.cyanosis-theme details > p { + padding: 10px 20px; + margin: 10px 0 0; + color: #666; + background-color: var(--md-theme-blockquote-bg-color); + border: 2px dashed var(--md-theme-strong-color); +} +div.cyanosis-theme a::-moz-selection, +div.cyanosis-theme b::-moz-selection, +div.cyanosis-theme em::-moz-selection, +div.cyanosis-theme i::-moz-selection, +div.cyanosis-theme strong::-moz-selection { + background-color: var(--md-theme-slct-elbg-color); +} +div.cyanosis-theme a::selection, +div.cyanosis-theme b::selection, +div.cyanosis-theme em::selection, +div.cyanosis-theme i::selection, +div.cyanosis-theme strong::selection { + background-color: var(--md-theme-slct-elbg-color); +} +div.cyanosis-theme del::-moz-selection { + color: var(--md-theme-slct-del-color); + background-color: var(--md-theme-slct-elbg-color); +} +div.cyanosis-theme del::selection { + color: var(--md-theme-slct-del-color); + background-color: var(--md-theme-slct-elbg-color); +} +.md-editor div.mk-cute-theme, +.md-editor-dark div.mk-cute-theme { + --md-theme-code-inline-color: #4ec9b0; + --md-theme-code-inline-bg-color: #282c34; + --md-theme-code-block-color: #4ec9b0; + --md-theme-code-block-bg-color: #282c34; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); + --md-theme-code-block-radius: 10px; +} +div.mk-cute-theme code { + font-family: Menlo, Monaco, Consolas, Courier New, monospace; + overflow-x: auto; + padding: 0.14em 0.46em; + margin: 0 4px; +} +div.mk-cute-theme .md-editor-code pre code { + font-family: Menlo, Monaco, Consolas, Courier New, monospace; + padding: 22px; + margin: 0; + word-break: normal; + line-height: 1.75; +} +div.mk-cute-theme .md-editor-code pre code span[rn-wrapper] { + top: 22px; +} +.md-editor div.mk-cute-theme { + --md-theme-heading-color: #36ace1; +} +div.mk-cute-theme h1:before, +div.mk-cute-theme h2:before, +div.mk-cute-theme h3:before, +div.mk-cute-theme h4:before, +div.mk-cute-theme h5:before, +div.mk-cute-theme h6:before { + content: ""; + display: block; + position: absolute; + left: 0; + top: 0; + bottom: 0; + margin: auto; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAF8UlEQVRIS71Wa2wUVRT+7r0zu9t2t/RBaSioPCpYbIUfaEIQUogSAwZDAlUSGwgg/CBATExMCJH1D2hIfOEjFEUEhViCgBgIUCH44OkjPAMGBVqhpUCfW3Zn5z7MuQOE0hYxMdxJdmd25s53vnO+851leMCLPWA8/CfA2TsvL8n7q+nTFfNLG+4VqInHOeJLDQMzdz/3r4DGGDb9lxu+aPcE7U61JHDMDePcuv0O21ShugOefqDdtBie3Dk6K/O+Ab+qOjJiz7Ahv6c8hbDDwRiQlgYGDOcaWyEcjg8On+j71IpJndjGt9XO+jM7+pkywNvbazIfercieSdoJ4bE5sWjyZqMpDdeaQNXMNC34ME3LV8B56+1w3AOgk+EXe/Ub6uiLB6XdH/G/mYjeBCcFwnt3zQqWt4t4NjjnhzQ1CGkBhwOCMFAB71U0qsYgRlwBtQ1tiEJAy44OBdQUmFK3aWS06NLT+ukZAQoKCCjsfbDmk6p78RwX3ncWffmIj8U4kh6GpEwh+9rGy23LDU4GBrrm9DsuDYIGMAYIC/EUNQ7Cq1hn+WM2TI8f+jEyCmvjfn1FssuojHx6tDkyZOaCzr8TNpASzDAk8amlRIrEylcSGsYrcGIstIYWhgDDIM2BiGH3ywFkGAC1U9n38bpVqWGdk6r4HMWrZZaG1D5KLn0qYyBEAKnG1otAxLR8L7Z9nfP13CJHQ/ST4vK8sVHe8JsU0U6uO5hlexo8PI7vNDQomwoBRAwpSmtgJAAztS3QLsOsmBQlBtFJMQhlbbPUBBUR7o2hqHVddLbRsfCPQJ+u3TPw8uGl1yklAlHIJZKo3//XEhlLCtifPFyM7xwCI/lZ8IKTTBbS7pPLIggZZsSQ+zXbT4UYSsnet3UMM5HPT5LGbrDGYQroClyT2Jwnyj9aN949e8mDCwuRFoqKxRHUJ21BSDRELuQYGhvbMVV32Dp2RuxcfHSRBfAYTsbU9nJdFj5EiLkglHkRInC1xoxKbH9hQJIaTDvxxTCUddWl4wg0dCCtqSPDmoVx4Eitpxh64ZtsT6b5ie6pPRkfF90TllxOzEwmipMKRRgHODGgCuJkqIcvDdC2BZ5Y+tlHHMzkAKghbAxcQqQDiKrFBxhqg5MHTivS1tQ+sdsvaQl5Yd6yfdRXNQLsQwXnq/AQFLXEIIjzBSuNaaR0SuEtkQKl9IKjAsbJaWfzo1USDsM6zceDJfeVGgnhhN2N7YOyo5kJz1pa2AbgfrO1gRwXW6vSRQNtddR+EhvKGmseskgTtY2Q7kucYWWgToPHzyUyXry0iXfnBtfl5f/PaWPvPNW/zkOAQegJHltFE5dSaCskHqPVEnqpMAMEgkPtR1pKxyh/N0/vTToubtH1G3RmLjhM8ubKXfWB2mRa9ySOaWS2uT8lTZ0cI6I52Ngv7zAbW9mQVm1cpytu441P38XeXTlQu+e46nyh+bjLkMZRU0MCYTCJWZSG1y7cBWNURpxBlxqFBfEwGnGGhaYPSNwhpSv4DK+/vPynBk9MqRIiOWs8a2WJTm9a+cgh6SaMIMz9W1WjYHHMtv0wSmZdWB9gdsya/rcYVg7JoffCdqlD6ceTpiY59tM0PhJp5WNvra+BQkejCMyBarr8KKYDcZi8sDaCDKYFIGRk+FnSVXzyTO9JxBwF8DLc1dlLn65ooNEYN0fBsu21fTvL6PXnhxXlnLIqqhYYBian4lQ2Lk9ogiALsimiLC1QYfhlV1Hnxh7JfcMqxrpd7U2GFa5t9nOd7Kr+kg4uWvnCpromlJeXlq3Os3ZLOlrZBmNQf1ybVqpxhbA7mRIOCy1+esDOWhIyDv/+3Q7LRbsqH+rKRJ+nba+/+WW7II1s9vvVBuNr7KNF1WUM1bSt5f1Vq01jUVkKfnx8uoti3Or5rbd9782M61azJz/rFywYU/OyKqK1p5G2MS1Z18tGFDwTkvIxcK9RwaMP3a9/tbc62lPj/Nw5B9ey9Ehy/MY4oEqelgNleuyCgdXJlmc3fO5Ll56r5f+n/f+AWFf9jvBgaHpAAAAAElFTkSuQmCC); + animation: spin 2s linear 0s infinite; +} +div.mk-cute-theme h1 { + position: relative; + font-size: 30px; + padding: 12px 38px; + margin: 30px 0; +} +div.mk-cute-theme h1:before { + width: 30px; + height: 30px; + background-size: 30px 30px; +} +div.mk-cute-theme h2 { + position: relative; + font-size: 24px; + padding: 12px 36px; + margin: 28px 0; +} +div.mk-cute-theme h2:before { + width: 28px; + height: 28px; + background-size: 28px 28px; +} +div.mk-cute-theme h3 { + position: relative; + font-size: 18px; + padding: 4px 32px; + margin: 26px 0; +} +div.mk-cute-theme h3:before { + width: 24px; + height: 24px; + background-size: 24px 24px; +} +div.mk-cute-theme h4 { + position: relative; + padding: 4px 28px; + font-size: 16px; + margin: 22px 0; +} +div.mk-cute-theme h4:before { + width: 20px; + height: 20px; + background-size: 20px 20px; +} +div.mk-cute-theme h5 { + position: relative; + padding: 4px 26px; + font-size: 15px; + margin: 20px 0; +} +div.mk-cute-theme h5:before { + width: 18px; + height: 18px; + background-size: 18px 18px; +} +div.mk-cute-theme h6 { + position: relative; + padding: 4px 22px; + font-size: 14px; + margin: 16px 0; +} +div.mk-cute-theme h6:before { + width: 16px; + height: 16px; + background-size: 16px 16px; +} +@media (max-width: 720px) { + div.mk-cute-theme h1 { + font-size: 24px; + } + div.mk-cute-theme h2 { + font-size: 20px; + } + div.mk-cute-theme h3 { + font-size: 18px; + } +} +.md-editor div.mk-cute-theme { + --md-theme-link-color: #409eff; + --md-theme-link-hover-color: #007bff; +} +div.mk-cute-theme a { + display: inline-block; + border-bottom: 1px solid #409eff; +} +div.mk-cute-theme a:active, +div.mk-cute-theme a:hover { + border-bottom: 1px solid #007bff; +} +.mk-cute-theme ol li, +.mk-cute-theme ul li { + margin-bottom: 0; + list-style: inherit; +} +.mk-cute-theme ol li .task-list-item, +.mk-cute-theme ul li .task-list-item { + list-style: none; +} +.mk-cute-theme ol li .task-list-item ol, +.mk-cute-theme ol li .task-list-item ul, +.mk-cute-theme ul li .task-list-item ol, +.mk-cute-theme ul li .task-list-item ul { + margin-top: 0; +} +.mk-cute-theme ol ol, +.mk-cute-theme ol ul, +.mk-cute-theme ul ol, +.mk-cute-theme ul ul { + margin-top: 3px; +} +.mk-cute-theme ol li { + padding-left: 6px; +} +.mk-cute-theme p { + line-height: inherit; + margin-top: 22px; + margin-bottom: 22px; +} +.md-editor div.mk-cute-theme { + --md-theme-quote-color: #fff; + --md-theme-quote-border: 4px solid #409eff; + --md-theme-quote-bg-color: rgba(54, 172, 225, 0.75); +} +.md-editor-dark div.mk-cute-theme { + --md-theme-quote-color: inherit; + --md-theme-quote-border: 4px solid #265d97; + --md-theme-quote-bg-color: rgba(18, 80, 108, 0.75); +} +div.mk-cute-theme blockquote { + position: relative; + padding: 8px 26px; + margin: 16px 0; + border-radius: 5px; +} +div.mk-cute-theme blockquote:before { + content: "❝"; + top: 10px; + left: 8px; + color: #409eff; + font-size: 20px; + line-height: 1; + font-weight: 700; + position: absolute; + opacity: 0.7; +} +div.mk-cute-theme blockquote:after { + content: "❞"; + font-size: 20px; + position: absolute; + right: 8px; + bottom: 0; + color: #409eff; + opacity: 0.7; +} +div.mk-cute-theme blockquote ol li, +div.mk-cute-theme blockquote ul li, +div.mk-cute-theme blockquote > p { + color: var(--md-theme-quote-color); +} +.md-editor div.mk-cute-theme { + --md-theme-table-color: #000; + --md-theme-table-border-color: #f6f6f6; + --md-theme-table-thead-bg-color: #f6f6f6; + --md-theme-table-stripe-color: #fcfcfc; +} +.md-editor-dark div.mk-cute-theme { + --md-theme-table-color: inherit; + --md-theme-table-border-color: #1c1c1c; + --md-theme-table-thead-bg-color: rgba(28, 28, 28, 0.631); + --md-theme-table-stripe-color: rgba(28, 28, 28, 0.631); +} +div.mk-cute-theme table { + display: inline-block; + width: auto; + max-width: 100%; + overflow: auto; + border: solid 1px var(--md-theme-table-border-color); +} +div.mk-cute-theme table thead { + background-color: var(--md-theme-table-thead-bg-color); + color: var(--md-theme-table-color); + text-align: left; +} +div.mk-cute-theme table tr td, +div.mk-cute-theme table tr th { + padding: 12px 7px; + line-height: 24px; + border: none; +} +div.mk-cute-theme table tr td { + min-width: 120px; +} +div.mk-cute-theme blockquote table tbody { + color: var(--md-theme-color); +} +div.mk-cute-theme blockquote table tr { + background-color: var(--md-theme-table-stripe-color); +} +@keyframes spin { + 0% { + transform: rotate(0); + } + to { + transform: rotate(1turn); + } +} +.md-editor div.mk-cute-theme { + --md-theme-color: #36ace1; + background-image: linear-gradient( + 90deg, + rgba(50, 58, 66, 0.25) 3%, + transparent 0 + ), + linear-gradient(1turn, rgba(50, 58, 66, 0.25) 3%, transparent 0); +} +.md-editor-dark div.mk-cute-theme { + background-image: linear-gradient( + 90deg, + rgba(217, 234, 251, 0.25) 3%, + transparent 0 + ), + linear-gradient(1turn, rgba(217, 234, 251, 0.25) 3%, transparent 0); + --md-theme-bg-color-scrollbar-thumb: #4d4d4d; +} +div.mk-cute-theme { + word-break: break-word; + line-height: 1.75; + font-weight: 400; + overflow-x: hidden; + background-size: 20px 20px; + background-position: 50%; +} +div.mk-cute-theme hr { + position: relative; + width: 98%; + height: 1px; + border: none; + margin-top: 32px; + margin-bottom: 32px; + background-image: linear-gradient(90deg, #36ace1, #dff0fe, #36ace1); + overflow: visible; +} +div.mk-cute-theme del { + color: #36ace1; +} +.md-editor div.smart-blue-theme { + --md-theme-code-inline-color: #d63200; + --md-theme-code-inline-bg-color: #fff5f5; + --md-theme-code-block-color: #333; + --md-theme-code-block-bg-color: #f8f8f8; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); +} +.md-editor-dark div.smart-blue-theme { + --md-theme-code-inline-color: #e06c75; + --md-theme-code-inline-bg-color: #1a1a1a; + --md-theme-code-block-color: #999; + --md-theme-code-block-bg-color: #1a1a1a; + --md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color); +} +div.smart-blue-theme code { + overflow-x: auto; + padding: 0.065em 0.4em; +} +div.smart-blue-theme .md-editor-code pre { + font-family: Menlo, Monaco, Consolas, Courier New, monospace; +} +div.smart-blue-theme .md-editor-code pre code { + padding: 22px 12px; + margin: 0; + word-break: normal; +} +div.smart-blue-theme .md-editor-code pre code span[rn-wrapper] { + top: 22px; +} +.md-editor div.smart-blue-theme { + --md-theme-heading-color: #135ce0; +} +div.smart-blue-theme h1, +div.smart-blue-theme h2, +div.smart-blue-theme h3, +div.smart-blue-theme h4, +div.smart-blue-theme h5, +div.smart-blue-theme h6 { + padding: 30px 0; + margin: 0; +} +div.smart-blue-theme h1 a, +div.smart-blue-theme h2 a, +div.smart-blue-theme h3 a, +div.smart-blue-theme h4 a, +div.smart-blue-theme h5 a, +div.smart-blue-theme h6 a { + border: none; +} +div.smart-blue-theme h1 { + position: relative; + text-align: center; + font-size: 22px; + margin: 50px 0; +} +div.smart-blue-theme h2 { + position: relative; + font-size: 20px; + border-left: 4px solid; + padding: 0 0 0 10px; + margin: 30px 0; +} +div.smart-blue-theme h3 { + font-size: 16px; +} +.smart-blue-theme img { + margin: 0 auto; +} +.md-editor div.smart-blue-theme { + --md-theme-link-color: #036aca; +} +.md-editor-dark div.smart-blue-theme { + --md-theme-link-color: #2d7dc7; +} +div.smart-blue-theme a { + font-weight: 400; +} +.smart-blue-theme ol, +.smart-blue-theme ul { + margin-top: 1em; +} +.smart-blue-theme li { + line-height: 2; + margin-bottom: 0; + list-style: inherit; +} +.smart-blue-theme p { + line-height: 2; + font-weight: 400; +} +.smart-blue-theme * + p { + margin-top: 16px; +} +.md-editor div.smart-blue-theme { + --md-theme-quote-color: #666; + --md-theme-quote-bg-color: #fff9f9; + --md-theme-quote-border-color: #b2aec5; +} +.md-editor-dark div.smart-blue-theme { + --md-theme-quote-color: #999; + --md-theme-quote-bg-color: #2a2a2a; + --md-theme-quote-border-color: #0063bb; +} +div.smart-blue-theme blockquote { + background-color: var(--md-theme-quote-bg-color); + margin: 2em 0; + padding: 2px 20px; + border-left: 4px solid var(--md-theme-quote-border-color); +} +div.smart-blue-theme blockquote p { + color: var(--md-theme-quote-color); + line-height: 2; +} +.md-editor div.smart-blue-theme { + --md-theme-table-td-border-color: #dfe2e5; + --md-theme-table-stripe-color: #f6f8fa; +} +.md-editor-dark div.smart-blue-theme { + --md-theme-table-td-border-color: #2d2d2d; + --md-theme-table-stripe-color: #0c0c0c; +} +div.smart-blue-theme table { + border-collapse: collapse; + margin: 1rem 0; + overflow-x: auto; +} +div.smart-blue-theme table tr td, +div.smart-blue-theme table tr th { + padding: 0.6em 1em; +} +div.smart-blue-theme blockquote table { + line-height: normal; +} +div.smart-blue-theme blockquote table tr td, +div.smart-blue-theme blockquote table tr th { + border-color: var(--md-theme-border-color-inset); +} +div.smart-blue-theme blockquote table tbody tr:nth-child(n) { + background-color: inherit; +} +.md-editor .smart-blue-theme { + --md-theme-color: #595959; + background-image: linear-gradient( + 90deg, + rgba(60, 10, 30, 0.04) 3%, + transparent 0 + ), + linear-gradient(1turn, rgba(60, 10, 30, 0.04) 3%, transparent 0); +} +.md-editor-dark .smart-blue-theme { + --md-theme-color: #999; + background-image: linear-gradient( + 90deg, + hsla(0, 0%, 81%, 0.04) 3%, + hsla(0, 0%, 100%, 0) 0 + ), + linear-gradient(1turn, hsla(0, 0%, 81%, 0.04) 3%, hsla(0, 0%, 100%, 0) 0); +} +div.smart-blue-theme { + color: var(--md-theme-color); + font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, + PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; + background-size: 20px 20px; + background-position: 50%; +} +div.smart-blue-theme em strong, +div.smart-blue-theme strong { + color: #036aca; +} +div.smart-blue-theme hr { + border-top: 1px solid #135ce0; +} +.md-editor-checkbox { + cursor: pointer; + width: 12px; + height: 12px; + border: 1px solid var(--md-border-color); + background-color: var(--md-bk-color-outstand); + border-radius: 2px; + line-height: 1; + text-align: center; +} +.md-editor-checkbox:after { + content: ""; + font-weight: 700; +} +.md-editor-checkbox-checked:after { + content: "✓"; +} +.md-editor-divider { + position: relative; + display: inline-block; + width: 1px; + top: 0.1em; + height: 0.9em; + margin: 0 8px; + background-color: var(--md-border-color); +} +.md-editor-dropdown { + overflow: hidden; + box-sizing: border-box; + position: absolute; + transition: all 0.3s; + opacity: 1; + z-index: 10000; + background-color: var(--md-bk-color); +} +.md-editor-dropdown-hidden { + opacity: 0; + z-index: -10000; +} +.md-editor-dropdown-overlay { + margin-top: 6px; +} +.md-editor-modal-mask { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 20000; + height: 100%; + background-color: var(--md-modal-mask); +} +.md-editor-modal { + display: block; + background-color: var(--md-bk-color); + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, + sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + border-radius: 3px; + border: 1px solid var(--md-border-color); + position: fixed; + z-index: 20001; + box-shadow: var(--md-modal-shadow); +} +.md-editor-modal-header { + cursor: grab; + display: flex; + justify-content: space-between; + padding: 10px 24px; + color: var(--md-color); + font-weight: 600; + font-size: 16px; + line-height: 22px; + word-wrap: break-word; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + border-bottom: 1px solid var(--md-border-color); + position: relative; +} +.md-editor-modal-body { + padding: 20px; + font-size: 14px; + word-wrap: break-word; + height: calc(100% - 43px); + box-sizing: border-box; +} +.md-editor-modal .md-editor-modal-func { + position: absolute; + top: 10px; + right: 10px; +} +.md-editor-modal .md-editor-modal-func .md-editor-modal-adjust, +.md-editor-modal .md-editor-modal-func .md-editor-modal-close { + cursor: pointer; + width: 24px; + height: 24px; + line-height: 24px; + text-align: center; + display: inline-block; +} +.md-editor-modal .md-editor-modal-func .md-editor-modal-adjust { + padding-right: 10px; +} +.animation { + animation-duration: 0.15s; + animation-fill-mode: forwards; +} +@keyframes zoomIn { + 0% { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); + } + 50% { + opacity: 1; + } +} +.zoom-in { + animation-name: zoomIn; + animation-duration: 0.15s; + animation-fill-mode: forwards; +} +@keyframes zoomOut { + 0% { + opacity: 1; + } + 50% { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); + } + to { + opacity: 0; + } +} +.zoom-out { + animation-name: zoomOut; + animation-duration: 0.15s; + animation-fill-mode: forwards; +} +.md-editor-content { + position: relative; + display: flex; + flex: 1; + height: 0; + flex-shrink: 0; +} +.md-editor-content-wrapper { + display: flex; + flex: 1; + width: 0; + position: relative; +} +.md-editor-resize-operate { + position: absolute; + width: 2px; + height: 100%; + background-color: var(--md-bk-color); + z-index: 1; + cursor: col-resize; +} +.md-editor-input-wrapper { + box-sizing: border-box; +} +.md-editor-html { + font-size: 16px; + word-break: break-all; +} +.md-editor-footer { + height: 24px; + flex-shrink: 0; + font-size: 12px; + color: var(--md-color); + border-top: 1px solid var(--md-border-color); + display: flex; + justify-content: space-between; +} +.md-editor-footer-item { + display: inline-flex; + align-items: center; + height: 100%; + padding: 0 10px; +} +.md-editor-footer-item + .md-editor-footer-item { + padding-left: 0; +} +.md-editor-footer-label { + padding-right: 5px; + line-height: 1; +} +.md-editor-clip { + position: relative; + display: flex; + height: calc(100% - 52px); +} +.md-editor-clip-main, +.md-editor-clip-preview { + width: 50%; + height: 100%; + border: 1px solid var(--md-border-color); +} +.md-editor-clip-main { + margin-right: 1em; +} +.md-editor-clip-main .md-editor-clip-cropper { + position: relative; + width: 100%; + height: 100%; +} +.md-editor-clip-main .md-editor-clip-cropper .md-editor-clip-delete { + position: absolute; + top: 0; + right: 0; + font-size: 0; + background-color: var(--md-bk-color-outstand); + border-bottom-left-radius: 4px; + color: var(--md-color); + cursor: pointer; +} +.md-editor-clip-main .md-editor-clip-upload { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; + cursor: pointer; +} +.md-editor-clip-main .md-editor-clip-upload .md-editor-icon, +.md-editor-clip-main .md-editor-clip-upload .md-editor-iconfont { + width: auto; + height: 40px; + font-size: 40px; +} +.md-editor-clip-preview-target { + width: 100%; + height: 100%; + overflow: hidden; +} +.md-editor-form-item { + margin-bottom: 20px; + text-align: center; +} +.md-editor-form-item:last-of-type { + margin-bottom: 0; +} +.md-editor-label { + width: 80px; + text-align: center; + display: inline-block; +} +.md-editor-input, +.md-editor-label { + font-size: 14px; + color: var(--md-color); +} +.md-editor-input { + border-radius: 4px; + padding: 4px 11px; + line-height: 1.5715; + background-color: var(--md-bk-color); + background-image: none; + border: 1px solid var(--md-border-color); + transition: all 0.2s; +} +.md-editor-input:focus, +.md-editor-input:hover { + border-color: var(--md-border-hover-color); + outline: 0; +} +.md-editor-input:focus { + border-color: var(--md-border-active-color); +} +.md-editor-btn { + font-weight: 400; + text-align: center; + vertical-align: middle; + cursor: pointer; + border: 1px solid var(--md-border-color); + white-space: nowrap; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + height: 32px; + padding: 0 15px; + font-size: 14px; + border-radius: 4px; + transition: all 0.2s linear; + color: var(--md-color); + background-color: var(--md-bk-color); + border-color: var(--md-border-color); + margin-left: 10px; +} +.md-editor-btn:first-of-type { + margin-left: 0; +} +.md-editor-btn:hover { + color: var(--md-hover-color); + background-color: var(--md-bk-color); + border-color: var(--md-border-hover-color); +} +.md-editor-btn-row { + width: 100%; +} +@media (max-width: 688px) { + .md-editor-modal-clip .md-editor-modal { + max-width: calc(100% - 20px); + max-height: calc(100% - 20px); + margin: 10px; + left: 0 !important; + } + .md-editor-modal-clip .md-editor-clip { + flex-direction: column; + } + .md-editor-modal-clip .md-editor-clip-main, + .md-editor-modal-clip .md-editor-clip-preview { + width: 100%; + height: 0; + flex: 1; + } + .md-editor-modal-clip .md-editor-clip-main { + margin-bottom: 1em; + } +} +.md-editor-menu { + margin: 0; + padding: 0; + border-radius: 3px; + border: 1px solid var(--md-border-color); + background-color: inherit; +} +.md-editor-menu-item { + list-style: none; + font-size: 12px; + color: var(--md-color); + padding: 4px 10px; + cursor: pointer; + line-height: 16px; +} +.md-editor-menu-item:first-of-type { + padding-top: 8px; +} +.md-editor-menu-item:last-of-type { + padding-bottom: 8px; +} +.md-editor-menu-item:hover { + background-color: var(--md-bk-hover-color); +} +.md-editor-table-shape { + padding: 4px; + border-radius: 3px; + border: 1px solid var(--md-border-color); + display: flex; + flex-direction: column; +} +.md-editor-table-shape-row { + display: flex; +} +.md-editor-table-shape-col { + padding: 2px; + cursor: pointer; +} +.md-editor-table-shape-col-default { + width: 16px; + height: 16px; + background-color: #e0e0e0; + border-radius: 3px; + transition: all 0.2s; +} +.md-editor-table-shape-col-include { + background-color: #aaa; +} +.md-editor-toolbar-wrapper { + overflow-x: auto; + overflow-y: hidden; + scrollbar-width: none; + flex-shrink: 0; + padding: 4px; + border-bottom: 1px solid var(--md-border-color); +} +.md-editor-toolbar-wrapper::-webkit-scrollbar { + height: 0 !important; +} +.md-editor-toolbar-wrapper .md-editor-toolbar { + display: flex; + justify-content: space-between; + align-items: center; + box-sizing: content-box; +} +.md-editor-toolbar-wrapper .md-editor-toolbar-item { + display: flex; + flex-direction: column; + align-items: center; + margin: 0 2px; + padding: 0 2px; + transition: all 0.3s; + border-radius: 3px; + cursor: pointer; + list-style: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + text-align: center; +} +.md-editor-toolbar-wrapper .md-editor-toolbar-item-name { + font-size: 12px; + word-break: keep-all; + white-space: nowrap; +} +.md-editor-toolbar-wrapper .md-editor-toolbar-active, +.md-editor-toolbar-wrapper .md-editor-toolbar-item:hover { + background-color: var(--md-bk-color-outstand); +} +.md-editor-toolbar-wrapper .md-editor-toolbar-left, +.md-editor-toolbar-wrapper .md-editor-toolbar-right { + padding: 1px 0; + display: flex; + align-items: center; +} +.md-editor-toolbar-wrapper .md-editor-stn .md-editor-toolbar-item { + padding: 0 6px; +} +.md-editor-dark .md-editor-table-shape-col-default { + background-color: #222; +} +.md-editor-dark .md-editor-table-shape-col-include { + background-color: #555; +} +.md-editor .cm-editor { + font-size: 14px; + height: 100%; +} +.md-editor .cm-editor.cm-focused { + outline: none; +} +.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete { + border-radius: 3px; +} +.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete > ul { + border-radius: 3px; + min-width: -moz-fit-content; + min-width: fit-content; + max-width: -moz-fit-content; + max-width: fit-content; +} +.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete > ul li { + background-color: var(--md-bk-color); + color: var(--md-color); + padding: 4px 10px; + line-height: 16px; +} +.md-editor + .cm-editor + .cm-tooltip.cm-tooltip-autocomplete + > ul + li + .cm-completionIcon { + width: auto; +} +.md-editor + .cm-editor + .cm-tooltip.cm-tooltip-autocomplete + > ul + li[aria-selected] { + background-color: var(--md-bk-hover-color); +} +.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete .cm-completionInfo { + margin-top: -2px; + margin-left: 3px; + padding: 4px 9px; + border-radius: 3px; + overflow: hidden; + background-color: var(--md-bk-hover-color); + color: var(--md-color); +} +.md-editor-input-wrapper:has(+ *) .cm-scroller { + overflow-y: scroll; +} +.md-editor .cm-scroller .cm-content[contenteditable="true"] { + margin: 10px; + min-height: calc(100% - 20px); +} +.md-editor .cm-scroller .cm-gutters + .cm-content[contenteditable="true"] { + margin: 0; + min-height: 100%; +} +.md-editor .cm-scroller .cm-line { + line-height: inherit; +} +.md-editor .ͼ1 .cm-scroller { + font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace; + line-height: 20px; +} +.md-editor .cm-search .cm-textfield { + border-radius: 4px; + padding: 4px 11px; + color: var(--md-color); + font-size: 10px; + background-image: none; + border: 1px solid var(--md-border-color); + transition: all 0.2s; +} +.md-editor .cm-search .cm-textfield:focus, +.md-editor .cm-search .cm-textfield:hover { + border-color: var(--md-border-hover-color); + outline: 0; +} +.md-editor .cm-search .cm-textfield:focus { + border-color: var(--md-border-active-color); +} +.md-editor .cm-search .cm-button { + font-weight: 400; + text-align: center; + vertical-align: middle; + cursor: pointer; + border: 1px solid var(--md-border-color); + white-space: nowrap; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + height: 20px; + padding: 0 15px; + font-size: 10px; + border-radius: 4px; + transition: all 0.2s linear; + color: var(--md-color); + background-color: inherit; + background-image: none; + border-color: var(--md-border-color); +} +.md-editor .cm-search .cm-button:first-of-type { + margin-left: 0; +} +.md-editor .cm-search .cm-button:hover { + color: var(--md-hover-color); + background-color: inherit; + border-color: var(--md-border-hover-color); +} +.md-editor .cm-search input[type="checkbox"] { + vertical-align: sub; +} +.md-editor .cm-search input[type="checkbox"]:after { + display: block; + content: ""; + font-weight: 700; + cursor: pointer; + width: 12px; + height: 12px; + border: 1px solid var(--md-border-color); + background-color: var(--md-bk-color-outstand); + border-radius: 2px; + line-height: 1; + text-align: center; +} +.md-editor .cm-search input[type="checkbox"]:checked:after { + content: "✓"; + color: var(--md-color); +} +.md-editor .cm-search button[name="close"] { + color: inherit; + cursor: pointer; + right: 6px; +} +.md-editor-catalog-editor { + --md-color: #3f4a54; + --md-hover-color: #000; + --md-bk-color: #fff; + --md-bk-color-outstand: #f2f2f2; + --md-bk-hover-color: #f5f7fa; + --md-border-color: #e6e6e6; + --md-border-hover-color: #b9b9b9; + --md-border-active-color: #999; + --md-modal-mask: #00000073; + --md-modal-shadow: 0px 6px 24px 2px #00000019; + --md-scrollbar-bg-color: #e2e2e2; + --md-scrollbar-thumb-color: #0000004d; + --md-scrollbar-thumb-hover-color: #00000059; + --md-scrollbar-thumb-active-color: #00000061; + overflow: auto; + height: 100%; + background-color: var(--md-bk-color); + border-left: 1px solid var(--md-border-color); + width: 200px; + box-sizing: border-box; + margin: 0; + padding: 5px 10px; + font-size: 14px; + font-variant: tabular-nums; + line-height: 1.5715; + list-style: none; + font-feature-settings: "tnum"; + z-index: 2; +} +.md-editor-catalog-fixed { + position: absolute; + top: 0; + right: 0; +} +.md-editor-catalog-flat { + position: static; + flex-shrink: 0; +} +.md-editor-catalog-indicator { + height: 18px; + width: 4px; + background-color: #73d13d; + position: absolute; + border-radius: 4px; + transition: top 0.3s; +} +.md-editor-catalog > .md-editor-catalog-link { + padding: 5px 8px; +} +.md-editor-catalog-link { + padding: 5px 0 5px 1em; + display: flex; + flex-direction: column; +} +.md-editor-catalog-link span { + display: inline-block; + width: 100%; + position: relative; + overflow: hidden; + color: var(--md-color); + white-space: nowrap; + text-overflow: ellipsis; + transition: color 0.3s; + cursor: pointer; + line-height: 18px; +} +.md-editor-catalog-link span:hover { + color: #73d13d; +} +.md-editor-catalog-wrapper > .md-editor-catalog-link { + padding-top: 5px; + padding-bottom: 5px; +} +.md-editor-catalog-wrapper > .md-editor-catalog-link:first-of-type { + padding-top: 10px; +} +.md-editor-catalog-wrapper > .md-editor-catalog-link:last-of-type { + padding-bottom: 0; +} +.md-editor-catalog-active > span { + color: #73d13d; +} +.md-editor-catalog-dark { + --md-color: #999; + --md-hover-color: #bbb; + --md-bk-color: #000; + --md-bk-color-outstand: #333; + --md-bk-hover-color: #1b1a1a; + --md-border-color: #2d2d2d; + --md-border-hover-color: #636262; + --md-border-active-color: #777; + --md-modal-mask: #00000073; + --md-modal-shadow: 0px 6px 24px 2px #00000066; + --md-scrollbar-bg-color: #0f0f0f; + --md-scrollbar-thumb-color: #2d2d2d; + --md-scrollbar-thumb-hover-color: #3a3a3a; + --md-scrollbar-thumb-active-color: #3a3a3a; +} +.md-editor { + --md-color: #3f4a54; + --md-hover-color: #000; + --md-bk-color: #fff; + --md-bk-color-outstand: #f2f2f2; + --md-bk-hover-color: #f5f7fa; + --md-border-color: #e6e6e6; + --md-border-hover-color: #b9b9b9; + --md-border-active-color: #999; + --md-modal-mask: #00000073; + --md-modal-shadow: 0px 6px 24px 2px #00000019; + --md-scrollbar-bg-color: #e2e2e2; + --md-scrollbar-thumb-color: #0000004d; + --md-scrollbar-thumb-hover-color: #00000059; + --md-scrollbar-thumb-active-color: #00000061; + color: var(--md-color); + font-family: -apple-system, BlinkMacSystemFont, Segoe UI Variable, Segoe UI, + system-ui, ui-sans-serif, Helvetica, Arial, sans-serif, Apple Color Emoji, + Segoe UI Emoji; + width: 100%; + height: 500px; + position: relative; + box-sizing: border-box; + border: 1px solid var(--md-border-color); + display: flex; + flex-direction: column; + overflow: hidden; + background-color: var(--md-bk-color); +} +.md-editor ::-webkit-scrollbar { + width: 6px; + height: 6px; +} +.md-editor ::-webkit-scrollbar-corner, +.md-editor ::-webkit-scrollbar-track { + background-color: var(--md-scrollbar-bg-color); +} +.md-editor ::-webkit-scrollbar-thumb { + border-radius: 2px; + background-color: var(--md-scrollbar-thumb-color); +} +.md-editor ::-webkit-scrollbar-button:vertical { + display: none; +} +.md-editor ::-webkit-scrollbar-thumb:vertical:hover { + background-color: var(--md-scrollbar-thumb-hover-color); +} +.md-editor ::-webkit-scrollbar-thumb:vertical:active { + background-color: var(--md-scrollbar-thumb-active-color); +} +.md-editor .md-editor-fullscreen { + position: fixed !important; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: auto !important; + height: auto !important; + z-index: 10000; +} +svg.md-editor-icon { + width: 16px; + height: 16px; + padding: 4px; + fill: none; + overflow: hidden; + display: block; +} +.md-editor .lucide-list-icon, +.md-editor .lucide-list-ordered-icon, +.md-editor .lucide-list-todo-icon { + width: 18px; + height: 18px; + padding: 3px; +} +.md-editor-preview-wrapper { + position: relative; + flex: 1; + box-sizing: border-box; + overflow: auto; +} +.md-editor-preview { + font-size: 16px; + word-break: break-all; + overflow: hidden; + padding: 10px 20px; +} +.md-editor-modal-container { + --md-color: #3f4a54; + --md-hover-color: #000; + --md-bk-color: #fff; + --md-bk-color-outstand: #f2f2f2; + --md-bk-hover-color: #f5f7fa; + --md-border-color: #e6e6e6; + --md-border-hover-color: #b9b9b9; + --md-border-active-color: #999; + --md-modal-mask: #00000073; + --md-modal-shadow: 0px 6px 24px 2px #00000019; + --md-scrollbar-bg-color: #e2e2e2; + --md-scrollbar-thumb-color: #0000004d; + --md-scrollbar-thumb-hover-color: #00000059; + --md-scrollbar-thumb-active-color: #00000061; + color: var(--md-color); + font-family: -apple-system, BlinkMacSystemFont, Segoe UI Variable, Segoe UI, + system-ui, ui-sans-serif, Helvetica, Arial, sans-serif, Apple Color Emoji, + Segoe UI Emoji; +} +.md-editor-modal-container ::-webkit-scrollbar { + width: 6px; + height: 6px; +} +.md-editor-modal-container ::-webkit-scrollbar-corner, +.md-editor-modal-container ::-webkit-scrollbar-track { + background-color: var(--md-scrollbar-bg-color); +} +.md-editor-modal-container ::-webkit-scrollbar-thumb { + border-radius: 2px; + background-color: var(--md-scrollbar-thumb-color); +} +.md-editor-modal-container ::-webkit-scrollbar-button:vertical { + display: none; +} +.md-editor-modal-container ::-webkit-scrollbar-thumb:vertical:hover { + background-color: var(--md-scrollbar-thumb-hover-color); +} +.md-editor-modal-container ::-webkit-scrollbar-thumb:vertical:active { + background-color: var(--md-scrollbar-thumb-active-color); +} +.md-editor-modal-container .lucide-xicon { + width: 20px; + height: 20px; + padding: 2px; +} +.md-editor-previewOnly { + border: none; + height: auto; +} +.md-editor-previewOnly .md-editor-content { + height: 100%; +} +.md-editor-previewOnly .md-editor-preview { + padding: 0; +} +.md-editor-dark, +.md-editor-modal-container[data-theme="dark"] { + --md-color: #999; + --md-hover-color: #bbb; + --md-bk-color: #000; + --md-bk-color-outstand: #333; + --md-bk-hover-color: #1b1a1a; + --md-border-color: #2d2d2d; + --md-border-hover-color: #636262; + --md-border-active-color: #777; + --md-modal-mask: #00000073; + --md-modal-shadow: 0px 6px 24px 2px #00000066; + --md-scrollbar-bg-color: #0f0f0f; + --md-scrollbar-thumb-color: #2d2d2d; + --md-scrollbar-thumb-hover-color: #3a3a3a; + --md-scrollbar-thumb-active-color: #3a3a3a; +} +.medium-zoom-image--opened, +.medium-zoom-overlay { + z-index: 100001; +} +.md-editor-fullscreen { + position: fixed !important; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: auto !important; + height: auto !important; + z-index: 10000; +} +.md-editor-disabled { + cursor: not-allowed !important; +} diff --git a/app/doc/b.css b/app/doc/b.css new file mode 100644 index 0000000..4fc069a --- /dev/null +++ b/app/doc/b.css @@ -0,0 +1,37397 @@ +.p-panel-footer, +.text-0 { + color: var(--surface-0) !important; +} +.p-card, +.p-metergroup-label-text, +.p-panel, +.text-50 { + color: var(--surface-50) !important; +} +.p-inputtext, +.text-100 { + color: var(--surface-100) !important; +} +.border-500, +.p-inputtext { + border-color: var(--surface-500) !important; +} +.bg-cyan-800, +.p-dialog-content, +.p-dialog-footer, +.p-dialog-header, +.p-dialog.p-component { + background-color: var(--cyan-800) !important; +} +.bg-white, +.p-card, +.p-inputtext, +.p-panel, +.p-panel-footer { + background-color: #fff !important; +} +.p-button, +.p-card-header, +.p-panel-header, +.text-white { + color: #fff !important; +} +.no-underline, +a { + text-decoration: none !important; +} +.font-medium, +.p-component, +body { + font-weight: 500 !important; +} +.p-0, +.p-card-content, +.p-card-footer, +.p-panel-content { + padding: 0 !important; +} +.p-1, +.p-card-body { + padding: 0.25rem !important; +} +.p-2, +.p-card-header, +.p-panel-header { + padding: 0.5rem !important; +} +.p-card-header, +.p-panel-header, +.px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} +.m-0, +body { + margin: 0 !important; +} +.border-round-md, +.p-button, +.p-card, +.p-panel { + border-radius: 0.375rem !important; +} +.border-round-top-md, +.p-card-header, +.p-panel-header { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; +} +.border-round-bottom-md, +.p-panel-footer { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} +body { + background-color: #4d8; +} +.p-menubar.p-component { + padding: 0.8rem; +} +.p-card, +.p-panel { + border-color: #337ab7; +} +.p-card-header, +.p-panel-header { + background-color: #337ab7; + border-color: #337ab7; +} +.p-card-content, +.p-panel-content, +.p-panel-footer { + border-color: #337ab7; +} +.pitchLH { + transform: translateY(6px) translateX(-5px) rotate(20deg); +} +.pitchHL, +.pitchLH { + padding: 0.1rem 0 0.1rem 0; + border-right: 2px solid #ad3f31; + position: relative; + display: inline-block; + width: 10px; + height: 27px; +} +.pitchHL { + transform: translateY(9px) translateX(-5px) rotate(-20deg); +} +.pitchL { + border-bottom: 2px solid #ad3f31; +} +.pitchH, +.pitchL { + padding: 0.1rem 0 0.1rem 0; + position: relative; + margin-left: -2px; +} +.pitchH { + border-top: 2px solid #ad3f31; +} +.pitchH:after { + bottom: 92%; + left: 45%; +} +.pitchH:after, +.pitchL:after { + position: absolute; + background: #ad3f31; + border-radius: 50%; + content: ""; + color: #ad3f31; + width: 5px; + height: 5px; + border: 3px solid #ad3f31; +} +.pitchL:after { + top: 91%; + right: 30%; +} +.p-menubar-button, +.text-900 { + color: var(--surface-900) !important; +} +.bg-blue-800, +.p-menubar-root-list, +.p-submenu-list { + background-color: var(--blue-800) !important; +} +.mb-0, +.p-menubar-root-list { + margin-bottom: 0 !important; +} +@font-face { + font-family: Segoe Script; + src: url(/memocard/fonts/segoesc.2ae9c43e.ttf) format("truetype"); +} +#id-quote { + font-size: 28px; +} +#id-author, +#id-quote { + font-family: Segoe Script; + overflow: hidden; +} +#id-author { + font-size: 20px; + text-align: right; +} +.v-enter-active, +.v-leave-active { + transition: all 0.5s linear; +} +.v-enter-from, +.v-leave-to { + opacity: 0; + max-height: 0; +} +.v-enter-to, +.v-leave-from { + opacity: 1; + max-height: 100px; +} +.p-tree-filter-icon, +.p-tree-toggler, +.p-treenode-icon, +.text-50 { + color: var(--surface-50) !important; +} +.p-dataview-content { + height: 400px; +} +.p-paginator-element { + height: 14px; + min-width: 14px; +} +#learn-meter .p-metergroup-label-text, +.text-white { + color: #fff !important; +} +.bg-cyan-800 { + background-color: var(--cyan-800) !important; +} +.p-badge, +.text-white { + color: #fff !important; +} +#id-answer, +.text-xl { + font-size: 1.25rem !important; +} +.p-0 { + padding: 0 !important; +} +#id-answer, +.pb-1 { + padding-bottom: 0.25rem !important; +} +#id-answer, +.px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} +.pronounce { + color: #088; +} +.example { + color: #008; + font-style: italic; +} +.example:before { + content: ""; + font-family: bootstrap-icons !important; + font-style: normal; +} +.p-button { + box-shadow: 0 0 0 0; +} +#badge-learn { + top: 10px; + right: 0; + opacity: 80%; +} +#badge-result { + bottom: 10px; + right: 10px; + opacity: 80%; +} +#id-question.expand { + height: calc(100vh - 200px); +} +#id-question.shrink { + height: 60px; +} +@keyframes question_shrink { + 0% { + height: calc(100vh - 200px); + } + to { + height: 60px; + } +} +#id-question.shrink { + animation-name: question_shrink; + animation-duration: 0.6s; +} +@keyframes question_expand { + 0% { + height: 60px; + opacity: 1; + } + 50% { + opacity: 0; + } + to { + height: calc(100vh - 200px); + opacity: 1; + } +} +#id-question.expand { + animation-name: question_expand; + animation-duration: 0.6s; +} +#id-answer.expand { + height: calc(100vh - 160px); + opacity: 1; +} +#id-answer.shrink { + height: 0; + opacity: 0; +} +@keyframes answer_shrink { + 0% { + height: calc(100vh - 160px); + opacity: 1; + } + to { + height: 0; + opacity: 0; + } +} +#id-answer.shrink { + animation-name: answer_shrink; + animation-duration: 0.6s; +} +@keyframes answer_expand { + 0% { + height: 0; + opacity: 0; + } + to { + height: calc(100vh - 160px); + opacity: 1; + } +} +#id-answer.expand { + animation-name: answer_expand; + animation-duration: 0.6s; +} +#id-answer.fade { + animation-name: answer_fade; + animation-duration: 0.6s; +} +@keyframes answer_fade { + 0% { + opacity: 1; + } + 50% { + opacity: 0; + } + to { + opacity: 1; + } +} +#id-question.fadein { + opacity: 1; + animation-name: fadein; + animation-duration: 0.6s; +} +#id-question.fadeout { + opacity: 0; + animation-name: fadeout; + animation-duration: 0.3s; +} +.grid { + display: flex; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; + margin-top: -0.5rem; +} +.grid > .col, +.grid > [class*="col"] { + box-sizing: border-box; +} +.grid-nogutter { + margin-right: 0; + margin-left: 0; + margin-top: 0; +} +.grid-nogutter > .col, +.grid-nogutter > [class*="col-"] { + padding: 0; +} +.col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; +} +.col-1, +.col-fixed { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-1 { + width: 8.3333%; +} +.col-2 { + width: 16.6667%; +} +.col-2, +.col-3 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-3 { + width: 25%; +} +.col-4 { + width: 33.3333%; +} +.col-4, +.col-5 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-5 { + width: 41.6667%; +} +.col-6 { + width: 50%; +} +.col-6, +.col-7 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-7 { + width: 58.3333%; +} +.col-8 { + width: 66.6667%; +} +.col-8, +.col-9 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-9 { + width: 75%; +} +.col-10 { + width: 83.3333%; +} +.col-10, +.col-11 { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-11 { + width: 91.6667%; +} +.col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; +} +@media screen and (min-width: 576px) { + .sm\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .sm\:col-1, + .sm\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-1 { + width: 8.3333%; + } + .sm\:col-2 { + width: 16.6667%; + } + .sm\:col-2, + .sm\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-3 { + width: 25%; + } + .sm\:col-4 { + width: 33.3333%; + } + .sm\:col-4, + .sm\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-5 { + width: 41.6667%; + } + .sm\:col-6 { + width: 50%; + } + .sm\:col-6, + .sm\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-7 { + width: 58.3333%; + } + .sm\:col-8 { + width: 66.6667%; + } + .sm\:col-8, + .sm\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-9 { + width: 75%; + } + .sm\:col-10 { + width: 83.3333%; + } + .sm\:col-10, + .sm\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-11 { + width: 91.6667%; + } + .sm\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 768px) { + .md\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .md\:col-1, + .md\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-1 { + width: 8.3333%; + } + .md\:col-2 { + width: 16.6667%; + } + .md\:col-2, + .md\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-3 { + width: 25%; + } + .md\:col-4 { + width: 33.3333%; + } + .md\:col-4, + .md\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-5 { + width: 41.6667%; + } + .md\:col-6 { + width: 50%; + } + .md\:col-6, + .md\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-7 { + width: 58.3333%; + } + .md\:col-8 { + width: 66.6667%; + } + .md\:col-8, + .md\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-9 { + width: 75%; + } + .md\:col-10 { + width: 83.3333%; + } + .md\:col-10, + .md\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-11 { + width: 91.6667%; + } + .md\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 992px) { + .lg\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .lg\:col-1, + .lg\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-1 { + width: 8.3333%; + } + .lg\:col-2 { + width: 16.6667%; + } + .lg\:col-2, + .lg\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-3 { + width: 25%; + } + .lg\:col-4 { + width: 33.3333%; + } + .lg\:col-4, + .lg\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-5 { + width: 41.6667%; + } + .lg\:col-6 { + width: 50%; + } + .lg\:col-6, + .lg\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-7 { + width: 58.3333%; + } + .lg\:col-8 { + width: 66.6667%; + } + .lg\:col-8, + .lg\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-9 { + width: 75%; + } + .lg\:col-10 { + width: 83.3333%; + } + .lg\:col-10, + .lg\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-11 { + width: 91.6667%; + } + .lg\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 1200px) { + .xl\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .xl\:col-1, + .xl\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-1 { + width: 8.3333%; + } + .xl\:col-2 { + width: 16.6667%; + } + .xl\:col-2, + .xl\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-3 { + width: 25%; + } + .xl\:col-4 { + width: 33.3333%; + } + .xl\:col-4, + .xl\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-5 { + width: 41.6667%; + } + .xl\:col-6 { + width: 50%; + } + .xl\:col-6, + .xl\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-7 { + width: 58.3333%; + } + .xl\:col-8 { + width: 66.6667%; + } + .xl\:col-8, + .xl\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-9 { + width: 75%; + } + .xl\:col-10 { + width: 83.3333%; + } + .xl\:col-10, + .xl\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-11 { + width: 91.6667%; + } + .xl\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +.col-offset-0 { + margin-left: 0 !important; +} +.col-offset-1 { + margin-left: 8.3333% !important; +} +.col-offset-2 { + margin-left: 16.6667% !important; +} +.col-offset-3 { + margin-left: 25% !important; +} +.col-offset-4 { + margin-left: 33.3333% !important; +} +.col-offset-5 { + margin-left: 41.6667% !important; +} +.col-offset-6 { + margin-left: 50% !important; +} +.col-offset-7 { + margin-left: 58.3333% !important; +} +.col-offset-8 { + margin-left: 66.6667% !important; +} +.col-offset-9 { + margin-left: 75% !important; +} +.col-offset-10 { + margin-left: 83.3333% !important; +} +.col-offset-11 { + margin-left: 91.6667% !important; +} +.col-offset-12 { + margin-left: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:col-offset-0 { + margin-left: 0 !important; + } + .sm\:col-offset-1 { + margin-left: 8.3333% !important; + } + .sm\:col-offset-2 { + margin-left: 16.6667% !important; + } + .sm\:col-offset-3 { + margin-left: 25% !important; + } + .sm\:col-offset-4 { + margin-left: 33.3333% !important; + } + .sm\:col-offset-5 { + margin-left: 41.6667% !important; + } + .sm\:col-offset-6 { + margin-left: 50% !important; + } + .sm\:col-offset-7 { + margin-left: 58.3333% !important; + } + .sm\:col-offset-8 { + margin-left: 66.6667% !important; + } + .sm\:col-offset-9 { + margin-left: 75% !important; + } + .sm\:col-offset-10 { + margin-left: 83.3333% !important; + } + .sm\:col-offset-11 { + margin-left: 91.6667% !important; + } + .sm\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:col-offset-0 { + margin-left: 0 !important; + } + .md\:col-offset-1 { + margin-left: 8.3333% !important; + } + .md\:col-offset-2 { + margin-left: 16.6667% !important; + } + .md\:col-offset-3 { + margin-left: 25% !important; + } + .md\:col-offset-4 { + margin-left: 33.3333% !important; + } + .md\:col-offset-5 { + margin-left: 41.6667% !important; + } + .md\:col-offset-6 { + margin-left: 50% !important; + } + .md\:col-offset-7 { + margin-left: 58.3333% !important; + } + .md\:col-offset-8 { + margin-left: 66.6667% !important; + } + .md\:col-offset-9 { + margin-left: 75% !important; + } + .md\:col-offset-10 { + margin-left: 83.3333% !important; + } + .md\:col-offset-11 { + margin-left: 91.6667% !important; + } + .md\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:col-offset-0 { + margin-left: 0 !important; + } + .lg\:col-offset-1 { + margin-left: 8.3333% !important; + } + .lg\:col-offset-2 { + margin-left: 16.6667% !important; + } + .lg\:col-offset-3 { + margin-left: 25% !important; + } + .lg\:col-offset-4 { + margin-left: 33.3333% !important; + } + .lg\:col-offset-5 { + margin-left: 41.6667% !important; + } + .lg\:col-offset-6 { + margin-left: 50% !important; + } + .lg\:col-offset-7 { + margin-left: 58.3333% !important; + } + .lg\:col-offset-8 { + margin-left: 66.6667% !important; + } + .lg\:col-offset-9 { + margin-left: 75% !important; + } + .lg\:col-offset-10 { + margin-left: 83.3333% !important; + } + .lg\:col-offset-11 { + margin-left: 91.6667% !important; + } + .lg\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:col-offset-0 { + margin-left: 0 !important; + } + .xl\:col-offset-1 { + margin-left: 8.3333% !important; + } + .xl\:col-offset-2 { + margin-left: 16.6667% !important; + } + .xl\:col-offset-3 { + margin-left: 25% !important; + } + .xl\:col-offset-4 { + margin-left: 33.3333% !important; + } + .xl\:col-offset-5 { + margin-left: 41.6667% !important; + } + .xl\:col-offset-6 { + margin-left: 50% !important; + } + .xl\:col-offset-7 { + margin-left: 58.3333% !important; + } + .xl\:col-offset-8 { + margin-left: 66.6667% !important; + } + .xl\:col-offset-9 { + margin-left: 75% !important; + } + .xl\:col-offset-10 { + margin-left: 83.3333% !important; + } + .xl\:col-offset-11 { + margin-left: 91.6667% !important; + } + .xl\:col-offset-12 { + margin-left: 100% !important; + } +} +.text-0 { + color: var(--surface-0) !important; +} +.text-50 { + color: var(--surface-50) !important; +} +.text-100 { + color: var(--surface-100) !important; +} +.text-200 { + color: var(--surface-200) !important; +} +.text-300 { + color: var(--surface-300) !important; +} +.text-400 { + color: var(--surface-400) !important; +} +.text-500 { + color: var(--surface-500) !important; +} +.text-600 { + color: var(--surface-600) !important; +} +.text-700 { + color: var(--surface-700) !important; +} +.text-800 { + color: var(--surface-800) !important; +} +.text-900 { + color: var(--surface-900) !important; +} +.active\:text-0:active, +.focus\:text-0:focus, +.hover\:text-0:hover { + color: var(--surface-0) !important; +} +.active\:text-50:active, +.focus\:text-50:focus, +.hover\:text-50:hover { + color: var(--surface-50) !important; +} +.active\:text-100:active, +.focus\:text-100:focus, +.hover\:text-100:hover { + color: var(--surface-100) !important; +} +.active\:text-200:active, +.focus\:text-200:focus, +.hover\:text-200:hover { + color: var(--surface-200) !important; +} +.active\:text-300:active, +.focus\:text-300:focus, +.hover\:text-300:hover { + color: var(--surface-300) !important; +} +.active\:text-400:active, +.focus\:text-400:focus, +.hover\:text-400:hover { + color: var(--surface-400) !important; +} +.active\:text-500:active, +.focus\:text-500:focus, +.hover\:text-500:hover { + color: var(--surface-500) !important; +} +.active\:text-600:active, +.focus\:text-600:focus, +.hover\:text-600:hover { + color: var(--surface-600) !important; +} +.active\:text-700:active, +.focus\:text-700:focus, +.hover\:text-700:hover { + color: var(--surface-700) !important; +} +.active\:text-800:active, +.focus\:text-800:focus, +.hover\:text-800:hover { + color: var(--surface-800) !important; +} +.active\:text-900:active, +.focus\:text-900:focus, +.hover\:text-900:hover { + color: var(--surface-900) !important; +} +.surface-0 { + background-color: var(--surface-0) !important; +} +.surface-50 { + background-color: var(--surface-50) !important; +} +.surface-100 { + background-color: var(--surface-100) !important; +} +.surface-200 { + background-color: var(--surface-200) !important; +} +.surface-300 { + background-color: var(--surface-300) !important; +} +.surface-400 { + background-color: var(--surface-400) !important; +} +.surface-500 { + background-color: var(--surface-500) !important; +} +.surface-600 { + background-color: var(--surface-600) !important; +} +.surface-700 { + background-color: var(--surface-700) !important; +} +.surface-800 { + background-color: var(--surface-800) !important; +} +.surface-900 { + background-color: var(--surface-900) !important; +} +.active\:surface-0:active, +.focus\:surface-0:focus, +.hover\:surface-0:hover { + background-color: var(--surface-0) !important; +} +.active\:surface-50:active, +.focus\:surface-50:focus, +.hover\:surface-50:hover { + background-color: var(--surface-50) !important; +} +.active\:surface-100:active, +.focus\:surface-100:focus, +.hover\:surface-100:hover { + background-color: var(--surface-100) !important; +} +.active\:surface-200:active, +.focus\:surface-200:focus, +.hover\:surface-200:hover { + background-color: var(--surface-200) !important; +} +.active\:surface-300:active, +.focus\:surface-300:focus, +.hover\:surface-300:hover { + background-color: var(--surface-300) !important; +} +.active\:surface-400:active, +.focus\:surface-400:focus, +.hover\:surface-400:hover { + background-color: var(--surface-400) !important; +} +.active\:surface-500:active, +.focus\:surface-500:focus, +.hover\:surface-500:hover { + background-color: var(--surface-500) !important; +} +.active\:surface-600:active, +.focus\:surface-600:focus, +.hover\:surface-600:hover { + background-color: var(--surface-600) !important; +} +.active\:surface-700:active, +.focus\:surface-700:focus, +.hover\:surface-700:hover { + background-color: var(--surface-700) !important; +} +.active\:surface-800:active, +.focus\:surface-800:focus, +.hover\:surface-800:hover { + background-color: var(--surface-800) !important; +} +.active\:surface-900:active, +.focus\:surface-900:focus, +.hover\:surface-900:hover { + background-color: var(--surface-900) !important; +} +.border-0 { + border-color: var(--surface-0) !important; +} +.border-50 { + border-color: var(--surface-50) !important; +} +.border-100 { + border-color: var(--surface-100) !important; +} +.border-200 { + border-color: var(--surface-200) !important; +} +.border-300 { + border-color: var(--surface-300) !important; +} +.border-400 { + border-color: var(--surface-400) !important; +} +.border-500 { + border-color: var(--surface-500) !important; +} +.border-600 { + border-color: var(--surface-600) !important; +} +.border-700 { + border-color: var(--surface-700) !important; +} +.border-800 { + border-color: var(--surface-800) !important; +} +.border-900 { + border-color: var(--surface-900) !important; +} +.active\:border-0:active, +.focus\:border-0:focus, +.hover\:border-0:hover { + border-color: var(--surface-0) !important; +} +.active\:border-50:active, +.focus\:border-50:focus, +.hover\:border-50:hover { + border-color: var(--surface-50) !important; +} +.active\:border-100:active, +.focus\:border-100:focus, +.hover\:border-100:hover { + border-color: var(--surface-100) !important; +} +.active\:border-200:active, +.focus\:border-200:focus, +.hover\:border-200:hover { + border-color: var(--surface-200) !important; +} +.active\:border-300:active, +.focus\:border-300:focus, +.hover\:border-300:hover { + border-color: var(--surface-300) !important; +} +.active\:border-400:active, +.focus\:border-400:focus, +.hover\:border-400:hover { + border-color: var(--surface-400) !important; +} +.active\:border-500:active, +.focus\:border-500:focus, +.hover\:border-500:hover { + border-color: var(--surface-500) !important; +} +.active\:border-600:active, +.focus\:border-600:focus, +.hover\:border-600:hover { + border-color: var(--surface-600) !important; +} +.active\:border-700:active, +.focus\:border-700:focus, +.hover\:border-700:hover { + border-color: var(--surface-700) !important; +} +.active\:border-800:active, +.focus\:border-800:focus, +.hover\:border-800:hover { + border-color: var(--surface-800) !important; +} +.active\:border-900:active, +.focus\:border-900:focus, +.hover\:border-900:hover { + border-color: var(--surface-900) !important; +} +.bg-transparent { + background-color: transparent !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-transparent { + background-color: transparent !important; + } +} +.border-transparent { + border-color: transparent !important; +} +@media screen and (min-width: 576px) { + .sm\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-transparent { + border-color: transparent !important; + } +} +.text-blue-50 { + color: var(--blue-50) !important; +} +.text-blue-100 { + color: var(--blue-100) !important; +} +.text-blue-200 { + color: var(--blue-200) !important; +} +.text-blue-300 { + color: var(--blue-300) !important; +} +.text-blue-400 { + color: var(--blue-400) !important; +} +.text-blue-500 { + color: var(--blue-500) !important; +} +.text-blue-600 { + color: var(--blue-600) !important; +} +.text-blue-700 { + color: var(--blue-700) !important; +} +.text-blue-800 { + color: var(--blue-800) !important; +} +.text-blue-900 { + color: var(--blue-900) !important; +} +.focus\:text-blue-50:focus { + color: var(--blue-50) !important; +} +.focus\:text-blue-100:focus { + color: var(--blue-100) !important; +} +.focus\:text-blue-200:focus { + color: var(--blue-200) !important; +} +.focus\:text-blue-300:focus { + color: var(--blue-300) !important; +} +.focus\:text-blue-400:focus { + color: var(--blue-400) !important; +} +.focus\:text-blue-500:focus { + color: var(--blue-500) !important; +} +.focus\:text-blue-600:focus { + color: var(--blue-600) !important; +} +.focus\:text-blue-700:focus { + color: var(--blue-700) !important; +} +.focus\:text-blue-800:focus { + color: var(--blue-800) !important; +} +.focus\:text-blue-900:focus { + color: var(--blue-900) !important; +} +.hover\:text-blue-50:hover { + color: var(--blue-50) !important; +} +.hover\:text-blue-100:hover { + color: var(--blue-100) !important; +} +.hover\:text-blue-200:hover { + color: var(--blue-200) !important; +} +.hover\:text-blue-300:hover { + color: var(--blue-300) !important; +} +.hover\:text-blue-400:hover { + color: var(--blue-400) !important; +} +.hover\:text-blue-500:hover { + color: var(--blue-500) !important; +} +.hover\:text-blue-600:hover { + color: var(--blue-600) !important; +} +.hover\:text-blue-700:hover { + color: var(--blue-700) !important; +} +.hover\:text-blue-800:hover { + color: var(--blue-800) !important; +} +.hover\:text-blue-900:hover { + color: var(--blue-900) !important; +} +.active\:text-blue-50:active { + color: var(--blue-50) !important; +} +.active\:text-blue-100:active { + color: var(--blue-100) !important; +} +.active\:text-blue-200:active { + color: var(--blue-200) !important; +} +.active\:text-blue-300:active { + color: var(--blue-300) !important; +} +.active\:text-blue-400:active { + color: var(--blue-400) !important; +} +.active\:text-blue-500:active { + color: var(--blue-500) !important; +} +.active\:text-blue-600:active { + color: var(--blue-600) !important; +} +.active\:text-blue-700:active { + color: var(--blue-700) !important; +} +.active\:text-blue-800:active { + color: var(--blue-800) !important; +} +.active\:text-blue-900:active { + color: var(--blue-900) !important; +} +.text-green-50 { + color: var(--green-50) !important; +} +.text-green-100 { + color: var(--green-100) !important; +} +.text-green-200 { + color: var(--green-200) !important; +} +.text-green-300 { + color: var(--green-300) !important; +} +.text-green-400 { + color: var(--green-400) !important; +} +.text-green-500 { + color: var(--green-500) !important; +} +.text-green-600 { + color: var(--green-600) !important; +} +.text-green-700 { + color: var(--green-700) !important; +} +.text-green-800 { + color: var(--green-800) !important; +} +.text-green-900 { + color: var(--green-900) !important; +} +.focus\:text-green-50:focus { + color: var(--green-50) !important; +} +.focus\:text-green-100:focus { + color: var(--green-100) !important; +} +.focus\:text-green-200:focus { + color: var(--green-200) !important; +} +.focus\:text-green-300:focus { + color: var(--green-300) !important; +} +.focus\:text-green-400:focus { + color: var(--green-400) !important; +} +.focus\:text-green-500:focus { + color: var(--green-500) !important; +} +.focus\:text-green-600:focus { + color: var(--green-600) !important; +} +.focus\:text-green-700:focus { + color: var(--green-700) !important; +} +.focus\:text-green-800:focus { + color: var(--green-800) !important; +} +.focus\:text-green-900:focus { + color: var(--green-900) !important; +} +.hover\:text-green-50:hover { + color: var(--green-50) !important; +} +.hover\:text-green-100:hover { + color: var(--green-100) !important; +} +.hover\:text-green-200:hover { + color: var(--green-200) !important; +} +.hover\:text-green-300:hover { + color: var(--green-300) !important; +} +.hover\:text-green-400:hover { + color: var(--green-400) !important; +} +.hover\:text-green-500:hover { + color: var(--green-500) !important; +} +.hover\:text-green-600:hover { + color: var(--green-600) !important; +} +.hover\:text-green-700:hover { + color: var(--green-700) !important; +} +.hover\:text-green-800:hover { + color: var(--green-800) !important; +} +.hover\:text-green-900:hover { + color: var(--green-900) !important; +} +.active\:text-green-50:active { + color: var(--green-50) !important; +} +.active\:text-green-100:active { + color: var(--green-100) !important; +} +.active\:text-green-200:active { + color: var(--green-200) !important; +} +.active\:text-green-300:active { + color: var(--green-300) !important; +} +.active\:text-green-400:active { + color: var(--green-400) !important; +} +.active\:text-green-500:active { + color: var(--green-500) !important; +} +.active\:text-green-600:active { + color: var(--green-600) !important; +} +.active\:text-green-700:active { + color: var(--green-700) !important; +} +.active\:text-green-800:active { + color: var(--green-800) !important; +} +.active\:text-green-900:active { + color: var(--green-900) !important; +} +.text-yellow-50 { + color: var(--yellow-50) !important; +} +.text-yellow-100 { + color: var(--yellow-100) !important; +} +.text-yellow-200 { + color: var(--yellow-200) !important; +} +.text-yellow-300 { + color: var(--yellow-300) !important; +} +.text-yellow-400 { + color: var(--yellow-400) !important; +} +.text-yellow-500 { + color: var(--yellow-500) !important; +} +.text-yellow-600 { + color: var(--yellow-600) !important; +} +.text-yellow-700 { + color: var(--yellow-700) !important; +} +.text-yellow-800 { + color: var(--yellow-800) !important; +} +.text-yellow-900 { + color: var(--yellow-900) !important; +} +.focus\:text-yellow-50:focus { + color: var(--yellow-50) !important; +} +.focus\:text-yellow-100:focus { + color: var(--yellow-100) !important; +} +.focus\:text-yellow-200:focus { + color: var(--yellow-200) !important; +} +.focus\:text-yellow-300:focus { + color: var(--yellow-300) !important; +} +.focus\:text-yellow-400:focus { + color: var(--yellow-400) !important; +} +.focus\:text-yellow-500:focus { + color: var(--yellow-500) !important; +} +.focus\:text-yellow-600:focus { + color: var(--yellow-600) !important; +} +.focus\:text-yellow-700:focus { + color: var(--yellow-700) !important; +} +.focus\:text-yellow-800:focus { + color: var(--yellow-800) !important; +} +.focus\:text-yellow-900:focus { + color: var(--yellow-900) !important; +} +.hover\:text-yellow-50:hover { + color: var(--yellow-50) !important; +} +.hover\:text-yellow-100:hover { + color: var(--yellow-100) !important; +} +.hover\:text-yellow-200:hover { + color: var(--yellow-200) !important; +} +.hover\:text-yellow-300:hover { + color: var(--yellow-300) !important; +} +.hover\:text-yellow-400:hover { + color: var(--yellow-400) !important; +} +.hover\:text-yellow-500:hover { + color: var(--yellow-500) !important; +} +.hover\:text-yellow-600:hover { + color: var(--yellow-600) !important; +} +.hover\:text-yellow-700:hover { + color: var(--yellow-700) !important; +} +.hover\:text-yellow-800:hover { + color: var(--yellow-800) !important; +} +.hover\:text-yellow-900:hover { + color: var(--yellow-900) !important; +} +.active\:text-yellow-50:active { + color: var(--yellow-50) !important; +} +.active\:text-yellow-100:active { + color: var(--yellow-100) !important; +} +.active\:text-yellow-200:active { + color: var(--yellow-200) !important; +} +.active\:text-yellow-300:active { + color: var(--yellow-300) !important; +} +.active\:text-yellow-400:active { + color: var(--yellow-400) !important; +} +.active\:text-yellow-500:active { + color: var(--yellow-500) !important; +} +.active\:text-yellow-600:active { + color: var(--yellow-600) !important; +} +.active\:text-yellow-700:active { + color: var(--yellow-700) !important; +} +.active\:text-yellow-800:active { + color: var(--yellow-800) !important; +} +.active\:text-yellow-900:active { + color: var(--yellow-900) !important; +} +.text-cyan-50 { + color: var(--cyan-50) !important; +} +.text-cyan-100 { + color: var(--cyan-100) !important; +} +.text-cyan-200 { + color: var(--cyan-200) !important; +} +.text-cyan-300 { + color: var(--cyan-300) !important; +} +.text-cyan-400 { + color: var(--cyan-400) !important; +} +.text-cyan-500 { + color: var(--cyan-500) !important; +} +.text-cyan-600 { + color: var(--cyan-600) !important; +} +.text-cyan-700 { + color: var(--cyan-700) !important; +} +.text-cyan-800 { + color: var(--cyan-800) !important; +} +.text-cyan-900 { + color: var(--cyan-900) !important; +} +.focus\:text-cyan-50:focus { + color: var(--cyan-50) !important; +} +.focus\:text-cyan-100:focus { + color: var(--cyan-100) !important; +} +.focus\:text-cyan-200:focus { + color: var(--cyan-200) !important; +} +.focus\:text-cyan-300:focus { + color: var(--cyan-300) !important; +} +.focus\:text-cyan-400:focus { + color: var(--cyan-400) !important; +} +.focus\:text-cyan-500:focus { + color: var(--cyan-500) !important; +} +.focus\:text-cyan-600:focus { + color: var(--cyan-600) !important; +} +.focus\:text-cyan-700:focus { + color: var(--cyan-700) !important; +} +.focus\:text-cyan-800:focus { + color: var(--cyan-800) !important; +} +.focus\:text-cyan-900:focus { + color: var(--cyan-900) !important; +} +.hover\:text-cyan-50:hover { + color: var(--cyan-50) !important; +} +.hover\:text-cyan-100:hover { + color: var(--cyan-100) !important; +} +.hover\:text-cyan-200:hover { + color: var(--cyan-200) !important; +} +.hover\:text-cyan-300:hover { + color: var(--cyan-300) !important; +} +.hover\:text-cyan-400:hover { + color: var(--cyan-400) !important; +} +.hover\:text-cyan-500:hover { + color: var(--cyan-500) !important; +} +.hover\:text-cyan-600:hover { + color: var(--cyan-600) !important; +} +.hover\:text-cyan-700:hover { + color: var(--cyan-700) !important; +} +.hover\:text-cyan-800:hover { + color: var(--cyan-800) !important; +} +.hover\:text-cyan-900:hover { + color: var(--cyan-900) !important; +} +.active\:text-cyan-50:active { + color: var(--cyan-50) !important; +} +.active\:text-cyan-100:active { + color: var(--cyan-100) !important; +} +.active\:text-cyan-200:active { + color: var(--cyan-200) !important; +} +.active\:text-cyan-300:active { + color: var(--cyan-300) !important; +} +.active\:text-cyan-400:active { + color: var(--cyan-400) !important; +} +.active\:text-cyan-500:active { + color: var(--cyan-500) !important; +} +.active\:text-cyan-600:active { + color: var(--cyan-600) !important; +} +.active\:text-cyan-700:active { + color: var(--cyan-700) !important; +} +.active\:text-cyan-800:active { + color: var(--cyan-800) !important; +} +.active\:text-cyan-900:active { + color: var(--cyan-900) !important; +} +.text-pink-50 { + color: var(--pink-50) !important; +} +.text-pink-100 { + color: var(--pink-100) !important; +} +.text-pink-200 { + color: var(--pink-200) !important; +} +.text-pink-300 { + color: var(--pink-300) !important; +} +.text-pink-400 { + color: var(--pink-400) !important; +} +.text-pink-500 { + color: var(--pink-500) !important; +} +.text-pink-600 { + color: var(--pink-600) !important; +} +.text-pink-700 { + color: var(--pink-700) !important; +} +.text-pink-800 { + color: var(--pink-800) !important; +} +.text-pink-900 { + color: var(--pink-900) !important; +} +.focus\:text-pink-50:focus { + color: var(--pink-50) !important; +} +.focus\:text-pink-100:focus { + color: var(--pink-100) !important; +} +.focus\:text-pink-200:focus { + color: var(--pink-200) !important; +} +.focus\:text-pink-300:focus { + color: var(--pink-300) !important; +} +.focus\:text-pink-400:focus { + color: var(--pink-400) !important; +} +.focus\:text-pink-500:focus { + color: var(--pink-500) !important; +} +.focus\:text-pink-600:focus { + color: var(--pink-600) !important; +} +.focus\:text-pink-700:focus { + color: var(--pink-700) !important; +} +.focus\:text-pink-800:focus { + color: var(--pink-800) !important; +} +.focus\:text-pink-900:focus { + color: var(--pink-900) !important; +} +.hover\:text-pink-50:hover { + color: var(--pink-50) !important; +} +.hover\:text-pink-100:hover { + color: var(--pink-100) !important; +} +.hover\:text-pink-200:hover { + color: var(--pink-200) !important; +} +.hover\:text-pink-300:hover { + color: var(--pink-300) !important; +} +.hover\:text-pink-400:hover { + color: var(--pink-400) !important; +} +.hover\:text-pink-500:hover { + color: var(--pink-500) !important; +} +.hover\:text-pink-600:hover { + color: var(--pink-600) !important; +} +.hover\:text-pink-700:hover { + color: var(--pink-700) !important; +} +.hover\:text-pink-800:hover { + color: var(--pink-800) !important; +} +.hover\:text-pink-900:hover { + color: var(--pink-900) !important; +} +.active\:text-pink-50:active { + color: var(--pink-50) !important; +} +.active\:text-pink-100:active { + color: var(--pink-100) !important; +} +.active\:text-pink-200:active { + color: var(--pink-200) !important; +} +.active\:text-pink-300:active { + color: var(--pink-300) !important; +} +.active\:text-pink-400:active { + color: var(--pink-400) !important; +} +.active\:text-pink-500:active { + color: var(--pink-500) !important; +} +.active\:text-pink-600:active { + color: var(--pink-600) !important; +} +.active\:text-pink-700:active { + color: var(--pink-700) !important; +} +.active\:text-pink-800:active { + color: var(--pink-800) !important; +} +.active\:text-pink-900:active { + color: var(--pink-900) !important; +} +.text-indigo-50 { + color: var(--indigo-50) !important; +} +.text-indigo-100 { + color: var(--indigo-100) !important; +} +.text-indigo-200 { + color: var(--indigo-200) !important; +} +.text-indigo-300 { + color: var(--indigo-300) !important; +} +.text-indigo-400 { + color: var(--indigo-400) !important; +} +.text-indigo-500 { + color: var(--indigo-500) !important; +} +.text-indigo-600 { + color: var(--indigo-600) !important; +} +.text-indigo-700 { + color: var(--indigo-700) !important; +} +.text-indigo-800 { + color: var(--indigo-800) !important; +} +.text-indigo-900 { + color: var(--indigo-900) !important; +} +.focus\:text-indigo-50:focus { + color: var(--indigo-50) !important; +} +.focus\:text-indigo-100:focus { + color: var(--indigo-100) !important; +} +.focus\:text-indigo-200:focus { + color: var(--indigo-200) !important; +} +.focus\:text-indigo-300:focus { + color: var(--indigo-300) !important; +} +.focus\:text-indigo-400:focus { + color: var(--indigo-400) !important; +} +.focus\:text-indigo-500:focus { + color: var(--indigo-500) !important; +} +.focus\:text-indigo-600:focus { + color: var(--indigo-600) !important; +} +.focus\:text-indigo-700:focus { + color: var(--indigo-700) !important; +} +.focus\:text-indigo-800:focus { + color: var(--indigo-800) !important; +} +.focus\:text-indigo-900:focus { + color: var(--indigo-900) !important; +} +.hover\:text-indigo-50:hover { + color: var(--indigo-50) !important; +} +.hover\:text-indigo-100:hover { + color: var(--indigo-100) !important; +} +.hover\:text-indigo-200:hover { + color: var(--indigo-200) !important; +} +.hover\:text-indigo-300:hover { + color: var(--indigo-300) !important; +} +.hover\:text-indigo-400:hover { + color: var(--indigo-400) !important; +} +.hover\:text-indigo-500:hover { + color: var(--indigo-500) !important; +} +.hover\:text-indigo-600:hover { + color: var(--indigo-600) !important; +} +.hover\:text-indigo-700:hover { + color: var(--indigo-700) !important; +} +.hover\:text-indigo-800:hover { + color: var(--indigo-800) !important; +} +.hover\:text-indigo-900:hover { + color: var(--indigo-900) !important; +} +.active\:text-indigo-50:active { + color: var(--indigo-50) !important; +} +.active\:text-indigo-100:active { + color: var(--indigo-100) !important; +} +.active\:text-indigo-200:active { + color: var(--indigo-200) !important; +} +.active\:text-indigo-300:active { + color: var(--indigo-300) !important; +} +.active\:text-indigo-400:active { + color: var(--indigo-400) !important; +} +.active\:text-indigo-500:active { + color: var(--indigo-500) !important; +} +.active\:text-indigo-600:active { + color: var(--indigo-600) !important; +} +.active\:text-indigo-700:active { + color: var(--indigo-700) !important; +} +.active\:text-indigo-800:active { + color: var(--indigo-800) !important; +} +.active\:text-indigo-900:active { + color: var(--indigo-900) !important; +} +.text-teal-50 { + color: var(--teal-50) !important; +} +.text-teal-100 { + color: var(--teal-100) !important; +} +.text-teal-200 { + color: var(--teal-200) !important; +} +.text-teal-300 { + color: var(--teal-300) !important; +} +.text-teal-400 { + color: var(--teal-400) !important; +} +.text-teal-500 { + color: var(--teal-500) !important; +} +.text-teal-600 { + color: var(--teal-600) !important; +} +.text-teal-700 { + color: var(--teal-700) !important; +} +.text-teal-800 { + color: var(--teal-800) !important; +} +.text-teal-900 { + color: var(--teal-900) !important; +} +.focus\:text-teal-50:focus { + color: var(--teal-50) !important; +} +.focus\:text-teal-100:focus { + color: var(--teal-100) !important; +} +.focus\:text-teal-200:focus { + color: var(--teal-200) !important; +} +.focus\:text-teal-300:focus { + color: var(--teal-300) !important; +} +.focus\:text-teal-400:focus { + color: var(--teal-400) !important; +} +.focus\:text-teal-500:focus { + color: var(--teal-500) !important; +} +.focus\:text-teal-600:focus { + color: var(--teal-600) !important; +} +.focus\:text-teal-700:focus { + color: var(--teal-700) !important; +} +.focus\:text-teal-800:focus { + color: var(--teal-800) !important; +} +.focus\:text-teal-900:focus { + color: var(--teal-900) !important; +} +.hover\:text-teal-50:hover { + color: var(--teal-50) !important; +} +.hover\:text-teal-100:hover { + color: var(--teal-100) !important; +} +.hover\:text-teal-200:hover { + color: var(--teal-200) !important; +} +.hover\:text-teal-300:hover { + color: var(--teal-300) !important; +} +.hover\:text-teal-400:hover { + color: var(--teal-400) !important; +} +.hover\:text-teal-500:hover { + color: var(--teal-500) !important; +} +.hover\:text-teal-600:hover { + color: var(--teal-600) !important; +} +.hover\:text-teal-700:hover { + color: var(--teal-700) !important; +} +.hover\:text-teal-800:hover { + color: var(--teal-800) !important; +} +.hover\:text-teal-900:hover { + color: var(--teal-900) !important; +} +.active\:text-teal-50:active { + color: var(--teal-50) !important; +} +.active\:text-teal-100:active { + color: var(--teal-100) !important; +} +.active\:text-teal-200:active { + color: var(--teal-200) !important; +} +.active\:text-teal-300:active { + color: var(--teal-300) !important; +} +.active\:text-teal-400:active { + color: var(--teal-400) !important; +} +.active\:text-teal-500:active { + color: var(--teal-500) !important; +} +.active\:text-teal-600:active { + color: var(--teal-600) !important; +} +.active\:text-teal-700:active { + color: var(--teal-700) !important; +} +.active\:text-teal-800:active { + color: var(--teal-800) !important; +} +.active\:text-teal-900:active { + color: var(--teal-900) !important; +} +.text-orange-50 { + color: var(--orange-50) !important; +} +.text-orange-100 { + color: var(--orange-100) !important; +} +.text-orange-200 { + color: var(--orange-200) !important; +} +.text-orange-300 { + color: var(--orange-300) !important; +} +.text-orange-400 { + color: var(--orange-400) !important; +} +.text-orange-500 { + color: var(--orange-500) !important; +} +.text-orange-600 { + color: var(--orange-600) !important; +} +.text-orange-700 { + color: var(--orange-700) !important; +} +.text-orange-800 { + color: var(--orange-800) !important; +} +.text-orange-900 { + color: var(--orange-900) !important; +} +.focus\:text-orange-50:focus { + color: var(--orange-50) !important; +} +.focus\:text-orange-100:focus { + color: var(--orange-100) !important; +} +.focus\:text-orange-200:focus { + color: var(--orange-200) !important; +} +.focus\:text-orange-300:focus { + color: var(--orange-300) !important; +} +.focus\:text-orange-400:focus { + color: var(--orange-400) !important; +} +.focus\:text-orange-500:focus { + color: var(--orange-500) !important; +} +.focus\:text-orange-600:focus { + color: var(--orange-600) !important; +} +.focus\:text-orange-700:focus { + color: var(--orange-700) !important; +} +.focus\:text-orange-800:focus { + color: var(--orange-800) !important; +} +.focus\:text-orange-900:focus { + color: var(--orange-900) !important; +} +.hover\:text-orange-50:hover { + color: var(--orange-50) !important; +} +.hover\:text-orange-100:hover { + color: var(--orange-100) !important; +} +.hover\:text-orange-200:hover { + color: var(--orange-200) !important; +} +.hover\:text-orange-300:hover { + color: var(--orange-300) !important; +} +.hover\:text-orange-400:hover { + color: var(--orange-400) !important; +} +.hover\:text-orange-500:hover { + color: var(--orange-500) !important; +} +.hover\:text-orange-600:hover { + color: var(--orange-600) !important; +} +.hover\:text-orange-700:hover { + color: var(--orange-700) !important; +} +.hover\:text-orange-800:hover { + color: var(--orange-800) !important; +} +.hover\:text-orange-900:hover { + color: var(--orange-900) !important; +} +.active\:text-orange-50:active { + color: var(--orange-50) !important; +} +.active\:text-orange-100:active { + color: var(--orange-100) !important; +} +.active\:text-orange-200:active { + color: var(--orange-200) !important; +} +.active\:text-orange-300:active { + color: var(--orange-300) !important; +} +.active\:text-orange-400:active { + color: var(--orange-400) !important; +} +.active\:text-orange-500:active { + color: var(--orange-500) !important; +} +.active\:text-orange-600:active { + color: var(--orange-600) !important; +} +.active\:text-orange-700:active { + color: var(--orange-700) !important; +} +.active\:text-orange-800:active { + color: var(--orange-800) !important; +} +.active\:text-orange-900:active { + color: var(--orange-900) !important; +} +.text-bluegray-50 { + color: var(--bluegray-50) !important; +} +.text-bluegray-100 { + color: var(--bluegray-100) !important; +} +.text-bluegray-200 { + color: var(--bluegray-200) !important; +} +.text-bluegray-300 { + color: var(--bluegray-300) !important; +} +.text-bluegray-400 { + color: var(--bluegray-400) !important; +} +.text-bluegray-500 { + color: var(--bluegray-500) !important; +} +.text-bluegray-600 { + color: var(--bluegray-600) !important; +} +.text-bluegray-700 { + color: var(--bluegray-700) !important; +} +.text-bluegray-800 { + color: var(--bluegray-800) !important; +} +.text-bluegray-900 { + color: var(--bluegray-900) !important; +} +.focus\:text-bluegray-50:focus { + color: var(--bluegray-50) !important; +} +.focus\:text-bluegray-100:focus { + color: var(--bluegray-100) !important; +} +.focus\:text-bluegray-200:focus { + color: var(--bluegray-200) !important; +} +.focus\:text-bluegray-300:focus { + color: var(--bluegray-300) !important; +} +.focus\:text-bluegray-400:focus { + color: var(--bluegray-400) !important; +} +.focus\:text-bluegray-500:focus { + color: var(--bluegray-500) !important; +} +.focus\:text-bluegray-600:focus { + color: var(--bluegray-600) !important; +} +.focus\:text-bluegray-700:focus { + color: var(--bluegray-700) !important; +} +.focus\:text-bluegray-800:focus { + color: var(--bluegray-800) !important; +} +.focus\:text-bluegray-900:focus { + color: var(--bluegray-900) !important; +} +.hover\:text-bluegray-50:hover { + color: var(--bluegray-50) !important; +} +.hover\:text-bluegray-100:hover { + color: var(--bluegray-100) !important; +} +.hover\:text-bluegray-200:hover { + color: var(--bluegray-200) !important; +} +.hover\:text-bluegray-300:hover { + color: var(--bluegray-300) !important; +} +.hover\:text-bluegray-400:hover { + color: var(--bluegray-400) !important; +} +.hover\:text-bluegray-500:hover { + color: var(--bluegray-500) !important; +} +.hover\:text-bluegray-600:hover { + color: var(--bluegray-600) !important; +} +.hover\:text-bluegray-700:hover { + color: var(--bluegray-700) !important; +} +.hover\:text-bluegray-800:hover { + color: var(--bluegray-800) !important; +} +.hover\:text-bluegray-900:hover { + color: var(--bluegray-900) !important; +} +.active\:text-bluegray-50:active { + color: var(--bluegray-50) !important; +} +.active\:text-bluegray-100:active { + color: var(--bluegray-100) !important; +} +.active\:text-bluegray-200:active { + color: var(--bluegray-200) !important; +} +.active\:text-bluegray-300:active { + color: var(--bluegray-300) !important; +} +.active\:text-bluegray-400:active { + color: var(--bluegray-400) !important; +} +.active\:text-bluegray-500:active { + color: var(--bluegray-500) !important; +} +.active\:text-bluegray-600:active { + color: var(--bluegray-600) !important; +} +.active\:text-bluegray-700:active { + color: var(--bluegray-700) !important; +} +.active\:text-bluegray-800:active { + color: var(--bluegray-800) !important; +} +.active\:text-bluegray-900:active { + color: var(--bluegray-900) !important; +} +.text-purple-50 { + color: var(--purple-50) !important; +} +.text-purple-100 { + color: var(--purple-100) !important; +} +.text-purple-200 { + color: var(--purple-200) !important; +} +.text-purple-300 { + color: var(--purple-300) !important; +} +.text-purple-400 { + color: var(--purple-400) !important; +} +.text-purple-500 { + color: var(--purple-500) !important; +} +.text-purple-600 { + color: var(--purple-600) !important; +} +.text-purple-700 { + color: var(--purple-700) !important; +} +.text-purple-800 { + color: var(--purple-800) !important; +} +.text-purple-900 { + color: var(--purple-900) !important; +} +.focus\:text-purple-50:focus { + color: var(--purple-50) !important; +} +.focus\:text-purple-100:focus { + color: var(--purple-100) !important; +} +.focus\:text-purple-200:focus { + color: var(--purple-200) !important; +} +.focus\:text-purple-300:focus { + color: var(--purple-300) !important; +} +.focus\:text-purple-400:focus { + color: var(--purple-400) !important; +} +.focus\:text-purple-500:focus { + color: var(--purple-500) !important; +} +.focus\:text-purple-600:focus { + color: var(--purple-600) !important; +} +.focus\:text-purple-700:focus { + color: var(--purple-700) !important; +} +.focus\:text-purple-800:focus { + color: var(--purple-800) !important; +} +.focus\:text-purple-900:focus { + color: var(--purple-900) !important; +} +.hover\:text-purple-50:hover { + color: var(--purple-50) !important; +} +.hover\:text-purple-100:hover { + color: var(--purple-100) !important; +} +.hover\:text-purple-200:hover { + color: var(--purple-200) !important; +} +.hover\:text-purple-300:hover { + color: var(--purple-300) !important; +} +.hover\:text-purple-400:hover { + color: var(--purple-400) !important; +} +.hover\:text-purple-500:hover { + color: var(--purple-500) !important; +} +.hover\:text-purple-600:hover { + color: var(--purple-600) !important; +} +.hover\:text-purple-700:hover { + color: var(--purple-700) !important; +} +.hover\:text-purple-800:hover { + color: var(--purple-800) !important; +} +.hover\:text-purple-900:hover { + color: var(--purple-900) !important; +} +.active\:text-purple-50:active { + color: var(--purple-50) !important; +} +.active\:text-purple-100:active { + color: var(--purple-100) !important; +} +.active\:text-purple-200:active { + color: var(--purple-200) !important; +} +.active\:text-purple-300:active { + color: var(--purple-300) !important; +} +.active\:text-purple-400:active { + color: var(--purple-400) !important; +} +.active\:text-purple-500:active { + color: var(--purple-500) !important; +} +.active\:text-purple-600:active { + color: var(--purple-600) !important; +} +.active\:text-purple-700:active { + color: var(--purple-700) !important; +} +.active\:text-purple-800:active { + color: var(--purple-800) !important; +} +.active\:text-purple-900:active { + color: var(--purple-900) !important; +} +.text-gray-50 { + color: var(--gray-50) !important; +} +.text-gray-100 { + color: var(--gray-100) !important; +} +.text-gray-200 { + color: var(--gray-200) !important; +} +.text-gray-300 { + color: var(--gray-300) !important; +} +.text-gray-400 { + color: var(--gray-400) !important; +} +.text-gray-500 { + color: var(--gray-500) !important; +} +.text-gray-600 { + color: var(--gray-600) !important; +} +.text-gray-700 { + color: var(--gray-700) !important; +} +.text-gray-800 { + color: var(--gray-800) !important; +} +.text-gray-900 { + color: var(--gray-900) !important; +} +.focus\:text-gray-50:focus { + color: var(--gray-50) !important; +} +.focus\:text-gray-100:focus { + color: var(--gray-100) !important; +} +.focus\:text-gray-200:focus { + color: var(--gray-200) !important; +} +.focus\:text-gray-300:focus { + color: var(--gray-300) !important; +} +.focus\:text-gray-400:focus { + color: var(--gray-400) !important; +} +.focus\:text-gray-500:focus { + color: var(--gray-500) !important; +} +.focus\:text-gray-600:focus { + color: var(--gray-600) !important; +} +.focus\:text-gray-700:focus { + color: var(--gray-700) !important; +} +.focus\:text-gray-800:focus { + color: var(--gray-800) !important; +} +.focus\:text-gray-900:focus { + color: var(--gray-900) !important; +} +.hover\:text-gray-50:hover { + color: var(--gray-50) !important; +} +.hover\:text-gray-100:hover { + color: var(--gray-100) !important; +} +.hover\:text-gray-200:hover { + color: var(--gray-200) !important; +} +.hover\:text-gray-300:hover { + color: var(--gray-300) !important; +} +.hover\:text-gray-400:hover { + color: var(--gray-400) !important; +} +.hover\:text-gray-500:hover { + color: var(--gray-500) !important; +} +.hover\:text-gray-600:hover { + color: var(--gray-600) !important; +} +.hover\:text-gray-700:hover { + color: var(--gray-700) !important; +} +.hover\:text-gray-800:hover { + color: var(--gray-800) !important; +} +.hover\:text-gray-900:hover { + color: var(--gray-900) !important; +} +.active\:text-gray-50:active { + color: var(--gray-50) !important; +} +.active\:text-gray-100:active { + color: var(--gray-100) !important; +} +.active\:text-gray-200:active { + color: var(--gray-200) !important; +} +.active\:text-gray-300:active { + color: var(--gray-300) !important; +} +.active\:text-gray-400:active { + color: var(--gray-400) !important; +} +.active\:text-gray-500:active { + color: var(--gray-500) !important; +} +.active\:text-gray-600:active { + color: var(--gray-600) !important; +} +.active\:text-gray-700:active { + color: var(--gray-700) !important; +} +.active\:text-gray-800:active { + color: var(--gray-800) !important; +} +.active\:text-gray-900:active { + color: var(--gray-900) !important; +} +.text-red-50 { + color: var(--red-50) !important; +} +.text-red-100 { + color: var(--red-100) !important; +} +.text-red-200 { + color: var(--red-200) !important; +} +.text-red-300 { + color: var(--red-300) !important; +} +.text-red-400 { + color: var(--red-400) !important; +} +.text-red-500 { + color: var(--red-500) !important; +} +.text-red-600 { + color: var(--red-600) !important; +} +.text-red-700 { + color: var(--red-700) !important; +} +.text-red-800 { + color: var(--red-800) !important; +} +.text-red-900 { + color: var(--red-900) !important; +} +.focus\:text-red-50:focus { + color: var(--red-50) !important; +} +.focus\:text-red-100:focus { + color: var(--red-100) !important; +} +.focus\:text-red-200:focus { + color: var(--red-200) !important; +} +.focus\:text-red-300:focus { + color: var(--red-300) !important; +} +.focus\:text-red-400:focus { + color: var(--red-400) !important; +} +.focus\:text-red-500:focus { + color: var(--red-500) !important; +} +.focus\:text-red-600:focus { + color: var(--red-600) !important; +} +.focus\:text-red-700:focus { + color: var(--red-700) !important; +} +.focus\:text-red-800:focus { + color: var(--red-800) !important; +} +.focus\:text-red-900:focus { + color: var(--red-900) !important; +} +.hover\:text-red-50:hover { + color: var(--red-50) !important; +} +.hover\:text-red-100:hover { + color: var(--red-100) !important; +} +.hover\:text-red-200:hover { + color: var(--red-200) !important; +} +.hover\:text-red-300:hover { + color: var(--red-300) !important; +} +.hover\:text-red-400:hover { + color: var(--red-400) !important; +} +.hover\:text-red-500:hover { + color: var(--red-500) !important; +} +.hover\:text-red-600:hover { + color: var(--red-600) !important; +} +.hover\:text-red-700:hover { + color: var(--red-700) !important; +} +.hover\:text-red-800:hover { + color: var(--red-800) !important; +} +.hover\:text-red-900:hover { + color: var(--red-900) !important; +} +.active\:text-red-50:active { + color: var(--red-50) !important; +} +.active\:text-red-100:active { + color: var(--red-100) !important; +} +.active\:text-red-200:active { + color: var(--red-200) !important; +} +.active\:text-red-300:active { + color: var(--red-300) !important; +} +.active\:text-red-400:active { + color: var(--red-400) !important; +} +.active\:text-red-500:active { + color: var(--red-500) !important; +} +.active\:text-red-600:active { + color: var(--red-600) !important; +} +.active\:text-red-700:active { + color: var(--red-700) !important; +} +.active\:text-red-800:active { + color: var(--red-800) !important; +} +.active\:text-red-900:active { + color: var(--red-900) !important; +} +.text-primary-50 { + color: var(--primary-50) !important; +} +.text-primary-100 { + color: var(--primary-100) !important; +} +.text-primary-200 { + color: var(--primary-200) !important; +} +.text-primary-300 { + color: var(--primary-300) !important; +} +.text-primary-400 { + color: var(--primary-400) !important; +} +.text-primary-500 { + color: var(--primary-500) !important; +} +.text-primary-600 { + color: var(--primary-600) !important; +} +.text-primary-700 { + color: var(--primary-700) !important; +} +.text-primary-800 { + color: var(--primary-800) !important; +} +.text-primary-900 { + color: var(--primary-900) !important; +} +.focus\:text-primary-50:focus { + color: var(--primary-50) !important; +} +.focus\:text-primary-100:focus { + color: var(--primary-100) !important; +} +.focus\:text-primary-200:focus { + color: var(--primary-200) !important; +} +.focus\:text-primary-300:focus { + color: var(--primary-300) !important; +} +.focus\:text-primary-400:focus { + color: var(--primary-400) !important; +} +.focus\:text-primary-500:focus { + color: var(--primary-500) !important; +} +.focus\:text-primary-600:focus { + color: var(--primary-600) !important; +} +.focus\:text-primary-700:focus { + color: var(--primary-700) !important; +} +.focus\:text-primary-800:focus { + color: var(--primary-800) !important; +} +.focus\:text-primary-900:focus { + color: var(--primary-900) !important; +} +.hover\:text-primary-50:hover { + color: var(--primary-50) !important; +} +.hover\:text-primary-100:hover { + color: var(--primary-100) !important; +} +.hover\:text-primary-200:hover { + color: var(--primary-200) !important; +} +.hover\:text-primary-300:hover { + color: var(--primary-300) !important; +} +.hover\:text-primary-400:hover { + color: var(--primary-400) !important; +} +.hover\:text-primary-500:hover { + color: var(--primary-500) !important; +} +.hover\:text-primary-600:hover { + color: var(--primary-600) !important; +} +.hover\:text-primary-700:hover { + color: var(--primary-700) !important; +} +.hover\:text-primary-800:hover { + color: var(--primary-800) !important; +} +.hover\:text-primary-900:hover { + color: var(--primary-900) !important; +} +.active\:text-primary-50:active { + color: var(--primary-50) !important; +} +.active\:text-primary-100:active { + color: var(--primary-100) !important; +} +.active\:text-primary-200:active { + color: var(--primary-200) !important; +} +.active\:text-primary-300:active { + color: var(--primary-300) !important; +} +.active\:text-primary-400:active { + color: var(--primary-400) !important; +} +.active\:text-primary-500:active { + color: var(--primary-500) !important; +} +.active\:text-primary-600:active { + color: var(--primary-600) !important; +} +.active\:text-primary-700:active { + color: var(--primary-700) !important; +} +.active\:text-primary-800:active { + color: var(--primary-800) !important; +} +.active\:text-primary-900:active { + color: var(--primary-900) !important; +} +.bg-blue-50 { + background-color: var(--blue-50) !important; +} +.bg-blue-100 { + background-color: var(--blue-100) !important; +} +.bg-blue-200 { + background-color: var(--blue-200) !important; +} +.bg-blue-300 { + background-color: var(--blue-300) !important; +} +.bg-blue-400 { + background-color: var(--blue-400) !important; +} +.bg-blue-500 { + background-color: var(--blue-500) !important; +} +.bg-blue-600 { + background-color: var(--blue-600) !important; +} +.bg-blue-700 { + background-color: var(--blue-700) !important; +} +.bg-blue-800 { + background-color: var(--blue-800) !important; +} +.bg-blue-900 { + background-color: var(--blue-900) !important; +} +.focus\:bg-blue-50:focus { + background-color: var(--blue-50) !important; +} +.focus\:bg-blue-100:focus { + background-color: var(--blue-100) !important; +} +.focus\:bg-blue-200:focus { + background-color: var(--blue-200) !important; +} +.focus\:bg-blue-300:focus { + background-color: var(--blue-300) !important; +} +.focus\:bg-blue-400:focus { + background-color: var(--blue-400) !important; +} +.focus\:bg-blue-500:focus { + background-color: var(--blue-500) !important; +} +.focus\:bg-blue-600:focus { + background-color: var(--blue-600) !important; +} +.focus\:bg-blue-700:focus { + background-color: var(--blue-700) !important; +} +.focus\:bg-blue-800:focus { + background-color: var(--blue-800) !important; +} +.focus\:bg-blue-900:focus { + background-color: var(--blue-900) !important; +} +.hover\:bg-blue-50:hover { + background-color: var(--blue-50) !important; +} +.hover\:bg-blue-100:hover { + background-color: var(--blue-100) !important; +} +.hover\:bg-blue-200:hover { + background-color: var(--blue-200) !important; +} +.hover\:bg-blue-300:hover { + background-color: var(--blue-300) !important; +} +.hover\:bg-blue-400:hover { + background-color: var(--blue-400) !important; +} +.hover\:bg-blue-500:hover { + background-color: var(--blue-500) !important; +} +.hover\:bg-blue-600:hover { + background-color: var(--blue-600) !important; +} +.hover\:bg-blue-700:hover { + background-color: var(--blue-700) !important; +} +.hover\:bg-blue-800:hover { + background-color: var(--blue-800) !important; +} +.hover\:bg-blue-900:hover { + background-color: var(--blue-900) !important; +} +.active\:bg-blue-50:active { + background-color: var(--blue-50) !important; +} +.active\:bg-blue-100:active { + background-color: var(--blue-100) !important; +} +.active\:bg-blue-200:active { + background-color: var(--blue-200) !important; +} +.active\:bg-blue-300:active { + background-color: var(--blue-300) !important; +} +.active\:bg-blue-400:active { + background-color: var(--blue-400) !important; +} +.active\:bg-blue-500:active { + background-color: var(--blue-500) !important; +} +.active\:bg-blue-600:active { + background-color: var(--blue-600) !important; +} +.active\:bg-blue-700:active { + background-color: var(--blue-700) !important; +} +.active\:bg-blue-800:active { + background-color: var(--blue-800) !important; +} +.active\:bg-blue-900:active { + background-color: var(--blue-900) !important; +} +.bg-green-50 { + background-color: var(--green-50) !important; +} +.bg-green-100 { + background-color: var(--green-100) !important; +} +.bg-green-200 { + background-color: var(--green-200) !important; +} +.bg-green-300 { + background-color: var(--green-300) !important; +} +.bg-green-400 { + background-color: var(--green-400) !important; +} +.bg-green-500 { + background-color: var(--green-500) !important; +} +.bg-green-600 { + background-color: var(--green-600) !important; +} +.bg-green-700 { + background-color: var(--green-700) !important; +} +.bg-green-800 { + background-color: var(--green-800) !important; +} +.bg-green-900 { + background-color: var(--green-900) !important; +} +.focus\:bg-green-50:focus { + background-color: var(--green-50) !important; +} +.focus\:bg-green-100:focus { + background-color: var(--green-100) !important; +} +.focus\:bg-green-200:focus { + background-color: var(--green-200) !important; +} +.focus\:bg-green-300:focus { + background-color: var(--green-300) !important; +} +.focus\:bg-green-400:focus { + background-color: var(--green-400) !important; +} +.focus\:bg-green-500:focus { + background-color: var(--green-500) !important; +} +.focus\:bg-green-600:focus { + background-color: var(--green-600) !important; +} +.focus\:bg-green-700:focus { + background-color: var(--green-700) !important; +} +.focus\:bg-green-800:focus { + background-color: var(--green-800) !important; +} +.focus\:bg-green-900:focus { + background-color: var(--green-900) !important; +} +.hover\:bg-green-50:hover { + background-color: var(--green-50) !important; +} +.hover\:bg-green-100:hover { + background-color: var(--green-100) !important; +} +.hover\:bg-green-200:hover { + background-color: var(--green-200) !important; +} +.hover\:bg-green-300:hover { + background-color: var(--green-300) !important; +} +.hover\:bg-green-400:hover { + background-color: var(--green-400) !important; +} +.hover\:bg-green-500:hover { + background-color: var(--green-500) !important; +} +.hover\:bg-green-600:hover { + background-color: var(--green-600) !important; +} +.hover\:bg-green-700:hover { + background-color: var(--green-700) !important; +} +.hover\:bg-green-800:hover { + background-color: var(--green-800) !important; +} +.hover\:bg-green-900:hover { + background-color: var(--green-900) !important; +} +.active\:bg-green-50:active { + background-color: var(--green-50) !important; +} +.active\:bg-green-100:active { + background-color: var(--green-100) !important; +} +.active\:bg-green-200:active { + background-color: var(--green-200) !important; +} +.active\:bg-green-300:active { + background-color: var(--green-300) !important; +} +.active\:bg-green-400:active { + background-color: var(--green-400) !important; +} +.active\:bg-green-500:active { + background-color: var(--green-500) !important; +} +.active\:bg-green-600:active { + background-color: var(--green-600) !important; +} +.active\:bg-green-700:active { + background-color: var(--green-700) !important; +} +.active\:bg-green-800:active { + background-color: var(--green-800) !important; +} +.active\:bg-green-900:active { + background-color: var(--green-900) !important; +} +.bg-yellow-50 { + background-color: var(--yellow-50) !important; +} +.bg-yellow-100 { + background-color: var(--yellow-100) !important; +} +.bg-yellow-200 { + background-color: var(--yellow-200) !important; +} +.bg-yellow-300 { + background-color: var(--yellow-300) !important; +} +.bg-yellow-400 { + background-color: var(--yellow-400) !important; +} +.bg-yellow-500 { + background-color: var(--yellow-500) !important; +} +.bg-yellow-600 { + background-color: var(--yellow-600) !important; +} +.bg-yellow-700 { + background-color: var(--yellow-700) !important; +} +.bg-yellow-800 { + background-color: var(--yellow-800) !important; +} +.bg-yellow-900 { + background-color: var(--yellow-900) !important; +} +.focus\:bg-yellow-50:focus { + background-color: var(--yellow-50) !important; +} +.focus\:bg-yellow-100:focus { + background-color: var(--yellow-100) !important; +} +.focus\:bg-yellow-200:focus { + background-color: var(--yellow-200) !important; +} +.focus\:bg-yellow-300:focus { + background-color: var(--yellow-300) !important; +} +.focus\:bg-yellow-400:focus { + background-color: var(--yellow-400) !important; +} +.focus\:bg-yellow-500:focus { + background-color: var(--yellow-500) !important; +} +.focus\:bg-yellow-600:focus { + background-color: var(--yellow-600) !important; +} +.focus\:bg-yellow-700:focus { + background-color: var(--yellow-700) !important; +} +.focus\:bg-yellow-800:focus { + background-color: var(--yellow-800) !important; +} +.focus\:bg-yellow-900:focus { + background-color: var(--yellow-900) !important; +} +.hover\:bg-yellow-50:hover { + background-color: var(--yellow-50) !important; +} +.hover\:bg-yellow-100:hover { + background-color: var(--yellow-100) !important; +} +.hover\:bg-yellow-200:hover { + background-color: var(--yellow-200) !important; +} +.hover\:bg-yellow-300:hover { + background-color: var(--yellow-300) !important; +} +.hover\:bg-yellow-400:hover { + background-color: var(--yellow-400) !important; +} +.hover\:bg-yellow-500:hover { + background-color: var(--yellow-500) !important; +} +.hover\:bg-yellow-600:hover { + background-color: var(--yellow-600) !important; +} +.hover\:bg-yellow-700:hover { + background-color: var(--yellow-700) !important; +} +.hover\:bg-yellow-800:hover { + background-color: var(--yellow-800) !important; +} +.hover\:bg-yellow-900:hover { + background-color: var(--yellow-900) !important; +} +.active\:bg-yellow-50:active { + background-color: var(--yellow-50) !important; +} +.active\:bg-yellow-100:active { + background-color: var(--yellow-100) !important; +} +.active\:bg-yellow-200:active { + background-color: var(--yellow-200) !important; +} +.active\:bg-yellow-300:active { + background-color: var(--yellow-300) !important; +} +.active\:bg-yellow-400:active { + background-color: var(--yellow-400) !important; +} +.active\:bg-yellow-500:active { + background-color: var(--yellow-500) !important; +} +.active\:bg-yellow-600:active { + background-color: var(--yellow-600) !important; +} +.active\:bg-yellow-700:active { + background-color: var(--yellow-700) !important; +} +.active\:bg-yellow-800:active { + background-color: var(--yellow-800) !important; +} +.active\:bg-yellow-900:active { + background-color: var(--yellow-900) !important; +} +.bg-cyan-50 { + background-color: var(--cyan-50) !important; +} +.bg-cyan-100 { + background-color: var(--cyan-100) !important; +} +.bg-cyan-200 { + background-color: var(--cyan-200) !important; +} +.bg-cyan-300 { + background-color: var(--cyan-300) !important; +} +.bg-cyan-400 { + background-color: var(--cyan-400) !important; +} +.bg-cyan-500 { + background-color: var(--cyan-500) !important; +} +.bg-cyan-600 { + background-color: var(--cyan-600) !important; +} +.bg-cyan-700 { + background-color: var(--cyan-700) !important; +} +.bg-cyan-800, +.p-toolbar.p-component { + background-color: var(--cyan-800) !important; +} +.bg-cyan-900 { + background-color: var(--cyan-900) !important; +} +.focus\:bg-cyan-50:focus { + background-color: var(--cyan-50) !important; +} +.focus\:bg-cyan-100:focus { + background-color: var(--cyan-100) !important; +} +.focus\:bg-cyan-200:focus { + background-color: var(--cyan-200) !important; +} +.focus\:bg-cyan-300:focus { + background-color: var(--cyan-300) !important; +} +.focus\:bg-cyan-400:focus { + background-color: var(--cyan-400) !important; +} +.focus\:bg-cyan-500:focus { + background-color: var(--cyan-500) !important; +} +.focus\:bg-cyan-600:focus { + background-color: var(--cyan-600) !important; +} +.focus\:bg-cyan-700:focus { + background-color: var(--cyan-700) !important; +} +.focus\:bg-cyan-800:focus { + background-color: var(--cyan-800) !important; +} +.focus\:bg-cyan-900:focus { + background-color: var(--cyan-900) !important; +} +.hover\:bg-cyan-50:hover { + background-color: var(--cyan-50) !important; +} +.hover\:bg-cyan-100:hover { + background-color: var(--cyan-100) !important; +} +.hover\:bg-cyan-200:hover { + background-color: var(--cyan-200) !important; +} +.hover\:bg-cyan-300:hover { + background-color: var(--cyan-300) !important; +} +.hover\:bg-cyan-400:hover { + background-color: var(--cyan-400) !important; +} +.hover\:bg-cyan-500:hover { + background-color: var(--cyan-500) !important; +} +.hover\:bg-cyan-600:hover { + background-color: var(--cyan-600) !important; +} +.hover\:bg-cyan-700:hover { + background-color: var(--cyan-700) !important; +} +.hover\:bg-cyan-800:hover { + background-color: var(--cyan-800) !important; +} +.hover\:bg-cyan-900:hover { + background-color: var(--cyan-900) !important; +} +.active\:bg-cyan-50:active { + background-color: var(--cyan-50) !important; +} +.active\:bg-cyan-100:active { + background-color: var(--cyan-100) !important; +} +.active\:bg-cyan-200:active { + background-color: var(--cyan-200) !important; +} +.active\:bg-cyan-300:active { + background-color: var(--cyan-300) !important; +} +.active\:bg-cyan-400:active { + background-color: var(--cyan-400) !important; +} +.active\:bg-cyan-500:active { + background-color: var(--cyan-500) !important; +} +.active\:bg-cyan-600:active { + background-color: var(--cyan-600) !important; +} +.active\:bg-cyan-700:active { + background-color: var(--cyan-700) !important; +} +.active\:bg-cyan-800:active { + background-color: var(--cyan-800) !important; +} +.active\:bg-cyan-900:active { + background-color: var(--cyan-900) !important; +} +.bg-pink-50 { + background-color: var(--pink-50) !important; +} +.bg-pink-100 { + background-color: var(--pink-100) !important; +} +.bg-pink-200 { + background-color: var(--pink-200) !important; +} +.bg-pink-300 { + background-color: var(--pink-300) !important; +} +.bg-pink-400 { + background-color: var(--pink-400) !important; +} +.bg-pink-500 { + background-color: var(--pink-500) !important; +} +.bg-pink-600 { + background-color: var(--pink-600) !important; +} +.bg-pink-700 { + background-color: var(--pink-700) !important; +} +.bg-pink-800 { + background-color: var(--pink-800) !important; +} +.bg-pink-900 { + background-color: var(--pink-900) !important; +} +.focus\:bg-pink-50:focus { + background-color: var(--pink-50) !important; +} +.focus\:bg-pink-100:focus { + background-color: var(--pink-100) !important; +} +.focus\:bg-pink-200:focus { + background-color: var(--pink-200) !important; +} +.focus\:bg-pink-300:focus { + background-color: var(--pink-300) !important; +} +.focus\:bg-pink-400:focus { + background-color: var(--pink-400) !important; +} +.focus\:bg-pink-500:focus { + background-color: var(--pink-500) !important; +} +.focus\:bg-pink-600:focus { + background-color: var(--pink-600) !important; +} +.focus\:bg-pink-700:focus { + background-color: var(--pink-700) !important; +} +.focus\:bg-pink-800:focus { + background-color: var(--pink-800) !important; +} +.focus\:bg-pink-900:focus { + background-color: var(--pink-900) !important; +} +.hover\:bg-pink-50:hover { + background-color: var(--pink-50) !important; +} +.hover\:bg-pink-100:hover { + background-color: var(--pink-100) !important; +} +.hover\:bg-pink-200:hover { + background-color: var(--pink-200) !important; +} +.hover\:bg-pink-300:hover { + background-color: var(--pink-300) !important; +} +.hover\:bg-pink-400:hover { + background-color: var(--pink-400) !important; +} +.hover\:bg-pink-500:hover { + background-color: var(--pink-500) !important; +} +.hover\:bg-pink-600:hover { + background-color: var(--pink-600) !important; +} +.hover\:bg-pink-700:hover { + background-color: var(--pink-700) !important; +} +.hover\:bg-pink-800:hover { + background-color: var(--pink-800) !important; +} +.hover\:bg-pink-900:hover { + background-color: var(--pink-900) !important; +} +.active\:bg-pink-50:active { + background-color: var(--pink-50) !important; +} +.active\:bg-pink-100:active { + background-color: var(--pink-100) !important; +} +.active\:bg-pink-200:active { + background-color: var(--pink-200) !important; +} +.active\:bg-pink-300:active { + background-color: var(--pink-300) !important; +} +.active\:bg-pink-400:active { + background-color: var(--pink-400) !important; +} +.active\:bg-pink-500:active { + background-color: var(--pink-500) !important; +} +.active\:bg-pink-600:active { + background-color: var(--pink-600) !important; +} +.active\:bg-pink-700:active { + background-color: var(--pink-700) !important; +} +.active\:bg-pink-800:active { + background-color: var(--pink-800) !important; +} +.active\:bg-pink-900:active { + background-color: var(--pink-900) !important; +} +.bg-indigo-50 { + background-color: var(--indigo-50) !important; +} +.bg-indigo-100 { + background-color: var(--indigo-100) !important; +} +.bg-indigo-200 { + background-color: var(--indigo-200) !important; +} +.bg-indigo-300 { + background-color: var(--indigo-300) !important; +} +.bg-indigo-400 { + background-color: var(--indigo-400) !important; +} +.bg-indigo-500 { + background-color: var(--indigo-500) !important; +} +.bg-indigo-600 { + background-color: var(--indigo-600) !important; +} +.bg-indigo-700 { + background-color: var(--indigo-700) !important; +} +.bg-indigo-800 { + background-color: var(--indigo-800) !important; +} +.bg-indigo-900 { + background-color: var(--indigo-900) !important; +} +.focus\:bg-indigo-50:focus { + background-color: var(--indigo-50) !important; +} +.focus\:bg-indigo-100:focus { + background-color: var(--indigo-100) !important; +} +.focus\:bg-indigo-200:focus { + background-color: var(--indigo-200) !important; +} +.focus\:bg-indigo-300:focus { + background-color: var(--indigo-300) !important; +} +.focus\:bg-indigo-400:focus { + background-color: var(--indigo-400) !important; +} +.focus\:bg-indigo-500:focus { + background-color: var(--indigo-500) !important; +} +.focus\:bg-indigo-600:focus { + background-color: var(--indigo-600) !important; +} +.focus\:bg-indigo-700:focus { + background-color: var(--indigo-700) !important; +} +.focus\:bg-indigo-800:focus { + background-color: var(--indigo-800) !important; +} +.focus\:bg-indigo-900:focus { + background-color: var(--indigo-900) !important; +} +.hover\:bg-indigo-50:hover { + background-color: var(--indigo-50) !important; +} +.hover\:bg-indigo-100:hover { + background-color: var(--indigo-100) !important; +} +.hover\:bg-indigo-200:hover { + background-color: var(--indigo-200) !important; +} +.hover\:bg-indigo-300:hover { + background-color: var(--indigo-300) !important; +} +.hover\:bg-indigo-400:hover { + background-color: var(--indigo-400) !important; +} +.hover\:bg-indigo-500:hover { + background-color: var(--indigo-500) !important; +} +.hover\:bg-indigo-600:hover { + background-color: var(--indigo-600) !important; +} +.hover\:bg-indigo-700:hover { + background-color: var(--indigo-700) !important; +} +.hover\:bg-indigo-800:hover { + background-color: var(--indigo-800) !important; +} +.hover\:bg-indigo-900:hover { + background-color: var(--indigo-900) !important; +} +.active\:bg-indigo-50:active { + background-color: var(--indigo-50) !important; +} +.active\:bg-indigo-100:active { + background-color: var(--indigo-100) !important; +} +.active\:bg-indigo-200:active { + background-color: var(--indigo-200) !important; +} +.active\:bg-indigo-300:active { + background-color: var(--indigo-300) !important; +} +.active\:bg-indigo-400:active { + background-color: var(--indigo-400) !important; +} +.active\:bg-indigo-500:active { + background-color: var(--indigo-500) !important; +} +.active\:bg-indigo-600:active { + background-color: var(--indigo-600) !important; +} +.active\:bg-indigo-700:active { + background-color: var(--indigo-700) !important; +} +.active\:bg-indigo-800:active { + background-color: var(--indigo-800) !important; +} +.active\:bg-indigo-900:active { + background-color: var(--indigo-900) !important; +} +.bg-teal-50 { + background-color: var(--teal-50) !important; +} +.bg-teal-100 { + background-color: var(--teal-100) !important; +} +.bg-teal-200 { + background-color: var(--teal-200) !important; +} +.bg-teal-300 { + background-color: var(--teal-300) !important; +} +.bg-teal-400 { + background-color: var(--teal-400) !important; +} +.bg-teal-500 { + background-color: var(--teal-500) !important; +} +.bg-teal-600 { + background-color: var(--teal-600) !important; +} +.bg-teal-700 { + background-color: var(--teal-700) !important; +} +.bg-teal-800 { + background-color: var(--teal-800) !important; +} +.bg-teal-900 { + background-color: var(--teal-900) !important; +} +.focus\:bg-teal-50:focus { + background-color: var(--teal-50) !important; +} +.focus\:bg-teal-100:focus { + background-color: var(--teal-100) !important; +} +.focus\:bg-teal-200:focus { + background-color: var(--teal-200) !important; +} +.focus\:bg-teal-300:focus { + background-color: var(--teal-300) !important; +} +.focus\:bg-teal-400:focus { + background-color: var(--teal-400) !important; +} +.focus\:bg-teal-500:focus { + background-color: var(--teal-500) !important; +} +.focus\:bg-teal-600:focus { + background-color: var(--teal-600) !important; +} +.focus\:bg-teal-700:focus { + background-color: var(--teal-700) !important; +} +.focus\:bg-teal-800:focus { + background-color: var(--teal-800) !important; +} +.focus\:bg-teal-900:focus { + background-color: var(--teal-900) !important; +} +.hover\:bg-teal-50:hover { + background-color: var(--teal-50) !important; +} +.hover\:bg-teal-100:hover { + background-color: var(--teal-100) !important; +} +.hover\:bg-teal-200:hover { + background-color: var(--teal-200) !important; +} +.hover\:bg-teal-300:hover { + background-color: var(--teal-300) !important; +} +.hover\:bg-teal-400:hover { + background-color: var(--teal-400) !important; +} +.hover\:bg-teal-500:hover { + background-color: var(--teal-500) !important; +} +.hover\:bg-teal-600:hover { + background-color: var(--teal-600) !important; +} +.hover\:bg-teal-700:hover { + background-color: var(--teal-700) !important; +} +.hover\:bg-teal-800:hover { + background-color: var(--teal-800) !important; +} +.hover\:bg-teal-900:hover { + background-color: var(--teal-900) !important; +} +.active\:bg-teal-50:active { + background-color: var(--teal-50) !important; +} +.active\:bg-teal-100:active { + background-color: var(--teal-100) !important; +} +.active\:bg-teal-200:active { + background-color: var(--teal-200) !important; +} +.active\:bg-teal-300:active { + background-color: var(--teal-300) !important; +} +.active\:bg-teal-400:active { + background-color: var(--teal-400) !important; +} +.active\:bg-teal-500:active { + background-color: var(--teal-500) !important; +} +.active\:bg-teal-600:active { + background-color: var(--teal-600) !important; +} +.active\:bg-teal-700:active { + background-color: var(--teal-700) !important; +} +.active\:bg-teal-800:active { + background-color: var(--teal-800) !important; +} +.active\:bg-teal-900:active { + background-color: var(--teal-900) !important; +} +.bg-orange-50 { + background-color: var(--orange-50) !important; +} +.bg-orange-100 { + background-color: var(--orange-100) !important; +} +.bg-orange-200 { + background-color: var(--orange-200) !important; +} +.bg-orange-300 { + background-color: var(--orange-300) !important; +} +.bg-orange-400 { + background-color: var(--orange-400) !important; +} +.bg-orange-500 { + background-color: var(--orange-500) !important; +} +.bg-orange-600 { + background-color: var(--orange-600) !important; +} +.bg-orange-700 { + background-color: var(--orange-700) !important; +} +.bg-orange-800 { + background-color: var(--orange-800) !important; +} +.bg-orange-900 { + background-color: var(--orange-900) !important; +} +.focus\:bg-orange-50:focus { + background-color: var(--orange-50) !important; +} +.focus\:bg-orange-100:focus { + background-color: var(--orange-100) !important; +} +.focus\:bg-orange-200:focus { + background-color: var(--orange-200) !important; +} +.focus\:bg-orange-300:focus { + background-color: var(--orange-300) !important; +} +.focus\:bg-orange-400:focus { + background-color: var(--orange-400) !important; +} +.focus\:bg-orange-500:focus { + background-color: var(--orange-500) !important; +} +.focus\:bg-orange-600:focus { + background-color: var(--orange-600) !important; +} +.focus\:bg-orange-700:focus { + background-color: var(--orange-700) !important; +} +.focus\:bg-orange-800:focus { + background-color: var(--orange-800) !important; +} +.focus\:bg-orange-900:focus { + background-color: var(--orange-900) !important; +} +.hover\:bg-orange-50:hover { + background-color: var(--orange-50) !important; +} +.hover\:bg-orange-100:hover { + background-color: var(--orange-100) !important; +} +.hover\:bg-orange-200:hover { + background-color: var(--orange-200) !important; +} +.hover\:bg-orange-300:hover { + background-color: var(--orange-300) !important; +} +.hover\:bg-orange-400:hover { + background-color: var(--orange-400) !important; +} +.hover\:bg-orange-500:hover { + background-color: var(--orange-500) !important; +} +.hover\:bg-orange-600:hover { + background-color: var(--orange-600) !important; +} +.hover\:bg-orange-700:hover { + background-color: var(--orange-700) !important; +} +.hover\:bg-orange-800:hover { + background-color: var(--orange-800) !important; +} +.hover\:bg-orange-900:hover { + background-color: var(--orange-900) !important; +} +.active\:bg-orange-50:active { + background-color: var(--orange-50) !important; +} +.active\:bg-orange-100:active { + background-color: var(--orange-100) !important; +} +.active\:bg-orange-200:active { + background-color: var(--orange-200) !important; +} +.active\:bg-orange-300:active { + background-color: var(--orange-300) !important; +} +.active\:bg-orange-400:active { + background-color: var(--orange-400) !important; +} +.active\:bg-orange-500:active { + background-color: var(--orange-500) !important; +} +.active\:bg-orange-600:active { + background-color: var(--orange-600) !important; +} +.active\:bg-orange-700:active { + background-color: var(--orange-700) !important; +} +.active\:bg-orange-800:active { + background-color: var(--orange-800) !important; +} +.active\:bg-orange-900:active { + background-color: var(--orange-900) !important; +} +.bg-bluegray-50 { + background-color: var(--bluegray-50) !important; +} +.bg-bluegray-100 { + background-color: var(--bluegray-100) !important; +} +.bg-bluegray-200 { + background-color: var(--bluegray-200) !important; +} +.bg-bluegray-300 { + background-color: var(--bluegray-300) !important; +} +.bg-bluegray-400 { + background-color: var(--bluegray-400) !important; +} +.bg-bluegray-500 { + background-color: var(--bluegray-500) !important; +} +.bg-bluegray-600 { + background-color: var(--bluegray-600) !important; +} +.bg-bluegray-700 { + background-color: var(--bluegray-700) !important; +} +.bg-bluegray-800 { + background-color: var(--bluegray-800) !important; +} +.bg-bluegray-900 { + background-color: var(--bluegray-900) !important; +} +.focus\:bg-bluegray-50:focus { + background-color: var(--bluegray-50) !important; +} +.focus\:bg-bluegray-100:focus { + background-color: var(--bluegray-100) !important; +} +.focus\:bg-bluegray-200:focus { + background-color: var(--bluegray-200) !important; +} +.focus\:bg-bluegray-300:focus { + background-color: var(--bluegray-300) !important; +} +.focus\:bg-bluegray-400:focus { + background-color: var(--bluegray-400) !important; +} +.focus\:bg-bluegray-500:focus { + background-color: var(--bluegray-500) !important; +} +.focus\:bg-bluegray-600:focus { + background-color: var(--bluegray-600) !important; +} +.focus\:bg-bluegray-700:focus { + background-color: var(--bluegray-700) !important; +} +.focus\:bg-bluegray-800:focus { + background-color: var(--bluegray-800) !important; +} +.focus\:bg-bluegray-900:focus { + background-color: var(--bluegray-900) !important; +} +.hover\:bg-bluegray-50:hover { + background-color: var(--bluegray-50) !important; +} +.hover\:bg-bluegray-100:hover { + background-color: var(--bluegray-100) !important; +} +.hover\:bg-bluegray-200:hover { + background-color: var(--bluegray-200) !important; +} +.hover\:bg-bluegray-300:hover { + background-color: var(--bluegray-300) !important; +} +.hover\:bg-bluegray-400:hover { + background-color: var(--bluegray-400) !important; +} +.hover\:bg-bluegray-500:hover { + background-color: var(--bluegray-500) !important; +} +.hover\:bg-bluegray-600:hover { + background-color: var(--bluegray-600) !important; +} +.hover\:bg-bluegray-700:hover { + background-color: var(--bluegray-700) !important; +} +.hover\:bg-bluegray-800:hover { + background-color: var(--bluegray-800) !important; +} +.hover\:bg-bluegray-900:hover { + background-color: var(--bluegray-900) !important; +} +.active\:bg-bluegray-50:active { + background-color: var(--bluegray-50) !important; +} +.active\:bg-bluegray-100:active { + background-color: var(--bluegray-100) !important; +} +.active\:bg-bluegray-200:active { + background-color: var(--bluegray-200) !important; +} +.active\:bg-bluegray-300:active { + background-color: var(--bluegray-300) !important; +} +.active\:bg-bluegray-400:active { + background-color: var(--bluegray-400) !important; +} +.active\:bg-bluegray-500:active { + background-color: var(--bluegray-500) !important; +} +.active\:bg-bluegray-600:active { + background-color: var(--bluegray-600) !important; +} +.active\:bg-bluegray-700:active { + background-color: var(--bluegray-700) !important; +} +.active\:bg-bluegray-800:active { + background-color: var(--bluegray-800) !important; +} +.active\:bg-bluegray-900:active { + background-color: var(--bluegray-900) !important; +} +.bg-purple-50 { + background-color: var(--purple-50) !important; +} +.bg-purple-100 { + background-color: var(--purple-100) !important; +} +.bg-purple-200 { + background-color: var(--purple-200) !important; +} +.bg-purple-300 { + background-color: var(--purple-300) !important; +} +.bg-purple-400 { + background-color: var(--purple-400) !important; +} +.bg-purple-500 { + background-color: var(--purple-500) !important; +} +.bg-purple-600 { + background-color: var(--purple-600) !important; +} +.bg-purple-700 { + background-color: var(--purple-700) !important; +} +.bg-purple-800 { + background-color: var(--purple-800) !important; +} +.bg-purple-900 { + background-color: var(--purple-900) !important; +} +.focus\:bg-purple-50:focus { + background-color: var(--purple-50) !important; +} +.focus\:bg-purple-100:focus { + background-color: var(--purple-100) !important; +} +.focus\:bg-purple-200:focus { + background-color: var(--purple-200) !important; +} +.focus\:bg-purple-300:focus { + background-color: var(--purple-300) !important; +} +.focus\:bg-purple-400:focus { + background-color: var(--purple-400) !important; +} +.focus\:bg-purple-500:focus { + background-color: var(--purple-500) !important; +} +.focus\:bg-purple-600:focus { + background-color: var(--purple-600) !important; +} +.focus\:bg-purple-700:focus { + background-color: var(--purple-700) !important; +} +.focus\:bg-purple-800:focus { + background-color: var(--purple-800) !important; +} +.focus\:bg-purple-900:focus { + background-color: var(--purple-900) !important; +} +.hover\:bg-purple-50:hover { + background-color: var(--purple-50) !important; +} +.hover\:bg-purple-100:hover { + background-color: var(--purple-100) !important; +} +.hover\:bg-purple-200:hover { + background-color: var(--purple-200) !important; +} +.hover\:bg-purple-300:hover { + background-color: var(--purple-300) !important; +} +.hover\:bg-purple-400:hover { + background-color: var(--purple-400) !important; +} +.hover\:bg-purple-500:hover { + background-color: var(--purple-500) !important; +} +.hover\:bg-purple-600:hover { + background-color: var(--purple-600) !important; +} +.hover\:bg-purple-700:hover { + background-color: var(--purple-700) !important; +} +.hover\:bg-purple-800:hover { + background-color: var(--purple-800) !important; +} +.hover\:bg-purple-900:hover { + background-color: var(--purple-900) !important; +} +.active\:bg-purple-50:active { + background-color: var(--purple-50) !important; +} +.active\:bg-purple-100:active { + background-color: var(--purple-100) !important; +} +.active\:bg-purple-200:active { + background-color: var(--purple-200) !important; +} +.active\:bg-purple-300:active { + background-color: var(--purple-300) !important; +} +.active\:bg-purple-400:active { + background-color: var(--purple-400) !important; +} +.active\:bg-purple-500:active { + background-color: var(--purple-500) !important; +} +.active\:bg-purple-600:active { + background-color: var(--purple-600) !important; +} +.active\:bg-purple-700:active { + background-color: var(--purple-700) !important; +} +.active\:bg-purple-800:active { + background-color: var(--purple-800) !important; +} +.active\:bg-purple-900:active { + background-color: var(--purple-900) !important; +} +.bg-gray-50 { + background-color: var(--gray-50) !important; +} +.bg-gray-100 { + background-color: var(--gray-100) !important; +} +.bg-gray-200 { + background-color: var(--gray-200) !important; +} +.bg-gray-300 { + background-color: var(--gray-300) !important; +} +.bg-gray-400 { + background-color: var(--gray-400) !important; +} +.bg-gray-500 { + background-color: var(--gray-500) !important; +} +.bg-gray-600 { + background-color: var(--gray-600) !important; +} +.bg-gray-700 { + background-color: var(--gray-700) !important; +} +.bg-gray-800 { + background-color: var(--gray-800) !important; +} +.bg-gray-900 { + background-color: var(--gray-900) !important; +} +.focus\:bg-gray-50:focus { + background-color: var(--gray-50) !important; +} +.focus\:bg-gray-100:focus { + background-color: var(--gray-100) !important; +} +.focus\:bg-gray-200:focus { + background-color: var(--gray-200) !important; +} +.focus\:bg-gray-300:focus { + background-color: var(--gray-300) !important; +} +.focus\:bg-gray-400:focus { + background-color: var(--gray-400) !important; +} +.focus\:bg-gray-500:focus { + background-color: var(--gray-500) !important; +} +.focus\:bg-gray-600:focus { + background-color: var(--gray-600) !important; +} +.focus\:bg-gray-700:focus { + background-color: var(--gray-700) !important; +} +.focus\:bg-gray-800:focus { + background-color: var(--gray-800) !important; +} +.focus\:bg-gray-900:focus { + background-color: var(--gray-900) !important; +} +.hover\:bg-gray-50:hover { + background-color: var(--gray-50) !important; +} +.hover\:bg-gray-100:hover { + background-color: var(--gray-100) !important; +} +.hover\:bg-gray-200:hover { + background-color: var(--gray-200) !important; +} +.hover\:bg-gray-300:hover { + background-color: var(--gray-300) !important; +} +.hover\:bg-gray-400:hover { + background-color: var(--gray-400) !important; +} +.hover\:bg-gray-500:hover { + background-color: var(--gray-500) !important; +} +.hover\:bg-gray-600:hover { + background-color: var(--gray-600) !important; +} +.hover\:bg-gray-700:hover { + background-color: var(--gray-700) !important; +} +.hover\:bg-gray-800:hover { + background-color: var(--gray-800) !important; +} +.hover\:bg-gray-900:hover { + background-color: var(--gray-900) !important; +} +.active\:bg-gray-50:active { + background-color: var(--gray-50) !important; +} +.active\:bg-gray-100:active { + background-color: var(--gray-100) !important; +} +.active\:bg-gray-200:active { + background-color: var(--gray-200) !important; +} +.active\:bg-gray-300:active { + background-color: var(--gray-300) !important; +} +.active\:bg-gray-400:active { + background-color: var(--gray-400) !important; +} +.active\:bg-gray-500:active { + background-color: var(--gray-500) !important; +} +.active\:bg-gray-600:active { + background-color: var(--gray-600) !important; +} +.active\:bg-gray-700:active { + background-color: var(--gray-700) !important; +} +.active\:bg-gray-800:active { + background-color: var(--gray-800) !important; +} +.active\:bg-gray-900:active { + background-color: var(--gray-900) !important; +} +.bg-red-50 { + background-color: var(--red-50) !important; +} +.bg-red-100 { + background-color: var(--red-100) !important; +} +.bg-red-200 { + background-color: var(--red-200) !important; +} +.bg-red-300 { + background-color: var(--red-300) !important; +} +.bg-red-400 { + background-color: var(--red-400) !important; +} +.bg-red-500 { + background-color: var(--red-500) !important; +} +.bg-red-600 { + background-color: var(--red-600) !important; +} +.bg-red-700 { + background-color: var(--red-700) !important; +} +.bg-red-800 { + background-color: var(--red-800) !important; +} +.bg-red-900 { + background-color: var(--red-900) !important; +} +.focus\:bg-red-50:focus { + background-color: var(--red-50) !important; +} +.focus\:bg-red-100:focus { + background-color: var(--red-100) !important; +} +.focus\:bg-red-200:focus { + background-color: var(--red-200) !important; +} +.focus\:bg-red-300:focus { + background-color: var(--red-300) !important; +} +.focus\:bg-red-400:focus { + background-color: var(--red-400) !important; +} +.focus\:bg-red-500:focus { + background-color: var(--red-500) !important; +} +.focus\:bg-red-600:focus { + background-color: var(--red-600) !important; +} +.focus\:bg-red-700:focus { + background-color: var(--red-700) !important; +} +.focus\:bg-red-800:focus { + background-color: var(--red-800) !important; +} +.focus\:bg-red-900:focus { + background-color: var(--red-900) !important; +} +.hover\:bg-red-50:hover { + background-color: var(--red-50) !important; +} +.hover\:bg-red-100:hover { + background-color: var(--red-100) !important; +} +.hover\:bg-red-200:hover { + background-color: var(--red-200) !important; +} +.hover\:bg-red-300:hover { + background-color: var(--red-300) !important; +} +.hover\:bg-red-400:hover { + background-color: var(--red-400) !important; +} +.hover\:bg-red-500:hover { + background-color: var(--red-500) !important; +} +.hover\:bg-red-600:hover { + background-color: var(--red-600) !important; +} +.hover\:bg-red-700:hover { + background-color: var(--red-700) !important; +} +.hover\:bg-red-800:hover { + background-color: var(--red-800) !important; +} +.hover\:bg-red-900:hover { + background-color: var(--red-900) !important; +} +.active\:bg-red-50:active { + background-color: var(--red-50) !important; +} +.active\:bg-red-100:active { + background-color: var(--red-100) !important; +} +.active\:bg-red-200:active { + background-color: var(--red-200) !important; +} +.active\:bg-red-300:active { + background-color: var(--red-300) !important; +} +.active\:bg-red-400:active { + background-color: var(--red-400) !important; +} +.active\:bg-red-500:active { + background-color: var(--red-500) !important; +} +.active\:bg-red-600:active { + background-color: var(--red-600) !important; +} +.active\:bg-red-700:active { + background-color: var(--red-700) !important; +} +.active\:bg-red-800:active { + background-color: var(--red-800) !important; +} +.active\:bg-red-900:active { + background-color: var(--red-900) !important; +} +.bg-primary-50 { + background-color: var(--primary-50) !important; +} +.bg-primary-100 { + background-color: var(--primary-100) !important; +} +.bg-primary-200 { + background-color: var(--primary-200) !important; +} +.bg-primary-300 { + background-color: var(--primary-300) !important; +} +.bg-primary-400 { + background-color: var(--primary-400) !important; +} +.bg-primary-500 { + background-color: var(--primary-500) !important; +} +.bg-primary-600 { + background-color: var(--primary-600) !important; +} +.bg-primary-700 { + background-color: var(--primary-700) !important; +} +.bg-primary-800 { + background-color: var(--primary-800) !important; +} +.bg-primary-900 { + background-color: var(--primary-900) !important; +} +.focus\:bg-primary-50:focus { + background-color: var(--primary-50) !important; +} +.focus\:bg-primary-100:focus { + background-color: var(--primary-100) !important; +} +.focus\:bg-primary-200:focus { + background-color: var(--primary-200) !important; +} +.focus\:bg-primary-300:focus { + background-color: var(--primary-300) !important; +} +.focus\:bg-primary-400:focus { + background-color: var(--primary-400) !important; +} +.focus\:bg-primary-500:focus { + background-color: var(--primary-500) !important; +} +.focus\:bg-primary-600:focus { + background-color: var(--primary-600) !important; +} +.focus\:bg-primary-700:focus { + background-color: var(--primary-700) !important; +} +.focus\:bg-primary-800:focus { + background-color: var(--primary-800) !important; +} +.focus\:bg-primary-900:focus { + background-color: var(--primary-900) !important; +} +.hover\:bg-primary-50:hover { + background-color: var(--primary-50) !important; +} +.hover\:bg-primary-100:hover { + background-color: var(--primary-100) !important; +} +.hover\:bg-primary-200:hover { + background-color: var(--primary-200) !important; +} +.hover\:bg-primary-300:hover { + background-color: var(--primary-300) !important; +} +.hover\:bg-primary-400:hover { + background-color: var(--primary-400) !important; +} +.hover\:bg-primary-500:hover { + background-color: var(--primary-500) !important; +} +.hover\:bg-primary-600:hover { + background-color: var(--primary-600) !important; +} +.hover\:bg-primary-700:hover { + background-color: var(--primary-700) !important; +} +.hover\:bg-primary-800:hover { + background-color: var(--primary-800) !important; +} +.hover\:bg-primary-900:hover { + background-color: var(--primary-900) !important; +} +.active\:bg-primary-50:active { + background-color: var(--primary-50) !important; +} +.active\:bg-primary-100:active { + background-color: var(--primary-100) !important; +} +.active\:bg-primary-200:active { + background-color: var(--primary-200) !important; +} +.active\:bg-primary-300:active { + background-color: var(--primary-300) !important; +} +.active\:bg-primary-400:active { + background-color: var(--primary-400) !important; +} +.active\:bg-primary-500:active { + background-color: var(--primary-500) !important; +} +.active\:bg-primary-600:active { + background-color: var(--primary-600) !important; +} +.active\:bg-primary-700:active { + background-color: var(--primary-700) !important; +} +.active\:bg-primary-800:active { + background-color: var(--primary-800) !important; +} +.active\:bg-primary-900:active { + background-color: var(--primary-900) !important; +} +.border-blue-50 { + border-color: var(--blue-50) !important; +} +.border-blue-100 { + border-color: var(--blue-100) !important; +} +.border-blue-200 { + border-color: var(--blue-200) !important; +} +.border-blue-300 { + border-color: var(--blue-300) !important; +} +.border-blue-400 { + border-color: var(--blue-400) !important; +} +.border-blue-500 { + border-color: var(--blue-500) !important; +} +.border-blue-600 { + border-color: var(--blue-600) !important; +} +.border-blue-700 { + border-color: var(--blue-700) !important; +} +.border-blue-800 { + border-color: var(--blue-800) !important; +} +.border-blue-900 { + border-color: var(--blue-900) !important; +} +.focus\:border-blue-50:focus { + border-color: var(--blue-50) !important; +} +.focus\:border-blue-100:focus { + border-color: var(--blue-100) !important; +} +.focus\:border-blue-200:focus { + border-color: var(--blue-200) !important; +} +.focus\:border-blue-300:focus { + border-color: var(--blue-300) !important; +} +.focus\:border-blue-400:focus { + border-color: var(--blue-400) !important; +} +.focus\:border-blue-500:focus { + border-color: var(--blue-500) !important; +} +.focus\:border-blue-600:focus { + border-color: var(--blue-600) !important; +} +.focus\:border-blue-700:focus { + border-color: var(--blue-700) !important; +} +.focus\:border-blue-800:focus { + border-color: var(--blue-800) !important; +} +.focus\:border-blue-900:focus { + border-color: var(--blue-900) !important; +} +.hover\:border-blue-50:hover { + border-color: var(--blue-50) !important; +} +.hover\:border-blue-100:hover { + border-color: var(--blue-100) !important; +} +.hover\:border-blue-200:hover { + border-color: var(--blue-200) !important; +} +.hover\:border-blue-300:hover { + border-color: var(--blue-300) !important; +} +.hover\:border-blue-400:hover { + border-color: var(--blue-400) !important; +} +.hover\:border-blue-500:hover { + border-color: var(--blue-500) !important; +} +.hover\:border-blue-600:hover { + border-color: var(--blue-600) !important; +} +.hover\:border-blue-700:hover { + border-color: var(--blue-700) !important; +} +.hover\:border-blue-800:hover { + border-color: var(--blue-800) !important; +} +.hover\:border-blue-900:hover { + border-color: var(--blue-900) !important; +} +.active\:border-blue-50:active { + border-color: var(--blue-50) !important; +} +.active\:border-blue-100:active { + border-color: var(--blue-100) !important; +} +.active\:border-blue-200:active { + border-color: var(--blue-200) !important; +} +.active\:border-blue-300:active { + border-color: var(--blue-300) !important; +} +.active\:border-blue-400:active { + border-color: var(--blue-400) !important; +} +.active\:border-blue-500:active { + border-color: var(--blue-500) !important; +} +.active\:border-blue-600:active { + border-color: var(--blue-600) !important; +} +.active\:border-blue-700:active { + border-color: var(--blue-700) !important; +} +.active\:border-blue-800:active { + border-color: var(--blue-800) !important; +} +.active\:border-blue-900:active { + border-color: var(--blue-900) !important; +} +.border-green-50 { + border-color: var(--green-50) !important; +} +.border-green-100 { + border-color: var(--green-100) !important; +} +.border-green-200 { + border-color: var(--green-200) !important; +} +.border-green-300 { + border-color: var(--green-300) !important; +} +.border-green-400 { + border-color: var(--green-400) !important; +} +.border-green-500 { + border-color: var(--green-500) !important; +} +.border-green-600 { + border-color: var(--green-600) !important; +} +.border-green-700 { + border-color: var(--green-700) !important; +} +.border-green-800 { + border-color: var(--green-800) !important; +} +.border-green-900 { + border-color: var(--green-900) !important; +} +.focus\:border-green-50:focus { + border-color: var(--green-50) !important; +} +.focus\:border-green-100:focus { + border-color: var(--green-100) !important; +} +.focus\:border-green-200:focus { + border-color: var(--green-200) !important; +} +.focus\:border-green-300:focus { + border-color: var(--green-300) !important; +} +.focus\:border-green-400:focus { + border-color: var(--green-400) !important; +} +.focus\:border-green-500:focus { + border-color: var(--green-500) !important; +} +.focus\:border-green-600:focus { + border-color: var(--green-600) !important; +} +.focus\:border-green-700:focus { + border-color: var(--green-700) !important; +} +.focus\:border-green-800:focus { + border-color: var(--green-800) !important; +} +.focus\:border-green-900:focus { + border-color: var(--green-900) !important; +} +.hover\:border-green-50:hover { + border-color: var(--green-50) !important; +} +.hover\:border-green-100:hover { + border-color: var(--green-100) !important; +} +.hover\:border-green-200:hover { + border-color: var(--green-200) !important; +} +.hover\:border-green-300:hover { + border-color: var(--green-300) !important; +} +.hover\:border-green-400:hover { + border-color: var(--green-400) !important; +} +.hover\:border-green-500:hover { + border-color: var(--green-500) !important; +} +.hover\:border-green-600:hover { + border-color: var(--green-600) !important; +} +.hover\:border-green-700:hover { + border-color: var(--green-700) !important; +} +.hover\:border-green-800:hover { + border-color: var(--green-800) !important; +} +.hover\:border-green-900:hover { + border-color: var(--green-900) !important; +} +.active\:border-green-50:active { + border-color: var(--green-50) !important; +} +.active\:border-green-100:active { + border-color: var(--green-100) !important; +} +.active\:border-green-200:active { + border-color: var(--green-200) !important; +} +.active\:border-green-300:active { + border-color: var(--green-300) !important; +} +.active\:border-green-400:active { + border-color: var(--green-400) !important; +} +.active\:border-green-500:active { + border-color: var(--green-500) !important; +} +.active\:border-green-600:active { + border-color: var(--green-600) !important; +} +.active\:border-green-700:active { + border-color: var(--green-700) !important; +} +.active\:border-green-800:active { + border-color: var(--green-800) !important; +} +.active\:border-green-900:active { + border-color: var(--green-900) !important; +} +.border-yellow-50 { + border-color: var(--yellow-50) !important; +} +.border-yellow-100 { + border-color: var(--yellow-100) !important; +} +.border-yellow-200 { + border-color: var(--yellow-200) !important; +} +.border-yellow-300 { + border-color: var(--yellow-300) !important; +} +.border-yellow-400 { + border-color: var(--yellow-400) !important; +} +.border-yellow-500 { + border-color: var(--yellow-500) !important; +} +.border-yellow-600 { + border-color: var(--yellow-600) !important; +} +.border-yellow-700 { + border-color: var(--yellow-700) !important; +} +.border-yellow-800 { + border-color: var(--yellow-800) !important; +} +.border-yellow-900 { + border-color: var(--yellow-900) !important; +} +.focus\:border-yellow-50:focus { + border-color: var(--yellow-50) !important; +} +.focus\:border-yellow-100:focus { + border-color: var(--yellow-100) !important; +} +.focus\:border-yellow-200:focus { + border-color: var(--yellow-200) !important; +} +.focus\:border-yellow-300:focus { + border-color: var(--yellow-300) !important; +} +.focus\:border-yellow-400:focus { + border-color: var(--yellow-400) !important; +} +.focus\:border-yellow-500:focus { + border-color: var(--yellow-500) !important; +} +.focus\:border-yellow-600:focus { + border-color: var(--yellow-600) !important; +} +.focus\:border-yellow-700:focus { + border-color: var(--yellow-700) !important; +} +.focus\:border-yellow-800:focus { + border-color: var(--yellow-800) !important; +} +.focus\:border-yellow-900:focus { + border-color: var(--yellow-900) !important; +} +.hover\:border-yellow-50:hover { + border-color: var(--yellow-50) !important; +} +.hover\:border-yellow-100:hover { + border-color: var(--yellow-100) !important; +} +.hover\:border-yellow-200:hover { + border-color: var(--yellow-200) !important; +} +.hover\:border-yellow-300:hover { + border-color: var(--yellow-300) !important; +} +.hover\:border-yellow-400:hover { + border-color: var(--yellow-400) !important; +} +.hover\:border-yellow-500:hover { + border-color: var(--yellow-500) !important; +} +.hover\:border-yellow-600:hover { + border-color: var(--yellow-600) !important; +} +.hover\:border-yellow-700:hover { + border-color: var(--yellow-700) !important; +} +.hover\:border-yellow-800:hover { + border-color: var(--yellow-800) !important; +} +.hover\:border-yellow-900:hover { + border-color: var(--yellow-900) !important; +} +.active\:border-yellow-50:active { + border-color: var(--yellow-50) !important; +} +.active\:border-yellow-100:active { + border-color: var(--yellow-100) !important; +} +.active\:border-yellow-200:active { + border-color: var(--yellow-200) !important; +} +.active\:border-yellow-300:active { + border-color: var(--yellow-300) !important; +} +.active\:border-yellow-400:active { + border-color: var(--yellow-400) !important; +} +.active\:border-yellow-500:active { + border-color: var(--yellow-500) !important; +} +.active\:border-yellow-600:active { + border-color: var(--yellow-600) !important; +} +.active\:border-yellow-700:active { + border-color: var(--yellow-700) !important; +} +.active\:border-yellow-800:active { + border-color: var(--yellow-800) !important; +} +.active\:border-yellow-900:active { + border-color: var(--yellow-900) !important; +} +.border-cyan-50 { + border-color: var(--cyan-50) !important; +} +.border-cyan-100 { + border-color: var(--cyan-100) !important; +} +.border-cyan-200 { + border-color: var(--cyan-200) !important; +} +.border-cyan-300 { + border-color: var(--cyan-300) !important; +} +.border-cyan-400 { + border-color: var(--cyan-400) !important; +} +.border-cyan-500 { + border-color: var(--cyan-500) !important; +} +.border-cyan-600 { + border-color: var(--cyan-600) !important; +} +.border-cyan-700 { + border-color: var(--cyan-700) !important; +} +.border-cyan-800 { + border-color: var(--cyan-800) !important; +} +.border-cyan-900 { + border-color: var(--cyan-900) !important; +} +.focus\:border-cyan-50:focus { + border-color: var(--cyan-50) !important; +} +.focus\:border-cyan-100:focus { + border-color: var(--cyan-100) !important; +} +.focus\:border-cyan-200:focus { + border-color: var(--cyan-200) !important; +} +.focus\:border-cyan-300:focus { + border-color: var(--cyan-300) !important; +} +.focus\:border-cyan-400:focus { + border-color: var(--cyan-400) !important; +} +.focus\:border-cyan-500:focus { + border-color: var(--cyan-500) !important; +} +.focus\:border-cyan-600:focus { + border-color: var(--cyan-600) !important; +} +.focus\:border-cyan-700:focus { + border-color: var(--cyan-700) !important; +} +.focus\:border-cyan-800:focus { + border-color: var(--cyan-800) !important; +} +.focus\:border-cyan-900:focus { + border-color: var(--cyan-900) !important; +} +.hover\:border-cyan-50:hover { + border-color: var(--cyan-50) !important; +} +.hover\:border-cyan-100:hover { + border-color: var(--cyan-100) !important; +} +.hover\:border-cyan-200:hover { + border-color: var(--cyan-200) !important; +} +.hover\:border-cyan-300:hover { + border-color: var(--cyan-300) !important; +} +.hover\:border-cyan-400:hover { + border-color: var(--cyan-400) !important; +} +.hover\:border-cyan-500:hover { + border-color: var(--cyan-500) !important; +} +.hover\:border-cyan-600:hover { + border-color: var(--cyan-600) !important; +} +.hover\:border-cyan-700:hover { + border-color: var(--cyan-700) !important; +} +.hover\:border-cyan-800:hover { + border-color: var(--cyan-800) !important; +} +.hover\:border-cyan-900:hover { + border-color: var(--cyan-900) !important; +} +.active\:border-cyan-50:active { + border-color: var(--cyan-50) !important; +} +.active\:border-cyan-100:active { + border-color: var(--cyan-100) !important; +} +.active\:border-cyan-200:active { + border-color: var(--cyan-200) !important; +} +.active\:border-cyan-300:active { + border-color: var(--cyan-300) !important; +} +.active\:border-cyan-400:active { + border-color: var(--cyan-400) !important; +} +.active\:border-cyan-500:active { + border-color: var(--cyan-500) !important; +} +.active\:border-cyan-600:active { + border-color: var(--cyan-600) !important; +} +.active\:border-cyan-700:active { + border-color: var(--cyan-700) !important; +} +.active\:border-cyan-800:active { + border-color: var(--cyan-800) !important; +} +.active\:border-cyan-900:active { + border-color: var(--cyan-900) !important; +} +.border-pink-50 { + border-color: var(--pink-50) !important; +} +.border-pink-100 { + border-color: var(--pink-100) !important; +} +.border-pink-200 { + border-color: var(--pink-200) !important; +} +.border-pink-300 { + border-color: var(--pink-300) !important; +} +.border-pink-400 { + border-color: var(--pink-400) !important; +} +.border-pink-500 { + border-color: var(--pink-500) !important; +} +.border-pink-600 { + border-color: var(--pink-600) !important; +} +.border-pink-700 { + border-color: var(--pink-700) !important; +} +.border-pink-800 { + border-color: var(--pink-800) !important; +} +.border-pink-900 { + border-color: var(--pink-900) !important; +} +.focus\:border-pink-50:focus { + border-color: var(--pink-50) !important; +} +.focus\:border-pink-100:focus { + border-color: var(--pink-100) !important; +} +.focus\:border-pink-200:focus { + border-color: var(--pink-200) !important; +} +.focus\:border-pink-300:focus { + border-color: var(--pink-300) !important; +} +.focus\:border-pink-400:focus { + border-color: var(--pink-400) !important; +} +.focus\:border-pink-500:focus { + border-color: var(--pink-500) !important; +} +.focus\:border-pink-600:focus { + border-color: var(--pink-600) !important; +} +.focus\:border-pink-700:focus { + border-color: var(--pink-700) !important; +} +.focus\:border-pink-800:focus { + border-color: var(--pink-800) !important; +} +.focus\:border-pink-900:focus { + border-color: var(--pink-900) !important; +} +.hover\:border-pink-50:hover { + border-color: var(--pink-50) !important; +} +.hover\:border-pink-100:hover { + border-color: var(--pink-100) !important; +} +.hover\:border-pink-200:hover { + border-color: var(--pink-200) !important; +} +.hover\:border-pink-300:hover { + border-color: var(--pink-300) !important; +} +.hover\:border-pink-400:hover { + border-color: var(--pink-400) !important; +} +.hover\:border-pink-500:hover { + border-color: var(--pink-500) !important; +} +.hover\:border-pink-600:hover { + border-color: var(--pink-600) !important; +} +.hover\:border-pink-700:hover { + border-color: var(--pink-700) !important; +} +.hover\:border-pink-800:hover { + border-color: var(--pink-800) !important; +} +.hover\:border-pink-900:hover { + border-color: var(--pink-900) !important; +} +.active\:border-pink-50:active { + border-color: var(--pink-50) !important; +} +.active\:border-pink-100:active { + border-color: var(--pink-100) !important; +} +.active\:border-pink-200:active { + border-color: var(--pink-200) !important; +} +.active\:border-pink-300:active { + border-color: var(--pink-300) !important; +} +.active\:border-pink-400:active { + border-color: var(--pink-400) !important; +} +.active\:border-pink-500:active { + border-color: var(--pink-500) !important; +} +.active\:border-pink-600:active { + border-color: var(--pink-600) !important; +} +.active\:border-pink-700:active { + border-color: var(--pink-700) !important; +} +.active\:border-pink-800:active { + border-color: var(--pink-800) !important; +} +.active\:border-pink-900:active { + border-color: var(--pink-900) !important; +} +.border-indigo-50 { + border-color: var(--indigo-50) !important; +} +.border-indigo-100 { + border-color: var(--indigo-100) !important; +} +.border-indigo-200 { + border-color: var(--indigo-200) !important; +} +.border-indigo-300 { + border-color: var(--indigo-300) !important; +} +.border-indigo-400 { + border-color: var(--indigo-400) !important; +} +.border-indigo-500 { + border-color: var(--indigo-500) !important; +} +.border-indigo-600 { + border-color: var(--indigo-600) !important; +} +.border-indigo-700 { + border-color: var(--indigo-700) !important; +} +.border-indigo-800 { + border-color: var(--indigo-800) !important; +} +.border-indigo-900 { + border-color: var(--indigo-900) !important; +} +.focus\:border-indigo-50:focus { + border-color: var(--indigo-50) !important; +} +.focus\:border-indigo-100:focus { + border-color: var(--indigo-100) !important; +} +.focus\:border-indigo-200:focus { + border-color: var(--indigo-200) !important; +} +.focus\:border-indigo-300:focus { + border-color: var(--indigo-300) !important; +} +.focus\:border-indigo-400:focus { + border-color: var(--indigo-400) !important; +} +.focus\:border-indigo-500:focus { + border-color: var(--indigo-500) !important; +} +.focus\:border-indigo-600:focus { + border-color: var(--indigo-600) !important; +} +.focus\:border-indigo-700:focus { + border-color: var(--indigo-700) !important; +} +.focus\:border-indigo-800:focus { + border-color: var(--indigo-800) !important; +} +.focus\:border-indigo-900:focus { + border-color: var(--indigo-900) !important; +} +.hover\:border-indigo-50:hover { + border-color: var(--indigo-50) !important; +} +.hover\:border-indigo-100:hover { + border-color: var(--indigo-100) !important; +} +.hover\:border-indigo-200:hover { + border-color: var(--indigo-200) !important; +} +.hover\:border-indigo-300:hover { + border-color: var(--indigo-300) !important; +} +.hover\:border-indigo-400:hover { + border-color: var(--indigo-400) !important; +} +.hover\:border-indigo-500:hover { + border-color: var(--indigo-500) !important; +} +.hover\:border-indigo-600:hover { + border-color: var(--indigo-600) !important; +} +.hover\:border-indigo-700:hover { + border-color: var(--indigo-700) !important; +} +.hover\:border-indigo-800:hover { + border-color: var(--indigo-800) !important; +} +.hover\:border-indigo-900:hover { + border-color: var(--indigo-900) !important; +} +.active\:border-indigo-50:active { + border-color: var(--indigo-50) !important; +} +.active\:border-indigo-100:active { + border-color: var(--indigo-100) !important; +} +.active\:border-indigo-200:active { + border-color: var(--indigo-200) !important; +} +.active\:border-indigo-300:active { + border-color: var(--indigo-300) !important; +} +.active\:border-indigo-400:active { + border-color: var(--indigo-400) !important; +} +.active\:border-indigo-500:active { + border-color: var(--indigo-500) !important; +} +.active\:border-indigo-600:active { + border-color: var(--indigo-600) !important; +} +.active\:border-indigo-700:active { + border-color: var(--indigo-700) !important; +} +.active\:border-indigo-800:active { + border-color: var(--indigo-800) !important; +} +.active\:border-indigo-900:active { + border-color: var(--indigo-900) !important; +} +.border-teal-50 { + border-color: var(--teal-50) !important; +} +.border-teal-100 { + border-color: var(--teal-100) !important; +} +.border-teal-200 { + border-color: var(--teal-200) !important; +} +.border-teal-300 { + border-color: var(--teal-300) !important; +} +.border-teal-400 { + border-color: var(--teal-400) !important; +} +.border-teal-500 { + border-color: var(--teal-500) !important; +} +.border-teal-600 { + border-color: var(--teal-600) !important; +} +.border-teal-700 { + border-color: var(--teal-700) !important; +} +.border-teal-800 { + border-color: var(--teal-800) !important; +} +.border-teal-900 { + border-color: var(--teal-900) !important; +} +.focus\:border-teal-50:focus { + border-color: var(--teal-50) !important; +} +.focus\:border-teal-100:focus { + border-color: var(--teal-100) !important; +} +.focus\:border-teal-200:focus { + border-color: var(--teal-200) !important; +} +.focus\:border-teal-300:focus { + border-color: var(--teal-300) !important; +} +.focus\:border-teal-400:focus { + border-color: var(--teal-400) !important; +} +.focus\:border-teal-500:focus { + border-color: var(--teal-500) !important; +} +.focus\:border-teal-600:focus { + border-color: var(--teal-600) !important; +} +.focus\:border-teal-700:focus { + border-color: var(--teal-700) !important; +} +.focus\:border-teal-800:focus { + border-color: var(--teal-800) !important; +} +.focus\:border-teal-900:focus { + border-color: var(--teal-900) !important; +} +.hover\:border-teal-50:hover { + border-color: var(--teal-50) !important; +} +.hover\:border-teal-100:hover { + border-color: var(--teal-100) !important; +} +.hover\:border-teal-200:hover { + border-color: var(--teal-200) !important; +} +.hover\:border-teal-300:hover { + border-color: var(--teal-300) !important; +} +.hover\:border-teal-400:hover { + border-color: var(--teal-400) !important; +} +.hover\:border-teal-500:hover { + border-color: var(--teal-500) !important; +} +.hover\:border-teal-600:hover { + border-color: var(--teal-600) !important; +} +.hover\:border-teal-700:hover { + border-color: var(--teal-700) !important; +} +.hover\:border-teal-800:hover { + border-color: var(--teal-800) !important; +} +.hover\:border-teal-900:hover { + border-color: var(--teal-900) !important; +} +.active\:border-teal-50:active { + border-color: var(--teal-50) !important; +} +.active\:border-teal-100:active { + border-color: var(--teal-100) !important; +} +.active\:border-teal-200:active { + border-color: var(--teal-200) !important; +} +.active\:border-teal-300:active { + border-color: var(--teal-300) !important; +} +.active\:border-teal-400:active { + border-color: var(--teal-400) !important; +} +.active\:border-teal-500:active { + border-color: var(--teal-500) !important; +} +.active\:border-teal-600:active { + border-color: var(--teal-600) !important; +} +.active\:border-teal-700:active { + border-color: var(--teal-700) !important; +} +.active\:border-teal-800:active { + border-color: var(--teal-800) !important; +} +.active\:border-teal-900:active { + border-color: var(--teal-900) !important; +} +.border-orange-50 { + border-color: var(--orange-50) !important; +} +.border-orange-100 { + border-color: var(--orange-100) !important; +} +.border-orange-200 { + border-color: var(--orange-200) !important; +} +.border-orange-300 { + border-color: var(--orange-300) !important; +} +.border-orange-400 { + border-color: var(--orange-400) !important; +} +.border-orange-500 { + border-color: var(--orange-500) !important; +} +.border-orange-600 { + border-color: var(--orange-600) !important; +} +.border-orange-700 { + border-color: var(--orange-700) !important; +} +.border-orange-800 { + border-color: var(--orange-800) !important; +} +.border-orange-900 { + border-color: var(--orange-900) !important; +} +.focus\:border-orange-50:focus { + border-color: var(--orange-50) !important; +} +.focus\:border-orange-100:focus { + border-color: var(--orange-100) !important; +} +.focus\:border-orange-200:focus { + border-color: var(--orange-200) !important; +} +.focus\:border-orange-300:focus { + border-color: var(--orange-300) !important; +} +.focus\:border-orange-400:focus { + border-color: var(--orange-400) !important; +} +.focus\:border-orange-500:focus { + border-color: var(--orange-500) !important; +} +.focus\:border-orange-600:focus { + border-color: var(--orange-600) !important; +} +.focus\:border-orange-700:focus { + border-color: var(--orange-700) !important; +} +.focus\:border-orange-800:focus { + border-color: var(--orange-800) !important; +} +.focus\:border-orange-900:focus { + border-color: var(--orange-900) !important; +} +.hover\:border-orange-50:hover { + border-color: var(--orange-50) !important; +} +.hover\:border-orange-100:hover { + border-color: var(--orange-100) !important; +} +.hover\:border-orange-200:hover { + border-color: var(--orange-200) !important; +} +.hover\:border-orange-300:hover { + border-color: var(--orange-300) !important; +} +.hover\:border-orange-400:hover { + border-color: var(--orange-400) !important; +} +.hover\:border-orange-500:hover { + border-color: var(--orange-500) !important; +} +.hover\:border-orange-600:hover { + border-color: var(--orange-600) !important; +} +.hover\:border-orange-700:hover { + border-color: var(--orange-700) !important; +} +.hover\:border-orange-800:hover { + border-color: var(--orange-800) !important; +} +.hover\:border-orange-900:hover { + border-color: var(--orange-900) !important; +} +.active\:border-orange-50:active { + border-color: var(--orange-50) !important; +} +.active\:border-orange-100:active { + border-color: var(--orange-100) !important; +} +.active\:border-orange-200:active { + border-color: var(--orange-200) !important; +} +.active\:border-orange-300:active { + border-color: var(--orange-300) !important; +} +.active\:border-orange-400:active { + border-color: var(--orange-400) !important; +} +.active\:border-orange-500:active { + border-color: var(--orange-500) !important; +} +.active\:border-orange-600:active { + border-color: var(--orange-600) !important; +} +.active\:border-orange-700:active { + border-color: var(--orange-700) !important; +} +.active\:border-orange-800:active { + border-color: var(--orange-800) !important; +} +.active\:border-orange-900:active { + border-color: var(--orange-900) !important; +} +.border-bluegray-50 { + border-color: var(--bluegray-50) !important; +} +.border-bluegray-100 { + border-color: var(--bluegray-100) !important; +} +.border-bluegray-200 { + border-color: var(--bluegray-200) !important; +} +.border-bluegray-300 { + border-color: var(--bluegray-300) !important; +} +.border-bluegray-400 { + border-color: var(--bluegray-400) !important; +} +.border-bluegray-500 { + border-color: var(--bluegray-500) !important; +} +.border-bluegray-600 { + border-color: var(--bluegray-600) !important; +} +.border-bluegray-700 { + border-color: var(--bluegray-700) !important; +} +.border-bluegray-800 { + border-color: var(--bluegray-800) !important; +} +.border-bluegray-900 { + border-color: var(--bluegray-900) !important; +} +.focus\:border-bluegray-50:focus { + border-color: var(--bluegray-50) !important; +} +.focus\:border-bluegray-100:focus { + border-color: var(--bluegray-100) !important; +} +.focus\:border-bluegray-200:focus { + border-color: var(--bluegray-200) !important; +} +.focus\:border-bluegray-300:focus { + border-color: var(--bluegray-300) !important; +} +.focus\:border-bluegray-400:focus { + border-color: var(--bluegray-400) !important; +} +.focus\:border-bluegray-500:focus { + border-color: var(--bluegray-500) !important; +} +.focus\:border-bluegray-600:focus { + border-color: var(--bluegray-600) !important; +} +.focus\:border-bluegray-700:focus { + border-color: var(--bluegray-700) !important; +} +.focus\:border-bluegray-800:focus { + border-color: var(--bluegray-800) !important; +} +.focus\:border-bluegray-900:focus { + border-color: var(--bluegray-900) !important; +} +.hover\:border-bluegray-50:hover { + border-color: var(--bluegray-50) !important; +} +.hover\:border-bluegray-100:hover { + border-color: var(--bluegray-100) !important; +} +.hover\:border-bluegray-200:hover { + border-color: var(--bluegray-200) !important; +} +.hover\:border-bluegray-300:hover { + border-color: var(--bluegray-300) !important; +} +.hover\:border-bluegray-400:hover { + border-color: var(--bluegray-400) !important; +} +.hover\:border-bluegray-500:hover { + border-color: var(--bluegray-500) !important; +} +.hover\:border-bluegray-600:hover { + border-color: var(--bluegray-600) !important; +} +.hover\:border-bluegray-700:hover { + border-color: var(--bluegray-700) !important; +} +.hover\:border-bluegray-800:hover { + border-color: var(--bluegray-800) !important; +} +.hover\:border-bluegray-900:hover { + border-color: var(--bluegray-900) !important; +} +.active\:border-bluegray-50:active { + border-color: var(--bluegray-50) !important; +} +.active\:border-bluegray-100:active { + border-color: var(--bluegray-100) !important; +} +.active\:border-bluegray-200:active { + border-color: var(--bluegray-200) !important; +} +.active\:border-bluegray-300:active { + border-color: var(--bluegray-300) !important; +} +.active\:border-bluegray-400:active { + border-color: var(--bluegray-400) !important; +} +.active\:border-bluegray-500:active { + border-color: var(--bluegray-500) !important; +} +.active\:border-bluegray-600:active { + border-color: var(--bluegray-600) !important; +} +.active\:border-bluegray-700:active { + border-color: var(--bluegray-700) !important; +} +.active\:border-bluegray-800:active { + border-color: var(--bluegray-800) !important; +} +.active\:border-bluegray-900:active { + border-color: var(--bluegray-900) !important; +} +.border-purple-50 { + border-color: var(--purple-50) !important; +} +.border-purple-100 { + border-color: var(--purple-100) !important; +} +.border-purple-200 { + border-color: var(--purple-200) !important; +} +.border-purple-300 { + border-color: var(--purple-300) !important; +} +.border-purple-400 { + border-color: var(--purple-400) !important; +} +.border-purple-500 { + border-color: var(--purple-500) !important; +} +.border-purple-600 { + border-color: var(--purple-600) !important; +} +.border-purple-700 { + border-color: var(--purple-700) !important; +} +.border-purple-800 { + border-color: var(--purple-800) !important; +} +.border-purple-900 { + border-color: var(--purple-900) !important; +} +.focus\:border-purple-50:focus { + border-color: var(--purple-50) !important; +} +.focus\:border-purple-100:focus { + border-color: var(--purple-100) !important; +} +.focus\:border-purple-200:focus { + border-color: var(--purple-200) !important; +} +.focus\:border-purple-300:focus { + border-color: var(--purple-300) !important; +} +.focus\:border-purple-400:focus { + border-color: var(--purple-400) !important; +} +.focus\:border-purple-500:focus { + border-color: var(--purple-500) !important; +} +.focus\:border-purple-600:focus { + border-color: var(--purple-600) !important; +} +.focus\:border-purple-700:focus { + border-color: var(--purple-700) !important; +} +.focus\:border-purple-800:focus { + border-color: var(--purple-800) !important; +} +.focus\:border-purple-900:focus { + border-color: var(--purple-900) !important; +} +.hover\:border-purple-50:hover { + border-color: var(--purple-50) !important; +} +.hover\:border-purple-100:hover { + border-color: var(--purple-100) !important; +} +.hover\:border-purple-200:hover { + border-color: var(--purple-200) !important; +} +.hover\:border-purple-300:hover { + border-color: var(--purple-300) !important; +} +.hover\:border-purple-400:hover { + border-color: var(--purple-400) !important; +} +.hover\:border-purple-500:hover { + border-color: var(--purple-500) !important; +} +.hover\:border-purple-600:hover { + border-color: var(--purple-600) !important; +} +.hover\:border-purple-700:hover { + border-color: var(--purple-700) !important; +} +.hover\:border-purple-800:hover { + border-color: var(--purple-800) !important; +} +.hover\:border-purple-900:hover { + border-color: var(--purple-900) !important; +} +.active\:border-purple-50:active { + border-color: var(--purple-50) !important; +} +.active\:border-purple-100:active { + border-color: var(--purple-100) !important; +} +.active\:border-purple-200:active { + border-color: var(--purple-200) !important; +} +.active\:border-purple-300:active { + border-color: var(--purple-300) !important; +} +.active\:border-purple-400:active { + border-color: var(--purple-400) !important; +} +.active\:border-purple-500:active { + border-color: var(--purple-500) !important; +} +.active\:border-purple-600:active { + border-color: var(--purple-600) !important; +} +.active\:border-purple-700:active { + border-color: var(--purple-700) !important; +} +.active\:border-purple-800:active { + border-color: var(--purple-800) !important; +} +.active\:border-purple-900:active { + border-color: var(--purple-900) !important; +} +.border-gray-50 { + border-color: var(--gray-50) !important; +} +.border-gray-100 { + border-color: var(--gray-100) !important; +} +.border-gray-200 { + border-color: var(--gray-200) !important; +} +.border-gray-300 { + border-color: var(--gray-300) !important; +} +.border-gray-400 { + border-color: var(--gray-400) !important; +} +.border-gray-500 { + border-color: var(--gray-500) !important; +} +.border-gray-600 { + border-color: var(--gray-600) !important; +} +.border-gray-700 { + border-color: var(--gray-700) !important; +} +.border-gray-800 { + border-color: var(--gray-800) !important; +} +.border-gray-900 { + border-color: var(--gray-900) !important; +} +.focus\:border-gray-50:focus { + border-color: var(--gray-50) !important; +} +.focus\:border-gray-100:focus { + border-color: var(--gray-100) !important; +} +.focus\:border-gray-200:focus { + border-color: var(--gray-200) !important; +} +.focus\:border-gray-300:focus { + border-color: var(--gray-300) !important; +} +.focus\:border-gray-400:focus { + border-color: var(--gray-400) !important; +} +.focus\:border-gray-500:focus { + border-color: var(--gray-500) !important; +} +.focus\:border-gray-600:focus { + border-color: var(--gray-600) !important; +} +.focus\:border-gray-700:focus { + border-color: var(--gray-700) !important; +} +.focus\:border-gray-800:focus { + border-color: var(--gray-800) !important; +} +.focus\:border-gray-900:focus { + border-color: var(--gray-900) !important; +} +.hover\:border-gray-50:hover { + border-color: var(--gray-50) !important; +} +.hover\:border-gray-100:hover { + border-color: var(--gray-100) !important; +} +.hover\:border-gray-200:hover { + border-color: var(--gray-200) !important; +} +.hover\:border-gray-300:hover { + border-color: var(--gray-300) !important; +} +.hover\:border-gray-400:hover { + border-color: var(--gray-400) !important; +} +.hover\:border-gray-500:hover { + border-color: var(--gray-500) !important; +} +.hover\:border-gray-600:hover { + border-color: var(--gray-600) !important; +} +.hover\:border-gray-700:hover { + border-color: var(--gray-700) !important; +} +.hover\:border-gray-800:hover { + border-color: var(--gray-800) !important; +} +.hover\:border-gray-900:hover { + border-color: var(--gray-900) !important; +} +.active\:border-gray-50:active { + border-color: var(--gray-50) !important; +} +.active\:border-gray-100:active { + border-color: var(--gray-100) !important; +} +.active\:border-gray-200:active { + border-color: var(--gray-200) !important; +} +.active\:border-gray-300:active { + border-color: var(--gray-300) !important; +} +.active\:border-gray-400:active { + border-color: var(--gray-400) !important; +} +.active\:border-gray-500:active { + border-color: var(--gray-500) !important; +} +.active\:border-gray-600:active { + border-color: var(--gray-600) !important; +} +.active\:border-gray-700:active { + border-color: var(--gray-700) !important; +} +.active\:border-gray-800:active { + border-color: var(--gray-800) !important; +} +.active\:border-gray-900:active { + border-color: var(--gray-900) !important; +} +.border-red-50 { + border-color: var(--red-50) !important; +} +.border-red-100 { + border-color: var(--red-100) !important; +} +.border-red-200 { + border-color: var(--red-200) !important; +} +.border-red-300 { + border-color: var(--red-300) !important; +} +.border-red-400 { + border-color: var(--red-400) !important; +} +.border-red-500 { + border-color: var(--red-500) !important; +} +.border-red-600 { + border-color: var(--red-600) !important; +} +.border-red-700 { + border-color: var(--red-700) !important; +} +.border-red-800 { + border-color: var(--red-800) !important; +} +.border-red-900 { + border-color: var(--red-900) !important; +} +.focus\:border-red-50:focus { + border-color: var(--red-50) !important; +} +.focus\:border-red-100:focus { + border-color: var(--red-100) !important; +} +.focus\:border-red-200:focus { + border-color: var(--red-200) !important; +} +.focus\:border-red-300:focus { + border-color: var(--red-300) !important; +} +.focus\:border-red-400:focus { + border-color: var(--red-400) !important; +} +.focus\:border-red-500:focus { + border-color: var(--red-500) !important; +} +.focus\:border-red-600:focus { + border-color: var(--red-600) !important; +} +.focus\:border-red-700:focus { + border-color: var(--red-700) !important; +} +.focus\:border-red-800:focus { + border-color: var(--red-800) !important; +} +.focus\:border-red-900:focus { + border-color: var(--red-900) !important; +} +.hover\:border-red-50:hover { + border-color: var(--red-50) !important; +} +.hover\:border-red-100:hover { + border-color: var(--red-100) !important; +} +.hover\:border-red-200:hover { + border-color: var(--red-200) !important; +} +.hover\:border-red-300:hover { + border-color: var(--red-300) !important; +} +.hover\:border-red-400:hover { + border-color: var(--red-400) !important; +} +.hover\:border-red-500:hover { + border-color: var(--red-500) !important; +} +.hover\:border-red-600:hover { + border-color: var(--red-600) !important; +} +.hover\:border-red-700:hover { + border-color: var(--red-700) !important; +} +.hover\:border-red-800:hover { + border-color: var(--red-800) !important; +} +.hover\:border-red-900:hover { + border-color: var(--red-900) !important; +} +.active\:border-red-50:active { + border-color: var(--red-50) !important; +} +.active\:border-red-100:active { + border-color: var(--red-100) !important; +} +.active\:border-red-200:active { + border-color: var(--red-200) !important; +} +.active\:border-red-300:active { + border-color: var(--red-300) !important; +} +.active\:border-red-400:active { + border-color: var(--red-400) !important; +} +.active\:border-red-500:active { + border-color: var(--red-500) !important; +} +.active\:border-red-600:active { + border-color: var(--red-600) !important; +} +.active\:border-red-700:active { + border-color: var(--red-700) !important; +} +.active\:border-red-800:active { + border-color: var(--red-800) !important; +} +.active\:border-red-900:active { + border-color: var(--red-900) !important; +} +.border-primary-50 { + border-color: var(--primary-50) !important; +} +.border-primary-100 { + border-color: var(--primary-100) !important; +} +.border-primary-200 { + border-color: var(--primary-200) !important; +} +.border-primary-300 { + border-color: var(--primary-300) !important; +} +.border-primary-400 { + border-color: var(--primary-400) !important; +} +.border-primary-500 { + border-color: var(--primary-500) !important; +} +.border-primary-600 { + border-color: var(--primary-600) !important; +} +.border-primary-700 { + border-color: var(--primary-700) !important; +} +.border-primary-800 { + border-color: var(--primary-800) !important; +} +.border-primary-900 { + border-color: var(--primary-900) !important; +} +.focus\:border-primary-50:focus { + border-color: var(--primary-50) !important; +} +.focus\:border-primary-100:focus { + border-color: var(--primary-100) !important; +} +.focus\:border-primary-200:focus { + border-color: var(--primary-200) !important; +} +.focus\:border-primary-300:focus { + border-color: var(--primary-300) !important; +} +.focus\:border-primary-400:focus { + border-color: var(--primary-400) !important; +} +.focus\:border-primary-500:focus { + border-color: var(--primary-500) !important; +} +.focus\:border-primary-600:focus { + border-color: var(--primary-600) !important; +} +.focus\:border-primary-700:focus { + border-color: var(--primary-700) !important; +} +.focus\:border-primary-800:focus { + border-color: var(--primary-800) !important; +} +.focus\:border-primary-900:focus { + border-color: var(--primary-900) !important; +} +.hover\:border-primary-50:hover { + border-color: var(--primary-50) !important; +} +.hover\:border-primary-100:hover { + border-color: var(--primary-100) !important; +} +.hover\:border-primary-200:hover { + border-color: var(--primary-200) !important; +} +.hover\:border-primary-300:hover { + border-color: var(--primary-300) !important; +} +.hover\:border-primary-400:hover { + border-color: var(--primary-400) !important; +} +.hover\:border-primary-500:hover { + border-color: var(--primary-500) !important; +} +.hover\:border-primary-600:hover { + border-color: var(--primary-600) !important; +} +.hover\:border-primary-700:hover { + border-color: var(--primary-700) !important; +} +.hover\:border-primary-800:hover { + border-color: var(--primary-800) !important; +} +.hover\:border-primary-900:hover { + border-color: var(--primary-900) !important; +} +.active\:border-primary-50:active { + border-color: var(--primary-50) !important; +} +.active\:border-primary-100:active { + border-color: var(--primary-100) !important; +} +.active\:border-primary-200:active { + border-color: var(--primary-200) !important; +} +.active\:border-primary-300:active { + border-color: var(--primary-300) !important; +} +.active\:border-primary-400:active { + border-color: var(--primary-400) !important; +} +.active\:border-primary-500:active { + border-color: var(--primary-500) !important; +} +.active\:border-primary-600:active { + border-color: var(--primary-600) !important; +} +.active\:border-primary-700:active { + border-color: var(--primary-700) !important; +} +.active\:border-primary-800:active { + border-color: var(--primary-800) !important; +} +.active\:border-primary-900:active { + border-color: var(--primary-900) !important; +} +.bg-white-alpha-10 { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.bg-white-alpha-20 { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.bg-white-alpha-30 { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.bg-white-alpha-40 { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.bg-white-alpha-50 { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.bg-white-alpha-60 { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.bg-white-alpha-70 { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.bg-white-alpha-80 { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.bg-white-alpha-90 { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:bg-white-alpha-10:hover { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:bg-white-alpha-20:hover { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:bg-white-alpha-30:hover { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:bg-white-alpha-40:hover { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:bg-white-alpha-50:hover { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:bg-white-alpha-60:hover { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:bg-white-alpha-70:hover { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:bg-white-alpha-80:hover { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:bg-white-alpha-90:hover { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:bg-white-alpha-10:focus { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:bg-white-alpha-20:focus { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:bg-white-alpha-30:focus { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:bg-white-alpha-40:focus { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:bg-white-alpha-50:focus { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:bg-white-alpha-60:focus { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:bg-white-alpha-70:focus { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:bg-white-alpha-80:focus { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:bg-white-alpha-90:focus { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:bg-white-alpha-10:active { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:bg-white-alpha-20:active { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:bg-white-alpha-30:active { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:bg-white-alpha-40:active { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:bg-white-alpha-50:active { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:bg-white-alpha-60:active { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:bg-white-alpha-70:active { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:bg-white-alpha-80:active { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:bg-white-alpha-90:active { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.bg-black-alpha-10 { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.bg-black-alpha-20 { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.bg-black-alpha-30 { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.bg-black-alpha-40 { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.bg-black-alpha-50 { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.bg-black-alpha-60 { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.bg-black-alpha-70 { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.bg-black-alpha-80 { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.bg-black-alpha-90 { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:bg-black-alpha-10:hover { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:bg-black-alpha-20:hover { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:bg-black-alpha-30:hover { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:bg-black-alpha-40:hover { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:bg-black-alpha-50:hover { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:bg-black-alpha-60:hover { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:bg-black-alpha-70:hover { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:bg-black-alpha-80:hover { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:bg-black-alpha-90:hover { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:bg-black-alpha-10:focus { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:bg-black-alpha-20:focus { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:bg-black-alpha-30:focus { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:bg-black-alpha-40:focus { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:bg-black-alpha-50:focus { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:bg-black-alpha-60:focus { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:bg-black-alpha-70:focus { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:bg-black-alpha-80:focus { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:bg-black-alpha-90:focus { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.active\:bg-black-alpha-10:active { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.active\:bg-black-alpha-20:active { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.active\:bg-black-alpha-30:active { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.active\:bg-black-alpha-40:active { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.active\:bg-black-alpha-50:active { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.active\:bg-black-alpha-60:active { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.active\:bg-black-alpha-70:active { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.active\:bg-black-alpha-80:active { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.active\:bg-black-alpha-90:active { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.border-white-alpha-10 { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.border-white-alpha-20 { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.border-white-alpha-30 { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.border-white-alpha-40 { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.border-white-alpha-50 { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.border-white-alpha-60 { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.border-white-alpha-70 { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.border-white-alpha-80 { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.border-white-alpha-90 { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:border-white-alpha-10:hover { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:border-white-alpha-20:hover { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:border-white-alpha-30:hover { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:border-white-alpha-40:hover { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:border-white-alpha-50:hover { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:border-white-alpha-60:hover { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:border-white-alpha-70:hover { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:border-white-alpha-80:hover { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:border-white-alpha-90:hover { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:border-white-alpha-10:focus { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:border-white-alpha-20:focus { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:border-white-alpha-30:focus { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:border-white-alpha-40:focus { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:border-white-alpha-50:focus { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:border-white-alpha-60:focus { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:border-white-alpha-70:focus { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:border-white-alpha-80:focus { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:border-white-alpha-90:focus { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:border-white-alpha-10:active { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:border-white-alpha-20:active { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:border-white-alpha-30:active { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:border-white-alpha-40:active { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:border-white-alpha-50:active { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:border-white-alpha-60:active { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:border-white-alpha-70:active { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:border-white-alpha-80:active { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:border-white-alpha-90:active { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.border-black-alpha-10 { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.border-black-alpha-20 { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.border-black-alpha-30 { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.border-black-alpha-40 { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.border-black-alpha-50 { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.border-black-alpha-60 { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.border-black-alpha-70 { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.border-black-alpha-80 { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.border-black-alpha-90 { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:border-black-alpha-10:hover { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:border-black-alpha-20:hover { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:border-black-alpha-30:hover { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:border-black-alpha-40:hover { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:border-black-alpha-50:hover { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:border-black-alpha-60:hover { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:border-black-alpha-70:hover { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:border-black-alpha-80:hover { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:border-black-alpha-90:hover { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:border-black-alpha-10:focus { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:border-black-alpha-20:focus { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:border-black-alpha-30:focus { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:border-black-alpha-40:focus { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:border-black-alpha-50:focus { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:border-black-alpha-60:focus { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:border-black-alpha-70:focus { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:border-black-alpha-80:focus { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:border-black-alpha-90:focus { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.active\:border-black-alpha-10:active { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.active\:border-black-alpha-20:active { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.active\:border-black-alpha-30:active { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.active\:border-black-alpha-40:active { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.active\:border-black-alpha-50:active { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.active\:border-black-alpha-60:active { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.active\:border-black-alpha-70:active { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.active\:border-black-alpha-80:active { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.active\:border-black-alpha-90:active { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.text-white-alpha-10 { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.text-white-alpha-20 { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.text-white-alpha-30 { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.text-white-alpha-40 { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.text-white-alpha-50 { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.text-white-alpha-60 { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.text-white-alpha-70 { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.text-white-alpha-80 { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.text-white-alpha-90 { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:text-white-alpha-10:hover { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:text-white-alpha-20:hover { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:text-white-alpha-30:hover { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:text-white-alpha-40:hover { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:text-white-alpha-50:hover { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:text-white-alpha-60:hover { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:text-white-alpha-70:hover { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:text-white-alpha-80:hover { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:text-white-alpha-90:hover { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:text-white-alpha-10:focus { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:text-white-alpha-20:focus { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:text-white-alpha-30:focus { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:text-white-alpha-40:focus { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:text-white-alpha-50:focus { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:text-white-alpha-60:focus { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:text-white-alpha-70:focus { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:text-white-alpha-80:focus { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:text-white-alpha-90:focus { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:text-white-alpha-10:active { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:text-white-alpha-20:active { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:text-white-alpha-30:active { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:text-white-alpha-40:active { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:text-white-alpha-50:active { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:text-white-alpha-60:active { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:text-white-alpha-70:active { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:text-white-alpha-80:active { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:text-white-alpha-90:active { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.text-black-alpha-10 { + color: rgba(0, 0, 0, 0.1) !important; +} +.text-black-alpha-20 { + color: rgba(0, 0, 0, 0.2) !important; +} +.text-black-alpha-30 { + color: rgba(0, 0, 0, 0.3) !important; +} +.text-black-alpha-40 { + color: rgba(0, 0, 0, 0.4) !important; +} +.text-black-alpha-50 { + color: rgba(0, 0, 0, 0.5) !important; +} +.text-black-alpha-60 { + color: rgba(0, 0, 0, 0.6) !important; +} +.text-black-alpha-70 { + color: rgba(0, 0, 0, 0.7) !important; +} +.text-black-alpha-80 { + color: rgba(0, 0, 0, 0.8) !important; +} +.text-black-alpha-90 { + color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:text-black-alpha-10:hover { + color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:text-black-alpha-20:hover { + color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:text-black-alpha-30:hover { + color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:text-black-alpha-40:hover { + color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:text-black-alpha-50:hover { + color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:text-black-alpha-60:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:text-black-alpha-70:hover { + color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:text-black-alpha-80:hover { + color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:text-black-alpha-90:hover { + color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:text-black-alpha-10:focus { + color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:text-black-alpha-20:focus { + color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:text-black-alpha-30:focus { + color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:text-black-alpha-40:focus { + color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:text-black-alpha-50:focus { + color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:text-black-alpha-60:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:text-black-alpha-70:focus { + color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:text-black-alpha-80:focus { + color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:text-black-alpha-90:focus { + color: rgba(0, 0, 0, 0.9) !important; +} +.active\:text-black-alpha-10:active { + color: rgba(0, 0, 0, 0.1) !important; +} +.active\:text-black-alpha-20:active { + color: rgba(0, 0, 0, 0.2) !important; +} +.active\:text-black-alpha-30:active { + color: rgba(0, 0, 0, 0.3) !important; +} +.active\:text-black-alpha-40:active { + color: rgba(0, 0, 0, 0.4) !important; +} +.active\:text-black-alpha-50:active { + color: rgba(0, 0, 0, 0.5) !important; +} +.active\:text-black-alpha-60:active { + color: rgba(0, 0, 0, 0.6) !important; +} +.active\:text-black-alpha-70:active { + color: rgba(0, 0, 0, 0.7) !important; +} +.active\:text-black-alpha-80:active { + color: rgba(0, 0, 0, 0.8) !important; +} +.active\:text-black-alpha-90:active { + color: rgba(0, 0, 0, 0.9) !important; +} +.text-primary { + color: var(--primary-color) !important; +} +.bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} +.bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} +.bg-white { + background-color: #fff !important; +} +.border-primary { + border-color: var(--primary-color) !important; +} +.text-white { + color: #fff !important; +} +.border-white { + border-color: #fff !important; +} +.text-color { + color: var(--text-color) !important; +} +.text-color-secondary { + color: var(--text-color-secondary) !important; +} +.surface-ground { + background-color: var(--surface-ground) !important; +} +.surface-section { + background-color: var(--surface-section) !important; +} +.surface-card { + background-color: var(--surface-card) !important; +} +.surface-overlay { + background-color: var(--surface-overlay) !important; +} +.surface-hover { + background-color: var(--surface-hover) !important; +} +.surface-border { + border-color: var(--surface-border) !important; +} +.active\:text-primary:active, +.focus\:text-primary:focus, +.hover\:text-primary:hover { + color: var(--primary-color) !important; +} +.active\:bg-primary:active, +.focus\:bg-primary:focus, +.hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} +.active\:bg-primary-reverse:active, +.focus\:bg-primary-reverse:focus, +.hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} +.active\:bg-white:active, +.focus\:bg-white:focus, +.hover\:bg-white:hover { + background-color: #fff !important; +} +.active\:border-primary:active, +.focus\:border-primary:focus, +.hover\:border-primary:hover { + border-color: var(--primary-color) !important; +} +.active\:text-white:active, +.focus\:text-white:focus, +.hover\:text-white:hover { + color: #fff !important; +} +.active\:border-white:active, +.focus\:border-white:focus, +.hover\:border-white:hover { + border-color: #fff !important; +} +.active\:text-color:active, +.focus\:text-color:focus, +.hover\:text-color:hover { + color: var(--text-color) !important; +} +.active\:text-color-secondary:active, +.focus\:text-color-secondary:focus, +.hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; +} +.active\:surface-ground:active, +.focus\:surface-ground:focus, +.hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; +} +.active\:surface-section:active, +.focus\:surface-section:focus, +.hover\:surface-section:hover { + background-color: var(--surface-section) !important; +} +.active\:surface-card:active, +.focus\:surface-card:focus, +.hover\:surface-card:hover { + background-color: var(--surface-card) !important; +} +.active\:surface-overlay:active, +.focus\:surface-overlay:focus, +.hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; +} +.active\:surface-hover:active, +.focus\:surface-hover:focus, +.hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; +} +.active\:surface-border:active, +.focus\:surface-border:focus, +.hover\:surface-border:hover { + border-color: var(--surface-border) !important; +} +@media screen and (min-width: 576px) { + .sm\:text-primary { + color: var(--primary-color) !important; + } + .sm\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:bg-white { + background-color: #fff !important; + } + .sm\:border-primary { + border-color: var(--primary-color) !important; + } + .sm\:text-white { + color: #fff !important; + } + .sm\:border-white { + border-color: #fff !important; + } + .sm\:text-color { + color: var(--text-color) !important; + } + .sm\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .sm\:surface-ground { + background-color: var(--surface-ground) !important; + } + .sm\:surface-section { + background-color: var(--surface-section) !important; + } + .sm\:surface-card { + background-color: var(--surface-card) !important; + } + .sm\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .sm\:surface-hover { + background-color: var(--surface-hover) !important; + } + .sm\:surface-border { + border-color: var(--surface-border) !important; + } + .sm\:active\:text-primary:active, + .sm\:focus\:text-primary:focus, + .sm\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .sm\:active\:bg-primary:active, + .sm\:focus\:bg-primary:focus, + .sm\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:active\:bg-primary-reverse:active, + .sm\:focus\:bg-primary-reverse:focus, + .sm\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:active\:bg-white:active, + .sm\:focus\:bg-white:focus, + .sm\:hover\:bg-white:hover { + background-color: #fff !important; + } + .sm\:active\:border-primary:active, + .sm\:focus\:border-primary:focus, + .sm\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .sm\:active\:text-white:active, + .sm\:focus\:text-white:focus, + .sm\:hover\:text-white:hover { + color: #fff !important; + } + .sm\:active\:border-white:active, + .sm\:focus\:border-white:focus, + .sm\:hover\:border-white:hover { + border-color: #fff !important; + } + .sm\:active\:text-color:active, + .sm\:focus\:text-color:focus, + .sm\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .sm\:active\:text-color-secondary:active, + .sm\:focus\:text-color-secondary:focus, + .sm\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .sm\:active\:surface-ground:active, + .sm\:focus\:surface-ground:focus, + .sm\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .sm\:active\:surface-section:active, + .sm\:focus\:surface-section:focus, + .sm\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .sm\:active\:surface-card:active, + .sm\:focus\:surface-card:focus, + .sm\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .sm\:active\:surface-overlay:active, + .sm\:focus\:surface-overlay:focus, + .sm\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .sm\:active\:surface-hover:active, + .sm\:focus\:surface-hover:focus, + .sm\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .sm\:active\:surface-border:active, + .sm\:focus\:surface-border:focus, + .sm\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-primary { + color: var(--primary-color) !important; + } + .md\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:bg-white { + background-color: #fff !important; + } + .md\:border-primary { + border-color: var(--primary-color) !important; + } + .md\:text-white { + color: #fff !important; + } + .md\:border-white { + border-color: #fff !important; + } + .md\:text-color { + color: var(--text-color) !important; + } + .md\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .md\:surface-ground { + background-color: var(--surface-ground) !important; + } + .md\:surface-section { + background-color: var(--surface-section) !important; + } + .md\:surface-card { + background-color: var(--surface-card) !important; + } + .md\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .md\:surface-hover { + background-color: var(--surface-hover) !important; + } + .md\:surface-border { + border-color: var(--surface-border) !important; + } + .md\:active\:text-primary:active, + .md\:focus\:text-primary:focus, + .md\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .md\:active\:bg-primary:active, + .md\:focus\:bg-primary:focus, + .md\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:active\:bg-primary-reverse:active, + .md\:focus\:bg-primary-reverse:focus, + .md\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:active\:bg-white:active, + .md\:focus\:bg-white:focus, + .md\:hover\:bg-white:hover { + background-color: #fff !important; + } + .md\:active\:border-primary:active, + .md\:focus\:border-primary:focus, + .md\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .md\:active\:text-white:active, + .md\:focus\:text-white:focus, + .md\:hover\:text-white:hover { + color: #fff !important; + } + .md\:active\:border-white:active, + .md\:focus\:border-white:focus, + .md\:hover\:border-white:hover { + border-color: #fff !important; + } + .md\:active\:text-color:active, + .md\:focus\:text-color:focus, + .md\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .md\:active\:text-color-secondary:active, + .md\:focus\:text-color-secondary:focus, + .md\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .md\:active\:surface-ground:active, + .md\:focus\:surface-ground:focus, + .md\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .md\:active\:surface-section:active, + .md\:focus\:surface-section:focus, + .md\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .md\:active\:surface-card:active, + .md\:focus\:surface-card:focus, + .md\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .md\:active\:surface-overlay:active, + .md\:focus\:surface-overlay:focus, + .md\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .md\:active\:surface-hover:active, + .md\:focus\:surface-hover:focus, + .md\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .md\:active\:surface-border:active, + .md\:focus\:surface-border:focus, + .md\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-primary { + color: var(--primary-color) !important; + } + .lg\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:bg-white { + background-color: #fff !important; + } + .lg\:border-primary { + border-color: var(--primary-color) !important; + } + .lg\:text-white { + color: #fff !important; + } + .lg\:border-white { + border-color: #fff !important; + } + .lg\:text-color { + color: var(--text-color) !important; + } + .lg\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .lg\:surface-ground { + background-color: var(--surface-ground) !important; + } + .lg\:surface-section { + background-color: var(--surface-section) !important; + } + .lg\:surface-card { + background-color: var(--surface-card) !important; + } + .lg\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .lg\:surface-hover { + background-color: var(--surface-hover) !important; + } + .lg\:surface-border { + border-color: var(--surface-border) !important; + } + .lg\:active\:text-primary:active, + .lg\:focus\:text-primary:focus, + .lg\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .lg\:active\:bg-primary:active, + .lg\:focus\:bg-primary:focus, + .lg\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:active\:bg-primary-reverse:active, + .lg\:focus\:bg-primary-reverse:focus, + .lg\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:active\:bg-white:active, + .lg\:focus\:bg-white:focus, + .lg\:hover\:bg-white:hover { + background-color: #fff !important; + } + .lg\:active\:border-primary:active, + .lg\:focus\:border-primary:focus, + .lg\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .lg\:active\:text-white:active, + .lg\:focus\:text-white:focus, + .lg\:hover\:text-white:hover { + color: #fff !important; + } + .lg\:active\:border-white:active, + .lg\:focus\:border-white:focus, + .lg\:hover\:border-white:hover { + border-color: #fff !important; + } + .lg\:active\:text-color:active, + .lg\:focus\:text-color:focus, + .lg\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .lg\:active\:text-color-secondary:active, + .lg\:focus\:text-color-secondary:focus, + .lg\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .lg\:active\:surface-ground:active, + .lg\:focus\:surface-ground:focus, + .lg\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .lg\:active\:surface-section:active, + .lg\:focus\:surface-section:focus, + .lg\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .lg\:active\:surface-card:active, + .lg\:focus\:surface-card:focus, + .lg\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .lg\:active\:surface-overlay:active, + .lg\:focus\:surface-overlay:focus, + .lg\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .lg\:active\:surface-hover:active, + .lg\:focus\:surface-hover:focus, + .lg\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .lg\:active\:surface-border:active, + .lg\:focus\:surface-border:focus, + .lg\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-primary { + color: var(--primary-color) !important; + } + .xl\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:bg-white { + background-color: #fff !important; + } + .xl\:border-primary { + border-color: var(--primary-color) !important; + } + .xl\:text-white { + color: #fff !important; + } + .xl\:border-white { + border-color: #fff !important; + } + .xl\:text-color { + color: var(--text-color) !important; + } + .xl\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .xl\:surface-ground { + background-color: var(--surface-ground) !important; + } + .xl\:surface-section { + background-color: var(--surface-section) !important; + } + .xl\:surface-card { + background-color: var(--surface-card) !important; + } + .xl\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .xl\:surface-hover { + background-color: var(--surface-hover) !important; + } + .xl\:surface-border { + border-color: var(--surface-border) !important; + } + .xl\:active\:text-primary:active, + .xl\:focus\:text-primary:focus, + .xl\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .xl\:active\:bg-primary:active, + .xl\:focus\:bg-primary:focus, + .xl\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:active\:bg-primary-reverse:active, + .xl\:focus\:bg-primary-reverse:focus, + .xl\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:active\:bg-white:active, + .xl\:focus\:bg-white:focus, + .xl\:hover\:bg-white:hover { + background-color: #fff !important; + } + .xl\:active\:border-primary:active, + .xl\:focus\:border-primary:focus, + .xl\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .xl\:active\:text-white:active, + .xl\:focus\:text-white:focus, + .xl\:hover\:text-white:hover { + color: #fff !important; + } + .xl\:active\:border-white:active, + .xl\:focus\:border-white:focus, + .xl\:hover\:border-white:hover { + border-color: #fff !important; + } + .xl\:active\:text-color:active, + .xl\:focus\:text-color:focus, + .xl\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .xl\:active\:text-color-secondary:active, + .xl\:focus\:text-color-secondary:focus, + .xl\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .xl\:active\:surface-ground:active, + .xl\:focus\:surface-ground:focus, + .xl\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .xl\:active\:surface-section:active, + .xl\:focus\:surface-section:focus, + .xl\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .xl\:active\:surface-card:active, + .xl\:focus\:surface-card:focus, + .xl\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .xl\:active\:surface-overlay:active, + .xl\:focus\:surface-overlay:focus, + .xl\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .xl\:active\:surface-hover:active, + .xl\:focus\:surface-hover:focus, + .xl\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .xl\:active\:surface-border:active, + .xl\:focus\:surface-border:focus, + .xl\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } +} +.field { + margin-bottom: 1rem; +} +.field > label { + display: inline-block; + margin-bottom: 0.5rem; +} +.field.grid > label { + display: flex; + align-items: center; +} +.field > small { + margin-top: 0.25rem; +} +.field.grid, +.formgrid.grid { + margin-top: 0; +} +.field.grid .col, +.field.grid .col-1, +.field.grid .col-10, +.field.grid .col-11, +.field.grid .col-12, +.field.grid .col-2, +.field.grid .col-3, +.field.grid .col-4, +.field.grid .col-5, +.field.grid .col-6, +.field.grid .col-7, +.field.grid .col-8, +.field.grid .col-9, +.field.grid .col-fixed, +.formgrid.grid .col, +.formgrid.grid .col-1, +.formgrid.grid .col-10, +.formgrid.grid .col-11, +.formgrid.grid .col-12, +.formgrid.grid .col-2, +.formgrid.grid .col-3, +.formgrid.grid .col-4, +.formgrid.grid .col-5, +.formgrid.grid .col-6, +.formgrid.grid .col-7, +.formgrid.grid .col-8, +.formgrid.grid .col-9, +.formgrid.grid .col-fixed { + padding-top: 0; + padding-bottom: 0; +} +.formgroup-inline { + display: flex; + flex-wrap: wrap; + align-items: flex-start; +} +.formgroup-inline .field, +.formgroup-inline .field-checkbox, +.formgroup-inline .field-radiobutton { + margin-right: 1rem; +} +.formgroup-inline .field-checkbox > label, +.formgroup-inline .field-radiobutton > label, +.formgroup-inline .field > label { + margin-right: 0.5rem; + margin-bottom: 0; +} +.field-checkbox, +.field-radiobutton { + margin-bottom: 1rem; + display: flex; + align-items: center; +} +.field-checkbox > label, +.field-radiobutton > label { + margin-left: 0.5rem; + line-height: 1; +} +.hidden { + display: none !important; +} +.block { + display: block !important; +} +.inline { + display: inline !important; +} +.inline-block { + display: inline-block !important; +} +.flex { + display: flex !important; +} +.inline-flex { + display: inline-flex !important; +} +@media screen and (min-width: 576px) { + .sm\:hidden { + display: none !important; + } + .sm\:block { + display: block !important; + } + .sm\:inline { + display: inline !important; + } + .sm\:inline-block { + display: inline-block !important; + } + .sm\:flex { + display: flex !important; + } + .sm\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 768px) { + .md\:hidden { + display: none !important; + } + .md\:block { + display: block !important; + } + .md\:inline { + display: inline !important; + } + .md\:inline-block { + display: inline-block !important; + } + .md\:flex { + display: flex !important; + } + .md\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 992px) { + .lg\:hidden { + display: none !important; + } + .lg\:block { + display: block !important; + } + .lg\:inline { + display: inline !important; + } + .lg\:inline-block { + display: inline-block !important; + } + .lg\:flex { + display: flex !important; + } + .lg\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:hidden { + display: none !important; + } + .xl\:block { + display: block !important; + } + .xl\:inline { + display: inline !important; + } + .xl\:inline-block { + display: inline-block !important; + } + .xl\:flex { + display: flex !important; + } + .xl\:inline-flex { + display: inline-flex !important; + } +} +.text-center { + text-align: center !important; +} +.text-justify { + text-align: justify !important; +} +.text-left { + text-align: left !important; +} +.text-right { + text-align: right !important; +} +@media screen and (min-width: 576px) { + .sm\:text-center { + text-align: center !important; + } + .sm\:text-justify { + text-align: justify !important; + } + .sm\:text-left { + text-align: left !important; + } + .sm\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-center { + text-align: center !important; + } + .md\:text-justify { + text-align: justify !important; + } + .md\:text-left { + text-align: left !important; + } + .md\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-center { + text-align: center !important; + } + .lg\:text-justify { + text-align: justify !important; + } + .lg\:text-left { + text-align: left !important; + } + .lg\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-center { + text-align: center !important; + } + .xl\:text-justify { + text-align: justify !important; + } + .xl\:text-left { + text-align: left !important; + } + .xl\:text-right { + text-align: right !important; + } +} +.underline { + text-decoration: underline !important; +} +.line-through { + text-decoration: line-through !important; +} +.no-underline { + text-decoration: none !important; +} +.active\:underline:active, +.focus\:underline:focus, +.hover\:underline:hover { + text-decoration: underline !important; +} +.active\:line-through:active, +.focus\:line-through:focus, +.hover\:line-through:hover { + text-decoration: line-through !important; +} +.active\:no-underline:active, +.focus\:no-underline:focus, +.hover\:no-underline:hover { + text-decoration: none !important; +} +.lowercase { + text-transform: lowercase !important; +} +.uppercase { + text-transform: uppercase !important; +} +.capitalize { + text-transform: capitalize !important; +} +.text-overflow-clip { + text-overflow: clip !important; +} +.text-overflow-ellipsis { + text-overflow: ellipsis !important; +} +@media screen and (min-width: 576px) { + .sm\:text-overflow-clip { + text-overflow: clip !important; + } + .sm\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-overflow-clip { + text-overflow: clip !important; + } + .md\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-overflow-clip { + text-overflow: clip !important; + } + .lg\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-overflow-clip { + text-overflow: clip !important; + } + .xl\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +.font-light { + font-weight: 300 !important; +} +.font-normal { + font-weight: 400 !important; +} +.font-medium { + font-weight: 500 !important; +} +.font-semibold { + font-weight: 600 !important; +} +.font-bold { + font-weight: 700 !important; +} +@media screen and (min-width: 576px) { + .sm\:font-light { + font-weight: 300 !important; + } + .sm\:font-normal { + font-weight: 400 !important; + } + .sm\:font-medium { + font-weight: 500 !important; + } + .sm\:font-semibold { + font-weight: 600 !important; + } + .sm\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 768px) { + .md\:font-light { + font-weight: 300 !important; + } + .md\:font-normal { + font-weight: 400 !important; + } + .md\:font-medium { + font-weight: 500 !important; + } + .md\:font-semibold { + font-weight: 600 !important; + } + .md\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:font-light { + font-weight: 300 !important; + } + .lg\:font-normal { + font-weight: 400 !important; + } + .lg\:font-medium { + font-weight: 500 !important; + } + .lg\:font-semibold { + font-weight: 600 !important; + } + .lg\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:font-light { + font-weight: 300 !important; + } + .xl\:font-normal { + font-weight: 400 !important; + } + .xl\:font-medium { + font-weight: 500 !important; + } + .xl\:font-semibold { + font-weight: 600 !important; + } + .xl\:font-bold { + font-weight: 700 !important; + } +} +.font-italic { + font-style: italic !important; +} +.text-xs { + font-size: 0.75rem !important; +} +.text-sm { + font-size: 0.875rem !important; +} +.text-base { + font-size: 1rem !important; +} +.text-lg { + font-size: 1.125rem !important; +} +.text-xl { + font-size: 1.25rem !important; +} +.text-2xl { + font-size: 1.5rem !important; +} +.text-3xl { + font-size: 1.75rem !important; +} +.text-4xl { + font-size: 2rem !important; +} +.text-5xl { + font-size: 2.5rem !important; +} +.text-6xl { + font-size: 3rem !important; +} +.text-7xl { + font-size: 4rem !important; +} +.text-8xl { + font-size: 6rem !important; +} +@media screen and (min-width: 576px) { + .sm\:text-xs { + font-size: 0.75rem !important; + } + .sm\:text-sm { + font-size: 0.875rem !important; + } + .sm\:text-base { + font-size: 1rem !important; + } + .sm\:text-lg { + font-size: 1.125rem !important; + } + .sm\:text-xl { + font-size: 1.25rem !important; + } + .sm\:text-2xl { + font-size: 1.5rem !important; + } + .sm\:text-3xl { + font-size: 1.75rem !important; + } + .sm\:text-4xl { + font-size: 2rem !important; + } + .sm\:text-5xl { + font-size: 2.5rem !important; + } + .sm\:text-6xl { + font-size: 3rem !important; + } + .sm\:text-7xl { + font-size: 4rem !important; + } + .sm\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-xs { + font-size: 0.75rem !important; + } + .md\:text-sm { + font-size: 0.875rem !important; + } + .md\:text-base { + font-size: 1rem !important; + } + .md\:text-lg { + font-size: 1.125rem !important; + } + .md\:text-xl { + font-size: 1.25rem !important; + } + .md\:text-2xl { + font-size: 1.5rem !important; + } + .md\:text-3xl { + font-size: 1.75rem !important; + } + .md\:text-4xl { + font-size: 2rem !important; + } + .md\:text-5xl { + font-size: 2.5rem !important; + } + .md\:text-6xl { + font-size: 3rem !important; + } + .md\:text-7xl { + font-size: 4rem !important; + } + .md\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-xs { + font-size: 0.75rem !important; + } + .lg\:text-sm { + font-size: 0.875rem !important; + } + .lg\:text-base { + font-size: 1rem !important; + } + .lg\:text-lg { + font-size: 1.125rem !important; + } + .lg\:text-xl { + font-size: 1.25rem !important; + } + .lg\:text-2xl { + font-size: 1.5rem !important; + } + .lg\:text-3xl { + font-size: 1.75rem !important; + } + .lg\:text-4xl { + font-size: 2rem !important; + } + .lg\:text-5xl { + font-size: 2.5rem !important; + } + .lg\:text-6xl { + font-size: 3rem !important; + } + .lg\:text-7xl { + font-size: 4rem !important; + } + .lg\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-xs { + font-size: 0.75rem !important; + } + .xl\:text-sm { + font-size: 0.875rem !important; + } + .xl\:text-base { + font-size: 1rem !important; + } + .xl\:text-lg { + font-size: 1.125rem !important; + } + .xl\:text-xl { + font-size: 1.25rem !important; + } + .xl\:text-2xl { + font-size: 1.5rem !important; + } + .xl\:text-3xl { + font-size: 1.75rem !important; + } + .xl\:text-4xl { + font-size: 2rem !important; + } + .xl\:text-5xl { + font-size: 2.5rem !important; + } + .xl\:text-6xl { + font-size: 3rem !important; + } + .xl\:text-7xl { + font-size: 4rem !important; + } + .xl\:text-8xl { + font-size: 6rem !important; + } +} +.line-height-1 { + line-height: 1 !important; +} +.line-height-2 { + line-height: 1.25 !important; +} +.line-height-3 { + line-height: 1.5 !important; +} +.line-height-4 { + line-height: 2 !important; +} +.white-space-normal { + white-space: normal !important; +} +.white-space-nowrap { + white-space: nowrap !important; +} +.vertical-align-baseline { + vertical-align: baseline !important; +} +.vertical-align-top { + vertical-align: top !important; +} +.vertical-align-middle { + vertical-align: middle !important; +} +.vertical-align-bottom { + vertical-align: bottom !important; +} +.vertical-align-text-top { + vertical-align: text-top !important; +} +.vertical-align-text-bottom { + vertical-align: text-bottom !important; +} +.vertical-align-sub { + vertical-align: sub !important; +} +.vertical-align-super { + vertical-align: super !important; +} +@media screen and (min-width: 576px) { + .sm\:vertical-align-baseline { + vertical-align: baseline !important; + } + .sm\:vertical-align-top { + vertical-align: top !important; + } + .sm\:vertical-align-middle { + vertical-align: middle !important; + } + .sm\:vertical-align-bottom { + vertical-align: bottom !important; + } + .sm\:vertical-align-text-top { + vertical-align: text-top !important; + } + .sm\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .sm\:vertical-align-sub { + vertical-align: sub !important; + } + .sm\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 768px) { + .md\:vertical-align-baseline { + vertical-align: baseline !important; + } + .md\:vertical-align-top { + vertical-align: top !important; + } + .md\:vertical-align-middle { + vertical-align: middle !important; + } + .md\:vertical-align-bottom { + vertical-align: bottom !important; + } + .md\:vertical-align-text-top { + vertical-align: text-top !important; + } + .md\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .md\:vertical-align-sub { + vertical-align: sub !important; + } + .md\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 992px) { + .lg\:vertical-align-baseline { + vertical-align: baseline !important; + } + .lg\:vertical-align-top { + vertical-align: top !important; + } + .lg\:vertical-align-middle { + vertical-align: middle !important; + } + .lg\:vertical-align-bottom { + vertical-align: bottom !important; + } + .lg\:vertical-align-text-top { + vertical-align: text-top !important; + } + .lg\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .lg\:vertical-align-sub { + vertical-align: sub !important; + } + .lg\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:vertical-align-baseline { + vertical-align: baseline !important; + } + .xl\:vertical-align-top { + vertical-align: top !important; + } + .xl\:vertical-align-middle { + vertical-align: middle !important; + } + .xl\:vertical-align-bottom { + vertical-align: bottom !important; + } + .xl\:vertical-align-text-top { + vertical-align: text-top !important; + } + .xl\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .xl\:vertical-align-sub { + vertical-align: sub !important; + } + .xl\:vertical-align-super { + vertical-align: super !important; + } +} +.flex-row { + flex-direction: row !important; +} +.flex-row-reverse { + flex-direction: row-reverse !important; +} +.flex-column { + flex-direction: column !important; +} +.flex-column-reverse { + flex-direction: column-reverse !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-row { + flex-direction: row !important; + } + .sm\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .sm\:flex-column { + flex-direction: column !important; + } + .sm\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-row { + flex-direction: row !important; + } + .md\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .md\:flex-column { + flex-direction: column !important; + } + .md\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-row { + flex-direction: row !important; + } + .lg\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .lg\:flex-column { + flex-direction: column !important; + } + .lg\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-row { + flex-direction: row !important; + } + .xl\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .xl\:flex-column { + flex-direction: column !important; + } + .xl\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +.flex-wrap { + flex-wrap: wrap !important; +} +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} +.flex-nowrap { + flex-wrap: nowrap !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-wrap { + flex-wrap: wrap !important; + } + .sm\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .sm\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-wrap { + flex-wrap: wrap !important; + } + .md\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .md\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-wrap { + flex-wrap: wrap !important; + } + .lg\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .lg\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-wrap { + flex-wrap: wrap !important; + } + .xl\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .xl\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +.justify-content-start { + justify-content: flex-start !important; +} +.justify-content-end { + justify-content: flex-end !important; +} +.justify-content-center { + justify-content: center !important; +} +.justify-content-between { + justify-content: space-between !important; +} +.justify-content-around { + justify-content: space-around !important; +} +.justify-content-evenly { + justify-content: space-evenly !important; +} +@media screen and (min-width: 576px) { + .sm\:justify-content-start { + justify-content: flex-start !important; + } + .sm\:justify-content-end { + justify-content: flex-end !important; + } + .sm\:justify-content-center { + justify-content: center !important; + } + .sm\:justify-content-between { + justify-content: space-between !important; + } + .sm\:justify-content-around { + justify-content: space-around !important; + } + .sm\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 768px) { + .md\:justify-content-start { + justify-content: flex-start !important; + } + .md\:justify-content-end { + justify-content: flex-end !important; + } + .md\:justify-content-center { + justify-content: center !important; + } + .md\:justify-content-between { + justify-content: space-between !important; + } + .md\:justify-content-around { + justify-content: space-around !important; + } + .md\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 992px) { + .lg\:justify-content-start { + justify-content: flex-start !important; + } + .lg\:justify-content-end { + justify-content: flex-end !important; + } + .lg\:justify-content-center { + justify-content: center !important; + } + .lg\:justify-content-between { + justify-content: space-between !important; + } + .lg\:justify-content-around { + justify-content: space-around !important; + } + .lg\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:justify-content-start { + justify-content: flex-start !important; + } + .xl\:justify-content-end { + justify-content: flex-end !important; + } + .xl\:justify-content-center { + justify-content: center !important; + } + .xl\:justify-content-between { + justify-content: space-between !important; + } + .xl\:justify-content-around { + justify-content: space-around !important; + } + .xl\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +.align-content-start { + align-content: flex-start !important; +} +.align-content-end { + align-content: flex-end !important; +} +.align-content-center { + align-content: center !important; +} +.align-content-between { + align-content: space-between !important; +} +.align-content-around { + align-content: space-around !important; +} +.align-content-evenly { + align-content: space-evenly !important; +} +@media screen and (min-width: 576px) { + .sm\:align-content-start { + align-content: flex-start !important; + } + .sm\:align-content-end { + align-content: flex-end !important; + } + .sm\:align-content-center { + align-content: center !important; + } + .sm\:align-content-between { + align-content: space-between !important; + } + .sm\:align-content-around { + align-content: space-around !important; + } + .sm\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-content-start { + align-content: flex-start !important; + } + .md\:align-content-end { + align-content: flex-end !important; + } + .md\:align-content-center { + align-content: center !important; + } + .md\:align-content-between { + align-content: space-between !important; + } + .md\:align-content-around { + align-content: space-around !important; + } + .md\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-content-start { + align-content: flex-start !important; + } + .lg\:align-content-end { + align-content: flex-end !important; + } + .lg\:align-content-center { + align-content: center !important; + } + .lg\:align-content-between { + align-content: space-between !important; + } + .lg\:align-content-around { + align-content: space-around !important; + } + .lg\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-content-start { + align-content: flex-start !important; + } + .xl\:align-content-end { + align-content: flex-end !important; + } + .xl\:align-content-center { + align-content: center !important; + } + .xl\:align-content-between { + align-content: space-between !important; + } + .xl\:align-content-around { + align-content: space-around !important; + } + .xl\:align-content-evenly { + align-content: space-evenly !important; + } +} +.align-items-stretch { + align-items: stretch !important; +} +.align-items-start { + align-items: flex-start !important; +} +.align-items-center { + align-items: center !important; +} +.align-items-end { + align-items: flex-end !important; +} +.align-items-baseline { + align-items: baseline !important; +} +@media screen and (min-width: 576px) { + .sm\:align-items-stretch { + align-items: stretch !important; + } + .sm\:align-items-start { + align-items: flex-start !important; + } + .sm\:align-items-center { + align-items: center !important; + } + .sm\:align-items-end { + align-items: flex-end !important; + } + .sm\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-items-stretch { + align-items: stretch !important; + } + .md\:align-items-start { + align-items: flex-start !important; + } + .md\:align-items-center { + align-items: center !important; + } + .md\:align-items-end { + align-items: flex-end !important; + } + .md\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-items-stretch { + align-items: stretch !important; + } + .lg\:align-items-start { + align-items: flex-start !important; + } + .lg\:align-items-center { + align-items: center !important; + } + .lg\:align-items-end { + align-items: flex-end !important; + } + .lg\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-items-stretch { + align-items: stretch !important; + } + .xl\:align-items-start { + align-items: flex-start !important; + } + .xl\:align-items-center { + align-items: center !important; + } + .xl\:align-items-end { + align-items: flex-end !important; + } + .xl\:align-items-baseline { + align-items: baseline !important; + } +} +.align-self-auto { + align-self: auto !important; +} +.align-self-start { + align-self: flex-start !important; +} +.align-self-end { + align-self: flex-end !important; +} +.align-self-center { + align-self: center !important; +} +.align-self-stretch { + align-self: stretch !important; +} +.align-self-baseline { + align-self: baseline !important; +} +@media screen and (min-width: 576px) { + .sm\:align-self-auto { + align-self: auto !important; + } + .sm\:align-self-start { + align-self: flex-start !important; + } + .sm\:align-self-end { + align-self: flex-end !important; + } + .sm\:align-self-center { + align-self: center !important; + } + .sm\:align-self-stretch { + align-self: stretch !important; + } + .sm\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-self-auto { + align-self: auto !important; + } + .md\:align-self-start { + align-self: flex-start !important; + } + .md\:align-self-end { + align-self: flex-end !important; + } + .md\:align-self-center { + align-self: center !important; + } + .md\:align-self-stretch { + align-self: stretch !important; + } + .md\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-self-auto { + align-self: auto !important; + } + .lg\:align-self-start { + align-self: flex-start !important; + } + .lg\:align-self-end { + align-self: flex-end !important; + } + .lg\:align-self-center { + align-self: center !important; + } + .lg\:align-self-stretch { + align-self: stretch !important; + } + .lg\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-self-auto { + align-self: auto !important; + } + .xl\:align-self-start { + align-self: flex-start !important; + } + .xl\:align-self-end { + align-self: flex-end !important; + } + .xl\:align-self-center { + align-self: center !important; + } + .xl\:align-self-stretch { + align-self: stretch !important; + } + .xl\:align-self-baseline { + align-self: baseline !important; + } +} +.flex-order-0 { + order: 0 !important; +} +.flex-order-1 { + order: 1 !important; +} +.flex-order-2 { + order: 2 !important; +} +.flex-order-3 { + order: 3 !important; +} +.flex-order-4 { + order: 4 !important; +} +.flex-order-5 { + order: 5 !important; +} +.flex-order-6 { + order: 6 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-order-0 { + order: 0 !important; + } + .sm\:flex-order-1 { + order: 1 !important; + } + .sm\:flex-order-2 { + order: 2 !important; + } + .sm\:flex-order-3 { + order: 3 !important; + } + .sm\:flex-order-4 { + order: 4 !important; + } + .sm\:flex-order-5 { + order: 5 !important; + } + .sm\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-order-0 { + order: 0 !important; + } + .md\:flex-order-1 { + order: 1 !important; + } + .md\:flex-order-2 { + order: 2 !important; + } + .md\:flex-order-3 { + order: 3 !important; + } + .md\:flex-order-4 { + order: 4 !important; + } + .md\:flex-order-5 { + order: 5 !important; + } + .md\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-order-0 { + order: 0 !important; + } + .lg\:flex-order-1 { + order: 1 !important; + } + .lg\:flex-order-2 { + order: 2 !important; + } + .lg\:flex-order-3 { + order: 3 !important; + } + .lg\:flex-order-4 { + order: 4 !important; + } + .lg\:flex-order-5 { + order: 5 !important; + } + .lg\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-order-0 { + order: 0 !important; + } + .xl\:flex-order-1 { + order: 1 !important; + } + .xl\:flex-order-2 { + order: 2 !important; + } + .xl\:flex-order-3 { + order: 3 !important; + } + .xl\:flex-order-4 { + order: 4 !important; + } + .xl\:flex-order-5 { + order: 5 !important; + } + .xl\:flex-order-6 { + order: 6 !important; + } +} +.flex-1 { + flex: 1 1 0% !important; +} +.flex-auto { + flex: 1 1 auto !important; +} +.flex-initial { + flex: 0 1 auto !important; +} +.flex-none { + flex: none !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-1 { + flex: 1 1 0% !important; + } + .sm\:flex-auto { + flex: 1 1 auto !important; + } + .sm\:flex-initial { + flex: 0 1 auto !important; + } + .sm\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-1 { + flex: 1 1 0% !important; + } + .md\:flex-auto { + flex: 1 1 auto !important; + } + .md\:flex-initial { + flex: 0 1 auto !important; + } + .md\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-1 { + flex: 1 1 0% !important; + } + .lg\:flex-auto { + flex: 1 1 auto !important; + } + .lg\:flex-initial { + flex: 0 1 auto !important; + } + .lg\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-1 { + flex: 1 1 0% !important; + } + .xl\:flex-auto { + flex: 1 1 auto !important; + } + .xl\:flex-initial { + flex: 0 1 auto !important; + } + .xl\:flex-none { + flex: none !important; + } +} +.flex-grow-0 { + flex-grow: 0 !important; +} +.flex-grow-1 { + flex-grow: 1 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-grow-0 { + flex-grow: 0 !important; + } + .sm\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-grow-0 { + flex-grow: 0 !important; + } + .md\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-grow-0 { + flex-grow: 0 !important; + } + .lg\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-grow-0 { + flex-grow: 0 !important; + } + .xl\:flex-grow-1 { + flex-grow: 1 !important; + } +} +.flex-shrink-0 { + flex-shrink: 0 !important; +} +.flex-shrink-1 { + flex-shrink: 1 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .sm\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .md\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .lg\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .xl\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +.gap-0 { + gap: 0 !important; +} +.gap-1 { + gap: 0.25rem !important; +} +.gap-2 { + gap: 0.5rem !important; +} +.gap-3 { + gap: 1rem !important; +} +.gap-4 { + gap: 1.5rem !important; +} +.gap-5 { + gap: 2rem !important; +} +.gap-6 { + gap: 3rem !important; +} +.gap-7 { + gap: 4rem !important; +} +.gap-8 { + gap: 5rem !important; +} +.row-gap-0 { + row-gap: 0 !important; +} +.row-gap-1 { + row-gap: 0.25rem !important; +} +.row-gap-2 { + row-gap: 0.5rem !important; +} +.row-gap-3 { + row-gap: 1rem !important; +} +.row-gap-4 { + row-gap: 1.5rem !important; +} +.row-gap-5 { + row-gap: 2rem !important; +} +.row-gap-6 { + row-gap: 3rem !important; +} +.row-gap-7 { + row-gap: 4rem !important; +} +.row-gap-8 { + row-gap: 5rem !important; +} +.column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; +} +.column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; +} +.column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; +} +.column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; +} +.column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; +} +.column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; +} +.column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; +} +.column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; +} +.column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; +} +@media screen and (min-width: 576px) { + .sm\:gap-0 { + gap: 0 !important; + } + .sm\:gap-1 { + gap: 0.25rem !important; + } + .sm\:gap-2 { + gap: 0.5rem !important; + } + .sm\:gap-3 { + gap: 1rem !important; + } + .sm\:gap-4 { + gap: 1.5rem !important; + } + .sm\:gap-5 { + gap: 2rem !important; + } + .sm\:gap-6 { + gap: 3rem !important; + } + .sm\:gap-7 { + gap: 4rem !important; + } + .sm\:gap-8 { + gap: 5rem !important; + } + .sm\:row-gap-0 { + row-gap: 0 !important; + } + .sm\:row-gap-1 { + row-gap: 0.25rem !important; + } + .sm\:row-gap-2 { + row-gap: 0.5rem !important; + } + .sm\:row-gap-3 { + row-gap: 1rem !important; + } + .sm\:row-gap-4 { + row-gap: 1.5rem !important; + } + .sm\:row-gap-5 { + row-gap: 2rem !important; + } + .sm\:row-gap-6 { + row-gap: 3rem !important; + } + .sm\:row-gap-7 { + row-gap: 4rem !important; + } + .sm\:row-gap-8 { + row-gap: 5rem !important; + } + .sm\:column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .sm\:column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .sm\:column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .sm\:column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .sm\:column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .sm\:column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .sm\:column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .sm\:column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .sm\:column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:gap-0 { + gap: 0 !important; + } + .md\:gap-1 { + gap: 0.25rem !important; + } + .md\:gap-2 { + gap: 0.5rem !important; + } + .md\:gap-3 { + gap: 1rem !important; + } + .md\:gap-4 { + gap: 1.5rem !important; + } + .md\:gap-5 { + gap: 2rem !important; + } + .md\:gap-6 { + gap: 3rem !important; + } + .md\:gap-7 { + gap: 4rem !important; + } + .md\:gap-8 { + gap: 5rem !important; + } + .md\:row-gap-0 { + row-gap: 0 !important; + } + .md\:row-gap-1 { + row-gap: 0.25rem !important; + } + .md\:row-gap-2 { + row-gap: 0.5rem !important; + } + .md\:row-gap-3 { + row-gap: 1rem !important; + } + .md\:row-gap-4 { + row-gap: 1.5rem !important; + } + .md\:row-gap-5 { + row-gap: 2rem !important; + } + .md\:row-gap-6 { + row-gap: 3rem !important; + } + .md\:row-gap-7 { + row-gap: 4rem !important; + } + .md\:row-gap-8 { + row-gap: 5rem !important; + } + .md\:column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .md\:column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .md\:column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .md\:column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .md\:column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .md\:column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .md\:column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .md\:column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .md\:column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:gap-0 { + gap: 0 !important; + } + .lg\:gap-1 { + gap: 0.25rem !important; + } + .lg\:gap-2 { + gap: 0.5rem !important; + } + .lg\:gap-3 { + gap: 1rem !important; + } + .lg\:gap-4 { + gap: 1.5rem !important; + } + .lg\:gap-5 { + gap: 2rem !important; + } + .lg\:gap-6 { + gap: 3rem !important; + } + .lg\:gap-7 { + gap: 4rem !important; + } + .lg\:gap-8 { + gap: 5rem !important; + } + .lg\:row-gap-0 { + row-gap: 0 !important; + } + .lg\:row-gap-1 { + row-gap: 0.25rem !important; + } + .lg\:row-gap-2 { + row-gap: 0.5rem !important; + } + .lg\:row-gap-3 { + row-gap: 1rem !important; + } + .lg\:row-gap-4 { + row-gap: 1.5rem !important; + } + .lg\:row-gap-5 { + row-gap: 2rem !important; + } + .lg\:row-gap-6 { + row-gap: 3rem !important; + } + .lg\:row-gap-7 { + row-gap: 4rem !important; + } + .lg\:row-gap-8 { + row-gap: 5rem !important; + } + .lg\:column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .lg\:column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .lg\:column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .lg\:column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .lg\:column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .lg\:column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .lg\:column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .lg\:column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .lg\:column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:gap-0 { + gap: 0 !important; + } + .xl\:gap-1 { + gap: 0.25rem !important; + } + .xl\:gap-2 { + gap: 0.5rem !important; + } + .xl\:gap-3 { + gap: 1rem !important; + } + .xl\:gap-4 { + gap: 1.5rem !important; + } + .xl\:gap-5 { + gap: 2rem !important; + } + .xl\:gap-6 { + gap: 3rem !important; + } + .xl\:gap-7 { + gap: 4rem !important; + } + .xl\:gap-8 { + gap: 5rem !important; + } + .xl\:row-gap-0 { + row-gap: 0 !important; + } + .xl\:row-gap-1 { + row-gap: 0.25rem !important; + } + .xl\:row-gap-2 { + row-gap: 0.5rem !important; + } + .xl\:row-gap-3 { + row-gap: 1rem !important; + } + .xl\:row-gap-4 { + row-gap: 1.5rem !important; + } + .xl\:row-gap-5 { + row-gap: 2rem !important; + } + .xl\:row-gap-6 { + row-gap: 3rem !important; + } + .xl\:row-gap-7 { + row-gap: 4rem !important; + } + .xl\:row-gap-8 { + row-gap: 5rem !important; + } + .xl\:column-gap-0 { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .xl\:column-gap-1 { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .xl\:column-gap-2 { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .xl\:column-gap-3 { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .xl\:column-gap-4 { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .xl\:column-gap-5 { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .xl\:column-gap-6 { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .xl\:column-gap-7 { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .xl\:column-gap-8 { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +.p-0, +.p-toolbar.p-component { + padding: 0 !important; +} +.p-1 { + padding: 0.25rem !important; +} +.p-2 { + padding: 0.5rem !important; +} +.p-3 { + padding: 1rem !important; +} +.p-4 { + padding: 1.5rem !important; +} +.p-5 { + padding: 2rem !important; +} +.p-6 { + padding: 3rem !important; +} +.p-7 { + padding: 4rem !important; +} +.p-8 { + padding: 5rem !important; +} +.pt-0 { + padding-top: 0 !important; +} +.pt-1 { + padding-top: 0.25rem !important; +} +.pt-2 { + padding-top: 0.5rem !important; +} +.pt-3 { + padding-top: 1rem !important; +} +.pt-4 { + padding-top: 1.5rem !important; +} +.pt-5 { + padding-top: 2rem !important; +} +.pt-6 { + padding-top: 3rem !important; +} +.pt-7 { + padding-top: 4rem !important; +} +.pt-8 { + padding-top: 5rem !important; +} +.pr-0 { + padding-right: 0 !important; +} +.pr-1 { + padding-right: 0.25rem !important; +} +.pr-2 { + padding-right: 0.5rem !important; +} +.pr-3 { + padding-right: 1rem !important; +} +.pr-4 { + padding-right: 1.5rem !important; +} +.pr-5 { + padding-right: 2rem !important; +} +.pr-6 { + padding-right: 3rem !important; +} +.pr-7 { + padding-right: 4rem !important; +} +.pr-8 { + padding-right: 5rem !important; +} +.pl-0 { + padding-left: 0 !important; +} +.pl-1 { + padding-left: 0.25rem !important; +} +.pl-2 { + padding-left: 0.5rem !important; +} +.pl-3 { + padding-left: 1rem !important; +} +.pl-4 { + padding-left: 1.5rem !important; +} +.pl-5 { + padding-left: 2rem !important; +} +.pl-6 { + padding-left: 3rem !important; +} +.pl-7 { + padding-left: 4rem !important; +} +.pl-8 { + padding-left: 5rem !important; +} +.pb-0 { + padding-bottom: 0 !important; +} +.pb-1 { + padding-bottom: 0.25rem !important; +} +.pb-2 { + padding-bottom: 0.5rem !important; +} +.pb-3 { + padding-bottom: 1rem !important; +} +.pb-4 { + padding-bottom: 1.5rem !important; +} +.pb-5 { + padding-bottom: 2rem !important; +} +.pb-6 { + padding-bottom: 3rem !important; +} +.pb-7 { + padding-bottom: 4rem !important; +} +.pb-8 { + padding-bottom: 5rem !important; +} +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} +.px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; +} +.px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} +.px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; +} +.px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; +} +.px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; +} +.px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; +} +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} +.py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; +} +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} +.py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; +} +.py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; +} +@media screen and (min-width: 576px) { + .sm\:p-0 { + padding: 0 !important; + } + .sm\:p-1 { + padding: 0.25rem !important; + } + .sm\:p-2 { + padding: 0.5rem !important; + } + .sm\:p-3 { + padding: 1rem !important; + } + .sm\:p-4 { + padding: 1.5rem !important; + } + .sm\:p-5 { + padding: 2rem !important; + } + .sm\:p-6 { + padding: 3rem !important; + } + .sm\:p-7 { + padding: 4rem !important; + } + .sm\:p-8 { + padding: 5rem !important; + } + .sm\:pt-0 { + padding-top: 0 !important; + } + .sm\:pt-1 { + padding-top: 0.25rem !important; + } + .sm\:pt-2 { + padding-top: 0.5rem !important; + } + .sm\:pt-3 { + padding-top: 1rem !important; + } + .sm\:pt-4 { + padding-top: 1.5rem !important; + } + .sm\:pt-5 { + padding-top: 2rem !important; + } + .sm\:pt-6 { + padding-top: 3rem !important; + } + .sm\:pt-7 { + padding-top: 4rem !important; + } + .sm\:pt-8 { + padding-top: 5rem !important; + } + .sm\:pr-0 { + padding-right: 0 !important; + } + .sm\:pr-1 { + padding-right: 0.25rem !important; + } + .sm\:pr-2 { + padding-right: 0.5rem !important; + } + .sm\:pr-3 { + padding-right: 1rem !important; + } + .sm\:pr-4 { + padding-right: 1.5rem !important; + } + .sm\:pr-5 { + padding-right: 2rem !important; + } + .sm\:pr-6 { + padding-right: 3rem !important; + } + .sm\:pr-7 { + padding-right: 4rem !important; + } + .sm\:pr-8 { + padding-right: 5rem !important; + } + .sm\:pl-0 { + padding-left: 0 !important; + } + .sm\:pl-1 { + padding-left: 0.25rem !important; + } + .sm\:pl-2 { + padding-left: 0.5rem !important; + } + .sm\:pl-3 { + padding-left: 1rem !important; + } + .sm\:pl-4 { + padding-left: 1.5rem !important; + } + .sm\:pl-5 { + padding-left: 2rem !important; + } + .sm\:pl-6 { + padding-left: 3rem !important; + } + .sm\:pl-7 { + padding-left: 4rem !important; + } + .sm\:pl-8 { + padding-left: 5rem !important; + } + .sm\:pb-0 { + padding-bottom: 0 !important; + } + .sm\:pb-1 { + padding-bottom: 0.25rem !important; + } + .sm\:pb-2 { + padding-bottom: 0.5rem !important; + } + .sm\:pb-3 { + padding-bottom: 1rem !important; + } + .sm\:pb-4 { + padding-bottom: 1.5rem !important; + } + .sm\:pb-5 { + padding-bottom: 2rem !important; + } + .sm\:pb-6 { + padding-bottom: 3rem !important; + } + .sm\:pb-7 { + padding-bottom: 4rem !important; + } + .sm\:pb-8 { + padding-bottom: 5rem !important; + } + .sm\:px-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + .sm\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .sm\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .sm\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .sm\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .sm\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .sm\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .sm\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .sm\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .sm\:py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .sm\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .sm\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .sm\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .sm\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .sm\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .sm\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .sm\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .sm\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:p-0 { + padding: 0 !important; + } + .md\:p-1 { + padding: 0.25rem !important; + } + .md\:p-2 { + padding: 0.5rem !important; + } + .md\:p-3 { + padding: 1rem !important; + } + .md\:p-4 { + padding: 1.5rem !important; + } + .md\:p-5 { + padding: 2rem !important; + } + .md\:p-6 { + padding: 3rem !important; + } + .md\:p-7 { + padding: 4rem !important; + } + .md\:p-8 { + padding: 5rem !important; + } + .md\:pt-0 { + padding-top: 0 !important; + } + .md\:pt-1 { + padding-top: 0.25rem !important; + } + .md\:pt-2 { + padding-top: 0.5rem !important; + } + .md\:pt-3 { + padding-top: 1rem !important; + } + .md\:pt-4 { + padding-top: 1.5rem !important; + } + .md\:pt-5 { + padding-top: 2rem !important; + } + .md\:pt-6 { + padding-top: 3rem !important; + } + .md\:pt-7 { + padding-top: 4rem !important; + } + .md\:pt-8 { + padding-top: 5rem !important; + } + .md\:pr-0 { + padding-right: 0 !important; + } + .md\:pr-1 { + padding-right: 0.25rem !important; + } + .md\:pr-2 { + padding-right: 0.5rem !important; + } + .md\:pr-3 { + padding-right: 1rem !important; + } + .md\:pr-4 { + padding-right: 1.5rem !important; + } + .md\:pr-5 { + padding-right: 2rem !important; + } + .md\:pr-6 { + padding-right: 3rem !important; + } + .md\:pr-7 { + padding-right: 4rem !important; + } + .md\:pr-8 { + padding-right: 5rem !important; + } + .md\:pl-0 { + padding-left: 0 !important; + } + .md\:pl-1 { + padding-left: 0.25rem !important; + } + .md\:pl-2 { + padding-left: 0.5rem !important; + } + .md\:pl-3 { + padding-left: 1rem !important; + } + .md\:pl-4 { + padding-left: 1.5rem !important; + } + .md\:pl-5 { + padding-left: 2rem !important; + } + .md\:pl-6 { + padding-left: 3rem !important; + } + .md\:pl-7 { + padding-left: 4rem !important; + } + .md\:pl-8 { + padding-left: 5rem !important; + } + .md\:pb-0 { + padding-bottom: 0 !important; + } + .md\:pb-1 { + padding-bottom: 0.25rem !important; + } + .md\:pb-2 { + padding-bottom: 0.5rem !important; + } + .md\:pb-3 { + padding-bottom: 1rem !important; + } + .md\:pb-4 { + padding-bottom: 1.5rem !important; + } + .md\:pb-5 { + padding-bottom: 2rem !important; + } + .md\:pb-6 { + padding-bottom: 3rem !important; + } + .md\:pb-7 { + padding-bottom: 4rem !important; + } + .md\:pb-8 { + padding-bottom: 5rem !important; + } + .md\:px-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + .md\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .md\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .md\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .md\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .md\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .md\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .md\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .md\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .md\:py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .md\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .md\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .md\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .md\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .md\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .md\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .md\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .md\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:p-0 { + padding: 0 !important; + } + .lg\:p-1 { + padding: 0.25rem !important; + } + .lg\:p-2 { + padding: 0.5rem !important; + } + .lg\:p-3 { + padding: 1rem !important; + } + .lg\:p-4 { + padding: 1.5rem !important; + } + .lg\:p-5 { + padding: 2rem !important; + } + .lg\:p-6 { + padding: 3rem !important; + } + .lg\:p-7 { + padding: 4rem !important; + } + .lg\:p-8 { + padding: 5rem !important; + } + .lg\:pt-0 { + padding-top: 0 !important; + } + .lg\:pt-1 { + padding-top: 0.25rem !important; + } + .lg\:pt-2 { + padding-top: 0.5rem !important; + } + .lg\:pt-3 { + padding-top: 1rem !important; + } + .lg\:pt-4 { + padding-top: 1.5rem !important; + } + .lg\:pt-5 { + padding-top: 2rem !important; + } + .lg\:pt-6 { + padding-top: 3rem !important; + } + .lg\:pt-7 { + padding-top: 4rem !important; + } + .lg\:pt-8 { + padding-top: 5rem !important; + } + .lg\:pr-0 { + padding-right: 0 !important; + } + .lg\:pr-1 { + padding-right: 0.25rem !important; + } + .lg\:pr-2 { + padding-right: 0.5rem !important; + } + .lg\:pr-3 { + padding-right: 1rem !important; + } + .lg\:pr-4 { + padding-right: 1.5rem !important; + } + .lg\:pr-5 { + padding-right: 2rem !important; + } + .lg\:pr-6 { + padding-right: 3rem !important; + } + .lg\:pr-7 { + padding-right: 4rem !important; + } + .lg\:pr-8 { + padding-right: 5rem !important; + } + .lg\:pl-0 { + padding-left: 0 !important; + } + .lg\:pl-1 { + padding-left: 0.25rem !important; + } + .lg\:pl-2 { + padding-left: 0.5rem !important; + } + .lg\:pl-3 { + padding-left: 1rem !important; + } + .lg\:pl-4 { + padding-left: 1.5rem !important; + } + .lg\:pl-5 { + padding-left: 2rem !important; + } + .lg\:pl-6 { + padding-left: 3rem !important; + } + .lg\:pl-7 { + padding-left: 4rem !important; + } + .lg\:pl-8 { + padding-left: 5rem !important; + } + .lg\:pb-0 { + padding-bottom: 0 !important; + } + .lg\:pb-1 { + padding-bottom: 0.25rem !important; + } + .lg\:pb-2 { + padding-bottom: 0.5rem !important; + } + .lg\:pb-3 { + padding-bottom: 1rem !important; + } + .lg\:pb-4 { + padding-bottom: 1.5rem !important; + } + .lg\:pb-5 { + padding-bottom: 2rem !important; + } + .lg\:pb-6 { + padding-bottom: 3rem !important; + } + .lg\:pb-7 { + padding-bottom: 4rem !important; + } + .lg\:pb-8 { + padding-bottom: 5rem !important; + } + .lg\:px-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + .lg\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .lg\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .lg\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .lg\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .lg\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .lg\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .lg\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .lg\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .lg\:py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .lg\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .lg\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .lg\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .lg\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .lg\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .lg\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .lg\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .lg\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:p-0 { + padding: 0 !important; + } + .xl\:p-1 { + padding: 0.25rem !important; + } + .xl\:p-2 { + padding: 0.5rem !important; + } + .xl\:p-3 { + padding: 1rem !important; + } + .xl\:p-4 { + padding: 1.5rem !important; + } + .xl\:p-5 { + padding: 2rem !important; + } + .xl\:p-6 { + padding: 3rem !important; + } + .xl\:p-7 { + padding: 4rem !important; + } + .xl\:p-8 { + padding: 5rem !important; + } + .xl\:pt-0 { + padding-top: 0 !important; + } + .xl\:pt-1 { + padding-top: 0.25rem !important; + } + .xl\:pt-2 { + padding-top: 0.5rem !important; + } + .xl\:pt-3 { + padding-top: 1rem !important; + } + .xl\:pt-4 { + padding-top: 1.5rem !important; + } + .xl\:pt-5 { + padding-top: 2rem !important; + } + .xl\:pt-6 { + padding-top: 3rem !important; + } + .xl\:pt-7 { + padding-top: 4rem !important; + } + .xl\:pt-8 { + padding-top: 5rem !important; + } + .xl\:pr-0 { + padding-right: 0 !important; + } + .xl\:pr-1 { + padding-right: 0.25rem !important; + } + .xl\:pr-2 { + padding-right: 0.5rem !important; + } + .xl\:pr-3 { + padding-right: 1rem !important; + } + .xl\:pr-4 { + padding-right: 1.5rem !important; + } + .xl\:pr-5 { + padding-right: 2rem !important; + } + .xl\:pr-6 { + padding-right: 3rem !important; + } + .xl\:pr-7 { + padding-right: 4rem !important; + } + .xl\:pr-8 { + padding-right: 5rem !important; + } + .xl\:pl-0 { + padding-left: 0 !important; + } + .xl\:pl-1 { + padding-left: 0.25rem !important; + } + .xl\:pl-2 { + padding-left: 0.5rem !important; + } + .xl\:pl-3 { + padding-left: 1rem !important; + } + .xl\:pl-4 { + padding-left: 1.5rem !important; + } + .xl\:pl-5 { + padding-left: 2rem !important; + } + .xl\:pl-6 { + padding-left: 3rem !important; + } + .xl\:pl-7 { + padding-left: 4rem !important; + } + .xl\:pl-8 { + padding-left: 5rem !important; + } + .xl\:pb-0 { + padding-bottom: 0 !important; + } + .xl\:pb-1 { + padding-bottom: 0.25rem !important; + } + .xl\:pb-2 { + padding-bottom: 0.5rem !important; + } + .xl\:pb-3 { + padding-bottom: 1rem !important; + } + .xl\:pb-4 { + padding-bottom: 1.5rem !important; + } + .xl\:pb-5 { + padding-bottom: 2rem !important; + } + .xl\:pb-6 { + padding-bottom: 3rem !important; + } + .xl\:pb-7 { + padding-bottom: 4rem !important; + } + .xl\:pb-8 { + padding-bottom: 5rem !important; + } + .xl\:px-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + .xl\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .xl\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .xl\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .xl\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .xl\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .xl\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .xl\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .xl\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .xl\:py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .xl\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .xl\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .xl\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .xl\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .xl\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .xl\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .xl\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .xl\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +.m-0 { + margin: 0 !important; +} +.m-1 { + margin: 0.25rem !important; +} +.m-2 { + margin: 0.5rem !important; +} +.m-3 { + margin: 1rem !important; +} +.m-4 { + margin: 1.5rem !important; +} +.m-5 { + margin: 2rem !important; +} +.m-6 { + margin: 3rem !important; +} +.m-7 { + margin: 4rem !important; +} +.m-8 { + margin: 5rem !important; +} +.-m-1 { + margin: -0.25rem !important; +} +.-m-2 { + margin: -0.5rem !important; +} +.-m-3 { + margin: -1rem !important; +} +.-m-4 { + margin: -1.5rem !important; +} +.-m-5 { + margin: -2rem !important; +} +.-m-6 { + margin: -3rem !important; +} +.-m-7 { + margin: -4rem !important; +} +.-m-8 { + margin: -5rem !important; +} +.m-auto { + margin: auto !important; +} +.mt-0 { + margin-top: 0 !important; +} +.mt-1 { + margin-top: 0.25rem !important; +} +.mt-2 { + margin-top: 0.5rem !important; +} +.mt-3 { + margin-top: 1rem !important; +} +.mt-4 { + margin-top: 1.5rem !important; +} +.mt-5 { + margin-top: 2rem !important; +} +.mt-6 { + margin-top: 3rem !important; +} +.mt-7 { + margin-top: 4rem !important; +} +.mt-8 { + margin-top: 5rem !important; +} +.-mt-1 { + margin-top: -0.25rem !important; +} +.-mt-2 { + margin-top: -0.5rem !important; +} +.-mt-3 { + margin-top: -1rem !important; +} +.-mt-4 { + margin-top: -1.5rem !important; +} +.-mt-5 { + margin-top: -2rem !important; +} +.-mt-6 { + margin-top: -3rem !important; +} +.-mt-7 { + margin-top: -4rem !important; +} +.-mt-8 { + margin-top: -5rem !important; +} +.mt-auto { + margin-top: auto !important; +} +.mr-0 { + margin-right: 0 !important; +} +.mr-1 { + margin-right: 0.25rem !important; +} +.mr-2 { + margin-right: 0.5rem !important; +} +.mr-3 { + margin-right: 1rem !important; +} +.mr-4 { + margin-right: 1.5rem !important; +} +.mr-5 { + margin-right: 2rem !important; +} +.mr-6 { + margin-right: 3rem !important; +} +.mr-7 { + margin-right: 4rem !important; +} +.mr-8 { + margin-right: 5rem !important; +} +.-mr-1 { + margin-right: -0.25rem !important; +} +.-mr-2 { + margin-right: -0.5rem !important; +} +.-mr-3 { + margin-right: -1rem !important; +} +.-mr-4 { + margin-right: -1.5rem !important; +} +.-mr-5 { + margin-right: -2rem !important; +} +.-mr-6 { + margin-right: -3rem !important; +} +.-mr-7 { + margin-right: -4rem !important; +} +.-mr-8 { + margin-right: -5rem !important; +} +.mr-auto { + margin-right: auto !important; +} +.ml-0 { + margin-left: 0 !important; +} +.ml-1 { + margin-left: 0.25rem !important; +} +.ml-2 { + margin-left: 0.5rem !important; +} +.ml-3 { + margin-left: 1rem !important; +} +.ml-4 { + margin-left: 1.5rem !important; +} +.ml-5 { + margin-left: 2rem !important; +} +.ml-6 { + margin-left: 3rem !important; +} +.ml-7 { + margin-left: 4rem !important; +} +.ml-8 { + margin-left: 5rem !important; +} +.-ml-1 { + margin-left: -0.25rem !important; +} +.-ml-2 { + margin-left: -0.5rem !important; +} +.-ml-3 { + margin-left: -1rem !important; +} +.-ml-4 { + margin-left: -1.5rem !important; +} +.-ml-5 { + margin-left: -2rem !important; +} +.-ml-6 { + margin-left: -3rem !important; +} +.-ml-7 { + margin-left: -4rem !important; +} +.-ml-8 { + margin-left: -5rem !important; +} +.ml-auto { + margin-left: auto !important; +} +.mb-0 { + margin-bottom: 0 !important; +} +.mb-1 { + margin-bottom: 0.25rem !important; +} +.mb-2 { + margin-bottom: 0.5rem !important; +} +.mb-3 { + margin-bottom: 1rem !important; +} +.mb-4 { + margin-bottom: 1.5rem !important; +} +.mb-5 { + margin-bottom: 2rem !important; +} +.mb-6 { + margin-bottom: 3rem !important; +} +.mb-7 { + margin-bottom: 4rem !important; +} +.mb-8 { + margin-bottom: 5rem !important; +} +.-mb-1 { + margin-bottom: -0.25rem !important; +} +.-mb-2 { + margin-bottom: -0.5rem !important; +} +.-mb-3 { + margin-bottom: -1rem !important; +} +.-mb-4 { + margin-bottom: -1.5rem !important; +} +.-mb-5 { + margin-bottom: -2rem !important; +} +.-mb-6 { + margin-bottom: -3rem !important; +} +.-mb-7 { + margin-bottom: -4rem !important; +} +.-mb-8 { + margin-bottom: -5rem !important; +} +.mb-auto { + margin-bottom: auto !important; +} +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; +} +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} +.mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; +} +.mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} +.mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; +} +.mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; +} +.mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; +} +.mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; +} +.-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; +} +.-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; +} +.-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; +} +.-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; +} +.-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; +} +.-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; +} +.-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; +} +.-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; +} +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; +} +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +.my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} +.my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; +} +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} +.my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; +} +.my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; +} +.-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; +} +.-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; +} +.-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; +} +.-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; +} +.-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; +} +.-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; +} +.-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; +} +.-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; +} +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} +@media screen and (min-width: 576px) { + .sm\:m-0 { + margin: 0 !important; + } + .sm\:m-1 { + margin: 0.25rem !important; + } + .sm\:m-2 { + margin: 0.5rem !important; + } + .sm\:m-3 { + margin: 1rem !important; + } + .sm\:m-4 { + margin: 1.5rem !important; + } + .sm\:m-5 { + margin: 2rem !important; + } + .sm\:m-6 { + margin: 3rem !important; + } + .sm\:m-7 { + margin: 4rem !important; + } + .sm\:m-8 { + margin: 5rem !important; + } + .sm\:-m-1 { + margin: -0.25rem !important; + } + .sm\:-m-2 { + margin: -0.5rem !important; + } + .sm\:-m-3 { + margin: -1rem !important; + } + .sm\:-m-4 { + margin: -1.5rem !important; + } + .sm\:-m-5 { + margin: -2rem !important; + } + .sm\:-m-6 { + margin: -3rem !important; + } + .sm\:-m-7 { + margin: -4rem !important; + } + .sm\:-m-8 { + margin: -5rem !important; + } + .sm\:m-auto { + margin: auto !important; + } + .sm\:mt-0 { + margin-top: 0 !important; + } + .sm\:mt-1 { + margin-top: 0.25rem !important; + } + .sm\:mt-2 { + margin-top: 0.5rem !important; + } + .sm\:mt-3 { + margin-top: 1rem !important; + } + .sm\:mt-4 { + margin-top: 1.5rem !important; + } + .sm\:mt-5 { + margin-top: 2rem !important; + } + .sm\:mt-6 { + margin-top: 3rem !important; + } + .sm\:mt-7 { + margin-top: 4rem !important; + } + .sm\:mt-8 { + margin-top: 5rem !important; + } + .sm\:-mt-1 { + margin-top: -0.25rem !important; + } + .sm\:-mt-2 { + margin-top: -0.5rem !important; + } + .sm\:-mt-3 { + margin-top: -1rem !important; + } + .sm\:-mt-4 { + margin-top: -1.5rem !important; + } + .sm\:-mt-5 { + margin-top: -2rem !important; + } + .sm\:-mt-6 { + margin-top: -3rem !important; + } + .sm\:-mt-7 { + margin-top: -4rem !important; + } + .sm\:-mt-8 { + margin-top: -5rem !important; + } + .sm\:mt-auto { + margin-top: auto !important; + } + .sm\:mr-0 { + margin-right: 0 !important; + } + .sm\:mr-1 { + margin-right: 0.25rem !important; + } + .sm\:mr-2 { + margin-right: 0.5rem !important; + } + .sm\:mr-3 { + margin-right: 1rem !important; + } + .sm\:mr-4 { + margin-right: 1.5rem !important; + } + .sm\:mr-5 { + margin-right: 2rem !important; + } + .sm\:mr-6 { + margin-right: 3rem !important; + } + .sm\:mr-7 { + margin-right: 4rem !important; + } + .sm\:mr-8 { + margin-right: 5rem !important; + } + .sm\:-mr-1 { + margin-right: -0.25rem !important; + } + .sm\:-mr-2 { + margin-right: -0.5rem !important; + } + .sm\:-mr-3 { + margin-right: -1rem !important; + } + .sm\:-mr-4 { + margin-right: -1.5rem !important; + } + .sm\:-mr-5 { + margin-right: -2rem !important; + } + .sm\:-mr-6 { + margin-right: -3rem !important; + } + .sm\:-mr-7 { + margin-right: -4rem !important; + } + .sm\:-mr-8 { + margin-right: -5rem !important; + } + .sm\:mr-auto { + margin-right: auto !important; + } + .sm\:ml-0 { + margin-left: 0 !important; + } + .sm\:ml-1 { + margin-left: 0.25rem !important; + } + .sm\:ml-2 { + margin-left: 0.5rem !important; + } + .sm\:ml-3 { + margin-left: 1rem !important; + } + .sm\:ml-4 { + margin-left: 1.5rem !important; + } + .sm\:ml-5 { + margin-left: 2rem !important; + } + .sm\:ml-6 { + margin-left: 3rem !important; + } + .sm\:ml-7 { + margin-left: 4rem !important; + } + .sm\:ml-8 { + margin-left: 5rem !important; + } + .sm\:-ml-1 { + margin-left: -0.25rem !important; + } + .sm\:-ml-2 { + margin-left: -0.5rem !important; + } + .sm\:-ml-3 { + margin-left: -1rem !important; + } + .sm\:-ml-4 { + margin-left: -1.5rem !important; + } + .sm\:-ml-5 { + margin-left: -2rem !important; + } + .sm\:-ml-6 { + margin-left: -3rem !important; + } + .sm\:-ml-7 { + margin-left: -4rem !important; + } + .sm\:-ml-8 { + margin-left: -5rem !important; + } + .sm\:ml-auto { + margin-left: auto !important; + } + .sm\:mb-0 { + margin-bottom: 0 !important; + } + .sm\:mb-1 { + margin-bottom: 0.25rem !important; + } + .sm\:mb-2 { + margin-bottom: 0.5rem !important; + } + .sm\:mb-3 { + margin-bottom: 1rem !important; + } + .sm\:mb-4 { + margin-bottom: 1.5rem !important; + } + .sm\:mb-5 { + margin-bottom: 2rem !important; + } + .sm\:mb-6 { + margin-bottom: 3rem !important; + } + .sm\:mb-7 { + margin-bottom: 4rem !important; + } + .sm\:mb-8 { + margin-bottom: 5rem !important; + } + .sm\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .sm\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .sm\:-mb-3 { + margin-bottom: -1rem !important; + } + .sm\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .sm\:-mb-5 { + margin-bottom: -2rem !important; + } + .sm\:-mb-6 { + margin-bottom: -3rem !important; + } + .sm\:-mb-7 { + margin-bottom: -4rem !important; + } + .sm\:-mb-8 { + margin-bottom: -5rem !important; + } + .sm\:mb-auto { + margin-bottom: auto !important; + } + .sm\:mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + .sm\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .sm\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .sm\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .sm\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .sm\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .sm\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .sm\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .sm\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .sm\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .sm\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .sm\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .sm\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .sm\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .sm\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .sm\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .sm\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .sm\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .sm\:my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .sm\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .sm\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .sm\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .sm\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .sm\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .sm\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .sm\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .sm\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .sm\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .sm\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .sm\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .sm\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .sm\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .sm\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .sm\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .sm\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .sm\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 768px) { + .md\:m-0 { + margin: 0 !important; + } + .md\:m-1 { + margin: 0.25rem !important; + } + .md\:m-2 { + margin: 0.5rem !important; + } + .md\:m-3 { + margin: 1rem !important; + } + .md\:m-4 { + margin: 1.5rem !important; + } + .md\:m-5 { + margin: 2rem !important; + } + .md\:m-6 { + margin: 3rem !important; + } + .md\:m-7 { + margin: 4rem !important; + } + .md\:m-8 { + margin: 5rem !important; + } + .md\:-m-1 { + margin: -0.25rem !important; + } + .md\:-m-2 { + margin: -0.5rem !important; + } + .md\:-m-3 { + margin: -1rem !important; + } + .md\:-m-4 { + margin: -1.5rem !important; + } + .md\:-m-5 { + margin: -2rem !important; + } + .md\:-m-6 { + margin: -3rem !important; + } + .md\:-m-7 { + margin: -4rem !important; + } + .md\:-m-8 { + margin: -5rem !important; + } + .md\:m-auto { + margin: auto !important; + } + .md\:mt-0 { + margin-top: 0 !important; + } + .md\:mt-1 { + margin-top: 0.25rem !important; + } + .md\:mt-2 { + margin-top: 0.5rem !important; + } + .md\:mt-3 { + margin-top: 1rem !important; + } + .md\:mt-4 { + margin-top: 1.5rem !important; + } + .md\:mt-5 { + margin-top: 2rem !important; + } + .md\:mt-6 { + margin-top: 3rem !important; + } + .md\:mt-7 { + margin-top: 4rem !important; + } + .md\:mt-8 { + margin-top: 5rem !important; + } + .md\:-mt-1 { + margin-top: -0.25rem !important; + } + .md\:-mt-2 { + margin-top: -0.5rem !important; + } + .md\:-mt-3 { + margin-top: -1rem !important; + } + .md\:-mt-4 { + margin-top: -1.5rem !important; + } + .md\:-mt-5 { + margin-top: -2rem !important; + } + .md\:-mt-6 { + margin-top: -3rem !important; + } + .md\:-mt-7 { + margin-top: -4rem !important; + } + .md\:-mt-8 { + margin-top: -5rem !important; + } + .md\:mt-auto { + margin-top: auto !important; + } + .md\:mr-0 { + margin-right: 0 !important; + } + .md\:mr-1 { + margin-right: 0.25rem !important; + } + .md\:mr-2 { + margin-right: 0.5rem !important; + } + .md\:mr-3 { + margin-right: 1rem !important; + } + .md\:mr-4 { + margin-right: 1.5rem !important; + } + .md\:mr-5 { + margin-right: 2rem !important; + } + .md\:mr-6 { + margin-right: 3rem !important; + } + .md\:mr-7 { + margin-right: 4rem !important; + } + .md\:mr-8 { + margin-right: 5rem !important; + } + .md\:-mr-1 { + margin-right: -0.25rem !important; + } + .md\:-mr-2 { + margin-right: -0.5rem !important; + } + .md\:-mr-3 { + margin-right: -1rem !important; + } + .md\:-mr-4 { + margin-right: -1.5rem !important; + } + .md\:-mr-5 { + margin-right: -2rem !important; + } + .md\:-mr-6 { + margin-right: -3rem !important; + } + .md\:-mr-7 { + margin-right: -4rem !important; + } + .md\:-mr-8 { + margin-right: -5rem !important; + } + .md\:mr-auto { + margin-right: auto !important; + } + .md\:ml-0 { + margin-left: 0 !important; + } + .md\:ml-1 { + margin-left: 0.25rem !important; + } + .md\:ml-2 { + margin-left: 0.5rem !important; + } + .md\:ml-3 { + margin-left: 1rem !important; + } + .md\:ml-4 { + margin-left: 1.5rem !important; + } + .md\:ml-5 { + margin-left: 2rem !important; + } + .md\:ml-6 { + margin-left: 3rem !important; + } + .md\:ml-7 { + margin-left: 4rem !important; + } + .md\:ml-8 { + margin-left: 5rem !important; + } + .md\:-ml-1 { + margin-left: -0.25rem !important; + } + .md\:-ml-2 { + margin-left: -0.5rem !important; + } + .md\:-ml-3 { + margin-left: -1rem !important; + } + .md\:-ml-4 { + margin-left: -1.5rem !important; + } + .md\:-ml-5 { + margin-left: -2rem !important; + } + .md\:-ml-6 { + margin-left: -3rem !important; + } + .md\:-ml-7 { + margin-left: -4rem !important; + } + .md\:-ml-8 { + margin-left: -5rem !important; + } + .md\:ml-auto { + margin-left: auto !important; + } + .md\:mb-0 { + margin-bottom: 0 !important; + } + .md\:mb-1 { + margin-bottom: 0.25rem !important; + } + .md\:mb-2 { + margin-bottom: 0.5rem !important; + } + .md\:mb-3 { + margin-bottom: 1rem !important; + } + .md\:mb-4 { + margin-bottom: 1.5rem !important; + } + .md\:mb-5 { + margin-bottom: 2rem !important; + } + .md\:mb-6 { + margin-bottom: 3rem !important; + } + .md\:mb-7 { + margin-bottom: 4rem !important; + } + .md\:mb-8 { + margin-bottom: 5rem !important; + } + .md\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .md\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .md\:-mb-3 { + margin-bottom: -1rem !important; + } + .md\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .md\:-mb-5 { + margin-bottom: -2rem !important; + } + .md\:-mb-6 { + margin-bottom: -3rem !important; + } + .md\:-mb-7 { + margin-bottom: -4rem !important; + } + .md\:-mb-8 { + margin-bottom: -5rem !important; + } + .md\:mb-auto { + margin-bottom: auto !important; + } + .md\:mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + .md\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .md\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .md\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .md\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .md\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .md\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .md\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .md\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .md\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .md\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .md\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .md\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .md\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .md\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .md\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .md\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .md\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .md\:my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .md\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .md\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .md\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .md\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .md\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .md\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .md\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .md\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .md\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .md\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .md\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .md\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .md\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .md\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .md\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .md\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .md\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 992px) { + .lg\:m-0 { + margin: 0 !important; + } + .lg\:m-1 { + margin: 0.25rem !important; + } + .lg\:m-2 { + margin: 0.5rem !important; + } + .lg\:m-3 { + margin: 1rem !important; + } + .lg\:m-4 { + margin: 1.5rem !important; + } + .lg\:m-5 { + margin: 2rem !important; + } + .lg\:m-6 { + margin: 3rem !important; + } + .lg\:m-7 { + margin: 4rem !important; + } + .lg\:m-8 { + margin: 5rem !important; + } + .lg\:-m-1 { + margin: -0.25rem !important; + } + .lg\:-m-2 { + margin: -0.5rem !important; + } + .lg\:-m-3 { + margin: -1rem !important; + } + .lg\:-m-4 { + margin: -1.5rem !important; + } + .lg\:-m-5 { + margin: -2rem !important; + } + .lg\:-m-6 { + margin: -3rem !important; + } + .lg\:-m-7 { + margin: -4rem !important; + } + .lg\:-m-8 { + margin: -5rem !important; + } + .lg\:m-auto { + margin: auto !important; + } + .lg\:mt-0 { + margin-top: 0 !important; + } + .lg\:mt-1 { + margin-top: 0.25rem !important; + } + .lg\:mt-2 { + margin-top: 0.5rem !important; + } + .lg\:mt-3 { + margin-top: 1rem !important; + } + .lg\:mt-4 { + margin-top: 1.5rem !important; + } + .lg\:mt-5 { + margin-top: 2rem !important; + } + .lg\:mt-6 { + margin-top: 3rem !important; + } + .lg\:mt-7 { + margin-top: 4rem !important; + } + .lg\:mt-8 { + margin-top: 5rem !important; + } + .lg\:-mt-1 { + margin-top: -0.25rem !important; + } + .lg\:-mt-2 { + margin-top: -0.5rem !important; + } + .lg\:-mt-3 { + margin-top: -1rem !important; + } + .lg\:-mt-4 { + margin-top: -1.5rem !important; + } + .lg\:-mt-5 { + margin-top: -2rem !important; + } + .lg\:-mt-6 { + margin-top: -3rem !important; + } + .lg\:-mt-7 { + margin-top: -4rem !important; + } + .lg\:-mt-8 { + margin-top: -5rem !important; + } + .lg\:mt-auto { + margin-top: auto !important; + } + .lg\:mr-0 { + margin-right: 0 !important; + } + .lg\:mr-1 { + margin-right: 0.25rem !important; + } + .lg\:mr-2 { + margin-right: 0.5rem !important; + } + .lg\:mr-3 { + margin-right: 1rem !important; + } + .lg\:mr-4 { + margin-right: 1.5rem !important; + } + .lg\:mr-5 { + margin-right: 2rem !important; + } + .lg\:mr-6 { + margin-right: 3rem !important; + } + .lg\:mr-7 { + margin-right: 4rem !important; + } + .lg\:mr-8 { + margin-right: 5rem !important; + } + .lg\:-mr-1 { + margin-right: -0.25rem !important; + } + .lg\:-mr-2 { + margin-right: -0.5rem !important; + } + .lg\:-mr-3 { + margin-right: -1rem !important; + } + .lg\:-mr-4 { + margin-right: -1.5rem !important; + } + .lg\:-mr-5 { + margin-right: -2rem !important; + } + .lg\:-mr-6 { + margin-right: -3rem !important; + } + .lg\:-mr-7 { + margin-right: -4rem !important; + } + .lg\:-mr-8 { + margin-right: -5rem !important; + } + .lg\:mr-auto { + margin-right: auto !important; + } + .lg\:ml-0 { + margin-left: 0 !important; + } + .lg\:ml-1 { + margin-left: 0.25rem !important; + } + .lg\:ml-2 { + margin-left: 0.5rem !important; + } + .lg\:ml-3 { + margin-left: 1rem !important; + } + .lg\:ml-4 { + margin-left: 1.5rem !important; + } + .lg\:ml-5 { + margin-left: 2rem !important; + } + .lg\:ml-6 { + margin-left: 3rem !important; + } + .lg\:ml-7 { + margin-left: 4rem !important; + } + .lg\:ml-8 { + margin-left: 5rem !important; + } + .lg\:-ml-1 { + margin-left: -0.25rem !important; + } + .lg\:-ml-2 { + margin-left: -0.5rem !important; + } + .lg\:-ml-3 { + margin-left: -1rem !important; + } + .lg\:-ml-4 { + margin-left: -1.5rem !important; + } + .lg\:-ml-5 { + margin-left: -2rem !important; + } + .lg\:-ml-6 { + margin-left: -3rem !important; + } + .lg\:-ml-7 { + margin-left: -4rem !important; + } + .lg\:-ml-8 { + margin-left: -5rem !important; + } + .lg\:ml-auto { + margin-left: auto !important; + } + .lg\:mb-0 { + margin-bottom: 0 !important; + } + .lg\:mb-1 { + margin-bottom: 0.25rem !important; + } + .lg\:mb-2 { + margin-bottom: 0.5rem !important; + } + .lg\:mb-3 { + margin-bottom: 1rem !important; + } + .lg\:mb-4 { + margin-bottom: 1.5rem !important; + } + .lg\:mb-5 { + margin-bottom: 2rem !important; + } + .lg\:mb-6 { + margin-bottom: 3rem !important; + } + .lg\:mb-7 { + margin-bottom: 4rem !important; + } + .lg\:mb-8 { + margin-bottom: 5rem !important; + } + .lg\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .lg\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .lg\:-mb-3 { + margin-bottom: -1rem !important; + } + .lg\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .lg\:-mb-5 { + margin-bottom: -2rem !important; + } + .lg\:-mb-6 { + margin-bottom: -3rem !important; + } + .lg\:-mb-7 { + margin-bottom: -4rem !important; + } + .lg\:-mb-8 { + margin-bottom: -5rem !important; + } + .lg\:mb-auto { + margin-bottom: auto !important; + } + .lg\:mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + .lg\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .lg\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .lg\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .lg\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .lg\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .lg\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .lg\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .lg\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .lg\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .lg\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .lg\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .lg\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .lg\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .lg\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .lg\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .lg\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .lg\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .lg\:my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .lg\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .lg\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .lg\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .lg\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .lg\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .lg\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .lg\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .lg\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .lg\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .lg\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .lg\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .lg\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .lg\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .lg\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .lg\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .lg\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .lg\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:m-0 { + margin: 0 !important; + } + .xl\:m-1 { + margin: 0.25rem !important; + } + .xl\:m-2 { + margin: 0.5rem !important; + } + .xl\:m-3 { + margin: 1rem !important; + } + .xl\:m-4 { + margin: 1.5rem !important; + } + .xl\:m-5 { + margin: 2rem !important; + } + .xl\:m-6 { + margin: 3rem !important; + } + .xl\:m-7 { + margin: 4rem !important; + } + .xl\:m-8 { + margin: 5rem !important; + } + .xl\:-m-1 { + margin: -0.25rem !important; + } + .xl\:-m-2 { + margin: -0.5rem !important; + } + .xl\:-m-3 { + margin: -1rem !important; + } + .xl\:-m-4 { + margin: -1.5rem !important; + } + .xl\:-m-5 { + margin: -2rem !important; + } + .xl\:-m-6 { + margin: -3rem !important; + } + .xl\:-m-7 { + margin: -4rem !important; + } + .xl\:-m-8 { + margin: -5rem !important; + } + .xl\:m-auto { + margin: auto !important; + } + .xl\:mt-0 { + margin-top: 0 !important; + } + .xl\:mt-1 { + margin-top: 0.25rem !important; + } + .xl\:mt-2 { + margin-top: 0.5rem !important; + } + .xl\:mt-3 { + margin-top: 1rem !important; + } + .xl\:mt-4 { + margin-top: 1.5rem !important; + } + .xl\:mt-5 { + margin-top: 2rem !important; + } + .xl\:mt-6 { + margin-top: 3rem !important; + } + .xl\:mt-7 { + margin-top: 4rem !important; + } + .xl\:mt-8 { + margin-top: 5rem !important; + } + .xl\:-mt-1 { + margin-top: -0.25rem !important; + } + .xl\:-mt-2 { + margin-top: -0.5rem !important; + } + .xl\:-mt-3 { + margin-top: -1rem !important; + } + .xl\:-mt-4 { + margin-top: -1.5rem !important; + } + .xl\:-mt-5 { + margin-top: -2rem !important; + } + .xl\:-mt-6 { + margin-top: -3rem !important; + } + .xl\:-mt-7 { + margin-top: -4rem !important; + } + .xl\:-mt-8 { + margin-top: -5rem !important; + } + .xl\:mt-auto { + margin-top: auto !important; + } + .xl\:mr-0 { + margin-right: 0 !important; + } + .xl\:mr-1 { + margin-right: 0.25rem !important; + } + .xl\:mr-2 { + margin-right: 0.5rem !important; + } + .xl\:mr-3 { + margin-right: 1rem !important; + } + .xl\:mr-4 { + margin-right: 1.5rem !important; + } + .xl\:mr-5 { + margin-right: 2rem !important; + } + .xl\:mr-6 { + margin-right: 3rem !important; + } + .xl\:mr-7 { + margin-right: 4rem !important; + } + .xl\:mr-8 { + margin-right: 5rem !important; + } + .xl\:-mr-1 { + margin-right: -0.25rem !important; + } + .xl\:-mr-2 { + margin-right: -0.5rem !important; + } + .xl\:-mr-3 { + margin-right: -1rem !important; + } + .xl\:-mr-4 { + margin-right: -1.5rem !important; + } + .xl\:-mr-5 { + margin-right: -2rem !important; + } + .xl\:-mr-6 { + margin-right: -3rem !important; + } + .xl\:-mr-7 { + margin-right: -4rem !important; + } + .xl\:-mr-8 { + margin-right: -5rem !important; + } + .xl\:mr-auto { + margin-right: auto !important; + } + .xl\:ml-0 { + margin-left: 0 !important; + } + .xl\:ml-1 { + margin-left: 0.25rem !important; + } + .xl\:ml-2 { + margin-left: 0.5rem !important; + } + .xl\:ml-3 { + margin-left: 1rem !important; + } + .xl\:ml-4 { + margin-left: 1.5rem !important; + } + .xl\:ml-5 { + margin-left: 2rem !important; + } + .xl\:ml-6 { + margin-left: 3rem !important; + } + .xl\:ml-7 { + margin-left: 4rem !important; + } + .xl\:ml-8 { + margin-left: 5rem !important; + } + .xl\:-ml-1 { + margin-left: -0.25rem !important; + } + .xl\:-ml-2 { + margin-left: -0.5rem !important; + } + .xl\:-ml-3 { + margin-left: -1rem !important; + } + .xl\:-ml-4 { + margin-left: -1.5rem !important; + } + .xl\:-ml-5 { + margin-left: -2rem !important; + } + .xl\:-ml-6 { + margin-left: -3rem !important; + } + .xl\:-ml-7 { + margin-left: -4rem !important; + } + .xl\:-ml-8 { + margin-left: -5rem !important; + } + .xl\:ml-auto { + margin-left: auto !important; + } + .xl\:mb-0 { + margin-bottom: 0 !important; + } + .xl\:mb-1 { + margin-bottom: 0.25rem !important; + } + .xl\:mb-2 { + margin-bottom: 0.5rem !important; + } + .xl\:mb-3 { + margin-bottom: 1rem !important; + } + .xl\:mb-4 { + margin-bottom: 1.5rem !important; + } + .xl\:mb-5 { + margin-bottom: 2rem !important; + } + .xl\:mb-6 { + margin-bottom: 3rem !important; + } + .xl\:mb-7 { + margin-bottom: 4rem !important; + } + .xl\:mb-8 { + margin-bottom: 5rem !important; + } + .xl\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .xl\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .xl\:-mb-3 { + margin-bottom: -1rem !important; + } + .xl\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .xl\:-mb-5 { + margin-bottom: -2rem !important; + } + .xl\:-mb-6 { + margin-bottom: -3rem !important; + } + .xl\:-mb-7 { + margin-bottom: -4rem !important; + } + .xl\:-mb-8 { + margin-bottom: -5rem !important; + } + .xl\:mb-auto { + margin-bottom: auto !important; + } + .xl\:mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + .xl\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .xl\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .xl\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .xl\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .xl\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .xl\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .xl\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .xl\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .xl\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .xl\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .xl\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .xl\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .xl\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .xl\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .xl\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .xl\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .xl\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .xl\:my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .xl\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .xl\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .xl\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .xl\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .xl\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .xl\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .xl\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .xl\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .xl\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .xl\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .xl\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .xl\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .xl\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .xl\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .xl\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .xl\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .xl\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +.shadow-none { + box-shadow: none !important; +} +.shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; +} +.shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; +} +.shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} +.shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} +.shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} +.shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} +.shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; +} +.shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-none:active, +.focus\:shadow-none:focus, +.hover\:shadow-none:hover { + box-shadow: none !important; +} +.active\:shadow-1:active, +.focus\:shadow-1:focus, +.hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; +} +.active\:shadow-2:active, +.focus\:shadow-2:focus, +.hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; +} +.active\:shadow-3:active, +.focus\:shadow-3:focus, +.hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} +.active\:shadow-4:active, +.focus\:shadow-4:focus, +.hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-5:active, +.focus\:shadow-5:focus, +.hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-6:active, +.focus\:shadow-6:focus, +.hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} +.active\:shadow-7:active, +.focus\:shadow-7:focus, +.hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; +} +.active\:shadow-8:active, +.focus\:shadow-8:focus, +.hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; +} +@media screen and (min-width: 576px) { + .sm\:shadow-none { + box-shadow: none !important; + } + .sm\:shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-none:active, + .sm\:focus\:shadow-none:focus, + .sm\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .sm\:active\:shadow-1:active, + .sm\:focus\:shadow-1:focus, + .sm\:hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:active\:shadow-2:active, + .sm\:focus\:shadow-2:focus, + .sm\:hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:active\:shadow-3:active, + .sm\:focus\:shadow-3:focus, + .sm\:hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:active\:shadow-4:active, + .sm\:focus\:shadow-4:focus, + .sm\:hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-5:active, + .sm\:focus\:shadow-5:focus, + .sm\:hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-6:active, + .sm\:focus\:shadow-6:focus, + .sm\:hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:active\:shadow-7:active, + .sm\:focus\:shadow-7:focus, + .sm\:hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:active\:shadow-8:active, + .sm\:focus\:shadow-8:focus, + .sm\:hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 768px) { + .md\:shadow-none { + box-shadow: none !important; + } + .md\:shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-none:active, + .md\:focus\:shadow-none:focus, + .md\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .md\:active\:shadow-1:active, + .md\:focus\:shadow-1:focus, + .md\:hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:active\:shadow-2:active, + .md\:focus\:shadow-2:focus, + .md\:hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:active\:shadow-3:active, + .md\:focus\:shadow-3:focus, + .md\:hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:active\:shadow-4:active, + .md\:focus\:shadow-4:focus, + .md\:hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-5:active, + .md\:focus\:shadow-5:focus, + .md\:hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-6:active, + .md\:focus\:shadow-6:focus, + .md\:hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:active\:shadow-7:active, + .md\:focus\:shadow-7:focus, + .md\:hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:active\:shadow-8:active, + .md\:focus\:shadow-8:focus, + .md\:hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:shadow-none { + box-shadow: none !important; + } + .lg\:shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-none:active, + .lg\:focus\:shadow-none:focus, + .lg\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .lg\:active\:shadow-1:active, + .lg\:focus\:shadow-1:focus, + .lg\:hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:active\:shadow-2:active, + .lg\:focus\:shadow-2:focus, + .lg\:hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:active\:shadow-3:active, + .lg\:focus\:shadow-3:focus, + .lg\:hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:active\:shadow-4:active, + .lg\:focus\:shadow-4:focus, + .lg\:hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-5:active, + .lg\:focus\:shadow-5:focus, + .lg\:hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-6:active, + .lg\:focus\:shadow-6:focus, + .lg\:hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:active\:shadow-7:active, + .lg\:focus\:shadow-7:focus, + .lg\:hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:active\:shadow-8:active, + .lg\:focus\:shadow-8:focus, + .lg\:hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:shadow-none { + box-shadow: none !important; + } + .xl\:shadow-1 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:shadow-2 { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:shadow-3 { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:shadow-4 { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:shadow-5 { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:shadow-6 { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:shadow-7 { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:shadow-8 { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-none:active, + .xl\:focus\:shadow-none:focus, + .xl\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .xl\:active\:shadow-1:active, + .xl\:focus\:shadow-1:focus, + .xl\:hover\:shadow-1:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:active\:shadow-2:active, + .xl\:focus\:shadow-2:focus, + .xl\:hover\:shadow-2:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:active\:shadow-3:active, + .xl\:focus\:shadow-3:focus, + .xl\:hover\:shadow-3:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:active\:shadow-4:active, + .xl\:focus\:shadow-4:focus, + .xl\:hover\:shadow-4:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-5:active, + .xl\:focus\:shadow-5:focus, + .xl\:hover\:shadow-5:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-6:active, + .xl\:focus\:shadow-6:focus, + .xl\:hover\:shadow-6:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:active\:shadow-7:active, + .xl\:focus\:shadow-7:focus, + .xl\:hover\:shadow-7:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:active\:shadow-8:active, + .xl\:focus\:shadow-8:focus, + .xl\:hover\:shadow-8:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +.border-none { + border-width: 0 !important; + border-style: none; +} +.border-1 { + border-width: 1px !important; + border-style: solid; +} +.border-2 { + border-width: 2px !important; + border-style: solid; +} +.border-3 { + border-width: 3px !important; + border-style: solid; +} +.border-top-none { + border-top-width: 0 !important; + border-top-style: none; +} +.border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; +} +.border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; +} +.border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; +} +.border-right-none { + border-right-width: 0 !important; + border-right-style: none; +} +.border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; +} +.border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; +} +.border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; +} +.border-left-none { + border-left-width: 0 !important; + border-left-style: none; +} +.border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; +} +.border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; +} +.border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; +} +.border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; +} +.border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; +} +.border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; +} +.border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; +} +.border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; +} +.border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; +} +.border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; +} +.border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; +} +.border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; +} +.border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; +} +.border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; +} +.border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; +} +@media screen and (min-width: 576px) { + .sm\:border-none { + border-width: 0 !important; + border-style: none; + } + .sm\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .sm\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .sm\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .sm\:border-top-none { + border-top-width: 0 !important; + border-top-style: none; + } + .sm\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .sm\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .sm\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .sm\:border-right-none { + border-right-width: 0 !important; + border-right-style: none; + } + .sm\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .sm\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .sm\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .sm\:border-left-none { + border-left-width: 0 !important; + border-left-style: none; + } + .sm\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .sm\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .sm\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .sm\:border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .sm\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .sm\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .sm\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .sm\:border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .sm\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .sm\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .sm\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .sm\:border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .sm\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .sm\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .sm\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 768px) { + .md\:border-none { + border-width: 0 !important; + border-style: none; + } + .md\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .md\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .md\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .md\:border-top-none { + border-top-width: 0 !important; + border-top-style: none; + } + .md\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .md\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .md\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .md\:border-right-none { + border-right-width: 0 !important; + border-right-style: none; + } + .md\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .md\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .md\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .md\:border-left-none { + border-left-width: 0 !important; + border-left-style: none; + } + .md\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .md\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .md\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .md\:border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .md\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .md\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .md\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .md\:border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .md\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .md\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .md\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .md\:border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .md\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .md\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .md\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 992px) { + .lg\:border-none { + border-width: 0 !important; + border-style: none; + } + .lg\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .lg\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .lg\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .lg\:border-top-none { + border-top-width: 0 !important; + border-top-style: none; + } + .lg\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .lg\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .lg\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .lg\:border-right-none { + border-right-width: 0 !important; + border-right-style: none; + } + .lg\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .lg\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .lg\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .lg\:border-left-none { + border-left-width: 0 !important; + border-left-style: none; + } + .lg\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .lg\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .lg\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .lg\:border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .lg\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .lg\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .lg\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .lg\:border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .lg\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .lg\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .lg\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .lg\:border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .lg\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .lg\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .lg\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-none { + border-width: 0 !important; + border-style: none; + } + .xl\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .xl\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .xl\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .xl\:border-top-none { + border-top-width: 0 !important; + border-top-style: none; + } + .xl\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .xl\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .xl\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .xl\:border-right-none { + border-right-width: 0 !important; + border-right-style: none; + } + .xl\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .xl\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .xl\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .xl\:border-left-none { + border-left-width: 0 !important; + border-left-style: none; + } + .xl\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .xl\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .xl\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .xl\:border-bottom-none { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .xl\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .xl\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .xl\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .xl\:border-x-none { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .xl\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .xl\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .xl\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .xl\:border-y-none { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .xl\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .xl\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .xl\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +.border-solid { + border-style: solid !important; +} +.border-dashed { + border-style: dashed !important; +} +.border-dotted { + border-style: dotted !important; +} +.border-double { + border-style: double !important; +} +@media screen and (min-width: 576px) { + .sm\:border-solid { + border-style: solid !important; + } + .sm\:border-dashed { + border-style: dashed !important; + } + .sm\:border-dotted { + border-style: dotted !important; + } + .sm\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-solid { + border-style: solid !important; + } + .md\:border-dashed { + border-style: dashed !important; + } + .md\:border-dotted { + border-style: dotted !important; + } + .md\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-solid { + border-style: solid !important; + } + .lg\:border-dashed { + border-style: dashed !important; + } + .lg\:border-dotted { + border-style: dotted !important; + } + .lg\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-solid { + border-style: solid !important; + } + .xl\:border-dashed { + border-style: dashed !important; + } + .xl\:border-dotted { + border-style: dotted !important; + } + .xl\:border-double { + border-style: double !important; + } +} +.border-noround { + border-radius: 0 !important; +} +.border-round { + border-radius: var(--border-radius) !important; +} +.border-round-xs { + border-radius: 0.125rem !important; +} +.border-round-sm { + border-radius: 0.25rem !important; +} +.border-round-md { + border-radius: 0.375rem !important; +} +.border-round-lg { + border-radius: 0.5rem !important; +} +.border-round-xl { + border-radius: 0.75rem !important; +} +.border-round-2xl { + border-radius: 1rem !important; +} +.border-round-3xl { + border-radius: 1.5rem !important; +} +.border-circle { + border-radius: 50% !important; +} +@media screen and (min-width: 576px) { + .sm\:border-noround { + border-radius: 0 !important; + } + .sm\:border-round { + border-radius: var(--border-radius) !important; + } + .sm\:border-round-xs { + border-radius: 0.125rem !important; + } + .sm\:border-round-sm { + border-radius: 0.25rem !important; + } + .sm\:border-round-md { + border-radius: 0.375rem !important; + } + .sm\:border-round-lg { + border-radius: 0.5rem !important; + } + .sm\:border-round-xl { + border-radius: 0.75rem !important; + } + .sm\:border-round-2xl { + border-radius: 1rem !important; + } + .sm\:border-round-3xl { + border-radius: 1.5rem !important; + } + .sm\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-noround { + border-radius: 0 !important; + } + .md\:border-round { + border-radius: var(--border-radius) !important; + } + .md\:border-round-xs { + border-radius: 0.125rem !important; + } + .md\:border-round-sm { + border-radius: 0.25rem !important; + } + .md\:border-round-md { + border-radius: 0.375rem !important; + } + .md\:border-round-lg { + border-radius: 0.5rem !important; + } + .md\:border-round-xl { + border-radius: 0.75rem !important; + } + .md\:border-round-2xl { + border-radius: 1rem !important; + } + .md\:border-round-3xl { + border-radius: 1.5rem !important; + } + .md\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-noround { + border-radius: 0 !important; + } + .lg\:border-round { + border-radius: var(--border-radius) !important; + } + .lg\:border-round-xs { + border-radius: 0.125rem !important; + } + .lg\:border-round-sm { + border-radius: 0.25rem !important; + } + .lg\:border-round-md { + border-radius: 0.375rem !important; + } + .lg\:border-round-lg { + border-radius: 0.5rem !important; + } + .lg\:border-round-xl { + border-radius: 0.75rem !important; + } + .lg\:border-round-2xl { + border-radius: 1rem !important; + } + .lg\:border-round-3xl { + border-radius: 1.5rem !important; + } + .lg\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-noround { + border-radius: 0 !important; + } + .xl\:border-round { + border-radius: var(--border-radius) !important; + } + .xl\:border-round-xs { + border-radius: 0.125rem !important; + } + .xl\:border-round-sm { + border-radius: 0.25rem !important; + } + .xl\:border-round-md { + border-radius: 0.375rem !important; + } + .xl\:border-round-lg { + border-radius: 0.5rem !important; + } + .xl\:border-round-xl { + border-radius: 0.75rem !important; + } + .xl\:border-round-2xl { + border-radius: 1rem !important; + } + .xl\:border-round-3xl { + border-radius: 1.5rem !important; + } + .xl\:border-circle { + border-radius: 50% !important; + } +} +.border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} +.border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} +.border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} +.border-round-left { + border-bottom-left-radius: var(--border-radius) !important; +} +.border-round-left, +.border-round-top { + border-top-left-radius: var(--border-radius) !important; +} +.border-round-right, +.border-round-top { + border-top-right-radius: var(--border-radius) !important; +} +.border-round-bottom, +.border-round-right { + border-bottom-right-radius: var(--border-radius) !important; +} +.border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; +} +.border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; +} +.border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; +} +.border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; +} +.border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; +} +.border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} +.border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} +.border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} +.border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} +.border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; +} +.border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; +} +.border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} +.border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} +.border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; +} +.border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; +} +.border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; +} +.border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; +} +.border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; +} +.border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; +} +.border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; +} +.border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; +} +.border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; +} +.border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; +} +.border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; +} +.border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; +} +.border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; +} +.border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; +} +.border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; +} +.border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; +} +.border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; +} +.border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; +} +.border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} +.border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} +@media screen and (min-width: 576px) { + .sm\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .sm\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .sm\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .sm\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .sm\:border-round-left { + border-bottom-left-radius: var(--border-radius) !important; + } + .sm\:border-round-left, + .sm\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + } + .sm\:border-round-right, + .sm\:border-round-top { + border-top-right-radius: var(--border-radius) !important; + } + .sm\:border-round-bottom, + .sm\:border-round-right { + border-bottom-right-radius: var(--border-radius) !important; + } + .sm\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + } + .sm\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .sm\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .sm\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .sm\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .sm\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .sm\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .sm\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .sm\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .sm\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .sm\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .sm\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .sm\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .sm\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .sm\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .sm\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .sm\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .sm\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .sm\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .sm\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .sm\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .sm\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .sm\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .sm\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .sm\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .sm\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .sm\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .sm\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .sm\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .sm\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .sm\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .sm\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .sm\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .md\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .md\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .md\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .md\:border-round-left { + border-bottom-left-radius: var(--border-radius) !important; + } + .md\:border-round-left, + .md\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + } + .md\:border-round-right, + .md\:border-round-top { + border-top-right-radius: var(--border-radius) !important; + } + .md\:border-round-bottom, + .md\:border-round-right { + border-bottom-right-radius: var(--border-radius) !important; + } + .md\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + } + .md\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .md\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .md\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .md\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .md\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .md\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .md\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .md\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .md\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .md\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .md\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .md\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .md\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .md\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .md\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .md\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .md\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .md\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .md\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .md\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .md\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .md\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .md\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .md\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .md\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .md\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .md\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .md\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .md\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .md\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .md\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .md\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .lg\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .lg\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .lg\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .lg\:border-round-left { + border-bottom-left-radius: var(--border-radius) !important; + } + .lg\:border-round-left, + .lg\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + } + .lg\:border-round-right, + .lg\:border-round-top { + border-top-right-radius: var(--border-radius) !important; + } + .lg\:border-round-bottom, + .lg\:border-round-right { + border-bottom-right-radius: var(--border-radius) !important; + } + .lg\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + } + .lg\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .lg\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .lg\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .lg\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .lg\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .lg\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .lg\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .lg\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .lg\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .lg\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .lg\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .lg\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .lg\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .lg\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .lg\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .lg\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .lg\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .lg\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .lg\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .lg\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .lg\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .lg\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .lg\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .lg\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .lg\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .lg\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .lg\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .lg\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .lg\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .lg\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .lg\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .lg\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .xl\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .xl\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .xl\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .xl\:border-round-left { + border-bottom-left-radius: var(--border-radius) !important; + } + .xl\:border-round-left, + .xl\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + } + .xl\:border-round-right, + .xl\:border-round-top { + border-top-right-radius: var(--border-radius) !important; + } + .xl\:border-round-bottom, + .xl\:border-round-right { + border-bottom-right-radius: var(--border-radius) !important; + } + .xl\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + } + .xl\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .xl\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .xl\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .xl\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .xl\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .xl\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .xl\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .xl\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .xl\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .xl\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .xl\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .xl\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .xl\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .xl\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .xl\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .xl\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .xl\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .xl\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .xl\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .xl\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .xl\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .xl\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .xl\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .xl\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .xl\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .xl\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .xl\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .xl\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .xl\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .xl\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .xl\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .xl\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +.w-full { + width: 100% !important; +} +.w-screen { + width: 100vw !important; +} +.w-auto { + width: auto !important; +} +.w-1 { + width: 8.3333% !important; +} +.w-2 { + width: 16.6667% !important; +} +.w-3 { + width: 25% !important; +} +.w-4 { + width: 33.3333% !important; +} +.w-5 { + width: 41.6667% !important; +} +.w-6 { + width: 50% !important; +} +.w-7 { + width: 58.3333% !important; +} +.w-8 { + width: 66.6667% !important; +} +.w-9 { + width: 75% !important; +} +.w-10 { + width: 83.3333% !important; +} +.w-11 { + width: 91.6667% !important; +} +.w-12 { + width: 100% !important; +} +.w-min { + width: -moz-min-content !important; + width: min-content !important; +} +.w-max { + width: -moz-max-content !important; + width: max-content !important; +} +.w-fit { + width: -moz-fit-content !important; + width: fit-content !important; +} +.w-1rem { + width: 1rem !important; +} +.w-2rem { + width: 2rem !important; +} +.w-3rem { + width: 3rem !important; +} +.w-4rem { + width: 4rem !important; +} +.w-5rem { + width: 5rem !important; +} +.w-6rem { + width: 6rem !important; +} +.w-7rem { + width: 7rem !important; +} +.w-8rem { + width: 8rem !important; +} +.w-9rem { + width: 9rem !important; +} +.w-10rem { + width: 10rem !important; +} +.w-11rem { + width: 11rem !important; +} +.w-12rem { + width: 12rem !important; +} +.w-13rem { + width: 13rem !important; +} +.w-14rem { + width: 14rem !important; +} +.w-15rem { + width: 15rem !important; +} +.w-16rem { + width: 16rem !important; +} +.w-17rem { + width: 17rem !important; +} +.w-18rem { + width: 18rem !important; +} +.w-19rem { + width: 19rem !important; +} +.w-20rem { + width: 20rem !important; +} +.w-21rem { + width: 21rem !important; +} +.w-22rem { + width: 22rem !important; +} +.w-23rem { + width: 23rem !important; +} +.w-24rem { + width: 24rem !important; +} +.w-25rem { + width: 25rem !important; +} +.w-26rem { + width: 26rem !important; +} +.w-27rem { + width: 27rem !important; +} +.w-28rem { + width: 28rem !important; +} +.w-29rem { + width: 29rem !important; +} +.w-30rem { + width: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:w-full { + width: 100% !important; + } + .sm\:w-screen { + width: 100vw !important; + } + .sm\:w-auto { + width: auto !important; + } + .sm\:w-1 { + width: 8.3333% !important; + } + .sm\:w-2 { + width: 16.6667% !important; + } + .sm\:w-3 { + width: 25% !important; + } + .sm\:w-4 { + width: 33.3333% !important; + } + .sm\:w-5 { + width: 41.6667% !important; + } + .sm\:w-6 { + width: 50% !important; + } + .sm\:w-7 { + width: 58.3333% !important; + } + .sm\:w-8 { + width: 66.6667% !important; + } + .sm\:w-9 { + width: 75% !important; + } + .sm\:w-10 { + width: 83.3333% !important; + } + .sm\:w-11 { + width: 91.6667% !important; + } + .sm\:w-12 { + width: 100% !important; + } + .sm\:w-min { + width: -moz-min-content !important; + width: min-content !important; + } + .sm\:w-max { + width: -moz-max-content !important; + width: max-content !important; + } + .sm\:w-fit { + width: -moz-fit-content !important; + width: fit-content !important; + } + .sm\:w-1rem { + width: 1rem !important; + } + .sm\:w-2rem { + width: 2rem !important; + } + .sm\:w-3rem { + width: 3rem !important; + } + .sm\:w-4rem { + width: 4rem !important; + } + .sm\:w-5rem { + width: 5rem !important; + } + .sm\:w-6rem { + width: 6rem !important; + } + .sm\:w-7rem { + width: 7rem !important; + } + .sm\:w-8rem { + width: 8rem !important; + } + .sm\:w-9rem { + width: 9rem !important; + } + .sm\:w-10rem { + width: 10rem !important; + } + .sm\:w-11rem { + width: 11rem !important; + } + .sm\:w-12rem { + width: 12rem !important; + } + .sm\:w-13rem { + width: 13rem !important; + } + .sm\:w-14rem { + width: 14rem !important; + } + .sm\:w-15rem { + width: 15rem !important; + } + .sm\:w-16rem { + width: 16rem !important; + } + .sm\:w-17rem { + width: 17rem !important; + } + .sm\:w-18rem { + width: 18rem !important; + } + .sm\:w-19rem { + width: 19rem !important; + } + .sm\:w-20rem { + width: 20rem !important; + } + .sm\:w-21rem { + width: 21rem !important; + } + .sm\:w-22rem { + width: 22rem !important; + } + .sm\:w-23rem { + width: 23rem !important; + } + .sm\:w-24rem { + width: 24rem !important; + } + .sm\:w-25rem { + width: 25rem !important; + } + .sm\:w-26rem { + width: 26rem !important; + } + .sm\:w-27rem { + width: 27rem !important; + } + .sm\:w-28rem { + width: 28rem !important; + } + .sm\:w-29rem { + width: 29rem !important; + } + .sm\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:w-full { + width: 100% !important; + } + .md\:w-screen { + width: 100vw !important; + } + .md\:w-auto { + width: auto !important; + } + .md\:w-1 { + width: 8.3333% !important; + } + .md\:w-2 { + width: 16.6667% !important; + } + .md\:w-3 { + width: 25% !important; + } + .md\:w-4 { + width: 33.3333% !important; + } + .md\:w-5 { + width: 41.6667% !important; + } + .md\:w-6 { + width: 50% !important; + } + .md\:w-7 { + width: 58.3333% !important; + } + .md\:w-8 { + width: 66.6667% !important; + } + .md\:w-9 { + width: 75% !important; + } + .md\:w-10 { + width: 83.3333% !important; + } + .md\:w-11 { + width: 91.6667% !important; + } + .md\:w-12 { + width: 100% !important; + } + .md\:w-min { + width: -moz-min-content !important; + width: min-content !important; + } + .md\:w-max { + width: -moz-max-content !important; + width: max-content !important; + } + .md\:w-fit { + width: -moz-fit-content !important; + width: fit-content !important; + } + .md\:w-1rem { + width: 1rem !important; + } + .md\:w-2rem { + width: 2rem !important; + } + .md\:w-3rem { + width: 3rem !important; + } + .md\:w-4rem { + width: 4rem !important; + } + .md\:w-5rem { + width: 5rem !important; + } + .md\:w-6rem { + width: 6rem !important; + } + .md\:w-7rem { + width: 7rem !important; + } + .md\:w-8rem { + width: 8rem !important; + } + .md\:w-9rem { + width: 9rem !important; + } + .md\:w-10rem { + width: 10rem !important; + } + .md\:w-11rem { + width: 11rem !important; + } + .md\:w-12rem { + width: 12rem !important; + } + .md\:w-13rem { + width: 13rem !important; + } + .md\:w-14rem { + width: 14rem !important; + } + .md\:w-15rem { + width: 15rem !important; + } + .md\:w-16rem { + width: 16rem !important; + } + .md\:w-17rem { + width: 17rem !important; + } + .md\:w-18rem { + width: 18rem !important; + } + .md\:w-19rem { + width: 19rem !important; + } + .md\:w-20rem { + width: 20rem !important; + } + .md\:w-21rem { + width: 21rem !important; + } + .md\:w-22rem { + width: 22rem !important; + } + .md\:w-23rem { + width: 23rem !important; + } + .md\:w-24rem { + width: 24rem !important; + } + .md\:w-25rem { + width: 25rem !important; + } + .md\:w-26rem { + width: 26rem !important; + } + .md\:w-27rem { + width: 27rem !important; + } + .md\:w-28rem { + width: 28rem !important; + } + .md\:w-29rem { + width: 29rem !important; + } + .md\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:w-full { + width: 100% !important; + } + .lg\:w-screen { + width: 100vw !important; + } + .lg\:w-auto { + width: auto !important; + } + .lg\:w-1 { + width: 8.3333% !important; + } + .lg\:w-2 { + width: 16.6667% !important; + } + .lg\:w-3 { + width: 25% !important; + } + .lg\:w-4 { + width: 33.3333% !important; + } + .lg\:w-5 { + width: 41.6667% !important; + } + .lg\:w-6 { + width: 50% !important; + } + .lg\:w-7 { + width: 58.3333% !important; + } + .lg\:w-8 { + width: 66.6667% !important; + } + .lg\:w-9 { + width: 75% !important; + } + .lg\:w-10 { + width: 83.3333% !important; + } + .lg\:w-11 { + width: 91.6667% !important; + } + .lg\:w-12 { + width: 100% !important; + } + .lg\:w-min { + width: -moz-min-content !important; + width: min-content !important; + } + .lg\:w-max { + width: -moz-max-content !important; + width: max-content !important; + } + .lg\:w-fit { + width: -moz-fit-content !important; + width: fit-content !important; + } + .lg\:w-1rem { + width: 1rem !important; + } + .lg\:w-2rem { + width: 2rem !important; + } + .lg\:w-3rem { + width: 3rem !important; + } + .lg\:w-4rem { + width: 4rem !important; + } + .lg\:w-5rem { + width: 5rem !important; + } + .lg\:w-6rem { + width: 6rem !important; + } + .lg\:w-7rem { + width: 7rem !important; + } + .lg\:w-8rem { + width: 8rem !important; + } + .lg\:w-9rem { + width: 9rem !important; + } + .lg\:w-10rem { + width: 10rem !important; + } + .lg\:w-11rem { + width: 11rem !important; + } + .lg\:w-12rem { + width: 12rem !important; + } + .lg\:w-13rem { + width: 13rem !important; + } + .lg\:w-14rem { + width: 14rem !important; + } + .lg\:w-15rem { + width: 15rem !important; + } + .lg\:w-16rem { + width: 16rem !important; + } + .lg\:w-17rem { + width: 17rem !important; + } + .lg\:w-18rem { + width: 18rem !important; + } + .lg\:w-19rem { + width: 19rem !important; + } + .lg\:w-20rem { + width: 20rem !important; + } + .lg\:w-21rem { + width: 21rem !important; + } + .lg\:w-22rem { + width: 22rem !important; + } + .lg\:w-23rem { + width: 23rem !important; + } + .lg\:w-24rem { + width: 24rem !important; + } + .lg\:w-25rem { + width: 25rem !important; + } + .lg\:w-26rem { + width: 26rem !important; + } + .lg\:w-27rem { + width: 27rem !important; + } + .lg\:w-28rem { + width: 28rem !important; + } + .lg\:w-29rem { + width: 29rem !important; + } + .lg\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:w-full { + width: 100% !important; + } + .xl\:w-screen { + width: 100vw !important; + } + .xl\:w-auto { + width: auto !important; + } + .xl\:w-1 { + width: 8.3333% !important; + } + .xl\:w-2 { + width: 16.6667% !important; + } + .xl\:w-3 { + width: 25% !important; + } + .xl\:w-4 { + width: 33.3333% !important; + } + .xl\:w-5 { + width: 41.6667% !important; + } + .xl\:w-6 { + width: 50% !important; + } + .xl\:w-7 { + width: 58.3333% !important; + } + .xl\:w-8 { + width: 66.6667% !important; + } + .xl\:w-9 { + width: 75% !important; + } + .xl\:w-10 { + width: 83.3333% !important; + } + .xl\:w-11 { + width: 91.6667% !important; + } + .xl\:w-12 { + width: 100% !important; + } + .xl\:w-min { + width: -moz-min-content !important; + width: min-content !important; + } + .xl\:w-max { + width: -moz-max-content !important; + width: max-content !important; + } + .xl\:w-fit { + width: -moz-fit-content !important; + width: fit-content !important; + } + .xl\:w-1rem { + width: 1rem !important; + } + .xl\:w-2rem { + width: 2rem !important; + } + .xl\:w-3rem { + width: 3rem !important; + } + .xl\:w-4rem { + width: 4rem !important; + } + .xl\:w-5rem { + width: 5rem !important; + } + .xl\:w-6rem { + width: 6rem !important; + } + .xl\:w-7rem { + width: 7rem !important; + } + .xl\:w-8rem { + width: 8rem !important; + } + .xl\:w-9rem { + width: 9rem !important; + } + .xl\:w-10rem { + width: 10rem !important; + } + .xl\:w-11rem { + width: 11rem !important; + } + .xl\:w-12rem { + width: 12rem !important; + } + .xl\:w-13rem { + width: 13rem !important; + } + .xl\:w-14rem { + width: 14rem !important; + } + .xl\:w-15rem { + width: 15rem !important; + } + .xl\:w-16rem { + width: 16rem !important; + } + .xl\:w-17rem { + width: 17rem !important; + } + .xl\:w-18rem { + width: 18rem !important; + } + .xl\:w-19rem { + width: 19rem !important; + } + .xl\:w-20rem { + width: 20rem !important; + } + .xl\:w-21rem { + width: 21rem !important; + } + .xl\:w-22rem { + width: 22rem !important; + } + .xl\:w-23rem { + width: 23rem !important; + } + .xl\:w-24rem { + width: 24rem !important; + } + .xl\:w-25rem { + width: 25rem !important; + } + .xl\:w-26rem { + width: 26rem !important; + } + .xl\:w-27rem { + width: 27rem !important; + } + .xl\:w-28rem { + width: 28rem !important; + } + .xl\:w-29rem { + width: 29rem !important; + } + .xl\:w-30rem { + width: 30rem !important; + } +} +.h-full { + height: 100% !important; +} +.h-screen { + height: 100vh !important; +} +.h-auto { + height: auto !important; +} +.h-min { + height: -moz-min-content !important; + height: min-content !important; +} +.h-max { + height: -moz-max-content !important; + height: max-content !important; +} +.h-fit { + height: -moz-fit-content !important; + height: fit-content !important; +} +.h-1rem { + height: 1rem !important; +} +.h-2rem { + height: 2rem !important; +} +.h-3rem { + height: 3rem !important; +} +.h-4rem { + height: 4rem !important; +} +.h-5rem { + height: 5rem !important; +} +.h-6rem { + height: 6rem !important; +} +.h-7rem { + height: 7rem !important; +} +.h-8rem { + height: 8rem !important; +} +.h-9rem { + height: 9rem !important; +} +.h-10rem { + height: 10rem !important; +} +.h-11rem { + height: 11rem !important; +} +.h-12rem { + height: 12rem !important; +} +.h-13rem { + height: 13rem !important; +} +.h-14rem { + height: 14rem !important; +} +.h-15rem { + height: 15rem !important; +} +.h-16rem { + height: 16rem !important; +} +.h-17rem { + height: 17rem !important; +} +.h-18rem { + height: 18rem !important; +} +.h-19rem { + height: 19rem !important; +} +.h-20rem { + height: 20rem !important; +} +.h-21rem { + height: 21rem !important; +} +.h-22rem { + height: 22rem !important; +} +.h-23rem { + height: 23rem !important; +} +.h-24rem { + height: 24rem !important; +} +.h-25rem { + height: 25rem !important; +} +.h-26rem { + height: 26rem !important; +} +.h-27rem { + height: 27rem !important; +} +.h-28rem { + height: 28rem !important; +} +.h-29rem { + height: 29rem !important; +} +.h-30rem { + height: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:h-full { + height: 100% !important; + } + .sm\:h-screen { + height: 100vh !important; + } + .sm\:h-auto { + height: auto !important; + } + .sm\:h-min { + height: -moz-min-content !important; + height: min-content !important; + } + .sm\:h-max { + height: -moz-max-content !important; + height: max-content !important; + } + .sm\:h-fit { + height: -moz-fit-content !important; + height: fit-content !important; + } + .sm\:h-1rem { + height: 1rem !important; + } + .sm\:h-2rem { + height: 2rem !important; + } + .sm\:h-3rem { + height: 3rem !important; + } + .sm\:h-4rem { + height: 4rem !important; + } + .sm\:h-5rem { + height: 5rem !important; + } + .sm\:h-6rem { + height: 6rem !important; + } + .sm\:h-7rem { + height: 7rem !important; + } + .sm\:h-8rem { + height: 8rem !important; + } + .sm\:h-9rem { + height: 9rem !important; + } + .sm\:h-10rem { + height: 10rem !important; + } + .sm\:h-11rem { + height: 11rem !important; + } + .sm\:h-12rem { + height: 12rem !important; + } + .sm\:h-13rem { + height: 13rem !important; + } + .sm\:h-14rem { + height: 14rem !important; + } + .sm\:h-15rem { + height: 15rem !important; + } + .sm\:h-16rem { + height: 16rem !important; + } + .sm\:h-17rem { + height: 17rem !important; + } + .sm\:h-18rem { + height: 18rem !important; + } + .sm\:h-19rem { + height: 19rem !important; + } + .sm\:h-20rem { + height: 20rem !important; + } + .sm\:h-21rem { + height: 21rem !important; + } + .sm\:h-22rem { + height: 22rem !important; + } + .sm\:h-23rem { + height: 23rem !important; + } + .sm\:h-24rem { + height: 24rem !important; + } + .sm\:h-25rem { + height: 25rem !important; + } + .sm\:h-26rem { + height: 26rem !important; + } + .sm\:h-27rem { + height: 27rem !important; + } + .sm\:h-28rem { + height: 28rem !important; + } + .sm\:h-29rem { + height: 29rem !important; + } + .sm\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:h-full { + height: 100% !important; + } + .md\:h-screen { + height: 100vh !important; + } + .md\:h-auto { + height: auto !important; + } + .md\:h-min { + height: -moz-min-content !important; + height: min-content !important; + } + .md\:h-max { + height: -moz-max-content !important; + height: max-content !important; + } + .md\:h-fit { + height: -moz-fit-content !important; + height: fit-content !important; + } + .md\:h-1rem { + height: 1rem !important; + } + .md\:h-2rem { + height: 2rem !important; + } + .md\:h-3rem { + height: 3rem !important; + } + .md\:h-4rem { + height: 4rem !important; + } + .md\:h-5rem { + height: 5rem !important; + } + .md\:h-6rem { + height: 6rem !important; + } + .md\:h-7rem { + height: 7rem !important; + } + .md\:h-8rem { + height: 8rem !important; + } + .md\:h-9rem { + height: 9rem !important; + } + .md\:h-10rem { + height: 10rem !important; + } + .md\:h-11rem { + height: 11rem !important; + } + .md\:h-12rem { + height: 12rem !important; + } + .md\:h-13rem { + height: 13rem !important; + } + .md\:h-14rem { + height: 14rem !important; + } + .md\:h-15rem { + height: 15rem !important; + } + .md\:h-16rem { + height: 16rem !important; + } + .md\:h-17rem { + height: 17rem !important; + } + .md\:h-18rem { + height: 18rem !important; + } + .md\:h-19rem { + height: 19rem !important; + } + .md\:h-20rem { + height: 20rem !important; + } + .md\:h-21rem { + height: 21rem !important; + } + .md\:h-22rem { + height: 22rem !important; + } + .md\:h-23rem { + height: 23rem !important; + } + .md\:h-24rem { + height: 24rem !important; + } + .md\:h-25rem { + height: 25rem !important; + } + .md\:h-26rem { + height: 26rem !important; + } + .md\:h-27rem { + height: 27rem !important; + } + .md\:h-28rem { + height: 28rem !important; + } + .md\:h-29rem { + height: 29rem !important; + } + .md\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:h-full { + height: 100% !important; + } + .lg\:h-screen { + height: 100vh !important; + } + .lg\:h-auto { + height: auto !important; + } + .lg\:h-min { + height: -moz-min-content !important; + height: min-content !important; + } + .lg\:h-max { + height: -moz-max-content !important; + height: max-content !important; + } + .lg\:h-fit { + height: -moz-fit-content !important; + height: fit-content !important; + } + .lg\:h-1rem { + height: 1rem !important; + } + .lg\:h-2rem { + height: 2rem !important; + } + .lg\:h-3rem { + height: 3rem !important; + } + .lg\:h-4rem { + height: 4rem !important; + } + .lg\:h-5rem { + height: 5rem !important; + } + .lg\:h-6rem { + height: 6rem !important; + } + .lg\:h-7rem { + height: 7rem !important; + } + .lg\:h-8rem { + height: 8rem !important; + } + .lg\:h-9rem { + height: 9rem !important; + } + .lg\:h-10rem { + height: 10rem !important; + } + .lg\:h-11rem { + height: 11rem !important; + } + .lg\:h-12rem { + height: 12rem !important; + } + .lg\:h-13rem { + height: 13rem !important; + } + .lg\:h-14rem { + height: 14rem !important; + } + .lg\:h-15rem { + height: 15rem !important; + } + .lg\:h-16rem { + height: 16rem !important; + } + .lg\:h-17rem { + height: 17rem !important; + } + .lg\:h-18rem { + height: 18rem !important; + } + .lg\:h-19rem { + height: 19rem !important; + } + .lg\:h-20rem { + height: 20rem !important; + } + .lg\:h-21rem { + height: 21rem !important; + } + .lg\:h-22rem { + height: 22rem !important; + } + .lg\:h-23rem { + height: 23rem !important; + } + .lg\:h-24rem { + height: 24rem !important; + } + .lg\:h-25rem { + height: 25rem !important; + } + .lg\:h-26rem { + height: 26rem !important; + } + .lg\:h-27rem { + height: 27rem !important; + } + .lg\:h-28rem { + height: 28rem !important; + } + .lg\:h-29rem { + height: 29rem !important; + } + .lg\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:h-full { + height: 100% !important; + } + .xl\:h-screen { + height: 100vh !important; + } + .xl\:h-auto { + height: auto !important; + } + .xl\:h-min { + height: -moz-min-content !important; + height: min-content !important; + } + .xl\:h-max { + height: -moz-max-content !important; + height: max-content !important; + } + .xl\:h-fit { + height: -moz-fit-content !important; + height: fit-content !important; + } + .xl\:h-1rem { + height: 1rem !important; + } + .xl\:h-2rem { + height: 2rem !important; + } + .xl\:h-3rem { + height: 3rem !important; + } + .xl\:h-4rem { + height: 4rem !important; + } + .xl\:h-5rem { + height: 5rem !important; + } + .xl\:h-6rem { + height: 6rem !important; + } + .xl\:h-7rem { + height: 7rem !important; + } + .xl\:h-8rem { + height: 8rem !important; + } + .xl\:h-9rem { + height: 9rem !important; + } + .xl\:h-10rem { + height: 10rem !important; + } + .xl\:h-11rem { + height: 11rem !important; + } + .xl\:h-12rem { + height: 12rem !important; + } + .xl\:h-13rem { + height: 13rem !important; + } + .xl\:h-14rem { + height: 14rem !important; + } + .xl\:h-15rem { + height: 15rem !important; + } + .xl\:h-16rem { + height: 16rem !important; + } + .xl\:h-17rem { + height: 17rem !important; + } + .xl\:h-18rem { + height: 18rem !important; + } + .xl\:h-19rem { + height: 19rem !important; + } + .xl\:h-20rem { + height: 20rem !important; + } + .xl\:h-21rem { + height: 21rem !important; + } + .xl\:h-22rem { + height: 22rem !important; + } + .xl\:h-23rem { + height: 23rem !important; + } + .xl\:h-24rem { + height: 24rem !important; + } + .xl\:h-25rem { + height: 25rem !important; + } + .xl\:h-26rem { + height: 26rem !important; + } + .xl\:h-27rem { + height: 27rem !important; + } + .xl\:h-28rem { + height: 28rem !important; + } + .xl\:h-29rem { + height: 29rem !important; + } + .xl\:h-30rem { + height: 30rem !important; + } +} +.min-w-0 { + min-width: 0 !important; +} +.min-w-full { + min-width: 100% !important; +} +.min-w-screen { + min-width: 100vw !important; +} +.min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; +} +.min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; +} +@media screen and (min-width: 576px) { + .sm\:min-w-0 { + min-width: 0 !important; + } + .sm\:min-w-full { + min-width: 100% !important; + } + .sm\:min-w-screen { + min-width: 100vw !important; + } + .sm\:min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .sm\:min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 768px) { + .md\:min-w-0 { + min-width: 0 !important; + } + .md\:min-w-full { + min-width: 100% !important; + } + .md\:min-w-screen { + min-width: 100vw !important; + } + .md\:min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .md\:min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 992px) { + .lg\:min-w-0 { + min-width: 0 !important; + } + .lg\:min-w-full { + min-width: 100% !important; + } + .lg\:min-w-screen { + min-width: 100vw !important; + } + .lg\:min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .lg\:min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:min-w-0 { + min-width: 0 !important; + } + .xl\:min-w-full { + min-width: 100% !important; + } + .xl\:min-w-screen { + min-width: 100vw !important; + } + .xl\:min-w-min { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .xl\:min-w-max { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +.max-w-0 { + max-width: 0 !important; +} +.max-w-full { + max-width: 100% !important; +} +.max-w-screen { + max-width: 100vw !important; +} +.max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; +} +.max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; +} +.max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; +} +.max-w-1rem { + max-width: 1rem !important; +} +.max-w-2rem { + max-width: 2rem !important; +} +.max-w-3rem { + max-width: 3rem !important; +} +.max-w-4rem { + max-width: 4rem !important; +} +.max-w-5rem { + max-width: 5rem !important; +} +.max-w-6rem { + max-width: 6rem !important; +} +.max-w-7rem { + max-width: 7rem !important; +} +.max-w-8rem { + max-width: 8rem !important; +} +.max-w-9rem { + max-width: 9rem !important; +} +.max-w-10rem { + max-width: 10rem !important; +} +.max-w-11rem { + max-width: 11rem !important; +} +.max-w-12rem { + max-width: 12rem !important; +} +.max-w-13rem { + max-width: 13rem !important; +} +.max-w-14rem { + max-width: 14rem !important; +} +.max-w-15rem { + max-width: 15rem !important; +} +.max-w-16rem { + max-width: 16rem !important; +} +.max-w-17rem { + max-width: 17rem !important; +} +.max-w-18rem { + max-width: 18rem !important; +} +.max-w-19rem { + max-width: 19rem !important; +} +.max-w-20rem { + max-width: 20rem !important; +} +.max-w-21rem { + max-width: 21rem !important; +} +.max-w-22rem { + max-width: 22rem !important; +} +.max-w-23rem { + max-width: 23rem !important; +} +.max-w-24rem { + max-width: 24rem !important; +} +.max-w-25rem { + max-width: 25rem !important; +} +.max-w-26rem { + max-width: 26rem !important; +} +.max-w-27rem { + max-width: 27rem !important; +} +.max-w-28rem { + max-width: 28rem !important; +} +.max-w-29rem { + max-width: 29rem !important; +} +.max-w-30rem { + max-width: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:max-w-0 { + max-width: 0 !important; + } + .sm\:max-w-full { + max-width: 100% !important; + } + .sm\:max-w-screen { + max-width: 100vw !important; + } + .sm\:max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .sm\:max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .sm\:max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .sm\:max-w-1rem { + max-width: 1rem !important; + } + .sm\:max-w-2rem { + max-width: 2rem !important; + } + .sm\:max-w-3rem { + max-width: 3rem !important; + } + .sm\:max-w-4rem { + max-width: 4rem !important; + } + .sm\:max-w-5rem { + max-width: 5rem !important; + } + .sm\:max-w-6rem { + max-width: 6rem !important; + } + .sm\:max-w-7rem { + max-width: 7rem !important; + } + .sm\:max-w-8rem { + max-width: 8rem !important; + } + .sm\:max-w-9rem { + max-width: 9rem !important; + } + .sm\:max-w-10rem { + max-width: 10rem !important; + } + .sm\:max-w-11rem { + max-width: 11rem !important; + } + .sm\:max-w-12rem { + max-width: 12rem !important; + } + .sm\:max-w-13rem { + max-width: 13rem !important; + } + .sm\:max-w-14rem { + max-width: 14rem !important; + } + .sm\:max-w-15rem { + max-width: 15rem !important; + } + .sm\:max-w-16rem { + max-width: 16rem !important; + } + .sm\:max-w-17rem { + max-width: 17rem !important; + } + .sm\:max-w-18rem { + max-width: 18rem !important; + } + .sm\:max-w-19rem { + max-width: 19rem !important; + } + .sm\:max-w-20rem { + max-width: 20rem !important; + } + .sm\:max-w-21rem { + max-width: 21rem !important; + } + .sm\:max-w-22rem { + max-width: 22rem !important; + } + .sm\:max-w-23rem { + max-width: 23rem !important; + } + .sm\:max-w-24rem { + max-width: 24rem !important; + } + .sm\:max-w-25rem { + max-width: 25rem !important; + } + .sm\:max-w-26rem { + max-width: 26rem !important; + } + .sm\:max-w-27rem { + max-width: 27rem !important; + } + .sm\:max-w-28rem { + max-width: 28rem !important; + } + .sm\:max-w-29rem { + max-width: 29rem !important; + } + .sm\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:max-w-0 { + max-width: 0 !important; + } + .md\:max-w-full { + max-width: 100% !important; + } + .md\:max-w-screen { + max-width: 100vw !important; + } + .md\:max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .md\:max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .md\:max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .md\:max-w-1rem { + max-width: 1rem !important; + } + .md\:max-w-2rem { + max-width: 2rem !important; + } + .md\:max-w-3rem { + max-width: 3rem !important; + } + .md\:max-w-4rem { + max-width: 4rem !important; + } + .md\:max-w-5rem { + max-width: 5rem !important; + } + .md\:max-w-6rem { + max-width: 6rem !important; + } + .md\:max-w-7rem { + max-width: 7rem !important; + } + .md\:max-w-8rem { + max-width: 8rem !important; + } + .md\:max-w-9rem { + max-width: 9rem !important; + } + .md\:max-w-10rem { + max-width: 10rem !important; + } + .md\:max-w-11rem { + max-width: 11rem !important; + } + .md\:max-w-12rem { + max-width: 12rem !important; + } + .md\:max-w-13rem { + max-width: 13rem !important; + } + .md\:max-w-14rem { + max-width: 14rem !important; + } + .md\:max-w-15rem { + max-width: 15rem !important; + } + .md\:max-w-16rem { + max-width: 16rem !important; + } + .md\:max-w-17rem { + max-width: 17rem !important; + } + .md\:max-w-18rem { + max-width: 18rem !important; + } + .md\:max-w-19rem { + max-width: 19rem !important; + } + .md\:max-w-20rem { + max-width: 20rem !important; + } + .md\:max-w-21rem { + max-width: 21rem !important; + } + .md\:max-w-22rem { + max-width: 22rem !important; + } + .md\:max-w-23rem { + max-width: 23rem !important; + } + .md\:max-w-24rem { + max-width: 24rem !important; + } + .md\:max-w-25rem { + max-width: 25rem !important; + } + .md\:max-w-26rem { + max-width: 26rem !important; + } + .md\:max-w-27rem { + max-width: 27rem !important; + } + .md\:max-w-28rem { + max-width: 28rem !important; + } + .md\:max-w-29rem { + max-width: 29rem !important; + } + .md\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:max-w-0 { + max-width: 0 !important; + } + .lg\:max-w-full { + max-width: 100% !important; + } + .lg\:max-w-screen { + max-width: 100vw !important; + } + .lg\:max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .lg\:max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .lg\:max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .lg\:max-w-1rem { + max-width: 1rem !important; + } + .lg\:max-w-2rem { + max-width: 2rem !important; + } + .lg\:max-w-3rem { + max-width: 3rem !important; + } + .lg\:max-w-4rem { + max-width: 4rem !important; + } + .lg\:max-w-5rem { + max-width: 5rem !important; + } + .lg\:max-w-6rem { + max-width: 6rem !important; + } + .lg\:max-w-7rem { + max-width: 7rem !important; + } + .lg\:max-w-8rem { + max-width: 8rem !important; + } + .lg\:max-w-9rem { + max-width: 9rem !important; + } + .lg\:max-w-10rem { + max-width: 10rem !important; + } + .lg\:max-w-11rem { + max-width: 11rem !important; + } + .lg\:max-w-12rem { + max-width: 12rem !important; + } + .lg\:max-w-13rem { + max-width: 13rem !important; + } + .lg\:max-w-14rem { + max-width: 14rem !important; + } + .lg\:max-w-15rem { + max-width: 15rem !important; + } + .lg\:max-w-16rem { + max-width: 16rem !important; + } + .lg\:max-w-17rem { + max-width: 17rem !important; + } + .lg\:max-w-18rem { + max-width: 18rem !important; + } + .lg\:max-w-19rem { + max-width: 19rem !important; + } + .lg\:max-w-20rem { + max-width: 20rem !important; + } + .lg\:max-w-21rem { + max-width: 21rem !important; + } + .lg\:max-w-22rem { + max-width: 22rem !important; + } + .lg\:max-w-23rem { + max-width: 23rem !important; + } + .lg\:max-w-24rem { + max-width: 24rem !important; + } + .lg\:max-w-25rem { + max-width: 25rem !important; + } + .lg\:max-w-26rem { + max-width: 26rem !important; + } + .lg\:max-w-27rem { + max-width: 27rem !important; + } + .lg\:max-w-28rem { + max-width: 28rem !important; + } + .lg\:max-w-29rem { + max-width: 29rem !important; + } + .lg\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:max-w-0 { + max-width: 0 !important; + } + .xl\:max-w-full { + max-width: 100% !important; + } + .xl\:max-w-screen { + max-width: 100vw !important; + } + .xl\:max-w-min { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .xl\:max-w-max { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .xl\:max-w-fit { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .xl\:max-w-1rem { + max-width: 1rem !important; + } + .xl\:max-w-2rem { + max-width: 2rem !important; + } + .xl\:max-w-3rem { + max-width: 3rem !important; + } + .xl\:max-w-4rem { + max-width: 4rem !important; + } + .xl\:max-w-5rem { + max-width: 5rem !important; + } + .xl\:max-w-6rem { + max-width: 6rem !important; + } + .xl\:max-w-7rem { + max-width: 7rem !important; + } + .xl\:max-w-8rem { + max-width: 8rem !important; + } + .xl\:max-w-9rem { + max-width: 9rem !important; + } + .xl\:max-w-10rem { + max-width: 10rem !important; + } + .xl\:max-w-11rem { + max-width: 11rem !important; + } + .xl\:max-w-12rem { + max-width: 12rem !important; + } + .xl\:max-w-13rem { + max-width: 13rem !important; + } + .xl\:max-w-14rem { + max-width: 14rem !important; + } + .xl\:max-w-15rem { + max-width: 15rem !important; + } + .xl\:max-w-16rem { + max-width: 16rem !important; + } + .xl\:max-w-17rem { + max-width: 17rem !important; + } + .xl\:max-w-18rem { + max-width: 18rem !important; + } + .xl\:max-w-19rem { + max-width: 19rem !important; + } + .xl\:max-w-20rem { + max-width: 20rem !important; + } + .xl\:max-w-21rem { + max-width: 21rem !important; + } + .xl\:max-w-22rem { + max-width: 22rem !important; + } + .xl\:max-w-23rem { + max-width: 23rem !important; + } + .xl\:max-w-24rem { + max-width: 24rem !important; + } + .xl\:max-w-25rem { + max-width: 25rem !important; + } + .xl\:max-w-26rem { + max-width: 26rem !important; + } + .xl\:max-w-27rem { + max-width: 27rem !important; + } + .xl\:max-w-28rem { + max-width: 28rem !important; + } + .xl\:max-w-29rem { + max-width: 29rem !important; + } + .xl\:max-w-30rem { + max-width: 30rem !important; + } +} +.min-h-0 { + min-height: 0 !important; +} +.min-h-full { + min-height: 100% !important; +} +.min-h-screen { + min-height: 100vh !important; +} +@media screen and (min-width: 576px) { + .sm\:min-h-0 { + min-height: 0 !important; + } + .sm\:min-h-full { + min-height: 100% !important; + } + .sm\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 768px) { + .md\:min-h-0 { + min-height: 0 !important; + } + .md\:min-h-full { + min-height: 100% !important; + } + .md\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 992px) { + .lg\:min-h-0 { + min-height: 0 !important; + } + .lg\:min-h-full { + min-height: 100% !important; + } + .lg\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:min-h-0 { + min-height: 0 !important; + } + .xl\:min-h-full { + min-height: 100% !important; + } + .xl\:min-h-screen { + min-height: 100vh !important; + } +} +.max-h-0 { + max-height: 0 !important; +} +.max-h-full { + max-height: 100% !important; +} +.max-h-screen { + max-height: 100vh !important; +} +.max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; +} +.max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; +} +.max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; +} +.max-h-1rem { + max-height: 1rem !important; +} +.max-h-2rem { + max-height: 2rem !important; +} +.max-h-3rem { + max-height: 3rem !important; +} +.max-h-4rem { + max-height: 4rem !important; +} +.max-h-5rem { + max-height: 5rem !important; +} +.max-h-6rem { + max-height: 6rem !important; +} +.max-h-7rem { + max-height: 7rem !important; +} +.max-h-8rem { + max-height: 8rem !important; +} +.max-h-9rem { + max-height: 9rem !important; +} +.max-h-10rem { + max-height: 10rem !important; +} +.max-h-11rem { + max-height: 11rem !important; +} +.max-h-12rem { + max-height: 12rem !important; +} +.max-h-13rem { + max-height: 13rem !important; +} +.max-h-14rem { + max-height: 14rem !important; +} +.max-h-15rem { + max-height: 15rem !important; +} +.max-h-16rem { + max-height: 16rem !important; +} +.max-h-17rem { + max-height: 17rem !important; +} +.max-h-18rem { + max-height: 18rem !important; +} +.max-h-19rem { + max-height: 19rem !important; +} +.max-h-20rem { + max-height: 20rem !important; +} +.max-h-21rem { + max-height: 21rem !important; +} +.max-h-22rem { + max-height: 22rem !important; +} +.max-h-23rem { + max-height: 23rem !important; +} +.max-h-24rem { + max-height: 24rem !important; +} +.max-h-25rem { + max-height: 25rem !important; +} +.max-h-26rem { + max-height: 26rem !important; +} +.max-h-27rem { + max-height: 27rem !important; +} +.max-h-28rem { + max-height: 28rem !important; +} +.max-h-29rem { + max-height: 29rem !important; +} +.max-h-30rem { + max-height: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:max-h-0 { + max-height: 0 !important; + } + .sm\:max-h-full { + max-height: 100% !important; + } + .sm\:max-h-screen { + max-height: 100vh !important; + } + .sm\:max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .sm\:max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .sm\:max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .sm\:max-h-1rem { + max-height: 1rem !important; + } + .sm\:max-h-2rem { + max-height: 2rem !important; + } + .sm\:max-h-3rem { + max-height: 3rem !important; + } + .sm\:max-h-4rem { + max-height: 4rem !important; + } + .sm\:max-h-5rem { + max-height: 5rem !important; + } + .sm\:max-h-6rem { + max-height: 6rem !important; + } + .sm\:max-h-7rem { + max-height: 7rem !important; + } + .sm\:max-h-8rem { + max-height: 8rem !important; + } + .sm\:max-h-9rem { + max-height: 9rem !important; + } + .sm\:max-h-10rem { + max-height: 10rem !important; + } + .sm\:max-h-11rem { + max-height: 11rem !important; + } + .sm\:max-h-12rem { + max-height: 12rem !important; + } + .sm\:max-h-13rem { + max-height: 13rem !important; + } + .sm\:max-h-14rem { + max-height: 14rem !important; + } + .sm\:max-h-15rem { + max-height: 15rem !important; + } + .sm\:max-h-16rem { + max-height: 16rem !important; + } + .sm\:max-h-17rem { + max-height: 17rem !important; + } + .sm\:max-h-18rem { + max-height: 18rem !important; + } + .sm\:max-h-19rem { + max-height: 19rem !important; + } + .sm\:max-h-20rem { + max-height: 20rem !important; + } + .sm\:max-h-21rem { + max-height: 21rem !important; + } + .sm\:max-h-22rem { + max-height: 22rem !important; + } + .sm\:max-h-23rem { + max-height: 23rem !important; + } + .sm\:max-h-24rem { + max-height: 24rem !important; + } + .sm\:max-h-25rem { + max-height: 25rem !important; + } + .sm\:max-h-26rem { + max-height: 26rem !important; + } + .sm\:max-h-27rem { + max-height: 27rem !important; + } + .sm\:max-h-28rem { + max-height: 28rem !important; + } + .sm\:max-h-29rem { + max-height: 29rem !important; + } + .sm\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:max-h-0 { + max-height: 0 !important; + } + .md\:max-h-full { + max-height: 100% !important; + } + .md\:max-h-screen { + max-height: 100vh !important; + } + .md\:max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .md\:max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .md\:max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .md\:max-h-1rem { + max-height: 1rem !important; + } + .md\:max-h-2rem { + max-height: 2rem !important; + } + .md\:max-h-3rem { + max-height: 3rem !important; + } + .md\:max-h-4rem { + max-height: 4rem !important; + } + .md\:max-h-5rem { + max-height: 5rem !important; + } + .md\:max-h-6rem { + max-height: 6rem !important; + } + .md\:max-h-7rem { + max-height: 7rem !important; + } + .md\:max-h-8rem { + max-height: 8rem !important; + } + .md\:max-h-9rem { + max-height: 9rem !important; + } + .md\:max-h-10rem { + max-height: 10rem !important; + } + .md\:max-h-11rem { + max-height: 11rem !important; + } + .md\:max-h-12rem { + max-height: 12rem !important; + } + .md\:max-h-13rem { + max-height: 13rem !important; + } + .md\:max-h-14rem { + max-height: 14rem !important; + } + .md\:max-h-15rem { + max-height: 15rem !important; + } + .md\:max-h-16rem { + max-height: 16rem !important; + } + .md\:max-h-17rem { + max-height: 17rem !important; + } + .md\:max-h-18rem { + max-height: 18rem !important; + } + .md\:max-h-19rem { + max-height: 19rem !important; + } + .md\:max-h-20rem { + max-height: 20rem !important; + } + .md\:max-h-21rem { + max-height: 21rem !important; + } + .md\:max-h-22rem { + max-height: 22rem !important; + } + .md\:max-h-23rem { + max-height: 23rem !important; + } + .md\:max-h-24rem { + max-height: 24rem !important; + } + .md\:max-h-25rem { + max-height: 25rem !important; + } + .md\:max-h-26rem { + max-height: 26rem !important; + } + .md\:max-h-27rem { + max-height: 27rem !important; + } + .md\:max-h-28rem { + max-height: 28rem !important; + } + .md\:max-h-29rem { + max-height: 29rem !important; + } + .md\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:max-h-0 { + max-height: 0 !important; + } + .lg\:max-h-full { + max-height: 100% !important; + } + .lg\:max-h-screen { + max-height: 100vh !important; + } + .lg\:max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .lg\:max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .lg\:max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .lg\:max-h-1rem { + max-height: 1rem !important; + } + .lg\:max-h-2rem { + max-height: 2rem !important; + } + .lg\:max-h-3rem { + max-height: 3rem !important; + } + .lg\:max-h-4rem { + max-height: 4rem !important; + } + .lg\:max-h-5rem { + max-height: 5rem !important; + } + .lg\:max-h-6rem { + max-height: 6rem !important; + } + .lg\:max-h-7rem { + max-height: 7rem !important; + } + .lg\:max-h-8rem { + max-height: 8rem !important; + } + .lg\:max-h-9rem { + max-height: 9rem !important; + } + .lg\:max-h-10rem { + max-height: 10rem !important; + } + .lg\:max-h-11rem { + max-height: 11rem !important; + } + .lg\:max-h-12rem { + max-height: 12rem !important; + } + .lg\:max-h-13rem { + max-height: 13rem !important; + } + .lg\:max-h-14rem { + max-height: 14rem !important; + } + .lg\:max-h-15rem { + max-height: 15rem !important; + } + .lg\:max-h-16rem { + max-height: 16rem !important; + } + .lg\:max-h-17rem { + max-height: 17rem !important; + } + .lg\:max-h-18rem { + max-height: 18rem !important; + } + .lg\:max-h-19rem { + max-height: 19rem !important; + } + .lg\:max-h-20rem { + max-height: 20rem !important; + } + .lg\:max-h-21rem { + max-height: 21rem !important; + } + .lg\:max-h-22rem { + max-height: 22rem !important; + } + .lg\:max-h-23rem { + max-height: 23rem !important; + } + .lg\:max-h-24rem { + max-height: 24rem !important; + } + .lg\:max-h-25rem { + max-height: 25rem !important; + } + .lg\:max-h-26rem { + max-height: 26rem !important; + } + .lg\:max-h-27rem { + max-height: 27rem !important; + } + .lg\:max-h-28rem { + max-height: 28rem !important; + } + .lg\:max-h-29rem { + max-height: 29rem !important; + } + .lg\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:max-h-0 { + max-height: 0 !important; + } + .xl\:max-h-full { + max-height: 100% !important; + } + .xl\:max-h-screen { + max-height: 100vh !important; + } + .xl\:max-h-min { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .xl\:max-h-max { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .xl\:max-h-fit { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .xl\:max-h-1rem { + max-height: 1rem !important; + } + .xl\:max-h-2rem { + max-height: 2rem !important; + } + .xl\:max-h-3rem { + max-height: 3rem !important; + } + .xl\:max-h-4rem { + max-height: 4rem !important; + } + .xl\:max-h-5rem { + max-height: 5rem !important; + } + .xl\:max-h-6rem { + max-height: 6rem !important; + } + .xl\:max-h-7rem { + max-height: 7rem !important; + } + .xl\:max-h-8rem { + max-height: 8rem !important; + } + .xl\:max-h-9rem { + max-height: 9rem !important; + } + .xl\:max-h-10rem { + max-height: 10rem !important; + } + .xl\:max-h-11rem { + max-height: 11rem !important; + } + .xl\:max-h-12rem { + max-height: 12rem !important; + } + .xl\:max-h-13rem { + max-height: 13rem !important; + } + .xl\:max-h-14rem { + max-height: 14rem !important; + } + .xl\:max-h-15rem { + max-height: 15rem !important; + } + .xl\:max-h-16rem { + max-height: 16rem !important; + } + .xl\:max-h-17rem { + max-height: 17rem !important; + } + .xl\:max-h-18rem { + max-height: 18rem !important; + } + .xl\:max-h-19rem { + max-height: 19rem !important; + } + .xl\:max-h-20rem { + max-height: 20rem !important; + } + .xl\:max-h-21rem { + max-height: 21rem !important; + } + .xl\:max-h-22rem { + max-height: 22rem !important; + } + .xl\:max-h-23rem { + max-height: 23rem !important; + } + .xl\:max-h-24rem { + max-height: 24rem !important; + } + .xl\:max-h-25rem { + max-height: 25rem !important; + } + .xl\:max-h-26rem { + max-height: 26rem !important; + } + .xl\:max-h-27rem { + max-height: 27rem !important; + } + .xl\:max-h-28rem { + max-height: 28rem !important; + } + .xl\:max-h-29rem { + max-height: 29rem !important; + } + .xl\:max-h-30rem { + max-height: 30rem !important; + } +} +.static { + position: static !important; +} +.fixed { + position: fixed !important; +} +.absolute { + position: absolute !important; +} +.relative { + position: relative !important; +} +.sticky { + position: sticky !important; +} +@media screen and (min-width: 576px) { + .sm\:static { + position: static !important; + } + .sm\:fixed { + position: fixed !important; + } + .sm\:absolute { + position: absolute !important; + } + .sm\:relative { + position: relative !important; + } + .sm\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 768px) { + .md\:static { + position: static !important; + } + .md\:fixed { + position: fixed !important; + } + .md\:absolute { + position: absolute !important; + } + .md\:relative { + position: relative !important; + } + .md\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 992px) { + .lg\:static { + position: static !important; + } + .lg\:fixed { + position: fixed !important; + } + .lg\:absolute { + position: absolute !important; + } + .lg\:relative { + position: relative !important; + } + .lg\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:static { + position: static !important; + } + .xl\:fixed { + position: fixed !important; + } + .xl\:absolute { + position: absolute !important; + } + .xl\:relative { + position: relative !important; + } + .xl\:sticky { + position: sticky !important; + } +} +.top-auto { + top: auto !important; +} +.top-0 { + top: 0 !important; +} +.top-50 { + top: 50% !important; +} +.top-100 { + top: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:top-auto { + top: auto !important; + } + .sm\:top-0 { + top: 0 !important; + } + .sm\:top-50 { + top: 50% !important; + } + .sm\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:top-auto { + top: auto !important; + } + .md\:top-0 { + top: 0 !important; + } + .md\:top-50 { + top: 50% !important; + } + .md\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:top-auto { + top: auto !important; + } + .lg\:top-0 { + top: 0 !important; + } + .lg\:top-50 { + top: 50% !important; + } + .lg\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:top-auto { + top: auto !important; + } + .xl\:top-0 { + top: 0 !important; + } + .xl\:top-50 { + top: 50% !important; + } + .xl\:top-100 { + top: 100% !important; + } +} +.left-auto { + left: auto !important; +} +.left-0 { + left: 0 !important; +} +.left-50 { + left: 50% !important; +} +.left-100 { + left: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:left-auto { + left: auto !important; + } + .sm\:left-0 { + left: 0 !important; + } + .sm\:left-50 { + left: 50% !important; + } + .sm\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:left-auto { + left: auto !important; + } + .md\:left-0 { + left: 0 !important; + } + .md\:left-50 { + left: 50% !important; + } + .md\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:left-auto { + left: auto !important; + } + .lg\:left-0 { + left: 0 !important; + } + .lg\:left-50 { + left: 50% !important; + } + .lg\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:left-auto { + left: auto !important; + } + .xl\:left-0 { + left: 0 !important; + } + .xl\:left-50 { + left: 50% !important; + } + .xl\:left-100 { + left: 100% !important; + } +} +.right-auto { + right: auto !important; +} +.right-0 { + right: 0 !important; +} +.right-50 { + right: 50% !important; +} +.right-100 { + right: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:right-auto { + right: auto !important; + } + .sm\:right-0 { + right: 0 !important; + } + .sm\:right-50 { + right: 50% !important; + } + .sm\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:right-auto { + right: auto !important; + } + .md\:right-0 { + right: 0 !important; + } + .md\:right-50 { + right: 50% !important; + } + .md\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:right-auto { + right: auto !important; + } + .lg\:right-0 { + right: 0 !important; + } + .lg\:right-50 { + right: 50% !important; + } + .lg\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:right-auto { + right: auto !important; + } + .xl\:right-0 { + right: 0 !important; + } + .xl\:right-50 { + right: 50% !important; + } + .xl\:right-100 { + right: 100% !important; + } +} +.bottom-auto { + bottom: auto !important; +} +.bottom-0 { + bottom: 0 !important; +} +.bottom-50 { + bottom: 50% !important; +} +.bottom-100 { + bottom: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:bottom-auto { + bottom: auto !important; + } + .sm\:bottom-0 { + bottom: 0 !important; + } + .sm\:bottom-50 { + bottom: 50% !important; + } + .sm\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:bottom-auto { + bottom: auto !important; + } + .md\:bottom-0 { + bottom: 0 !important; + } + .md\:bottom-50 { + bottom: 50% !important; + } + .md\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bottom-auto { + bottom: auto !important; + } + .lg\:bottom-0 { + bottom: 0 !important; + } + .lg\:bottom-50 { + bottom: 50% !important; + } + .lg\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bottom-auto { + bottom: auto !important; + } + .xl\:bottom-0 { + bottom: 0 !important; + } + .xl\:bottom-50 { + bottom: 50% !important; + } + .xl\:bottom-100 { + bottom: 100% !important; + } +} +.overflow-auto { + overflow: auto !important; +} +.overflow-hidden { + overflow: hidden !important; +} +.overflow-visible { + overflow: visible !important; +} +.overflow-scroll { + overflow: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-auto { + overflow: auto !important; + } + .sm\:overflow-hidden { + overflow: hidden !important; + } + .sm\:overflow-visible { + overflow: visible !important; + } + .sm\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-auto { + overflow: auto !important; + } + .md\:overflow-hidden { + overflow: hidden !important; + } + .md\:overflow-visible { + overflow: visible !important; + } + .md\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-auto { + overflow: auto !important; + } + .lg\:overflow-hidden { + overflow: hidden !important; + } + .lg\:overflow-visible { + overflow: visible !important; + } + .lg\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-auto { + overflow: auto !important; + } + .xl\:overflow-hidden { + overflow: hidden !important; + } + .xl\:overflow-visible { + overflow: visible !important; + } + .xl\:overflow-scroll { + overflow: scroll !important; + } +} +.overflow-x-auto { + overflow-x: auto !important; +} +.overflow-x-hidden { + overflow-x: hidden !important; +} +.overflow-x-visible { + overflow-x: visible !important; +} +.overflow-x-scroll { + overflow-x: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-x-auto { + overflow-x: auto !important; + } + .sm\:overflow-x-hidden { + overflow-x: hidden !important; + } + .sm\:overflow-x-visible { + overflow-x: visible !important; + } + .sm\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-x-auto { + overflow-x: auto !important; + } + .md\:overflow-x-hidden { + overflow-x: hidden !important; + } + .md\:overflow-x-visible { + overflow-x: visible !important; + } + .md\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-x-auto { + overflow-x: auto !important; + } + .lg\:overflow-x-hidden { + overflow-x: hidden !important; + } + .lg\:overflow-x-visible { + overflow-x: visible !important; + } + .lg\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-x-auto { + overflow-x: auto !important; + } + .xl\:overflow-x-hidden { + overflow-x: hidden !important; + } + .xl\:overflow-x-visible { + overflow-x: visible !important; + } + .xl\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +.overflow-y-auto { + overflow-y: auto !important; +} +.overflow-y-hidden { + overflow-y: hidden !important; +} +.overflow-y-visible { + overflow-y: visible !important; +} +.overflow-y-scroll { + overflow-y: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-y-auto { + overflow-y: auto !important; + } + .sm\:overflow-y-hidden { + overflow-y: hidden !important; + } + .sm\:overflow-y-visible { + overflow-y: visible !important; + } + .sm\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-y-auto { + overflow-y: auto !important; + } + .md\:overflow-y-hidden { + overflow-y: hidden !important; + } + .md\:overflow-y-visible { + overflow-y: visible !important; + } + .md\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-y-auto { + overflow-y: auto !important; + } + .lg\:overflow-y-hidden { + overflow-y: hidden !important; + } + .lg\:overflow-y-visible { + overflow-y: visible !important; + } + .lg\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-y-auto { + overflow-y: auto !important; + } + .xl\:overflow-y-hidden { + overflow-y: hidden !important; + } + .xl\:overflow-y-visible { + overflow-y: visible !important; + } + .xl\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +.z-auto { + z-index: auto !important; +} +.z-0 { + z-index: 0 !important; +} +.z-1 { + z-index: 1 !important; +} +.z-2 { + z-index: 2 !important; +} +.z-3 { + z-index: 3 !important; +} +.z-4 { + z-index: 4 !important; +} +.z-5 { + z-index: 5 !important; +} +@media screen and (min-width: 576px) { + .sm\:z-auto { + z-index: auto !important; + } + .sm\:z-0 { + z-index: 0 !important; + } + .sm\:z-1 { + z-index: 1 !important; + } + .sm\:z-2 { + z-index: 2 !important; + } + .sm\:z-3 { + z-index: 3 !important; + } + .sm\:z-4 { + z-index: 4 !important; + } + .sm\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 768px) { + .md\:z-auto { + z-index: auto !important; + } + .md\:z-0 { + z-index: 0 !important; + } + .md\:z-1 { + z-index: 1 !important; + } + .md\:z-2 { + z-index: 2 !important; + } + .md\:z-3 { + z-index: 3 !important; + } + .md\:z-4 { + z-index: 4 !important; + } + .md\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:z-auto { + z-index: auto !important; + } + .lg\:z-0 { + z-index: 0 !important; + } + .lg\:z-1 { + z-index: 1 !important; + } + .lg\:z-2 { + z-index: 2 !important; + } + .lg\:z-3 { + z-index: 3 !important; + } + .lg\:z-4 { + z-index: 4 !important; + } + .lg\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:z-auto { + z-index: auto !important; + } + .xl\:z-0 { + z-index: 0 !important; + } + .xl\:z-1 { + z-index: 1 !important; + } + .xl\:z-2 { + z-index: 2 !important; + } + .xl\:z-3 { + z-index: 3 !important; + } + .xl\:z-4 { + z-index: 4 !important; + } + .xl\:z-5 { + z-index: 5 !important; + } +} +.bg-repeat { + background-repeat: repeat !important; +} +.bg-no-repeat { + background-repeat: no-repeat !important; +} +.bg-repeat-x { + background-repeat: repeat-x !important; +} +.bg-repeat-y { + background-repeat: repeat-y !important; +} +.bg-repeat-round { + background-repeat: round !important; +} +.bg-repeat-space { + background-repeat: space !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-repeat { + background-repeat: repeat !important; + } + .sm\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .sm\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .sm\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .sm\:bg-repeat-round { + background-repeat: round !important; + } + .sm\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-repeat { + background-repeat: repeat !important; + } + .md\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .md\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .md\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .md\:bg-repeat-round { + background-repeat: round !important; + } + .md\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-repeat { + background-repeat: repeat !important; + } + .lg\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .lg\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .lg\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .lg\:bg-repeat-round { + background-repeat: round !important; + } + .lg\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-repeat { + background-repeat: repeat !important; + } + .xl\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .xl\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .xl\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .xl\:bg-repeat-round { + background-repeat: round !important; + } + .xl\:bg-repeat-space { + background-repeat: space !important; + } +} +.bg-auto { + background-size: auto !important; +} +.bg-cover { + background-size: cover !important; +} +.bg-contain { + background-size: contain !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-auto { + background-size: auto !important; + } + .sm\:bg-cover { + background-size: cover !important; + } + .sm\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-auto { + background-size: auto !important; + } + .md\:bg-cover { + background-size: cover !important; + } + .md\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-auto { + background-size: auto !important; + } + .lg\:bg-cover { + background-size: cover !important; + } + .lg\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-auto { + background-size: auto !important; + } + .xl\:bg-cover { + background-size: cover !important; + } + .xl\:bg-contain { + background-size: contain !important; + } +} +.bg-bottom { + background-position: bottom !important; +} +.bg-center { + background-position: 50% !important; +} +.bg-left { + background-position: 0 !important; +} +.bg-left-bottom { + background-position: 0 100% !important; +} +.bg-left-top { + background-position: 0 0 !important; +} +.bg-right { + background-position: 100% !important; +} +.bg-right-bottom { + background-position: 100% 100% !important; +} +.bg-right-top { + background-position: 100% 0 !important; +} +.bg-top { + background-position: top !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-bottom { + background-position: bottom !important; + } + .sm\:bg-center { + background-position: 50% !important; + } + .sm\:bg-left { + background-position: 0 !important; + } + .sm\:bg-left-bottom { + background-position: 0 100% !important; + } + .sm\:bg-left-top { + background-position: 0 0 !important; + } + .sm\:bg-right { + background-position: 100% !important; + } + .sm\:bg-right-bottom { + background-position: 100% 100% !important; + } + .sm\:bg-right-top { + background-position: 100% 0 !important; + } + .sm\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-bottom { + background-position: bottom !important; + } + .md\:bg-center { + background-position: 50% !important; + } + .md\:bg-left { + background-position: 0 !important; + } + .md\:bg-left-bottom { + background-position: 0 100% !important; + } + .md\:bg-left-top { + background-position: 0 0 !important; + } + .md\:bg-right { + background-position: 100% !important; + } + .md\:bg-right-bottom { + background-position: 100% 100% !important; + } + .md\:bg-right-top { + background-position: 100% 0 !important; + } + .md\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-bottom { + background-position: bottom !important; + } + .lg\:bg-center { + background-position: 50% !important; + } + .lg\:bg-left { + background-position: 0 !important; + } + .lg\:bg-left-bottom { + background-position: 0 100% !important; + } + .lg\:bg-left-top { + background-position: 0 0 !important; + } + .lg\:bg-right { + background-position: 100% !important; + } + .lg\:bg-right-bottom { + background-position: 100% 100% !important; + } + .lg\:bg-right-top { + background-position: 100% 0 !important; + } + .lg\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-bottom { + background-position: bottom !important; + } + .xl\:bg-center { + background-position: 50% !important; + } + .xl\:bg-left { + background-position: 0 !important; + } + .xl\:bg-left-bottom { + background-position: 0 100% !important; + } + .xl\:bg-left-top { + background-position: 0 0 !important; + } + .xl\:bg-right { + background-position: 100% !important; + } + .xl\:bg-right-bottom { + background-position: 100% 100% !important; + } + .xl\:bg-right-top { + background-position: 100% 0 !important; + } + .xl\:bg-top { + background-position: top !important; + } +} +.list-none { + list-style: none !important; +} +.list-disc { + list-style: disc !important; +} +.list-decimal { + list-style: decimal !important; +} +.appearance-none { + -webkit-appearance: none !important; + -moz-appearance: none !important; + appearance: none !important; +} +.outline-none { + outline: none !important; +} +.pointer-events-none { + pointer-events: none !important; +} +.pointer-events-auto { + pointer-events: auto !important; +} +.cursor-auto { + cursor: auto !important; +} +.cursor-pointer { + cursor: pointer !important; +} +.cursor-wait { + cursor: wait !important; +} +.cursor-move { + cursor: move !important; +} +.select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; +} +.select-text { + -webkit-user-select: text !important; + -moz-user-select: text !important; + user-select: text !important; +} +.select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; +} +.select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; +} +.opacity-0 { + opacity: 0 !important; +} +.opacity-10 { + opacity: 0.1 !important; +} +.opacity-20 { + opacity: 0.2 !important; +} +.opacity-30 { + opacity: 0.3 !important; +} +.opacity-40 { + opacity: 0.4 !important; +} +.opacity-50 { + opacity: 0.5 !important; +} +.opacity-60 { + opacity: 0.6 !important; +} +.opacity-70 { + opacity: 0.7 !important; +} +.opacity-80 { + opacity: 0.8 !important; +} +.opacity-90 { + opacity: 0.9 !important; +} +.opacity-100 { + opacity: 1 !important; +} +.reset { + all: unset; +} +.transition-none { + transition-property: none !important; +} +.transition-all { + transition-property: all !important; +} +.transition-colors { + transition-property: background-color, border-color, color !important; +} +.transition-transform { + transition-property: transform !important; +} +.transition-duration-100 { + transition-duration: 0.1s !important; +} +.transition-duration-150 { + transition-duration: 0.15s !important; +} +.transition-duration-200 { + transition-duration: 0.2s !important; +} +.transition-duration-300 { + transition-duration: 0.3s !important; +} +.transition-duration-400 { + transition-duration: 0.4s !important; +} +.transition-duration-500 { + transition-duration: 0.5s !important; +} +.transition-duration-1000 { + transition-duration: 1s !important; +} +.transition-duration-2000 { + transition-duration: 2s !important; +} +.transition-duration-3000 { + transition-duration: 3s !important; +} +.transition-linear { + transition-timing-function: linear !important; +} +.transition-ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; +} +.transition-ease-out { + transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; +} +.transition-ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; +} +.transition-delay-100 { + transition-delay: 0.1s !important; +} +.transition-delay-150 { + transition-delay: 0.15s !important; +} +.transition-delay-200 { + transition-delay: 0.2s !important; +} +.transition-delay-300 { + transition-delay: 0.3s !important; +} +.transition-delay-400 { + transition-delay: 0.4s !important; +} +.transition-delay-500 { + transition-delay: 0.5s !important; +} +.transition-delay-1000 { + transition-delay: 1s !important; +} +.translate-x-0 { + transform: translateX(0) !important; +} +.translate-x-100 { + transform: translateX(100%) !important; +} +.-translate-x-100 { + transform: translateX(-100%) !important; +} +.translate-y-0 { + transform: translateY(0) !important; +} +.translate-y-100 { + transform: translateY(100%) !important; +} +.-translate-y-100 { + transform: translateY(-100%) !important; +} +@media screen and (min-width: 576px) { + .sm\:translate-x-0 { + transform: translateX(0) !important; + } + .sm\:translate-x-100 { + transform: translateX(100%) !important; + } + .sm\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .sm\:translate-y-0 { + transform: translateY(0) !important; + } + .sm\:translate-y-100 { + transform: translateY(100%) !important; + } + .sm\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 768px) { + .md\:translate-x-0 { + transform: translateX(0) !important; + } + .md\:translate-x-100 { + transform: translateX(100%) !important; + } + .md\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .md\:translate-y-0 { + transform: translateY(0) !important; + } + .md\:translate-y-100 { + transform: translateY(100%) !important; + } + .md\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:translate-x-0 { + transform: translateX(0) !important; + } + .lg\:translate-x-100 { + transform: translateX(100%) !important; + } + .lg\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .lg\:translate-y-0 { + transform: translateY(0) !important; + } + .lg\:translate-y-100 { + transform: translateY(100%) !important; + } + .lg\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:translate-x-0 { + transform: translateX(0) !important; + } + .xl\:translate-x-100 { + transform: translateX(100%) !important; + } + .xl\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .xl\:translate-y-0 { + transform: translateY(0) !important; + } + .xl\:translate-y-100 { + transform: translateY(100%) !important; + } + .xl\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +.rotate-45 { + transform: rotate(45deg) !important; +} +.-rotate-45 { + transform: rotate(-45deg) !important; +} +.rotate-90 { + transform: rotate(90deg) !important; +} +.-rotate-90 { + transform: rotate(-90deg) !important; +} +.rotate-180 { + transform: rotate(180deg) !important; +} +.-rotate-180 { + transform: rotate(-180deg) !important; +} +@media screen and (min-width: 576px) { + .sm\:rotate-45 { + transform: rotate(45deg) !important; + } + .sm\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .sm\:rotate-90 { + transform: rotate(90deg) !important; + } + .sm\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .sm\:rotate-180 { + transform: rotate(180deg) !important; + } + .sm\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 768px) { + .md\:rotate-45 { + transform: rotate(45deg) !important; + } + .md\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .md\:rotate-90 { + transform: rotate(90deg) !important; + } + .md\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .md\:rotate-180 { + transform: rotate(180deg) !important; + } + .md\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:rotate-45 { + transform: rotate(45deg) !important; + } + .lg\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .lg\:rotate-90 { + transform: rotate(90deg) !important; + } + .lg\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .lg\:rotate-180 { + transform: rotate(180deg) !important; + } + .lg\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:rotate-45 { + transform: rotate(45deg) !important; + } + .xl\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .xl\:rotate-90 { + transform: rotate(90deg) !important; + } + .xl\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .xl\:rotate-180 { + transform: rotate(180deg) !important; + } + .xl\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +.origin-center { + transform-origin: center !important; +} +.origin-top { + transform-origin: top !important; +} +.origin-top-right { + transform-origin: top right !important; +} +.origin-right { + transform-origin: right !important; +} +.origin-bottom-right { + transform-origin: bottom right !important; +} +.origin-bottom { + transform-origin: bottom !important; +} +.origin-bottom-left { + transform-origin: bottom left !important; +} +.origin-left { + transform-origin: left !important; +} +.origin-top-left { + transform-origin: top-left !important; +} +@media screen and (min-width: 576px) { + .sm\:origin-center { + transform-origin: center !important; + } + .sm\:origin-top { + transform-origin: top !important; + } + .sm\:origin-top-right { + transform-origin: top right !important; + } + .sm\:origin-right { + transform-origin: right !important; + } + .sm\:origin-bottom-right { + transform-origin: bottom right !important; + } + .sm\:origin-bottom { + transform-origin: bottom !important; + } + .sm\:origin-bottom-left { + transform-origin: bottom left !important; + } + .sm\:origin-left { + transform-origin: left !important; + } + .sm\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 768px) { + .md\:origin-center { + transform-origin: center !important; + } + .md\:origin-top { + transform-origin: top !important; + } + .md\:origin-top-right { + transform-origin: top right !important; + } + .md\:origin-right { + transform-origin: right !important; + } + .md\:origin-bottom-right { + transform-origin: bottom right !important; + } + .md\:origin-bottom { + transform-origin: bottom !important; + } + .md\:origin-bottom-left { + transform-origin: bottom left !important; + } + .md\:origin-left { + transform-origin: left !important; + } + .md\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 992px) { + .lg\:origin-center { + transform-origin: center !important; + } + .lg\:origin-top { + transform-origin: top !important; + } + .lg\:origin-top-right { + transform-origin: top right !important; + } + .lg\:origin-right { + transform-origin: right !important; + } + .lg\:origin-bottom-right { + transform-origin: bottom right !important; + } + .lg\:origin-bottom { + transform-origin: bottom !important; + } + .lg\:origin-bottom-left { + transform-origin: bottom left !important; + } + .lg\:origin-left { + transform-origin: left !important; + } + .lg\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:origin-center { + transform-origin: center !important; + } + .xl\:origin-top { + transform-origin: top !important; + } + .xl\:origin-top-right { + transform-origin: top right !important; + } + .xl\:origin-right { + transform-origin: right !important; + } + .xl\:origin-bottom-right { + transform-origin: bottom right !important; + } + .xl\:origin-bottom { + transform-origin: bottom !important; + } + .xl\:origin-bottom-left { + transform-origin: bottom left !important; + } + .xl\:origin-left { + transform-origin: left !important; + } + .xl\:origin-top-left { + transform-origin: top-left !important; + } +} +@keyframes fadein { + 0% { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fadeout { + 0% { + opacity: 1; + } + to { + opacity: 0; + } +} +@keyframes scalein { + 0% { + opacity: 0; + transform: scaleY(0.8); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: scaleY(1); + } +} +@keyframes slidedown { + 0% { + max-height: 0; + } + to { + max-height: auto; + } +} +@keyframes slideup { + 0% { + max-height: 1000px; + } + to { + max-height: 0; + } +} +@keyframes fadeinleft { + 0% { + opacity: 0; + transform: translateX(-100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateX(0); + } +} +@keyframes fadeoutleft { + 0% { + opacity: 1; + transform: translateX(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateX(-100%); + } +} +@keyframes fadeinright { + 0% { + opacity: 0; + transform: translateX(100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateX(0); + } +} +@keyframes fadeoutright { + 0% { + opacity: 1; + transform: translateX(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateX(100%); + } +} +@keyframes fadeinup { + 0% { + opacity: 0; + transform: translateY(-100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateY(0); + } +} +@keyframes fadeoutup { + 0% { + opacity: 1; + transform: translateY(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateY(-100%); + } +} +@keyframes fadeindown { + 0% { + opacity: 0; + transform: translateY(100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateY(0); + } +} +@keyframes fadeoutdown { + 0% { + opacity: 1; + transform: translateY(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateY(100%); + } +} +@keyframes animate-width { + 0% { + width: 0; + } + to { + width: 100%; + } +} +@keyframes flip { + 0% { + transform: perspective(2000px) rotateX(-100deg); + } + to { + transform: perspective(2000px) rotateX(0); + } +} +@keyframes flipleft { + 0% { + transform: perspective(2000px) rotateY(-100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateY(0); + opacity: 1; + } +} +@keyframes flipright { + 0% { + transform: perspective(2000px) rotateY(100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateY(0); + opacity: 1; + } +} +@keyframes flipup { + 0% { + transform: perspective(2000px) rotateX(-100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateX(0); + opacity: 1; + } +} +@keyframes zoomin { + 0% { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); + } + 50% { + opacity: 1; + } +} +@keyframes zoomindown { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + } +} +@keyframes zoominleft { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + } +} +@keyframes zoominright { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + } +} +@keyframes zoominup { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + } +} +.fadein { + animation: fadein 0.15s linear; +} +.fadeout { + animation: fadeout 0.15s linear; +} +.slidedown { + animation: slidedown 0.45s ease-in-out; +} +.slideup { + animation: slideup 0.45s cubic-bezier(0, 1, 0, 1); +} +.scalein { + animation: scalein 0.15s linear; +} +.fadeinleft { + animation: fadeinleft 0.15s linear; +} +.fadeoutleft { + animation: fadeoutleft 0.15s linear; +} +.fadeinright { + animation: fadeinright 0.15s linear; +} +.fadeoutright { + animation: fadeoutright 0.15s linear; +} +.fadeinup { + animation: fadeinup 0.15s linear; +} +.fadeoutup { + animation: fadeoutup 0.15s linear; +} +.fadeindown { + animation: fadeindown 0.15s linear; +} +.fadeoutdown { + animation: fadeoutdown 0.15s linear; +} +.animate-width { + animation: animate-width 1s linear; +} +.flip { + animation: flip 0.15s linear; +} +.flip, +.flipup { + backface-visibility: visible; +} +.flipup { + animation: flipup 0.15s linear; +} +.flipleft { + animation: flipleft 0.15s linear; +} +.flipleft, +.flipright { + backface-visibility: visible; +} +.flipright { + animation: flipright 0.15s linear; +} +.zoomin { + animation: zoomin 0.15s linear; +} +.zoomindown { + animation: zoomindown 0.15s linear; +} +.zoominleft { + animation: zoominleft 0.15s linear; +} +.zoominright { + animation: zoominright 0.15s linear; +} +.zoominup { + animation: zoominup 0.15s linear; +} +.animation-duration-100 { + animation-duration: 0.1s !important; +} +.animation-duration-150 { + animation-duration: 0.15s !important; +} +.animation-duration-200 { + animation-duration: 0.2s !important; +} +.animation-duration-300 { + animation-duration: 0.3s !important; +} +.animation-duration-400 { + animation-duration: 0.4s !important; +} +.animation-duration-500 { + animation-duration: 0.5s !important; +} +.animation-duration-1000 { + animation-duration: 1s !important; +} +.animation-duration-2000 { + animation-duration: 2s !important; +} +.animation-duration-3000 { + animation-duration: 3s !important; +} +.animation-delay-100 { + animation-delay: 0.1s !important; +} +.animation-delay-150 { + animation-delay: 0.15s !important; +} +.animation-delay-200 { + animation-delay: 0.2s !important; +} +.animation-delay-300 { + animation-delay: 0.3s !important; +} +.animation-delay-400 { + animation-delay: 0.4s !important; +} +.animation-delay-500 { + animation-delay: 0.5s !important; +} +.animation-delay-1000 { + animation-delay: 1s !important; +} +.animation-iteration-1 { + animation-iteration-count: 1 !important; +} +.animation-iteration-2 { + animation-iteration-count: 2 !important; +} +.animation-iteration-infinite { + animation-iteration-count: infinite !important; +} +.animation-linear { + animation-timing-function: linear !important; +} +.animation-ease-in { + animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; +} +.animation-ease-out { + animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; +} +.animation-ease-in-out { + animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; +} +.animation-fill-none { + animation-fill-mode: none !important; +} +.animation-fill-forwards { + animation-fill-mode: forwards !important; +} +.animation-fill-backwards { + animation-fill-mode: backwards !important; +} +.animation-fill-both { + animation-fill-mode: both !important; +} +#badge-learn[data-v-5cc1e1eb] { + color: var(--406f2c82) !important; + background: var(--092cb36f); +} +.grid[data-v-09e76035] { + display: flex; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; + margin-top: -0.5rem; +} +.grid > .col[data-v-09e76035], +.grid > [class*="col"][data-v-09e76035] { + box-sizing: border-box; +} +.grid-nogutter[data-v-09e76035] { + margin-right: 0; + margin-left: 0; + margin-top: 0; +} +.grid-nogutter > .col[data-v-09e76035], +.grid-nogutter > [class*="col-"][data-v-09e76035] { + padding: 0; +} +.col[data-v-09e76035] { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; +} +.col-1[data-v-09e76035], +.col-fixed[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; +} +.col-1[data-v-09e76035] { + width: 8.3333%; +} +.col-2[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; +} +.col-3[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; +} +.col-4[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; +} +.col-5[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; +} +.col-6[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; +} +.col-7[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; +} +.col-8[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; +} +.col-9[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; +} +.col-10[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; +} +.col-11[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; +} +.col-12[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; +} +@media screen and (min-width: 576px) { + .sm\:col[data-v-09e76035] { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .sm\:col-fixed[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-1[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; + } + .sm\:col-2[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; + } + .sm\:col-3[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; + } + .sm\:col-4[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; + } + .sm\:col-5[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; + } + .sm\:col-6[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; + } + .sm\:col-7[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; + } + .sm\:col-8[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; + } + .sm\:col-9[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; + } + .sm\:col-10[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; + } + .sm\:col-11[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; + } + .sm\:col-12[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 768px) { + .md\:col[data-v-09e76035] { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .md\:col-fixed[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-1[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; + } + .md\:col-2[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; + } + .md\:col-3[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; + } + .md\:col-4[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; + } + .md\:col-5[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; + } + .md\:col-6[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; + } + .md\:col-7[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; + } + .md\:col-8[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; + } + .md\:col-9[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; + } + .md\:col-10[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; + } + .md\:col-11[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; + } + .md\:col-12[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 992px) { + .lg\:col[data-v-09e76035] { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .lg\:col-fixed[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-1[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; + } + .lg\:col-2[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; + } + .lg\:col-3[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; + } + .lg\:col-4[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; + } + .lg\:col-5[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; + } + .lg\:col-6[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; + } + .lg\:col-7[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; + } + .lg\:col-8[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; + } + .lg\:col-9[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; + } + .lg\:col-10[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; + } + .lg\:col-11[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; + } + .lg\:col-12[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 1200px) { + .xl\:col[data-v-09e76035] { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .xl\:col-fixed[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-1[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; + } + .xl\:col-2[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; + } + .xl\:col-3[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; + } + .xl\:col-4[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; + } + .xl\:col-5[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; + } + .xl\:col-6[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; + } + .xl\:col-7[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; + } + .xl\:col-8[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; + } + .xl\:col-9[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; + } + .xl\:col-10[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; + } + .xl\:col-11[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; + } + .xl\:col-12[data-v-09e76035] { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +.col-offset-0[data-v-09e76035] { + margin-left: 0 !important; +} +.col-offset-1[data-v-09e76035] { + margin-left: 8.3333% !important; +} +.col-offset-2[data-v-09e76035] { + margin-left: 16.6667% !important; +} +.col-offset-3[data-v-09e76035] { + margin-left: 25% !important; +} +.col-offset-4[data-v-09e76035] { + margin-left: 33.3333% !important; +} +.col-offset-5[data-v-09e76035] { + margin-left: 41.6667% !important; +} +.col-offset-6[data-v-09e76035] { + margin-left: 50% !important; +} +.col-offset-7[data-v-09e76035] { + margin-left: 58.3333% !important; +} +.col-offset-8[data-v-09e76035] { + margin-left: 66.6667% !important; +} +.col-offset-9[data-v-09e76035] { + margin-left: 75% !important; +} +.col-offset-10[data-v-09e76035] { + margin-left: 83.3333% !important; +} +.col-offset-11[data-v-09e76035] { + margin-left: 91.6667% !important; +} +.col-offset-12[data-v-09e76035] { + margin-left: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:col-offset-0[data-v-09e76035] { + margin-left: 0 !important; + } + .sm\:col-offset-1[data-v-09e76035] { + margin-left: 8.3333% !important; + } + .sm\:col-offset-2[data-v-09e76035] { + margin-left: 16.6667% !important; + } + .sm\:col-offset-3[data-v-09e76035] { + margin-left: 25% !important; + } + .sm\:col-offset-4[data-v-09e76035] { + margin-left: 33.3333% !important; + } + .sm\:col-offset-5[data-v-09e76035] { + margin-left: 41.6667% !important; + } + .sm\:col-offset-6[data-v-09e76035] { + margin-left: 50% !important; + } + .sm\:col-offset-7[data-v-09e76035] { + margin-left: 58.3333% !important; + } + .sm\:col-offset-8[data-v-09e76035] { + margin-left: 66.6667% !important; + } + .sm\:col-offset-9[data-v-09e76035] { + margin-left: 75% !important; + } + .sm\:col-offset-10[data-v-09e76035] { + margin-left: 83.3333% !important; + } + .sm\:col-offset-11[data-v-09e76035] { + margin-left: 91.6667% !important; + } + .sm\:col-offset-12[data-v-09e76035] { + margin-left: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:col-offset-0[data-v-09e76035] { + margin-left: 0 !important; + } + .md\:col-offset-1[data-v-09e76035] { + margin-left: 8.3333% !important; + } + .md\:col-offset-2[data-v-09e76035] { + margin-left: 16.6667% !important; + } + .md\:col-offset-3[data-v-09e76035] { + margin-left: 25% !important; + } + .md\:col-offset-4[data-v-09e76035] { + margin-left: 33.3333% !important; + } + .md\:col-offset-5[data-v-09e76035] { + margin-left: 41.6667% !important; + } + .md\:col-offset-6[data-v-09e76035] { + margin-left: 50% !important; + } + .md\:col-offset-7[data-v-09e76035] { + margin-left: 58.3333% !important; + } + .md\:col-offset-8[data-v-09e76035] { + margin-left: 66.6667% !important; + } + .md\:col-offset-9[data-v-09e76035] { + margin-left: 75% !important; + } + .md\:col-offset-10[data-v-09e76035] { + margin-left: 83.3333% !important; + } + .md\:col-offset-11[data-v-09e76035] { + margin-left: 91.6667% !important; + } + .md\:col-offset-12[data-v-09e76035] { + margin-left: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:col-offset-0[data-v-09e76035] { + margin-left: 0 !important; + } + .lg\:col-offset-1[data-v-09e76035] { + margin-left: 8.3333% !important; + } + .lg\:col-offset-2[data-v-09e76035] { + margin-left: 16.6667% !important; + } + .lg\:col-offset-3[data-v-09e76035] { + margin-left: 25% !important; + } + .lg\:col-offset-4[data-v-09e76035] { + margin-left: 33.3333% !important; + } + .lg\:col-offset-5[data-v-09e76035] { + margin-left: 41.6667% !important; + } + .lg\:col-offset-6[data-v-09e76035] { + margin-left: 50% !important; + } + .lg\:col-offset-7[data-v-09e76035] { + margin-left: 58.3333% !important; + } + .lg\:col-offset-8[data-v-09e76035] { + margin-left: 66.6667% !important; + } + .lg\:col-offset-9[data-v-09e76035] { + margin-left: 75% !important; + } + .lg\:col-offset-10[data-v-09e76035] { + margin-left: 83.3333% !important; + } + .lg\:col-offset-11[data-v-09e76035] { + margin-left: 91.6667% !important; + } + .lg\:col-offset-12[data-v-09e76035] { + margin-left: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:col-offset-0[data-v-09e76035] { + margin-left: 0 !important; + } + .xl\:col-offset-1[data-v-09e76035] { + margin-left: 8.3333% !important; + } + .xl\:col-offset-2[data-v-09e76035] { + margin-left: 16.6667% !important; + } + .xl\:col-offset-3[data-v-09e76035] { + margin-left: 25% !important; + } + .xl\:col-offset-4[data-v-09e76035] { + margin-left: 33.3333% !important; + } + .xl\:col-offset-5[data-v-09e76035] { + margin-left: 41.6667% !important; + } + .xl\:col-offset-6[data-v-09e76035] { + margin-left: 50% !important; + } + .xl\:col-offset-7[data-v-09e76035] { + margin-left: 58.3333% !important; + } + .xl\:col-offset-8[data-v-09e76035] { + margin-left: 66.6667% !important; + } + .xl\:col-offset-9[data-v-09e76035] { + margin-left: 75% !important; + } + .xl\:col-offset-10[data-v-09e76035] { + margin-left: 83.3333% !important; + } + .xl\:col-offset-11[data-v-09e76035] { + margin-left: 91.6667% !important; + } + .xl\:col-offset-12[data-v-09e76035] { + margin-left: 100% !important; + } +} +.text-0[data-v-09e76035] { + color: var(--surface-0) !important; +} +.text-50[data-v-09e76035] { + color: var(--surface-50) !important; +} +.text-100[data-v-09e76035] { + color: var(--surface-100) !important; +} +.text-200[data-v-09e76035] { + color: var(--surface-200) !important; +} +.text-300[data-v-09e76035] { + color: var(--surface-300) !important; +} +.text-400[data-v-09e76035] { + color: var(--surface-400) !important; +} +.text-500[data-v-09e76035] { + color: var(--surface-500) !important; +} +.text-600[data-v-09e76035] { + color: var(--surface-600) !important; +} +.text-700[data-v-09e76035] { + color: var(--surface-700) !important; +} +.text-800[data-v-09e76035] { + color: var(--surface-800) !important; +} +.text-900[data-v-09e76035] { + color: var(--surface-900) !important; +} +.active\:text-0[data-v-09e76035]:active, +.focus\:text-0[data-v-09e76035]:focus, +.hover\:text-0[data-v-09e76035]:hover { + color: var(--surface-0) !important; +} +.active\:text-50[data-v-09e76035]:active, +.focus\:text-50[data-v-09e76035]:focus, +.hover\:text-50[data-v-09e76035]:hover { + color: var(--surface-50) !important; +} +.active\:text-100[data-v-09e76035]:active, +.focus\:text-100[data-v-09e76035]:focus, +.hover\:text-100[data-v-09e76035]:hover { + color: var(--surface-100) !important; +} +.active\:text-200[data-v-09e76035]:active, +.focus\:text-200[data-v-09e76035]:focus, +.hover\:text-200[data-v-09e76035]:hover { + color: var(--surface-200) !important; +} +.active\:text-300[data-v-09e76035]:active, +.focus\:text-300[data-v-09e76035]:focus, +.hover\:text-300[data-v-09e76035]:hover { + color: var(--surface-300) !important; +} +.active\:text-400[data-v-09e76035]:active, +.focus\:text-400[data-v-09e76035]:focus, +.hover\:text-400[data-v-09e76035]:hover { + color: var(--surface-400) !important; +} +.active\:text-500[data-v-09e76035]:active, +.focus\:text-500[data-v-09e76035]:focus, +.hover\:text-500[data-v-09e76035]:hover { + color: var(--surface-500) !important; +} +.active\:text-600[data-v-09e76035]:active, +.focus\:text-600[data-v-09e76035]:focus, +.hover\:text-600[data-v-09e76035]:hover { + color: var(--surface-600) !important; +} +.active\:text-700[data-v-09e76035]:active, +.focus\:text-700[data-v-09e76035]:focus, +.hover\:text-700[data-v-09e76035]:hover { + color: var(--surface-700) !important; +} +.active\:text-800[data-v-09e76035]:active, +.focus\:text-800[data-v-09e76035]:focus, +.hover\:text-800[data-v-09e76035]:hover { + color: var(--surface-800) !important; +} +.active\:text-900[data-v-09e76035]:active, +.focus\:text-900[data-v-09e76035]:focus, +.hover\:text-900[data-v-09e76035]:hover { + color: var(--surface-900) !important; +} +.surface-0[data-v-09e76035] { + background-color: var(--surface-0) !important; +} +.surface-50[data-v-09e76035] { + background-color: var(--surface-50) !important; +} +.surface-100[data-v-09e76035] { + background-color: var(--surface-100) !important; +} +.surface-200[data-v-09e76035] { + background-color: var(--surface-200) !important; +} +.surface-300[data-v-09e76035] { + background-color: var(--surface-300) !important; +} +.surface-400[data-v-09e76035] { + background-color: var(--surface-400) !important; +} +.surface-500[data-v-09e76035] { + background-color: var(--surface-500) !important; +} +.surface-600[data-v-09e76035] { + background-color: var(--surface-600) !important; +} +.surface-700[data-v-09e76035] { + background-color: var(--surface-700) !important; +} +.surface-800[data-v-09e76035] { + background-color: var(--surface-800) !important; +} +.surface-900[data-v-09e76035] { + background-color: var(--surface-900) !important; +} +.active\:surface-0[data-v-09e76035]:active, +.focus\:surface-0[data-v-09e76035]:focus, +.hover\:surface-0[data-v-09e76035]:hover { + background-color: var(--surface-0) !important; +} +.active\:surface-50[data-v-09e76035]:active, +.focus\:surface-50[data-v-09e76035]:focus, +.hover\:surface-50[data-v-09e76035]:hover { + background-color: var(--surface-50) !important; +} +.active\:surface-100[data-v-09e76035]:active, +.focus\:surface-100[data-v-09e76035]:focus, +.hover\:surface-100[data-v-09e76035]:hover { + background-color: var(--surface-100) !important; +} +.active\:surface-200[data-v-09e76035]:active, +.focus\:surface-200[data-v-09e76035]:focus, +.hover\:surface-200[data-v-09e76035]:hover { + background-color: var(--surface-200) !important; +} +.active\:surface-300[data-v-09e76035]:active, +.focus\:surface-300[data-v-09e76035]:focus, +.hover\:surface-300[data-v-09e76035]:hover { + background-color: var(--surface-300) !important; +} +.active\:surface-400[data-v-09e76035]:active, +.focus\:surface-400[data-v-09e76035]:focus, +.hover\:surface-400[data-v-09e76035]:hover { + background-color: var(--surface-400) !important; +} +.active\:surface-500[data-v-09e76035]:active, +.focus\:surface-500[data-v-09e76035]:focus, +.hover\:surface-500[data-v-09e76035]:hover { + background-color: var(--surface-500) !important; +} +.active\:surface-600[data-v-09e76035]:active, +.focus\:surface-600[data-v-09e76035]:focus, +.hover\:surface-600[data-v-09e76035]:hover { + background-color: var(--surface-600) !important; +} +.active\:surface-700[data-v-09e76035]:active, +.focus\:surface-700[data-v-09e76035]:focus, +.hover\:surface-700[data-v-09e76035]:hover { + background-color: var(--surface-700) !important; +} +.active\:surface-800[data-v-09e76035]:active, +.focus\:surface-800[data-v-09e76035]:focus, +.hover\:surface-800[data-v-09e76035]:hover { + background-color: var(--surface-800) !important; +} +.active\:surface-900[data-v-09e76035]:active, +.focus\:surface-900[data-v-09e76035]:focus, +.hover\:surface-900[data-v-09e76035]:hover { + background-color: var(--surface-900) !important; +} +.border-0[data-v-09e76035] { + border-color: var(--surface-0) !important; +} +.border-50[data-v-09e76035] { + border-color: var(--surface-50) !important; +} +.border-100[data-v-09e76035] { + border-color: var(--surface-100) !important; +} +.border-200[data-v-09e76035] { + border-color: var(--surface-200) !important; +} +.border-300[data-v-09e76035] { + border-color: var(--surface-300) !important; +} +.border-400[data-v-09e76035] { + border-color: var(--surface-400) !important; +} +.border-500[data-v-09e76035] { + border-color: var(--surface-500) !important; +} +.border-600[data-v-09e76035] { + border-color: var(--surface-600) !important; +} +.border-700[data-v-09e76035] { + border-color: var(--surface-700) !important; +} +.border-800[data-v-09e76035] { + border-color: var(--surface-800) !important; +} +.border-900[data-v-09e76035] { + border-color: var(--surface-900) !important; +} +.active\:border-0[data-v-09e76035]:active, +.focus\:border-0[data-v-09e76035]:focus, +.hover\:border-0[data-v-09e76035]:hover { + border-color: var(--surface-0) !important; +} +.active\:border-50[data-v-09e76035]:active, +.focus\:border-50[data-v-09e76035]:focus, +.hover\:border-50[data-v-09e76035]:hover { + border-color: var(--surface-50) !important; +} +.active\:border-100[data-v-09e76035]:active, +.focus\:border-100[data-v-09e76035]:focus, +.hover\:border-100[data-v-09e76035]:hover { + border-color: var(--surface-100) !important; +} +.active\:border-200[data-v-09e76035]:active, +.focus\:border-200[data-v-09e76035]:focus, +.hover\:border-200[data-v-09e76035]:hover { + border-color: var(--surface-200) !important; +} +.active\:border-300[data-v-09e76035]:active, +.focus\:border-300[data-v-09e76035]:focus, +.hover\:border-300[data-v-09e76035]:hover { + border-color: var(--surface-300) !important; +} +.active\:border-400[data-v-09e76035]:active, +.focus\:border-400[data-v-09e76035]:focus, +.hover\:border-400[data-v-09e76035]:hover { + border-color: var(--surface-400) !important; +} +.active\:border-500[data-v-09e76035]:active, +.focus\:border-500[data-v-09e76035]:focus, +.hover\:border-500[data-v-09e76035]:hover { + border-color: var(--surface-500) !important; +} +.active\:border-600[data-v-09e76035]:active, +.focus\:border-600[data-v-09e76035]:focus, +.hover\:border-600[data-v-09e76035]:hover { + border-color: var(--surface-600) !important; +} +.active\:border-700[data-v-09e76035]:active, +.focus\:border-700[data-v-09e76035]:focus, +.hover\:border-700[data-v-09e76035]:hover { + border-color: var(--surface-700) !important; +} +.active\:border-800[data-v-09e76035]:active, +.focus\:border-800[data-v-09e76035]:focus, +.hover\:border-800[data-v-09e76035]:hover { + border-color: var(--surface-800) !important; +} +.active\:border-900[data-v-09e76035]:active, +.focus\:border-900[data-v-09e76035]:focus, +.hover\:border-900[data-v-09e76035]:hover { + border-color: var(--surface-900) !important; +} +.bg-transparent[data-v-09e76035] { + background-color: transparent !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-transparent[data-v-09e76035] { + background-color: transparent !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-transparent[data-v-09e76035] { + background-color: transparent !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-transparent[data-v-09e76035] { + background-color: transparent !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-transparent[data-v-09e76035] { + background-color: transparent !important; + } +} +.border-transparent[data-v-09e76035] { + border-color: transparent !important; +} +@media screen and (min-width: 576px) { + .sm\:border-transparent[data-v-09e76035] { + border-color: transparent !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-transparent[data-v-09e76035] { + border-color: transparent !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-transparent[data-v-09e76035] { + border-color: transparent !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-transparent[data-v-09e76035] { + border-color: transparent !important; + } +} +.text-blue-50[data-v-09e76035] { + color: var(--blue-50) !important; +} +.text-blue-100[data-v-09e76035] { + color: var(--blue-100) !important; +} +.text-blue-200[data-v-09e76035] { + color: var(--blue-200) !important; +} +.text-blue-300[data-v-09e76035] { + color: var(--blue-300) !important; +} +.text-blue-400[data-v-09e76035] { + color: var(--blue-400) !important; +} +.text-blue-500[data-v-09e76035] { + color: var(--blue-500) !important; +} +.text-blue-600[data-v-09e76035] { + color: var(--blue-600) !important; +} +.text-blue-700[data-v-09e76035] { + color: var(--blue-700) !important; +} +.text-blue-800[data-v-09e76035] { + color: var(--blue-800) !important; +} +.text-blue-900[data-v-09e76035] { + color: var(--blue-900) !important; +} +.focus\:text-blue-50[data-v-09e76035]:focus { + color: var(--blue-50) !important; +} +.focus\:text-blue-100[data-v-09e76035]:focus { + color: var(--blue-100) !important; +} +.focus\:text-blue-200[data-v-09e76035]:focus { + color: var(--blue-200) !important; +} +.focus\:text-blue-300[data-v-09e76035]:focus { + color: var(--blue-300) !important; +} +.focus\:text-blue-400[data-v-09e76035]:focus { + color: var(--blue-400) !important; +} +.focus\:text-blue-500[data-v-09e76035]:focus { + color: var(--blue-500) !important; +} +.focus\:text-blue-600[data-v-09e76035]:focus { + color: var(--blue-600) !important; +} +.focus\:text-blue-700[data-v-09e76035]:focus { + color: var(--blue-700) !important; +} +.focus\:text-blue-800[data-v-09e76035]:focus { + color: var(--blue-800) !important; +} +.focus\:text-blue-900[data-v-09e76035]:focus { + color: var(--blue-900) !important; +} +.hover\:text-blue-50[data-v-09e76035]:hover { + color: var(--blue-50) !important; +} +.hover\:text-blue-100[data-v-09e76035]:hover { + color: var(--blue-100) !important; +} +.hover\:text-blue-200[data-v-09e76035]:hover { + color: var(--blue-200) !important; +} +.hover\:text-blue-300[data-v-09e76035]:hover { + color: var(--blue-300) !important; +} +.hover\:text-blue-400[data-v-09e76035]:hover { + color: var(--blue-400) !important; +} +.hover\:text-blue-500[data-v-09e76035]:hover { + color: var(--blue-500) !important; +} +.hover\:text-blue-600[data-v-09e76035]:hover { + color: var(--blue-600) !important; +} +.hover\:text-blue-700[data-v-09e76035]:hover { + color: var(--blue-700) !important; +} +.hover\:text-blue-800[data-v-09e76035]:hover { + color: var(--blue-800) !important; +} +.hover\:text-blue-900[data-v-09e76035]:hover { + color: var(--blue-900) !important; +} +.active\:text-blue-50[data-v-09e76035]:active { + color: var(--blue-50) !important; +} +.active\:text-blue-100[data-v-09e76035]:active { + color: var(--blue-100) !important; +} +.active\:text-blue-200[data-v-09e76035]:active { + color: var(--blue-200) !important; +} +.active\:text-blue-300[data-v-09e76035]:active { + color: var(--blue-300) !important; +} +.active\:text-blue-400[data-v-09e76035]:active { + color: var(--blue-400) !important; +} +.active\:text-blue-500[data-v-09e76035]:active { + color: var(--blue-500) !important; +} +.active\:text-blue-600[data-v-09e76035]:active { + color: var(--blue-600) !important; +} +.active\:text-blue-700[data-v-09e76035]:active { + color: var(--blue-700) !important; +} +.active\:text-blue-800[data-v-09e76035]:active { + color: var(--blue-800) !important; +} +.active\:text-blue-900[data-v-09e76035]:active { + color: var(--blue-900) !important; +} +.text-green-50[data-v-09e76035] { + color: var(--green-50) !important; +} +.text-green-100[data-v-09e76035] { + color: var(--green-100) !important; +} +.text-green-200[data-v-09e76035] { + color: var(--green-200) !important; +} +.text-green-300[data-v-09e76035] { + color: var(--green-300) !important; +} +.text-green-400[data-v-09e76035] { + color: var(--green-400) !important; +} +.text-green-500[data-v-09e76035] { + color: var(--green-500) !important; +} +.text-green-600[data-v-09e76035] { + color: var(--green-600) !important; +} +.text-green-700[data-v-09e76035] { + color: var(--green-700) !important; +} +.text-green-800[data-v-09e76035] { + color: var(--green-800) !important; +} +.text-green-900[data-v-09e76035] { + color: var(--green-900) !important; +} +.focus\:text-green-50[data-v-09e76035]:focus { + color: var(--green-50) !important; +} +.focus\:text-green-100[data-v-09e76035]:focus { + color: var(--green-100) !important; +} +.focus\:text-green-200[data-v-09e76035]:focus { + color: var(--green-200) !important; +} +.focus\:text-green-300[data-v-09e76035]:focus { + color: var(--green-300) !important; +} +.focus\:text-green-400[data-v-09e76035]:focus { + color: var(--green-400) !important; +} +.focus\:text-green-500[data-v-09e76035]:focus { + color: var(--green-500) !important; +} +.focus\:text-green-600[data-v-09e76035]:focus { + color: var(--green-600) !important; +} +.focus\:text-green-700[data-v-09e76035]:focus { + color: var(--green-700) !important; +} +.focus\:text-green-800[data-v-09e76035]:focus { + color: var(--green-800) !important; +} +.focus\:text-green-900[data-v-09e76035]:focus { + color: var(--green-900) !important; +} +.hover\:text-green-50[data-v-09e76035]:hover { + color: var(--green-50) !important; +} +.hover\:text-green-100[data-v-09e76035]:hover { + color: var(--green-100) !important; +} +.hover\:text-green-200[data-v-09e76035]:hover { + color: var(--green-200) !important; +} +.hover\:text-green-300[data-v-09e76035]:hover { + color: var(--green-300) !important; +} +.hover\:text-green-400[data-v-09e76035]:hover { + color: var(--green-400) !important; +} +.hover\:text-green-500[data-v-09e76035]:hover { + color: var(--green-500) !important; +} +.hover\:text-green-600[data-v-09e76035]:hover { + color: var(--green-600) !important; +} +.hover\:text-green-700[data-v-09e76035]:hover { + color: var(--green-700) !important; +} +.hover\:text-green-800[data-v-09e76035]:hover { + color: var(--green-800) !important; +} +.hover\:text-green-900[data-v-09e76035]:hover { + color: var(--green-900) !important; +} +.active\:text-green-50[data-v-09e76035]:active { + color: var(--green-50) !important; +} +.active\:text-green-100[data-v-09e76035]:active { + color: var(--green-100) !important; +} +.active\:text-green-200[data-v-09e76035]:active { + color: var(--green-200) !important; +} +.active\:text-green-300[data-v-09e76035]:active { + color: var(--green-300) !important; +} +.active\:text-green-400[data-v-09e76035]:active { + color: var(--green-400) !important; +} +.active\:text-green-500[data-v-09e76035]:active { + color: var(--green-500) !important; +} +.active\:text-green-600[data-v-09e76035]:active { + color: var(--green-600) !important; +} +.active\:text-green-700[data-v-09e76035]:active { + color: var(--green-700) !important; +} +.active\:text-green-800[data-v-09e76035]:active { + color: var(--green-800) !important; +} +.active\:text-green-900[data-v-09e76035]:active { + color: var(--green-900) !important; +} +.text-yellow-50[data-v-09e76035] { + color: var(--yellow-50) !important; +} +.text-yellow-100[data-v-09e76035] { + color: var(--yellow-100) !important; +} +.text-yellow-200[data-v-09e76035] { + color: var(--yellow-200) !important; +} +.text-yellow-300[data-v-09e76035] { + color: var(--yellow-300) !important; +} +.text-yellow-400[data-v-09e76035] { + color: var(--yellow-400) !important; +} +.text-yellow-500[data-v-09e76035] { + color: var(--yellow-500) !important; +} +.text-yellow-600[data-v-09e76035] { + color: var(--yellow-600) !important; +} +.text-yellow-700[data-v-09e76035] { + color: var(--yellow-700) !important; +} +.text-yellow-800[data-v-09e76035] { + color: var(--yellow-800) !important; +} +.text-yellow-900[data-v-09e76035] { + color: var(--yellow-900) !important; +} +.focus\:text-yellow-50[data-v-09e76035]:focus { + color: var(--yellow-50) !important; +} +.focus\:text-yellow-100[data-v-09e76035]:focus { + color: var(--yellow-100) !important; +} +.focus\:text-yellow-200[data-v-09e76035]:focus { + color: var(--yellow-200) !important; +} +.focus\:text-yellow-300[data-v-09e76035]:focus { + color: var(--yellow-300) !important; +} +.focus\:text-yellow-400[data-v-09e76035]:focus { + color: var(--yellow-400) !important; +} +.focus\:text-yellow-500[data-v-09e76035]:focus { + color: var(--yellow-500) !important; +} +.focus\:text-yellow-600[data-v-09e76035]:focus { + color: var(--yellow-600) !important; +} +.focus\:text-yellow-700[data-v-09e76035]:focus { + color: var(--yellow-700) !important; +} +.focus\:text-yellow-800[data-v-09e76035]:focus { + color: var(--yellow-800) !important; +} +.focus\:text-yellow-900[data-v-09e76035]:focus { + color: var(--yellow-900) !important; +} +.hover\:text-yellow-50[data-v-09e76035]:hover { + color: var(--yellow-50) !important; +} +.hover\:text-yellow-100[data-v-09e76035]:hover { + color: var(--yellow-100) !important; +} +.hover\:text-yellow-200[data-v-09e76035]:hover { + color: var(--yellow-200) !important; +} +.hover\:text-yellow-300[data-v-09e76035]:hover { + color: var(--yellow-300) !important; +} +.hover\:text-yellow-400[data-v-09e76035]:hover { + color: var(--yellow-400) !important; +} +.hover\:text-yellow-500[data-v-09e76035]:hover { + color: var(--yellow-500) !important; +} +.hover\:text-yellow-600[data-v-09e76035]:hover { + color: var(--yellow-600) !important; +} +.hover\:text-yellow-700[data-v-09e76035]:hover { + color: var(--yellow-700) !important; +} +.hover\:text-yellow-800[data-v-09e76035]:hover { + color: var(--yellow-800) !important; +} +.hover\:text-yellow-900[data-v-09e76035]:hover { + color: var(--yellow-900) !important; +} +.active\:text-yellow-50[data-v-09e76035]:active { + color: var(--yellow-50) !important; +} +.active\:text-yellow-100[data-v-09e76035]:active { + color: var(--yellow-100) !important; +} +.active\:text-yellow-200[data-v-09e76035]:active { + color: var(--yellow-200) !important; +} +.active\:text-yellow-300[data-v-09e76035]:active { + color: var(--yellow-300) !important; +} +.active\:text-yellow-400[data-v-09e76035]:active { + color: var(--yellow-400) !important; +} +.active\:text-yellow-500[data-v-09e76035]:active { + color: var(--yellow-500) !important; +} +.active\:text-yellow-600[data-v-09e76035]:active { + color: var(--yellow-600) !important; +} +.active\:text-yellow-700[data-v-09e76035]:active { + color: var(--yellow-700) !important; +} +.active\:text-yellow-800[data-v-09e76035]:active { + color: var(--yellow-800) !important; +} +.active\:text-yellow-900[data-v-09e76035]:active { + color: var(--yellow-900) !important; +} +.text-cyan-50[data-v-09e76035] { + color: var(--cyan-50) !important; +} +.text-cyan-100[data-v-09e76035] { + color: var(--cyan-100) !important; +} +.text-cyan-200[data-v-09e76035] { + color: var(--cyan-200) !important; +} +.text-cyan-300[data-v-09e76035] { + color: var(--cyan-300) !important; +} +.text-cyan-400[data-v-09e76035] { + color: var(--cyan-400) !important; +} +.text-cyan-500[data-v-09e76035] { + color: var(--cyan-500) !important; +} +.text-cyan-600[data-v-09e76035] { + color: var(--cyan-600) !important; +} +.text-cyan-700[data-v-09e76035] { + color: var(--cyan-700) !important; +} +.text-cyan-800[data-v-09e76035] { + color: var(--cyan-800) !important; +} +.text-cyan-900[data-v-09e76035] { + color: var(--cyan-900) !important; +} +.focus\:text-cyan-50[data-v-09e76035]:focus { + color: var(--cyan-50) !important; +} +.focus\:text-cyan-100[data-v-09e76035]:focus { + color: var(--cyan-100) !important; +} +.focus\:text-cyan-200[data-v-09e76035]:focus { + color: var(--cyan-200) !important; +} +.focus\:text-cyan-300[data-v-09e76035]:focus { + color: var(--cyan-300) !important; +} +.focus\:text-cyan-400[data-v-09e76035]:focus { + color: var(--cyan-400) !important; +} +.focus\:text-cyan-500[data-v-09e76035]:focus { + color: var(--cyan-500) !important; +} +.focus\:text-cyan-600[data-v-09e76035]:focus { + color: var(--cyan-600) !important; +} +.focus\:text-cyan-700[data-v-09e76035]:focus { + color: var(--cyan-700) !important; +} +.focus\:text-cyan-800[data-v-09e76035]:focus { + color: var(--cyan-800) !important; +} +.focus\:text-cyan-900[data-v-09e76035]:focus { + color: var(--cyan-900) !important; +} +.hover\:text-cyan-50[data-v-09e76035]:hover { + color: var(--cyan-50) !important; +} +.hover\:text-cyan-100[data-v-09e76035]:hover { + color: var(--cyan-100) !important; +} +.hover\:text-cyan-200[data-v-09e76035]:hover { + color: var(--cyan-200) !important; +} +.hover\:text-cyan-300[data-v-09e76035]:hover { + color: var(--cyan-300) !important; +} +.hover\:text-cyan-400[data-v-09e76035]:hover { + color: var(--cyan-400) !important; +} +.hover\:text-cyan-500[data-v-09e76035]:hover { + color: var(--cyan-500) !important; +} +.hover\:text-cyan-600[data-v-09e76035]:hover { + color: var(--cyan-600) !important; +} +.hover\:text-cyan-700[data-v-09e76035]:hover { + color: var(--cyan-700) !important; +} +.hover\:text-cyan-800[data-v-09e76035]:hover { + color: var(--cyan-800) !important; +} +.hover\:text-cyan-900[data-v-09e76035]:hover { + color: var(--cyan-900) !important; +} +.active\:text-cyan-50[data-v-09e76035]:active { + color: var(--cyan-50) !important; +} +.active\:text-cyan-100[data-v-09e76035]:active { + color: var(--cyan-100) !important; +} +.active\:text-cyan-200[data-v-09e76035]:active { + color: var(--cyan-200) !important; +} +.active\:text-cyan-300[data-v-09e76035]:active { + color: var(--cyan-300) !important; +} +.active\:text-cyan-400[data-v-09e76035]:active { + color: var(--cyan-400) !important; +} +.active\:text-cyan-500[data-v-09e76035]:active { + color: var(--cyan-500) !important; +} +.active\:text-cyan-600[data-v-09e76035]:active { + color: var(--cyan-600) !important; +} +.active\:text-cyan-700[data-v-09e76035]:active { + color: var(--cyan-700) !important; +} +.active\:text-cyan-800[data-v-09e76035]:active { + color: var(--cyan-800) !important; +} +.active\:text-cyan-900[data-v-09e76035]:active { + color: var(--cyan-900) !important; +} +.text-pink-50[data-v-09e76035] { + color: var(--pink-50) !important; +} +.text-pink-100[data-v-09e76035] { + color: var(--pink-100) !important; +} +.text-pink-200[data-v-09e76035] { + color: var(--pink-200) !important; +} +.text-pink-300[data-v-09e76035] { + color: var(--pink-300) !important; +} +.text-pink-400[data-v-09e76035] { + color: var(--pink-400) !important; +} +.text-pink-500[data-v-09e76035] { + color: var(--pink-500) !important; +} +.text-pink-600[data-v-09e76035] { + color: var(--pink-600) !important; +} +.text-pink-700[data-v-09e76035] { + color: var(--pink-700) !important; +} +.text-pink-800[data-v-09e76035] { + color: var(--pink-800) !important; +} +.text-pink-900[data-v-09e76035] { + color: var(--pink-900) !important; +} +.focus\:text-pink-50[data-v-09e76035]:focus { + color: var(--pink-50) !important; +} +.focus\:text-pink-100[data-v-09e76035]:focus { + color: var(--pink-100) !important; +} +.focus\:text-pink-200[data-v-09e76035]:focus { + color: var(--pink-200) !important; +} +.focus\:text-pink-300[data-v-09e76035]:focus { + color: var(--pink-300) !important; +} +.focus\:text-pink-400[data-v-09e76035]:focus { + color: var(--pink-400) !important; +} +.focus\:text-pink-500[data-v-09e76035]:focus { + color: var(--pink-500) !important; +} +.focus\:text-pink-600[data-v-09e76035]:focus { + color: var(--pink-600) !important; +} +.focus\:text-pink-700[data-v-09e76035]:focus { + color: var(--pink-700) !important; +} +.focus\:text-pink-800[data-v-09e76035]:focus { + color: var(--pink-800) !important; +} +.focus\:text-pink-900[data-v-09e76035]:focus { + color: var(--pink-900) !important; +} +.hover\:text-pink-50[data-v-09e76035]:hover { + color: var(--pink-50) !important; +} +.hover\:text-pink-100[data-v-09e76035]:hover { + color: var(--pink-100) !important; +} +.hover\:text-pink-200[data-v-09e76035]:hover { + color: var(--pink-200) !important; +} +.hover\:text-pink-300[data-v-09e76035]:hover { + color: var(--pink-300) !important; +} +.hover\:text-pink-400[data-v-09e76035]:hover { + color: var(--pink-400) !important; +} +.hover\:text-pink-500[data-v-09e76035]:hover { + color: var(--pink-500) !important; +} +.hover\:text-pink-600[data-v-09e76035]:hover { + color: var(--pink-600) !important; +} +.hover\:text-pink-700[data-v-09e76035]:hover { + color: var(--pink-700) !important; +} +.hover\:text-pink-800[data-v-09e76035]:hover { + color: var(--pink-800) !important; +} +.hover\:text-pink-900[data-v-09e76035]:hover { + color: var(--pink-900) !important; +} +.active\:text-pink-50[data-v-09e76035]:active { + color: var(--pink-50) !important; +} +.active\:text-pink-100[data-v-09e76035]:active { + color: var(--pink-100) !important; +} +.active\:text-pink-200[data-v-09e76035]:active { + color: var(--pink-200) !important; +} +.active\:text-pink-300[data-v-09e76035]:active { + color: var(--pink-300) !important; +} +.active\:text-pink-400[data-v-09e76035]:active { + color: var(--pink-400) !important; +} +.active\:text-pink-500[data-v-09e76035]:active { + color: var(--pink-500) !important; +} +.active\:text-pink-600[data-v-09e76035]:active { + color: var(--pink-600) !important; +} +.active\:text-pink-700[data-v-09e76035]:active { + color: var(--pink-700) !important; +} +.active\:text-pink-800[data-v-09e76035]:active { + color: var(--pink-800) !important; +} +.active\:text-pink-900[data-v-09e76035]:active { + color: var(--pink-900) !important; +} +.text-indigo-50[data-v-09e76035] { + color: var(--indigo-50) !important; +} +.text-indigo-100[data-v-09e76035] { + color: var(--indigo-100) !important; +} +.text-indigo-200[data-v-09e76035] { + color: var(--indigo-200) !important; +} +.text-indigo-300[data-v-09e76035] { + color: var(--indigo-300) !important; +} +.text-indigo-400[data-v-09e76035] { + color: var(--indigo-400) !important; +} +.text-indigo-500[data-v-09e76035] { + color: var(--indigo-500) !important; +} +.text-indigo-600[data-v-09e76035] { + color: var(--indigo-600) !important; +} +.text-indigo-700[data-v-09e76035] { + color: var(--indigo-700) !important; +} +.text-indigo-800[data-v-09e76035] { + color: var(--indigo-800) !important; +} +.text-indigo-900[data-v-09e76035] { + color: var(--indigo-900) !important; +} +.focus\:text-indigo-50[data-v-09e76035]:focus { + color: var(--indigo-50) !important; +} +.focus\:text-indigo-100[data-v-09e76035]:focus { + color: var(--indigo-100) !important; +} +.focus\:text-indigo-200[data-v-09e76035]:focus { + color: var(--indigo-200) !important; +} +.focus\:text-indigo-300[data-v-09e76035]:focus { + color: var(--indigo-300) !important; +} +.focus\:text-indigo-400[data-v-09e76035]:focus { + color: var(--indigo-400) !important; +} +.focus\:text-indigo-500[data-v-09e76035]:focus { + color: var(--indigo-500) !important; +} +.focus\:text-indigo-600[data-v-09e76035]:focus { + color: var(--indigo-600) !important; +} +.focus\:text-indigo-700[data-v-09e76035]:focus { + color: var(--indigo-700) !important; +} +.focus\:text-indigo-800[data-v-09e76035]:focus { + color: var(--indigo-800) !important; +} +.focus\:text-indigo-900[data-v-09e76035]:focus { + color: var(--indigo-900) !important; +} +.hover\:text-indigo-50[data-v-09e76035]:hover { + color: var(--indigo-50) !important; +} +.hover\:text-indigo-100[data-v-09e76035]:hover { + color: var(--indigo-100) !important; +} +.hover\:text-indigo-200[data-v-09e76035]:hover { + color: var(--indigo-200) !important; +} +.hover\:text-indigo-300[data-v-09e76035]:hover { + color: var(--indigo-300) !important; +} +.hover\:text-indigo-400[data-v-09e76035]:hover { + color: var(--indigo-400) !important; +} +.hover\:text-indigo-500[data-v-09e76035]:hover { + color: var(--indigo-500) !important; +} +.hover\:text-indigo-600[data-v-09e76035]:hover { + color: var(--indigo-600) !important; +} +.hover\:text-indigo-700[data-v-09e76035]:hover { + color: var(--indigo-700) !important; +} +.hover\:text-indigo-800[data-v-09e76035]:hover { + color: var(--indigo-800) !important; +} +.hover\:text-indigo-900[data-v-09e76035]:hover { + color: var(--indigo-900) !important; +} +.active\:text-indigo-50[data-v-09e76035]:active { + color: var(--indigo-50) !important; +} +.active\:text-indigo-100[data-v-09e76035]:active { + color: var(--indigo-100) !important; +} +.active\:text-indigo-200[data-v-09e76035]:active { + color: var(--indigo-200) !important; +} +.active\:text-indigo-300[data-v-09e76035]:active { + color: var(--indigo-300) !important; +} +.active\:text-indigo-400[data-v-09e76035]:active { + color: var(--indigo-400) !important; +} +.active\:text-indigo-500[data-v-09e76035]:active { + color: var(--indigo-500) !important; +} +.active\:text-indigo-600[data-v-09e76035]:active { + color: var(--indigo-600) !important; +} +.active\:text-indigo-700[data-v-09e76035]:active { + color: var(--indigo-700) !important; +} +.active\:text-indigo-800[data-v-09e76035]:active { + color: var(--indigo-800) !important; +} +.active\:text-indigo-900[data-v-09e76035]:active { + color: var(--indigo-900) !important; +} +.text-teal-50[data-v-09e76035] { + color: var(--teal-50) !important; +} +.text-teal-100[data-v-09e76035] { + color: var(--teal-100) !important; +} +.text-teal-200[data-v-09e76035] { + color: var(--teal-200) !important; +} +.text-teal-300[data-v-09e76035] { + color: var(--teal-300) !important; +} +.text-teal-400[data-v-09e76035] { + color: var(--teal-400) !important; +} +.text-teal-500[data-v-09e76035] { + color: var(--teal-500) !important; +} +.text-teal-600[data-v-09e76035] { + color: var(--teal-600) !important; +} +.text-teal-700[data-v-09e76035] { + color: var(--teal-700) !important; +} +.text-teal-800[data-v-09e76035] { + color: var(--teal-800) !important; +} +.text-teal-900[data-v-09e76035] { + color: var(--teal-900) !important; +} +.focus\:text-teal-50[data-v-09e76035]:focus { + color: var(--teal-50) !important; +} +.focus\:text-teal-100[data-v-09e76035]:focus { + color: var(--teal-100) !important; +} +.focus\:text-teal-200[data-v-09e76035]:focus { + color: var(--teal-200) !important; +} +.focus\:text-teal-300[data-v-09e76035]:focus { + color: var(--teal-300) !important; +} +.focus\:text-teal-400[data-v-09e76035]:focus { + color: var(--teal-400) !important; +} +.focus\:text-teal-500[data-v-09e76035]:focus { + color: var(--teal-500) !important; +} +.focus\:text-teal-600[data-v-09e76035]:focus { + color: var(--teal-600) !important; +} +.focus\:text-teal-700[data-v-09e76035]:focus { + color: var(--teal-700) !important; +} +.focus\:text-teal-800[data-v-09e76035]:focus { + color: var(--teal-800) !important; +} +.focus\:text-teal-900[data-v-09e76035]:focus { + color: var(--teal-900) !important; +} +.hover\:text-teal-50[data-v-09e76035]:hover { + color: var(--teal-50) !important; +} +.hover\:text-teal-100[data-v-09e76035]:hover { + color: var(--teal-100) !important; +} +.hover\:text-teal-200[data-v-09e76035]:hover { + color: var(--teal-200) !important; +} +.hover\:text-teal-300[data-v-09e76035]:hover { + color: var(--teal-300) !important; +} +.hover\:text-teal-400[data-v-09e76035]:hover { + color: var(--teal-400) !important; +} +.hover\:text-teal-500[data-v-09e76035]:hover { + color: var(--teal-500) !important; +} +.hover\:text-teal-600[data-v-09e76035]:hover { + color: var(--teal-600) !important; +} +.hover\:text-teal-700[data-v-09e76035]:hover { + color: var(--teal-700) !important; +} +.hover\:text-teal-800[data-v-09e76035]:hover { + color: var(--teal-800) !important; +} +.hover\:text-teal-900[data-v-09e76035]:hover { + color: var(--teal-900) !important; +} +.active\:text-teal-50[data-v-09e76035]:active { + color: var(--teal-50) !important; +} +.active\:text-teal-100[data-v-09e76035]:active { + color: var(--teal-100) !important; +} +.active\:text-teal-200[data-v-09e76035]:active { + color: var(--teal-200) !important; +} +.active\:text-teal-300[data-v-09e76035]:active { + color: var(--teal-300) !important; +} +.active\:text-teal-400[data-v-09e76035]:active { + color: var(--teal-400) !important; +} +.active\:text-teal-500[data-v-09e76035]:active { + color: var(--teal-500) !important; +} +.active\:text-teal-600[data-v-09e76035]:active { + color: var(--teal-600) !important; +} +.active\:text-teal-700[data-v-09e76035]:active { + color: var(--teal-700) !important; +} +.active\:text-teal-800[data-v-09e76035]:active { + color: var(--teal-800) !important; +} +.active\:text-teal-900[data-v-09e76035]:active { + color: var(--teal-900) !important; +} +.text-orange-50[data-v-09e76035] { + color: var(--orange-50) !important; +} +.text-orange-100[data-v-09e76035] { + color: var(--orange-100) !important; +} +.text-orange-200[data-v-09e76035] { + color: var(--orange-200) !important; +} +.text-orange-300[data-v-09e76035] { + color: var(--orange-300) !important; +} +.text-orange-400[data-v-09e76035] { + color: var(--orange-400) !important; +} +.text-orange-500[data-v-09e76035] { + color: var(--orange-500) !important; +} +.text-orange-600[data-v-09e76035] { + color: var(--orange-600) !important; +} +.text-orange-700[data-v-09e76035] { + color: var(--orange-700) !important; +} +.text-orange-800[data-v-09e76035] { + color: var(--orange-800) !important; +} +.text-orange-900[data-v-09e76035] { + color: var(--orange-900) !important; +} +.focus\:text-orange-50[data-v-09e76035]:focus { + color: var(--orange-50) !important; +} +.focus\:text-orange-100[data-v-09e76035]:focus { + color: var(--orange-100) !important; +} +.focus\:text-orange-200[data-v-09e76035]:focus { + color: var(--orange-200) !important; +} +.focus\:text-orange-300[data-v-09e76035]:focus { + color: var(--orange-300) !important; +} +.focus\:text-orange-400[data-v-09e76035]:focus { + color: var(--orange-400) !important; +} +.focus\:text-orange-500[data-v-09e76035]:focus { + color: var(--orange-500) !important; +} +.focus\:text-orange-600[data-v-09e76035]:focus { + color: var(--orange-600) !important; +} +.focus\:text-orange-700[data-v-09e76035]:focus { + color: var(--orange-700) !important; +} +.focus\:text-orange-800[data-v-09e76035]:focus { + color: var(--orange-800) !important; +} +.focus\:text-orange-900[data-v-09e76035]:focus { + color: var(--orange-900) !important; +} +.hover\:text-orange-50[data-v-09e76035]:hover { + color: var(--orange-50) !important; +} +.hover\:text-orange-100[data-v-09e76035]:hover { + color: var(--orange-100) !important; +} +.hover\:text-orange-200[data-v-09e76035]:hover { + color: var(--orange-200) !important; +} +.hover\:text-orange-300[data-v-09e76035]:hover { + color: var(--orange-300) !important; +} +.hover\:text-orange-400[data-v-09e76035]:hover { + color: var(--orange-400) !important; +} +.hover\:text-orange-500[data-v-09e76035]:hover { + color: var(--orange-500) !important; +} +.hover\:text-orange-600[data-v-09e76035]:hover { + color: var(--orange-600) !important; +} +.hover\:text-orange-700[data-v-09e76035]:hover { + color: var(--orange-700) !important; +} +.hover\:text-orange-800[data-v-09e76035]:hover { + color: var(--orange-800) !important; +} +.hover\:text-orange-900[data-v-09e76035]:hover { + color: var(--orange-900) !important; +} +.active\:text-orange-50[data-v-09e76035]:active { + color: var(--orange-50) !important; +} +.active\:text-orange-100[data-v-09e76035]:active { + color: var(--orange-100) !important; +} +.active\:text-orange-200[data-v-09e76035]:active { + color: var(--orange-200) !important; +} +.active\:text-orange-300[data-v-09e76035]:active { + color: var(--orange-300) !important; +} +.active\:text-orange-400[data-v-09e76035]:active { + color: var(--orange-400) !important; +} +.active\:text-orange-500[data-v-09e76035]:active { + color: var(--orange-500) !important; +} +.active\:text-orange-600[data-v-09e76035]:active { + color: var(--orange-600) !important; +} +.active\:text-orange-700[data-v-09e76035]:active { + color: var(--orange-700) !important; +} +.active\:text-orange-800[data-v-09e76035]:active { + color: var(--orange-800) !important; +} +.active\:text-orange-900[data-v-09e76035]:active { + color: var(--orange-900) !important; +} +.text-bluegray-50[data-v-09e76035] { + color: var(--bluegray-50) !important; +} +.text-bluegray-100[data-v-09e76035] { + color: var(--bluegray-100) !important; +} +.text-bluegray-200[data-v-09e76035] { + color: var(--bluegray-200) !important; +} +.text-bluegray-300[data-v-09e76035] { + color: var(--bluegray-300) !important; +} +.text-bluegray-400[data-v-09e76035] { + color: var(--bluegray-400) !important; +} +.text-bluegray-500[data-v-09e76035] { + color: var(--bluegray-500) !important; +} +.text-bluegray-600[data-v-09e76035] { + color: var(--bluegray-600) !important; +} +.text-bluegray-700[data-v-09e76035] { + color: var(--bluegray-700) !important; +} +.text-bluegray-800[data-v-09e76035] { + color: var(--bluegray-800) !important; +} +.text-bluegray-900[data-v-09e76035] { + color: var(--bluegray-900) !important; +} +.focus\:text-bluegray-50[data-v-09e76035]:focus { + color: var(--bluegray-50) !important; +} +.focus\:text-bluegray-100[data-v-09e76035]:focus { + color: var(--bluegray-100) !important; +} +.focus\:text-bluegray-200[data-v-09e76035]:focus { + color: var(--bluegray-200) !important; +} +.focus\:text-bluegray-300[data-v-09e76035]:focus { + color: var(--bluegray-300) !important; +} +.focus\:text-bluegray-400[data-v-09e76035]:focus { + color: var(--bluegray-400) !important; +} +.focus\:text-bluegray-500[data-v-09e76035]:focus { + color: var(--bluegray-500) !important; +} +.focus\:text-bluegray-600[data-v-09e76035]:focus { + color: var(--bluegray-600) !important; +} +.focus\:text-bluegray-700[data-v-09e76035]:focus { + color: var(--bluegray-700) !important; +} +.focus\:text-bluegray-800[data-v-09e76035]:focus { + color: var(--bluegray-800) !important; +} +.focus\:text-bluegray-900[data-v-09e76035]:focus { + color: var(--bluegray-900) !important; +} +.hover\:text-bluegray-50[data-v-09e76035]:hover { + color: var(--bluegray-50) !important; +} +.hover\:text-bluegray-100[data-v-09e76035]:hover { + color: var(--bluegray-100) !important; +} +.hover\:text-bluegray-200[data-v-09e76035]:hover { + color: var(--bluegray-200) !important; +} +.hover\:text-bluegray-300[data-v-09e76035]:hover { + color: var(--bluegray-300) !important; +} +.hover\:text-bluegray-400[data-v-09e76035]:hover { + color: var(--bluegray-400) !important; +} +.hover\:text-bluegray-500[data-v-09e76035]:hover { + color: var(--bluegray-500) !important; +} +.hover\:text-bluegray-600[data-v-09e76035]:hover { + color: var(--bluegray-600) !important; +} +.hover\:text-bluegray-700[data-v-09e76035]:hover { + color: var(--bluegray-700) !important; +} +.hover\:text-bluegray-800[data-v-09e76035]:hover { + color: var(--bluegray-800) !important; +} +.hover\:text-bluegray-900[data-v-09e76035]:hover { + color: var(--bluegray-900) !important; +} +.active\:text-bluegray-50[data-v-09e76035]:active { + color: var(--bluegray-50) !important; +} +.active\:text-bluegray-100[data-v-09e76035]:active { + color: var(--bluegray-100) !important; +} +.active\:text-bluegray-200[data-v-09e76035]:active { + color: var(--bluegray-200) !important; +} +.active\:text-bluegray-300[data-v-09e76035]:active { + color: var(--bluegray-300) !important; +} +.active\:text-bluegray-400[data-v-09e76035]:active { + color: var(--bluegray-400) !important; +} +.active\:text-bluegray-500[data-v-09e76035]:active { + color: var(--bluegray-500) !important; +} +.active\:text-bluegray-600[data-v-09e76035]:active { + color: var(--bluegray-600) !important; +} +.active\:text-bluegray-700[data-v-09e76035]:active { + color: var(--bluegray-700) !important; +} +.active\:text-bluegray-800[data-v-09e76035]:active { + color: var(--bluegray-800) !important; +} +.active\:text-bluegray-900[data-v-09e76035]:active { + color: var(--bluegray-900) !important; +} +.text-purple-50[data-v-09e76035] { + color: var(--purple-50) !important; +} +.text-purple-100[data-v-09e76035] { + color: var(--purple-100) !important; +} +.text-purple-200[data-v-09e76035] { + color: var(--purple-200) !important; +} +.text-purple-300[data-v-09e76035] { + color: var(--purple-300) !important; +} +.text-purple-400[data-v-09e76035] { + color: var(--purple-400) !important; +} +.text-purple-500[data-v-09e76035] { + color: var(--purple-500) !important; +} +.text-purple-600[data-v-09e76035] { + color: var(--purple-600) !important; +} +.text-purple-700[data-v-09e76035] { + color: var(--purple-700) !important; +} +.text-purple-800[data-v-09e76035] { + color: var(--purple-800) !important; +} +.text-purple-900[data-v-09e76035] { + color: var(--purple-900) !important; +} +.focus\:text-purple-50[data-v-09e76035]:focus { + color: var(--purple-50) !important; +} +.focus\:text-purple-100[data-v-09e76035]:focus { + color: var(--purple-100) !important; +} +.focus\:text-purple-200[data-v-09e76035]:focus { + color: var(--purple-200) !important; +} +.focus\:text-purple-300[data-v-09e76035]:focus { + color: var(--purple-300) !important; +} +.focus\:text-purple-400[data-v-09e76035]:focus { + color: var(--purple-400) !important; +} +.focus\:text-purple-500[data-v-09e76035]:focus { + color: var(--purple-500) !important; +} +.focus\:text-purple-600[data-v-09e76035]:focus { + color: var(--purple-600) !important; +} +.focus\:text-purple-700[data-v-09e76035]:focus { + color: var(--purple-700) !important; +} +.focus\:text-purple-800[data-v-09e76035]:focus { + color: var(--purple-800) !important; +} +.focus\:text-purple-900[data-v-09e76035]:focus { + color: var(--purple-900) !important; +} +.hover\:text-purple-50[data-v-09e76035]:hover { + color: var(--purple-50) !important; +} +.hover\:text-purple-100[data-v-09e76035]:hover { + color: var(--purple-100) !important; +} +.hover\:text-purple-200[data-v-09e76035]:hover { + color: var(--purple-200) !important; +} +.hover\:text-purple-300[data-v-09e76035]:hover { + color: var(--purple-300) !important; +} +.hover\:text-purple-400[data-v-09e76035]:hover { + color: var(--purple-400) !important; +} +.hover\:text-purple-500[data-v-09e76035]:hover { + color: var(--purple-500) !important; +} +.hover\:text-purple-600[data-v-09e76035]:hover { + color: var(--purple-600) !important; +} +.hover\:text-purple-700[data-v-09e76035]:hover { + color: var(--purple-700) !important; +} +.hover\:text-purple-800[data-v-09e76035]:hover { + color: var(--purple-800) !important; +} +.hover\:text-purple-900[data-v-09e76035]:hover { + color: var(--purple-900) !important; +} +.active\:text-purple-50[data-v-09e76035]:active { + color: var(--purple-50) !important; +} +.active\:text-purple-100[data-v-09e76035]:active { + color: var(--purple-100) !important; +} +.active\:text-purple-200[data-v-09e76035]:active { + color: var(--purple-200) !important; +} +.active\:text-purple-300[data-v-09e76035]:active { + color: var(--purple-300) !important; +} +.active\:text-purple-400[data-v-09e76035]:active { + color: var(--purple-400) !important; +} +.active\:text-purple-500[data-v-09e76035]:active { + color: var(--purple-500) !important; +} +.active\:text-purple-600[data-v-09e76035]:active { + color: var(--purple-600) !important; +} +.active\:text-purple-700[data-v-09e76035]:active { + color: var(--purple-700) !important; +} +.active\:text-purple-800[data-v-09e76035]:active { + color: var(--purple-800) !important; +} +.active\:text-purple-900[data-v-09e76035]:active { + color: var(--purple-900) !important; +} +.text-gray-50[data-v-09e76035] { + color: var(--gray-50) !important; +} +.text-gray-100[data-v-09e76035] { + color: var(--gray-100) !important; +} +.text-gray-200[data-v-09e76035] { + color: var(--gray-200) !important; +} +.text-gray-300[data-v-09e76035] { + color: var(--gray-300) !important; +} +.text-gray-400[data-v-09e76035] { + color: var(--gray-400) !important; +} +.text-gray-500[data-v-09e76035] { + color: var(--gray-500) !important; +} +.text-gray-600[data-v-09e76035] { + color: var(--gray-600) !important; +} +.text-gray-700[data-v-09e76035] { + color: var(--gray-700) !important; +} +.text-gray-800[data-v-09e76035] { + color: var(--gray-800) !important; +} +.text-gray-900[data-v-09e76035] { + color: var(--gray-900) !important; +} +.focus\:text-gray-50[data-v-09e76035]:focus { + color: var(--gray-50) !important; +} +.focus\:text-gray-100[data-v-09e76035]:focus { + color: var(--gray-100) !important; +} +.focus\:text-gray-200[data-v-09e76035]:focus { + color: var(--gray-200) !important; +} +.focus\:text-gray-300[data-v-09e76035]:focus { + color: var(--gray-300) !important; +} +.focus\:text-gray-400[data-v-09e76035]:focus { + color: var(--gray-400) !important; +} +.focus\:text-gray-500[data-v-09e76035]:focus { + color: var(--gray-500) !important; +} +.focus\:text-gray-600[data-v-09e76035]:focus { + color: var(--gray-600) !important; +} +.focus\:text-gray-700[data-v-09e76035]:focus { + color: var(--gray-700) !important; +} +.focus\:text-gray-800[data-v-09e76035]:focus { + color: var(--gray-800) !important; +} +.focus\:text-gray-900[data-v-09e76035]:focus { + color: var(--gray-900) !important; +} +.hover\:text-gray-50[data-v-09e76035]:hover { + color: var(--gray-50) !important; +} +.hover\:text-gray-100[data-v-09e76035]:hover { + color: var(--gray-100) !important; +} +.hover\:text-gray-200[data-v-09e76035]:hover { + color: var(--gray-200) !important; +} +.hover\:text-gray-300[data-v-09e76035]:hover { + color: var(--gray-300) !important; +} +.hover\:text-gray-400[data-v-09e76035]:hover { + color: var(--gray-400) !important; +} +.hover\:text-gray-500[data-v-09e76035]:hover { + color: var(--gray-500) !important; +} +.hover\:text-gray-600[data-v-09e76035]:hover { + color: var(--gray-600) !important; +} +.hover\:text-gray-700[data-v-09e76035]:hover { + color: var(--gray-700) !important; +} +.hover\:text-gray-800[data-v-09e76035]:hover { + color: var(--gray-800) !important; +} +.hover\:text-gray-900[data-v-09e76035]:hover { + color: var(--gray-900) !important; +} +.active\:text-gray-50[data-v-09e76035]:active { + color: var(--gray-50) !important; +} +.active\:text-gray-100[data-v-09e76035]:active { + color: var(--gray-100) !important; +} +.active\:text-gray-200[data-v-09e76035]:active { + color: var(--gray-200) !important; +} +.active\:text-gray-300[data-v-09e76035]:active { + color: var(--gray-300) !important; +} +.active\:text-gray-400[data-v-09e76035]:active { + color: var(--gray-400) !important; +} +.active\:text-gray-500[data-v-09e76035]:active { + color: var(--gray-500) !important; +} +.active\:text-gray-600[data-v-09e76035]:active { + color: var(--gray-600) !important; +} +.active\:text-gray-700[data-v-09e76035]:active { + color: var(--gray-700) !important; +} +.active\:text-gray-800[data-v-09e76035]:active { + color: var(--gray-800) !important; +} +.active\:text-gray-900[data-v-09e76035]:active { + color: var(--gray-900) !important; +} +.text-red-50[data-v-09e76035] { + color: var(--red-50) !important; +} +.text-red-100[data-v-09e76035] { + color: var(--red-100) !important; +} +.text-red-200[data-v-09e76035] { + color: var(--red-200) !important; +} +.text-red-300[data-v-09e76035] { + color: var(--red-300) !important; +} +.text-red-400[data-v-09e76035] { + color: var(--red-400) !important; +} +.text-red-500[data-v-09e76035] { + color: var(--red-500) !important; +} +.text-red-600[data-v-09e76035] { + color: var(--red-600) !important; +} +.text-red-700[data-v-09e76035] { + color: var(--red-700) !important; +} +.text-red-800[data-v-09e76035] { + color: var(--red-800) !important; +} +.text-red-900[data-v-09e76035] { + color: var(--red-900) !important; +} +.focus\:text-red-50[data-v-09e76035]:focus { + color: var(--red-50) !important; +} +.focus\:text-red-100[data-v-09e76035]:focus { + color: var(--red-100) !important; +} +.focus\:text-red-200[data-v-09e76035]:focus { + color: var(--red-200) !important; +} +.focus\:text-red-300[data-v-09e76035]:focus { + color: var(--red-300) !important; +} +.focus\:text-red-400[data-v-09e76035]:focus { + color: var(--red-400) !important; +} +.focus\:text-red-500[data-v-09e76035]:focus { + color: var(--red-500) !important; +} +.focus\:text-red-600[data-v-09e76035]:focus { + color: var(--red-600) !important; +} +.focus\:text-red-700[data-v-09e76035]:focus { + color: var(--red-700) !important; +} +.focus\:text-red-800[data-v-09e76035]:focus { + color: var(--red-800) !important; +} +.focus\:text-red-900[data-v-09e76035]:focus { + color: var(--red-900) !important; +} +.hover\:text-red-50[data-v-09e76035]:hover { + color: var(--red-50) !important; +} +.hover\:text-red-100[data-v-09e76035]:hover { + color: var(--red-100) !important; +} +.hover\:text-red-200[data-v-09e76035]:hover { + color: var(--red-200) !important; +} +.hover\:text-red-300[data-v-09e76035]:hover { + color: var(--red-300) !important; +} +.hover\:text-red-400[data-v-09e76035]:hover { + color: var(--red-400) !important; +} +.hover\:text-red-500[data-v-09e76035]:hover { + color: var(--red-500) !important; +} +.hover\:text-red-600[data-v-09e76035]:hover { + color: var(--red-600) !important; +} +.hover\:text-red-700[data-v-09e76035]:hover { + color: var(--red-700) !important; +} +.hover\:text-red-800[data-v-09e76035]:hover { + color: var(--red-800) !important; +} +.hover\:text-red-900[data-v-09e76035]:hover { + color: var(--red-900) !important; +} +.active\:text-red-50[data-v-09e76035]:active { + color: var(--red-50) !important; +} +.active\:text-red-100[data-v-09e76035]:active { + color: var(--red-100) !important; +} +.active\:text-red-200[data-v-09e76035]:active { + color: var(--red-200) !important; +} +.active\:text-red-300[data-v-09e76035]:active { + color: var(--red-300) !important; +} +.active\:text-red-400[data-v-09e76035]:active { + color: var(--red-400) !important; +} +.active\:text-red-500[data-v-09e76035]:active { + color: var(--red-500) !important; +} +.active\:text-red-600[data-v-09e76035]:active { + color: var(--red-600) !important; +} +.active\:text-red-700[data-v-09e76035]:active { + color: var(--red-700) !important; +} +.active\:text-red-800[data-v-09e76035]:active { + color: var(--red-800) !important; +} +.active\:text-red-900[data-v-09e76035]:active { + color: var(--red-900) !important; +} +.text-primary-50[data-v-09e76035] { + color: var(--primary-50) !important; +} +.text-primary-100[data-v-09e76035] { + color: var(--primary-100) !important; +} +.text-primary-200[data-v-09e76035] { + color: var(--primary-200) !important; +} +.text-primary-300[data-v-09e76035] { + color: var(--primary-300) !important; +} +.text-primary-400[data-v-09e76035] { + color: var(--primary-400) !important; +} +.text-primary-500[data-v-09e76035] { + color: var(--primary-500) !important; +} +.text-primary-600[data-v-09e76035] { + color: var(--primary-600) !important; +} +.text-primary-700[data-v-09e76035] { + color: var(--primary-700) !important; +} +.text-primary-800[data-v-09e76035] { + color: var(--primary-800) !important; +} +.text-primary-900[data-v-09e76035] { + color: var(--primary-900) !important; +} +.focus\:text-primary-50[data-v-09e76035]:focus { + color: var(--primary-50) !important; +} +.focus\:text-primary-100[data-v-09e76035]:focus { + color: var(--primary-100) !important; +} +.focus\:text-primary-200[data-v-09e76035]:focus { + color: var(--primary-200) !important; +} +.focus\:text-primary-300[data-v-09e76035]:focus { + color: var(--primary-300) !important; +} +.focus\:text-primary-400[data-v-09e76035]:focus { + color: var(--primary-400) !important; +} +.focus\:text-primary-500[data-v-09e76035]:focus { + color: var(--primary-500) !important; +} +.focus\:text-primary-600[data-v-09e76035]:focus { + color: var(--primary-600) !important; +} +.focus\:text-primary-700[data-v-09e76035]:focus { + color: var(--primary-700) !important; +} +.focus\:text-primary-800[data-v-09e76035]:focus { + color: var(--primary-800) !important; +} +.focus\:text-primary-900[data-v-09e76035]:focus { + color: var(--primary-900) !important; +} +.hover\:text-primary-50[data-v-09e76035]:hover { + color: var(--primary-50) !important; +} +.hover\:text-primary-100[data-v-09e76035]:hover { + color: var(--primary-100) !important; +} +.hover\:text-primary-200[data-v-09e76035]:hover { + color: var(--primary-200) !important; +} +.hover\:text-primary-300[data-v-09e76035]:hover { + color: var(--primary-300) !important; +} +.hover\:text-primary-400[data-v-09e76035]:hover { + color: var(--primary-400) !important; +} +.hover\:text-primary-500[data-v-09e76035]:hover { + color: var(--primary-500) !important; +} +.hover\:text-primary-600[data-v-09e76035]:hover { + color: var(--primary-600) !important; +} +.hover\:text-primary-700[data-v-09e76035]:hover { + color: var(--primary-700) !important; +} +.hover\:text-primary-800[data-v-09e76035]:hover { + color: var(--primary-800) !important; +} +.hover\:text-primary-900[data-v-09e76035]:hover { + color: var(--primary-900) !important; +} +.active\:text-primary-50[data-v-09e76035]:active { + color: var(--primary-50) !important; +} +.active\:text-primary-100[data-v-09e76035]:active { + color: var(--primary-100) !important; +} +.active\:text-primary-200[data-v-09e76035]:active { + color: var(--primary-200) !important; +} +.active\:text-primary-300[data-v-09e76035]:active { + color: var(--primary-300) !important; +} +.active\:text-primary-400[data-v-09e76035]:active { + color: var(--primary-400) !important; +} +.active\:text-primary-500[data-v-09e76035]:active { + color: var(--primary-500) !important; +} +.active\:text-primary-600[data-v-09e76035]:active { + color: var(--primary-600) !important; +} +.active\:text-primary-700[data-v-09e76035]:active { + color: var(--primary-700) !important; +} +.active\:text-primary-800[data-v-09e76035]:active { + color: var(--primary-800) !important; +} +.active\:text-primary-900[data-v-09e76035]:active { + color: var(--primary-900) !important; +} +.bg-blue-50[data-v-09e76035] { + background-color: var(--blue-50) !important; +} +.bg-blue-100[data-v-09e76035] { + background-color: var(--blue-100) !important; +} +.bg-blue-200[data-v-09e76035] { + background-color: var(--blue-200) !important; +} +.bg-blue-300[data-v-09e76035] { + background-color: var(--blue-300) !important; +} +.bg-blue-400[data-v-09e76035] { + background-color: var(--blue-400) !important; +} +.bg-blue-500[data-v-09e76035] { + background-color: var(--blue-500) !important; +} +.bg-blue-600[data-v-09e76035] { + background-color: var(--blue-600) !important; +} +.bg-blue-700[data-v-09e76035] { + background-color: var(--blue-700) !important; +} +.bg-blue-800[data-v-09e76035] { + background-color: var(--blue-800) !important; +} +.bg-blue-900[data-v-09e76035] { + background-color: var(--blue-900) !important; +} +.focus\:bg-blue-50[data-v-09e76035]:focus { + background-color: var(--blue-50) !important; +} +.focus\:bg-blue-100[data-v-09e76035]:focus { + background-color: var(--blue-100) !important; +} +.focus\:bg-blue-200[data-v-09e76035]:focus { + background-color: var(--blue-200) !important; +} +.focus\:bg-blue-300[data-v-09e76035]:focus { + background-color: var(--blue-300) !important; +} +.focus\:bg-blue-400[data-v-09e76035]:focus { + background-color: var(--blue-400) !important; +} +.focus\:bg-blue-500[data-v-09e76035]:focus { + background-color: var(--blue-500) !important; +} +.focus\:bg-blue-600[data-v-09e76035]:focus { + background-color: var(--blue-600) !important; +} +.focus\:bg-blue-700[data-v-09e76035]:focus { + background-color: var(--blue-700) !important; +} +.focus\:bg-blue-800[data-v-09e76035]:focus { + background-color: var(--blue-800) !important; +} +.focus\:bg-blue-900[data-v-09e76035]:focus { + background-color: var(--blue-900) !important; +} +.hover\:bg-blue-50[data-v-09e76035]:hover { + background-color: var(--blue-50) !important; +} +.hover\:bg-blue-100[data-v-09e76035]:hover { + background-color: var(--blue-100) !important; +} +.hover\:bg-blue-200[data-v-09e76035]:hover { + background-color: var(--blue-200) !important; +} +.hover\:bg-blue-300[data-v-09e76035]:hover { + background-color: var(--blue-300) !important; +} +.hover\:bg-blue-400[data-v-09e76035]:hover { + background-color: var(--blue-400) !important; +} +.hover\:bg-blue-500[data-v-09e76035]:hover { + background-color: var(--blue-500) !important; +} +.hover\:bg-blue-600[data-v-09e76035]:hover { + background-color: var(--blue-600) !important; +} +.hover\:bg-blue-700[data-v-09e76035]:hover { + background-color: var(--blue-700) !important; +} +.hover\:bg-blue-800[data-v-09e76035]:hover { + background-color: var(--blue-800) !important; +} +.hover\:bg-blue-900[data-v-09e76035]:hover { + background-color: var(--blue-900) !important; +} +.active\:bg-blue-50[data-v-09e76035]:active { + background-color: var(--blue-50) !important; +} +.active\:bg-blue-100[data-v-09e76035]:active { + background-color: var(--blue-100) !important; +} +.active\:bg-blue-200[data-v-09e76035]:active { + background-color: var(--blue-200) !important; +} +.active\:bg-blue-300[data-v-09e76035]:active { + background-color: var(--blue-300) !important; +} +.active\:bg-blue-400[data-v-09e76035]:active { + background-color: var(--blue-400) !important; +} +.active\:bg-blue-500[data-v-09e76035]:active { + background-color: var(--blue-500) !important; +} +.active\:bg-blue-600[data-v-09e76035]:active { + background-color: var(--blue-600) !important; +} +.active\:bg-blue-700[data-v-09e76035]:active { + background-color: var(--blue-700) !important; +} +.active\:bg-blue-800[data-v-09e76035]:active { + background-color: var(--blue-800) !important; +} +.active\:bg-blue-900[data-v-09e76035]:active { + background-color: var(--blue-900) !important; +} +.bg-green-50[data-v-09e76035] { + background-color: var(--green-50) !important; +} +.bg-green-100[data-v-09e76035] { + background-color: var(--green-100) !important; +} +.bg-green-200[data-v-09e76035] { + background-color: var(--green-200) !important; +} +.bg-green-300[data-v-09e76035] { + background-color: var(--green-300) !important; +} +.bg-green-400[data-v-09e76035] { + background-color: var(--green-400) !important; +} +.bg-green-500[data-v-09e76035] { + background-color: var(--green-500) !important; +} +.bg-green-600[data-v-09e76035] { + background-color: var(--green-600) !important; +} +.bg-green-700[data-v-09e76035] { + background-color: var(--green-700) !important; +} +.bg-green-800[data-v-09e76035] { + background-color: var(--green-800) !important; +} +.bg-green-900[data-v-09e76035] { + background-color: var(--green-900) !important; +} +.focus\:bg-green-50[data-v-09e76035]:focus { + background-color: var(--green-50) !important; +} +.focus\:bg-green-100[data-v-09e76035]:focus { + background-color: var(--green-100) !important; +} +.focus\:bg-green-200[data-v-09e76035]:focus { + background-color: var(--green-200) !important; +} +.focus\:bg-green-300[data-v-09e76035]:focus { + background-color: var(--green-300) !important; +} +.focus\:bg-green-400[data-v-09e76035]:focus { + background-color: var(--green-400) !important; +} +.focus\:bg-green-500[data-v-09e76035]:focus { + background-color: var(--green-500) !important; +} +.focus\:bg-green-600[data-v-09e76035]:focus { + background-color: var(--green-600) !important; +} +.focus\:bg-green-700[data-v-09e76035]:focus { + background-color: var(--green-700) !important; +} +.focus\:bg-green-800[data-v-09e76035]:focus { + background-color: var(--green-800) !important; +} +.focus\:bg-green-900[data-v-09e76035]:focus { + background-color: var(--green-900) !important; +} +.hover\:bg-green-50[data-v-09e76035]:hover { + background-color: var(--green-50) !important; +} +.hover\:bg-green-100[data-v-09e76035]:hover { + background-color: var(--green-100) !important; +} +.hover\:bg-green-200[data-v-09e76035]:hover { + background-color: var(--green-200) !important; +} +.hover\:bg-green-300[data-v-09e76035]:hover { + background-color: var(--green-300) !important; +} +.hover\:bg-green-400[data-v-09e76035]:hover { + background-color: var(--green-400) !important; +} +.hover\:bg-green-500[data-v-09e76035]:hover { + background-color: var(--green-500) !important; +} +.hover\:bg-green-600[data-v-09e76035]:hover { + background-color: var(--green-600) !important; +} +.hover\:bg-green-700[data-v-09e76035]:hover { + background-color: var(--green-700) !important; +} +.hover\:bg-green-800[data-v-09e76035]:hover { + background-color: var(--green-800) !important; +} +.hover\:bg-green-900[data-v-09e76035]:hover { + background-color: var(--green-900) !important; +} +.active\:bg-green-50[data-v-09e76035]:active { + background-color: var(--green-50) !important; +} +.active\:bg-green-100[data-v-09e76035]:active { + background-color: var(--green-100) !important; +} +.active\:bg-green-200[data-v-09e76035]:active { + background-color: var(--green-200) !important; +} +.active\:bg-green-300[data-v-09e76035]:active { + background-color: var(--green-300) !important; +} +.active\:bg-green-400[data-v-09e76035]:active { + background-color: var(--green-400) !important; +} +.active\:bg-green-500[data-v-09e76035]:active { + background-color: var(--green-500) !important; +} +.active\:bg-green-600[data-v-09e76035]:active { + background-color: var(--green-600) !important; +} +.active\:bg-green-700[data-v-09e76035]:active { + background-color: var(--green-700) !important; +} +.active\:bg-green-800[data-v-09e76035]:active { + background-color: var(--green-800) !important; +} +.active\:bg-green-900[data-v-09e76035]:active { + background-color: var(--green-900) !important; +} +.bg-yellow-50[data-v-09e76035] { + background-color: var(--yellow-50) !important; +} +.bg-yellow-100[data-v-09e76035] { + background-color: var(--yellow-100) !important; +} +.bg-yellow-200[data-v-09e76035] { + background-color: var(--yellow-200) !important; +} +.bg-yellow-300[data-v-09e76035] { + background-color: var(--yellow-300) !important; +} +.bg-yellow-400[data-v-09e76035] { + background-color: var(--yellow-400) !important; +} +.bg-yellow-500[data-v-09e76035] { + background-color: var(--yellow-500) !important; +} +.bg-yellow-600[data-v-09e76035] { + background-color: var(--yellow-600) !important; +} +.bg-yellow-700[data-v-09e76035] { + background-color: var(--yellow-700) !important; +} +.bg-yellow-800[data-v-09e76035] { + background-color: var(--yellow-800) !important; +} +.bg-yellow-900[data-v-09e76035] { + background-color: var(--yellow-900) !important; +} +.focus\:bg-yellow-50[data-v-09e76035]:focus { + background-color: var(--yellow-50) !important; +} +.focus\:bg-yellow-100[data-v-09e76035]:focus { + background-color: var(--yellow-100) !important; +} +.focus\:bg-yellow-200[data-v-09e76035]:focus { + background-color: var(--yellow-200) !important; +} +.focus\:bg-yellow-300[data-v-09e76035]:focus { + background-color: var(--yellow-300) !important; +} +.focus\:bg-yellow-400[data-v-09e76035]:focus { + background-color: var(--yellow-400) !important; +} +.focus\:bg-yellow-500[data-v-09e76035]:focus { + background-color: var(--yellow-500) !important; +} +.focus\:bg-yellow-600[data-v-09e76035]:focus { + background-color: var(--yellow-600) !important; +} +.focus\:bg-yellow-700[data-v-09e76035]:focus { + background-color: var(--yellow-700) !important; +} +.focus\:bg-yellow-800[data-v-09e76035]:focus { + background-color: var(--yellow-800) !important; +} +.focus\:bg-yellow-900[data-v-09e76035]:focus { + background-color: var(--yellow-900) !important; +} +.hover\:bg-yellow-50[data-v-09e76035]:hover { + background-color: var(--yellow-50) !important; +} +.hover\:bg-yellow-100[data-v-09e76035]:hover { + background-color: var(--yellow-100) !important; +} +.hover\:bg-yellow-200[data-v-09e76035]:hover { + background-color: var(--yellow-200) !important; +} +.hover\:bg-yellow-300[data-v-09e76035]:hover { + background-color: var(--yellow-300) !important; +} +.hover\:bg-yellow-400[data-v-09e76035]:hover { + background-color: var(--yellow-400) !important; +} +.hover\:bg-yellow-500[data-v-09e76035]:hover { + background-color: var(--yellow-500) !important; +} +.hover\:bg-yellow-600[data-v-09e76035]:hover { + background-color: var(--yellow-600) !important; +} +.hover\:bg-yellow-700[data-v-09e76035]:hover { + background-color: var(--yellow-700) !important; +} +.hover\:bg-yellow-800[data-v-09e76035]:hover { + background-color: var(--yellow-800) !important; +} +.hover\:bg-yellow-900[data-v-09e76035]:hover { + background-color: var(--yellow-900) !important; +} +.active\:bg-yellow-50[data-v-09e76035]:active { + background-color: var(--yellow-50) !important; +} +.active\:bg-yellow-100[data-v-09e76035]:active { + background-color: var(--yellow-100) !important; +} +.active\:bg-yellow-200[data-v-09e76035]:active { + background-color: var(--yellow-200) !important; +} +.active\:bg-yellow-300[data-v-09e76035]:active { + background-color: var(--yellow-300) !important; +} +.active\:bg-yellow-400[data-v-09e76035]:active { + background-color: var(--yellow-400) !important; +} +.active\:bg-yellow-500[data-v-09e76035]:active { + background-color: var(--yellow-500) !important; +} +.active\:bg-yellow-600[data-v-09e76035]:active { + background-color: var(--yellow-600) !important; +} +.active\:bg-yellow-700[data-v-09e76035]:active { + background-color: var(--yellow-700) !important; +} +.active\:bg-yellow-800[data-v-09e76035]:active { + background-color: var(--yellow-800) !important; +} +.active\:bg-yellow-900[data-v-09e76035]:active { + background-color: var(--yellow-900) !important; +} +.bg-cyan-50[data-v-09e76035] { + background-color: var(--cyan-50) !important; +} +.bg-cyan-100[data-v-09e76035] { + background-color: var(--cyan-100) !important; +} +.bg-cyan-200[data-v-09e76035] { + background-color: var(--cyan-200) !important; +} +.bg-cyan-300[data-v-09e76035] { + background-color: var(--cyan-300) !important; +} +.bg-cyan-400[data-v-09e76035] { + background-color: var(--cyan-400) !important; +} +.bg-cyan-500[data-v-09e76035] { + background-color: var(--cyan-500) !important; +} +.bg-cyan-600[data-v-09e76035] { + background-color: var(--cyan-600) !important; +} +.bg-cyan-700[data-v-09e76035] { + background-color: var(--cyan-700) !important; +} +.bg-cyan-800[data-v-09e76035], +.p-inputgroup-addon[data-v-09e76035] { + background-color: var(--cyan-800) !important; +} +.bg-cyan-900[data-v-09e76035] { + background-color: var(--cyan-900) !important; +} +.focus\:bg-cyan-50[data-v-09e76035]:focus { + background-color: var(--cyan-50) !important; +} +.focus\:bg-cyan-100[data-v-09e76035]:focus { + background-color: var(--cyan-100) !important; +} +.focus\:bg-cyan-200[data-v-09e76035]:focus { + background-color: var(--cyan-200) !important; +} +.focus\:bg-cyan-300[data-v-09e76035]:focus { + background-color: var(--cyan-300) !important; +} +.focus\:bg-cyan-400[data-v-09e76035]:focus { + background-color: var(--cyan-400) !important; +} +.focus\:bg-cyan-500[data-v-09e76035]:focus { + background-color: var(--cyan-500) !important; +} +.focus\:bg-cyan-600[data-v-09e76035]:focus { + background-color: var(--cyan-600) !important; +} +.focus\:bg-cyan-700[data-v-09e76035]:focus { + background-color: var(--cyan-700) !important; +} +.focus\:bg-cyan-800[data-v-09e76035]:focus { + background-color: var(--cyan-800) !important; +} +.focus\:bg-cyan-900[data-v-09e76035]:focus { + background-color: var(--cyan-900) !important; +} +.hover\:bg-cyan-50[data-v-09e76035]:hover { + background-color: var(--cyan-50) !important; +} +.hover\:bg-cyan-100[data-v-09e76035]:hover { + background-color: var(--cyan-100) !important; +} +.hover\:bg-cyan-200[data-v-09e76035]:hover { + background-color: var(--cyan-200) !important; +} +.hover\:bg-cyan-300[data-v-09e76035]:hover { + background-color: var(--cyan-300) !important; +} +.hover\:bg-cyan-400[data-v-09e76035]:hover { + background-color: var(--cyan-400) !important; +} +.hover\:bg-cyan-500[data-v-09e76035]:hover { + background-color: var(--cyan-500) !important; +} +.hover\:bg-cyan-600[data-v-09e76035]:hover { + background-color: var(--cyan-600) !important; +} +.hover\:bg-cyan-700[data-v-09e76035]:hover { + background-color: var(--cyan-700) !important; +} +.hover\:bg-cyan-800[data-v-09e76035]:hover { + background-color: var(--cyan-800) !important; +} +.hover\:bg-cyan-900[data-v-09e76035]:hover { + background-color: var(--cyan-900) !important; +} +.active\:bg-cyan-50[data-v-09e76035]:active { + background-color: var(--cyan-50) !important; +} +.active\:bg-cyan-100[data-v-09e76035]:active { + background-color: var(--cyan-100) !important; +} +.active\:bg-cyan-200[data-v-09e76035]:active { + background-color: var(--cyan-200) !important; +} +.active\:bg-cyan-300[data-v-09e76035]:active { + background-color: var(--cyan-300) !important; +} +.active\:bg-cyan-400[data-v-09e76035]:active { + background-color: var(--cyan-400) !important; +} +.active\:bg-cyan-500[data-v-09e76035]:active { + background-color: var(--cyan-500) !important; +} +.active\:bg-cyan-600[data-v-09e76035]:active { + background-color: var(--cyan-600) !important; +} +.active\:bg-cyan-700[data-v-09e76035]:active { + background-color: var(--cyan-700) !important; +} +.active\:bg-cyan-800[data-v-09e76035]:active { + background-color: var(--cyan-800) !important; +} +.active\:bg-cyan-900[data-v-09e76035]:active { + background-color: var(--cyan-900) !important; +} +.bg-pink-50[data-v-09e76035] { + background-color: var(--pink-50) !important; +} +.bg-pink-100[data-v-09e76035] { + background-color: var(--pink-100) !important; +} +.bg-pink-200[data-v-09e76035] { + background-color: var(--pink-200) !important; +} +.bg-pink-300[data-v-09e76035] { + background-color: var(--pink-300) !important; +} +.bg-pink-400[data-v-09e76035] { + background-color: var(--pink-400) !important; +} +.bg-pink-500[data-v-09e76035] { + background-color: var(--pink-500) !important; +} +.bg-pink-600[data-v-09e76035] { + background-color: var(--pink-600) !important; +} +.bg-pink-700[data-v-09e76035] { + background-color: var(--pink-700) !important; +} +.bg-pink-800[data-v-09e76035] { + background-color: var(--pink-800) !important; +} +.bg-pink-900[data-v-09e76035] { + background-color: var(--pink-900) !important; +} +.focus\:bg-pink-50[data-v-09e76035]:focus { + background-color: var(--pink-50) !important; +} +.focus\:bg-pink-100[data-v-09e76035]:focus { + background-color: var(--pink-100) !important; +} +.focus\:bg-pink-200[data-v-09e76035]:focus { + background-color: var(--pink-200) !important; +} +.focus\:bg-pink-300[data-v-09e76035]:focus { + background-color: var(--pink-300) !important; +} +.focus\:bg-pink-400[data-v-09e76035]:focus { + background-color: var(--pink-400) !important; +} +.focus\:bg-pink-500[data-v-09e76035]:focus { + background-color: var(--pink-500) !important; +} +.focus\:bg-pink-600[data-v-09e76035]:focus { + background-color: var(--pink-600) !important; +} +.focus\:bg-pink-700[data-v-09e76035]:focus { + background-color: var(--pink-700) !important; +} +.focus\:bg-pink-800[data-v-09e76035]:focus { + background-color: var(--pink-800) !important; +} +.focus\:bg-pink-900[data-v-09e76035]:focus { + background-color: var(--pink-900) !important; +} +.hover\:bg-pink-50[data-v-09e76035]:hover { + background-color: var(--pink-50) !important; +} +.hover\:bg-pink-100[data-v-09e76035]:hover { + background-color: var(--pink-100) !important; +} +.hover\:bg-pink-200[data-v-09e76035]:hover { + background-color: var(--pink-200) !important; +} +.hover\:bg-pink-300[data-v-09e76035]:hover { + background-color: var(--pink-300) !important; +} +.hover\:bg-pink-400[data-v-09e76035]:hover { + background-color: var(--pink-400) !important; +} +.hover\:bg-pink-500[data-v-09e76035]:hover { + background-color: var(--pink-500) !important; +} +.hover\:bg-pink-600[data-v-09e76035]:hover { + background-color: var(--pink-600) !important; +} +.hover\:bg-pink-700[data-v-09e76035]:hover { + background-color: var(--pink-700) !important; +} +.hover\:bg-pink-800[data-v-09e76035]:hover { + background-color: var(--pink-800) !important; +} +.hover\:bg-pink-900[data-v-09e76035]:hover { + background-color: var(--pink-900) !important; +} +.active\:bg-pink-50[data-v-09e76035]:active { + background-color: var(--pink-50) !important; +} +.active\:bg-pink-100[data-v-09e76035]:active { + background-color: var(--pink-100) !important; +} +.active\:bg-pink-200[data-v-09e76035]:active { + background-color: var(--pink-200) !important; +} +.active\:bg-pink-300[data-v-09e76035]:active { + background-color: var(--pink-300) !important; +} +.active\:bg-pink-400[data-v-09e76035]:active { + background-color: var(--pink-400) !important; +} +.active\:bg-pink-500[data-v-09e76035]:active { + background-color: var(--pink-500) !important; +} +.active\:bg-pink-600[data-v-09e76035]:active { + background-color: var(--pink-600) !important; +} +.active\:bg-pink-700[data-v-09e76035]:active { + background-color: var(--pink-700) !important; +} +.active\:bg-pink-800[data-v-09e76035]:active { + background-color: var(--pink-800) !important; +} +.active\:bg-pink-900[data-v-09e76035]:active { + background-color: var(--pink-900) !important; +} +.bg-indigo-50[data-v-09e76035] { + background-color: var(--indigo-50) !important; +} +.bg-indigo-100[data-v-09e76035] { + background-color: var(--indigo-100) !important; +} +.bg-indigo-200[data-v-09e76035] { + background-color: var(--indigo-200) !important; +} +.bg-indigo-300[data-v-09e76035] { + background-color: var(--indigo-300) !important; +} +.bg-indigo-400[data-v-09e76035] { + background-color: var(--indigo-400) !important; +} +.bg-indigo-500[data-v-09e76035] { + background-color: var(--indigo-500) !important; +} +.bg-indigo-600[data-v-09e76035] { + background-color: var(--indigo-600) !important; +} +.bg-indigo-700[data-v-09e76035] { + background-color: var(--indigo-700) !important; +} +.bg-indigo-800[data-v-09e76035] { + background-color: var(--indigo-800) !important; +} +.bg-indigo-900[data-v-09e76035] { + background-color: var(--indigo-900) !important; +} +.focus\:bg-indigo-50[data-v-09e76035]:focus { + background-color: var(--indigo-50) !important; +} +.focus\:bg-indigo-100[data-v-09e76035]:focus { + background-color: var(--indigo-100) !important; +} +.focus\:bg-indigo-200[data-v-09e76035]:focus { + background-color: var(--indigo-200) !important; +} +.focus\:bg-indigo-300[data-v-09e76035]:focus { + background-color: var(--indigo-300) !important; +} +.focus\:bg-indigo-400[data-v-09e76035]:focus { + background-color: var(--indigo-400) !important; +} +.focus\:bg-indigo-500[data-v-09e76035]:focus { + background-color: var(--indigo-500) !important; +} +.focus\:bg-indigo-600[data-v-09e76035]:focus { + background-color: var(--indigo-600) !important; +} +.focus\:bg-indigo-700[data-v-09e76035]:focus { + background-color: var(--indigo-700) !important; +} +.focus\:bg-indigo-800[data-v-09e76035]:focus { + background-color: var(--indigo-800) !important; +} +.focus\:bg-indigo-900[data-v-09e76035]:focus { + background-color: var(--indigo-900) !important; +} +.hover\:bg-indigo-50[data-v-09e76035]:hover { + background-color: var(--indigo-50) !important; +} +.hover\:bg-indigo-100[data-v-09e76035]:hover { + background-color: var(--indigo-100) !important; +} +.hover\:bg-indigo-200[data-v-09e76035]:hover { + background-color: var(--indigo-200) !important; +} +.hover\:bg-indigo-300[data-v-09e76035]:hover { + background-color: var(--indigo-300) !important; +} +.hover\:bg-indigo-400[data-v-09e76035]:hover { + background-color: var(--indigo-400) !important; +} +.hover\:bg-indigo-500[data-v-09e76035]:hover { + background-color: var(--indigo-500) !important; +} +.hover\:bg-indigo-600[data-v-09e76035]:hover { + background-color: var(--indigo-600) !important; +} +.hover\:bg-indigo-700[data-v-09e76035]:hover { + background-color: var(--indigo-700) !important; +} +.hover\:bg-indigo-800[data-v-09e76035]:hover { + background-color: var(--indigo-800) !important; +} +.hover\:bg-indigo-900[data-v-09e76035]:hover { + background-color: var(--indigo-900) !important; +} +.active\:bg-indigo-50[data-v-09e76035]:active { + background-color: var(--indigo-50) !important; +} +.active\:bg-indigo-100[data-v-09e76035]:active { + background-color: var(--indigo-100) !important; +} +.active\:bg-indigo-200[data-v-09e76035]:active { + background-color: var(--indigo-200) !important; +} +.active\:bg-indigo-300[data-v-09e76035]:active { + background-color: var(--indigo-300) !important; +} +.active\:bg-indigo-400[data-v-09e76035]:active { + background-color: var(--indigo-400) !important; +} +.active\:bg-indigo-500[data-v-09e76035]:active { + background-color: var(--indigo-500) !important; +} +.active\:bg-indigo-600[data-v-09e76035]:active { + background-color: var(--indigo-600) !important; +} +.active\:bg-indigo-700[data-v-09e76035]:active { + background-color: var(--indigo-700) !important; +} +.active\:bg-indigo-800[data-v-09e76035]:active { + background-color: var(--indigo-800) !important; +} +.active\:bg-indigo-900[data-v-09e76035]:active { + background-color: var(--indigo-900) !important; +} +.bg-teal-50[data-v-09e76035] { + background-color: var(--teal-50) !important; +} +.bg-teal-100[data-v-09e76035] { + background-color: var(--teal-100) !important; +} +.bg-teal-200[data-v-09e76035] { + background-color: var(--teal-200) !important; +} +.bg-teal-300[data-v-09e76035] { + background-color: var(--teal-300) !important; +} +.bg-teal-400[data-v-09e76035] { + background-color: var(--teal-400) !important; +} +.bg-teal-500[data-v-09e76035] { + background-color: var(--teal-500) !important; +} +.bg-teal-600[data-v-09e76035] { + background-color: var(--teal-600) !important; +} +.bg-teal-700[data-v-09e76035] { + background-color: var(--teal-700) !important; +} +.bg-teal-800[data-v-09e76035] { + background-color: var(--teal-800) !important; +} +.bg-teal-900[data-v-09e76035] { + background-color: var(--teal-900) !important; +} +.focus\:bg-teal-50[data-v-09e76035]:focus { + background-color: var(--teal-50) !important; +} +.focus\:bg-teal-100[data-v-09e76035]:focus { + background-color: var(--teal-100) !important; +} +.focus\:bg-teal-200[data-v-09e76035]:focus { + background-color: var(--teal-200) !important; +} +.focus\:bg-teal-300[data-v-09e76035]:focus { + background-color: var(--teal-300) !important; +} +.focus\:bg-teal-400[data-v-09e76035]:focus { + background-color: var(--teal-400) !important; +} +.focus\:bg-teal-500[data-v-09e76035]:focus { + background-color: var(--teal-500) !important; +} +.focus\:bg-teal-600[data-v-09e76035]:focus { + background-color: var(--teal-600) !important; +} +.focus\:bg-teal-700[data-v-09e76035]:focus { + background-color: var(--teal-700) !important; +} +.focus\:bg-teal-800[data-v-09e76035]:focus { + background-color: var(--teal-800) !important; +} +.focus\:bg-teal-900[data-v-09e76035]:focus { + background-color: var(--teal-900) !important; +} +.hover\:bg-teal-50[data-v-09e76035]:hover { + background-color: var(--teal-50) !important; +} +.hover\:bg-teal-100[data-v-09e76035]:hover { + background-color: var(--teal-100) !important; +} +.hover\:bg-teal-200[data-v-09e76035]:hover { + background-color: var(--teal-200) !important; +} +.hover\:bg-teal-300[data-v-09e76035]:hover { + background-color: var(--teal-300) !important; +} +.hover\:bg-teal-400[data-v-09e76035]:hover { + background-color: var(--teal-400) !important; +} +.hover\:bg-teal-500[data-v-09e76035]:hover { + background-color: var(--teal-500) !important; +} +.hover\:bg-teal-600[data-v-09e76035]:hover { + background-color: var(--teal-600) !important; +} +.hover\:bg-teal-700[data-v-09e76035]:hover { + background-color: var(--teal-700) !important; +} +.hover\:bg-teal-800[data-v-09e76035]:hover { + background-color: var(--teal-800) !important; +} +.hover\:bg-teal-900[data-v-09e76035]:hover { + background-color: var(--teal-900) !important; +} +.active\:bg-teal-50[data-v-09e76035]:active { + background-color: var(--teal-50) !important; +} +.active\:bg-teal-100[data-v-09e76035]:active { + background-color: var(--teal-100) !important; +} +.active\:bg-teal-200[data-v-09e76035]:active { + background-color: var(--teal-200) !important; +} +.active\:bg-teal-300[data-v-09e76035]:active { + background-color: var(--teal-300) !important; +} +.active\:bg-teal-400[data-v-09e76035]:active { + background-color: var(--teal-400) !important; +} +.active\:bg-teal-500[data-v-09e76035]:active { + background-color: var(--teal-500) !important; +} +.active\:bg-teal-600[data-v-09e76035]:active { + background-color: var(--teal-600) !important; +} +.active\:bg-teal-700[data-v-09e76035]:active { + background-color: var(--teal-700) !important; +} +.active\:bg-teal-800[data-v-09e76035]:active { + background-color: var(--teal-800) !important; +} +.active\:bg-teal-900[data-v-09e76035]:active { + background-color: var(--teal-900) !important; +} +.bg-orange-50[data-v-09e76035] { + background-color: var(--orange-50) !important; +} +.bg-orange-100[data-v-09e76035] { + background-color: var(--orange-100) !important; +} +.bg-orange-200[data-v-09e76035] { + background-color: var(--orange-200) !important; +} +.bg-orange-300[data-v-09e76035] { + background-color: var(--orange-300) !important; +} +.bg-orange-400[data-v-09e76035] { + background-color: var(--orange-400) !important; +} +.bg-orange-500[data-v-09e76035] { + background-color: var(--orange-500) !important; +} +.bg-orange-600[data-v-09e76035] { + background-color: var(--orange-600) !important; +} +.bg-orange-700[data-v-09e76035] { + background-color: var(--orange-700) !important; +} +.bg-orange-800[data-v-09e76035] { + background-color: var(--orange-800) !important; +} +.bg-orange-900[data-v-09e76035] { + background-color: var(--orange-900) !important; +} +.focus\:bg-orange-50[data-v-09e76035]:focus { + background-color: var(--orange-50) !important; +} +.focus\:bg-orange-100[data-v-09e76035]:focus { + background-color: var(--orange-100) !important; +} +.focus\:bg-orange-200[data-v-09e76035]:focus { + background-color: var(--orange-200) !important; +} +.focus\:bg-orange-300[data-v-09e76035]:focus { + background-color: var(--orange-300) !important; +} +.focus\:bg-orange-400[data-v-09e76035]:focus { + background-color: var(--orange-400) !important; +} +.focus\:bg-orange-500[data-v-09e76035]:focus { + background-color: var(--orange-500) !important; +} +.focus\:bg-orange-600[data-v-09e76035]:focus { + background-color: var(--orange-600) !important; +} +.focus\:bg-orange-700[data-v-09e76035]:focus { + background-color: var(--orange-700) !important; +} +.focus\:bg-orange-800[data-v-09e76035]:focus { + background-color: var(--orange-800) !important; +} +.focus\:bg-orange-900[data-v-09e76035]:focus { + background-color: var(--orange-900) !important; +} +.hover\:bg-orange-50[data-v-09e76035]:hover { + background-color: var(--orange-50) !important; +} +.hover\:bg-orange-100[data-v-09e76035]:hover { + background-color: var(--orange-100) !important; +} +.hover\:bg-orange-200[data-v-09e76035]:hover { + background-color: var(--orange-200) !important; +} +.hover\:bg-orange-300[data-v-09e76035]:hover { + background-color: var(--orange-300) !important; +} +.hover\:bg-orange-400[data-v-09e76035]:hover { + background-color: var(--orange-400) !important; +} +.hover\:bg-orange-500[data-v-09e76035]:hover { + background-color: var(--orange-500) !important; +} +.hover\:bg-orange-600[data-v-09e76035]:hover { + background-color: var(--orange-600) !important; +} +.hover\:bg-orange-700[data-v-09e76035]:hover { + background-color: var(--orange-700) !important; +} +.hover\:bg-orange-800[data-v-09e76035]:hover { + background-color: var(--orange-800) !important; +} +.hover\:bg-orange-900[data-v-09e76035]:hover { + background-color: var(--orange-900) !important; +} +.active\:bg-orange-50[data-v-09e76035]:active { + background-color: var(--orange-50) !important; +} +.active\:bg-orange-100[data-v-09e76035]:active { + background-color: var(--orange-100) !important; +} +.active\:bg-orange-200[data-v-09e76035]:active { + background-color: var(--orange-200) !important; +} +.active\:bg-orange-300[data-v-09e76035]:active { + background-color: var(--orange-300) !important; +} +.active\:bg-orange-400[data-v-09e76035]:active { + background-color: var(--orange-400) !important; +} +.active\:bg-orange-500[data-v-09e76035]:active { + background-color: var(--orange-500) !important; +} +.active\:bg-orange-600[data-v-09e76035]:active { + background-color: var(--orange-600) !important; +} +.active\:bg-orange-700[data-v-09e76035]:active { + background-color: var(--orange-700) !important; +} +.active\:bg-orange-800[data-v-09e76035]:active { + background-color: var(--orange-800) !important; +} +.active\:bg-orange-900[data-v-09e76035]:active { + background-color: var(--orange-900) !important; +} +.bg-bluegray-50[data-v-09e76035] { + background-color: var(--bluegray-50) !important; +} +.bg-bluegray-100[data-v-09e76035] { + background-color: var(--bluegray-100) !important; +} +.bg-bluegray-200[data-v-09e76035] { + background-color: var(--bluegray-200) !important; +} +.bg-bluegray-300[data-v-09e76035] { + background-color: var(--bluegray-300) !important; +} +.bg-bluegray-400[data-v-09e76035] { + background-color: var(--bluegray-400) !important; +} +.bg-bluegray-500[data-v-09e76035] { + background-color: var(--bluegray-500) !important; +} +.bg-bluegray-600[data-v-09e76035] { + background-color: var(--bluegray-600) !important; +} +.bg-bluegray-700[data-v-09e76035] { + background-color: var(--bluegray-700) !important; +} +.bg-bluegray-800[data-v-09e76035] { + background-color: var(--bluegray-800) !important; +} +.bg-bluegray-900[data-v-09e76035] { + background-color: var(--bluegray-900) !important; +} +.focus\:bg-bluegray-50[data-v-09e76035]:focus { + background-color: var(--bluegray-50) !important; +} +.focus\:bg-bluegray-100[data-v-09e76035]:focus { + background-color: var(--bluegray-100) !important; +} +.focus\:bg-bluegray-200[data-v-09e76035]:focus { + background-color: var(--bluegray-200) !important; +} +.focus\:bg-bluegray-300[data-v-09e76035]:focus { + background-color: var(--bluegray-300) !important; +} +.focus\:bg-bluegray-400[data-v-09e76035]:focus { + background-color: var(--bluegray-400) !important; +} +.focus\:bg-bluegray-500[data-v-09e76035]:focus { + background-color: var(--bluegray-500) !important; +} +.focus\:bg-bluegray-600[data-v-09e76035]:focus { + background-color: var(--bluegray-600) !important; +} +.focus\:bg-bluegray-700[data-v-09e76035]:focus { + background-color: var(--bluegray-700) !important; +} +.focus\:bg-bluegray-800[data-v-09e76035]:focus { + background-color: var(--bluegray-800) !important; +} +.focus\:bg-bluegray-900[data-v-09e76035]:focus { + background-color: var(--bluegray-900) !important; +} +.hover\:bg-bluegray-50[data-v-09e76035]:hover { + background-color: var(--bluegray-50) !important; +} +.hover\:bg-bluegray-100[data-v-09e76035]:hover { + background-color: var(--bluegray-100) !important; +} +.hover\:bg-bluegray-200[data-v-09e76035]:hover { + background-color: var(--bluegray-200) !important; +} +.hover\:bg-bluegray-300[data-v-09e76035]:hover { + background-color: var(--bluegray-300) !important; +} +.hover\:bg-bluegray-400[data-v-09e76035]:hover { + background-color: var(--bluegray-400) !important; +} +.hover\:bg-bluegray-500[data-v-09e76035]:hover { + background-color: var(--bluegray-500) !important; +} +.hover\:bg-bluegray-600[data-v-09e76035]:hover { + background-color: var(--bluegray-600) !important; +} +.hover\:bg-bluegray-700[data-v-09e76035]:hover { + background-color: var(--bluegray-700) !important; +} +.hover\:bg-bluegray-800[data-v-09e76035]:hover { + background-color: var(--bluegray-800) !important; +} +.hover\:bg-bluegray-900[data-v-09e76035]:hover { + background-color: var(--bluegray-900) !important; +} +.active\:bg-bluegray-50[data-v-09e76035]:active { + background-color: var(--bluegray-50) !important; +} +.active\:bg-bluegray-100[data-v-09e76035]:active { + background-color: var(--bluegray-100) !important; +} +.active\:bg-bluegray-200[data-v-09e76035]:active { + background-color: var(--bluegray-200) !important; +} +.active\:bg-bluegray-300[data-v-09e76035]:active { + background-color: var(--bluegray-300) !important; +} +.active\:bg-bluegray-400[data-v-09e76035]:active { + background-color: var(--bluegray-400) !important; +} +.active\:bg-bluegray-500[data-v-09e76035]:active { + background-color: var(--bluegray-500) !important; +} +.active\:bg-bluegray-600[data-v-09e76035]:active { + background-color: var(--bluegray-600) !important; +} +.active\:bg-bluegray-700[data-v-09e76035]:active { + background-color: var(--bluegray-700) !important; +} +.active\:bg-bluegray-800[data-v-09e76035]:active { + background-color: var(--bluegray-800) !important; +} +.active\:bg-bluegray-900[data-v-09e76035]:active { + background-color: var(--bluegray-900) !important; +} +.bg-purple-50[data-v-09e76035] { + background-color: var(--purple-50) !important; +} +.bg-purple-100[data-v-09e76035] { + background-color: var(--purple-100) !important; +} +.bg-purple-200[data-v-09e76035] { + background-color: var(--purple-200) !important; +} +.bg-purple-300[data-v-09e76035] { + background-color: var(--purple-300) !important; +} +.bg-purple-400[data-v-09e76035] { + background-color: var(--purple-400) !important; +} +.bg-purple-500[data-v-09e76035] { + background-color: var(--purple-500) !important; +} +.bg-purple-600[data-v-09e76035] { + background-color: var(--purple-600) !important; +} +.bg-purple-700[data-v-09e76035] { + background-color: var(--purple-700) !important; +} +.bg-purple-800[data-v-09e76035] { + background-color: var(--purple-800) !important; +} +.bg-purple-900[data-v-09e76035] { + background-color: var(--purple-900) !important; +} +.focus\:bg-purple-50[data-v-09e76035]:focus { + background-color: var(--purple-50) !important; +} +.focus\:bg-purple-100[data-v-09e76035]:focus { + background-color: var(--purple-100) !important; +} +.focus\:bg-purple-200[data-v-09e76035]:focus { + background-color: var(--purple-200) !important; +} +.focus\:bg-purple-300[data-v-09e76035]:focus { + background-color: var(--purple-300) !important; +} +.focus\:bg-purple-400[data-v-09e76035]:focus { + background-color: var(--purple-400) !important; +} +.focus\:bg-purple-500[data-v-09e76035]:focus { + background-color: var(--purple-500) !important; +} +.focus\:bg-purple-600[data-v-09e76035]:focus { + background-color: var(--purple-600) !important; +} +.focus\:bg-purple-700[data-v-09e76035]:focus { + background-color: var(--purple-700) !important; +} +.focus\:bg-purple-800[data-v-09e76035]:focus { + background-color: var(--purple-800) !important; +} +.focus\:bg-purple-900[data-v-09e76035]:focus { + background-color: var(--purple-900) !important; +} +.hover\:bg-purple-50[data-v-09e76035]:hover { + background-color: var(--purple-50) !important; +} +.hover\:bg-purple-100[data-v-09e76035]:hover { + background-color: var(--purple-100) !important; +} +.hover\:bg-purple-200[data-v-09e76035]:hover { + background-color: var(--purple-200) !important; +} +.hover\:bg-purple-300[data-v-09e76035]:hover { + background-color: var(--purple-300) !important; +} +.hover\:bg-purple-400[data-v-09e76035]:hover { + background-color: var(--purple-400) !important; +} +.hover\:bg-purple-500[data-v-09e76035]:hover { + background-color: var(--purple-500) !important; +} +.hover\:bg-purple-600[data-v-09e76035]:hover { + background-color: var(--purple-600) !important; +} +.hover\:bg-purple-700[data-v-09e76035]:hover { + background-color: var(--purple-700) !important; +} +.hover\:bg-purple-800[data-v-09e76035]:hover { + background-color: var(--purple-800) !important; +} +.hover\:bg-purple-900[data-v-09e76035]:hover { + background-color: var(--purple-900) !important; +} +.active\:bg-purple-50[data-v-09e76035]:active { + background-color: var(--purple-50) !important; +} +.active\:bg-purple-100[data-v-09e76035]:active { + background-color: var(--purple-100) !important; +} +.active\:bg-purple-200[data-v-09e76035]:active { + background-color: var(--purple-200) !important; +} +.active\:bg-purple-300[data-v-09e76035]:active { + background-color: var(--purple-300) !important; +} +.active\:bg-purple-400[data-v-09e76035]:active { + background-color: var(--purple-400) !important; +} +.active\:bg-purple-500[data-v-09e76035]:active { + background-color: var(--purple-500) !important; +} +.active\:bg-purple-600[data-v-09e76035]:active { + background-color: var(--purple-600) !important; +} +.active\:bg-purple-700[data-v-09e76035]:active { + background-color: var(--purple-700) !important; +} +.active\:bg-purple-800[data-v-09e76035]:active { + background-color: var(--purple-800) !important; +} +.active\:bg-purple-900[data-v-09e76035]:active { + background-color: var(--purple-900) !important; +} +.bg-gray-50[data-v-09e76035] { + background-color: var(--gray-50) !important; +} +.bg-gray-100[data-v-09e76035] { + background-color: var(--gray-100) !important; +} +.bg-gray-200[data-v-09e76035] { + background-color: var(--gray-200) !important; +} +.bg-gray-300[data-v-09e76035] { + background-color: var(--gray-300) !important; +} +.bg-gray-400[data-v-09e76035] { + background-color: var(--gray-400) !important; +} +.bg-gray-500[data-v-09e76035] { + background-color: var(--gray-500) !important; +} +.bg-gray-600[data-v-09e76035] { + background-color: var(--gray-600) !important; +} +.bg-gray-700[data-v-09e76035] { + background-color: var(--gray-700) !important; +} +.bg-gray-800[data-v-09e76035] { + background-color: var(--gray-800) !important; +} +.bg-gray-900[data-v-09e76035] { + background-color: var(--gray-900) !important; +} +.focus\:bg-gray-50[data-v-09e76035]:focus { + background-color: var(--gray-50) !important; +} +.focus\:bg-gray-100[data-v-09e76035]:focus { + background-color: var(--gray-100) !important; +} +.focus\:bg-gray-200[data-v-09e76035]:focus { + background-color: var(--gray-200) !important; +} +.focus\:bg-gray-300[data-v-09e76035]:focus { + background-color: var(--gray-300) !important; +} +.focus\:bg-gray-400[data-v-09e76035]:focus { + background-color: var(--gray-400) !important; +} +.focus\:bg-gray-500[data-v-09e76035]:focus { + background-color: var(--gray-500) !important; +} +.focus\:bg-gray-600[data-v-09e76035]:focus { + background-color: var(--gray-600) !important; +} +.focus\:bg-gray-700[data-v-09e76035]:focus { + background-color: var(--gray-700) !important; +} +.focus\:bg-gray-800[data-v-09e76035]:focus { + background-color: var(--gray-800) !important; +} +.focus\:bg-gray-900[data-v-09e76035]:focus { + background-color: var(--gray-900) !important; +} +.hover\:bg-gray-50[data-v-09e76035]:hover { + background-color: var(--gray-50) !important; +} +.hover\:bg-gray-100[data-v-09e76035]:hover { + background-color: var(--gray-100) !important; +} +.hover\:bg-gray-200[data-v-09e76035]:hover { + background-color: var(--gray-200) !important; +} +.hover\:bg-gray-300[data-v-09e76035]:hover { + background-color: var(--gray-300) !important; +} +.hover\:bg-gray-400[data-v-09e76035]:hover { + background-color: var(--gray-400) !important; +} +.hover\:bg-gray-500[data-v-09e76035]:hover { + background-color: var(--gray-500) !important; +} +.hover\:bg-gray-600[data-v-09e76035]:hover { + background-color: var(--gray-600) !important; +} +.hover\:bg-gray-700[data-v-09e76035]:hover { + background-color: var(--gray-700) !important; +} +.hover\:bg-gray-800[data-v-09e76035]:hover { + background-color: var(--gray-800) !important; +} +.hover\:bg-gray-900[data-v-09e76035]:hover { + background-color: var(--gray-900) !important; +} +.active\:bg-gray-50[data-v-09e76035]:active { + background-color: var(--gray-50) !important; +} +.active\:bg-gray-100[data-v-09e76035]:active { + background-color: var(--gray-100) !important; +} +.active\:bg-gray-200[data-v-09e76035]:active { + background-color: var(--gray-200) !important; +} +.active\:bg-gray-300[data-v-09e76035]:active { + background-color: var(--gray-300) !important; +} +.active\:bg-gray-400[data-v-09e76035]:active { + background-color: var(--gray-400) !important; +} +.active\:bg-gray-500[data-v-09e76035]:active { + background-color: var(--gray-500) !important; +} +.active\:bg-gray-600[data-v-09e76035]:active { + background-color: var(--gray-600) !important; +} +.active\:bg-gray-700[data-v-09e76035]:active { + background-color: var(--gray-700) !important; +} +.active\:bg-gray-800[data-v-09e76035]:active { + background-color: var(--gray-800) !important; +} +.active\:bg-gray-900[data-v-09e76035]:active { + background-color: var(--gray-900) !important; +} +.bg-red-50[data-v-09e76035] { + background-color: var(--red-50) !important; +} +.bg-red-100[data-v-09e76035] { + background-color: var(--red-100) !important; +} +.bg-red-200[data-v-09e76035] { + background-color: var(--red-200) !important; +} +.bg-red-300[data-v-09e76035] { + background-color: var(--red-300) !important; +} +.bg-red-400[data-v-09e76035] { + background-color: var(--red-400) !important; +} +.bg-red-500[data-v-09e76035] { + background-color: var(--red-500) !important; +} +.bg-red-600[data-v-09e76035] { + background-color: var(--red-600) !important; +} +.bg-red-700[data-v-09e76035] { + background-color: var(--red-700) !important; +} +.bg-red-800[data-v-09e76035] { + background-color: var(--red-800) !important; +} +.bg-red-900[data-v-09e76035] { + background-color: var(--red-900) !important; +} +.focus\:bg-red-50[data-v-09e76035]:focus { + background-color: var(--red-50) !important; +} +.focus\:bg-red-100[data-v-09e76035]:focus { + background-color: var(--red-100) !important; +} +.focus\:bg-red-200[data-v-09e76035]:focus { + background-color: var(--red-200) !important; +} +.focus\:bg-red-300[data-v-09e76035]:focus { + background-color: var(--red-300) !important; +} +.focus\:bg-red-400[data-v-09e76035]:focus { + background-color: var(--red-400) !important; +} +.focus\:bg-red-500[data-v-09e76035]:focus { + background-color: var(--red-500) !important; +} +.focus\:bg-red-600[data-v-09e76035]:focus { + background-color: var(--red-600) !important; +} +.focus\:bg-red-700[data-v-09e76035]:focus { + background-color: var(--red-700) !important; +} +.focus\:bg-red-800[data-v-09e76035]:focus { + background-color: var(--red-800) !important; +} +.focus\:bg-red-900[data-v-09e76035]:focus { + background-color: var(--red-900) !important; +} +.hover\:bg-red-50[data-v-09e76035]:hover { + background-color: var(--red-50) !important; +} +.hover\:bg-red-100[data-v-09e76035]:hover { + background-color: var(--red-100) !important; +} +.hover\:bg-red-200[data-v-09e76035]:hover { + background-color: var(--red-200) !important; +} +.hover\:bg-red-300[data-v-09e76035]:hover { + background-color: var(--red-300) !important; +} +.hover\:bg-red-400[data-v-09e76035]:hover { + background-color: var(--red-400) !important; +} +.hover\:bg-red-500[data-v-09e76035]:hover { + background-color: var(--red-500) !important; +} +.hover\:bg-red-600[data-v-09e76035]:hover { + background-color: var(--red-600) !important; +} +.hover\:bg-red-700[data-v-09e76035]:hover { + background-color: var(--red-700) !important; +} +.hover\:bg-red-800[data-v-09e76035]:hover { + background-color: var(--red-800) !important; +} +.hover\:bg-red-900[data-v-09e76035]:hover { + background-color: var(--red-900) !important; +} +.active\:bg-red-50[data-v-09e76035]:active { + background-color: var(--red-50) !important; +} +.active\:bg-red-100[data-v-09e76035]:active { + background-color: var(--red-100) !important; +} +.active\:bg-red-200[data-v-09e76035]:active { + background-color: var(--red-200) !important; +} +.active\:bg-red-300[data-v-09e76035]:active { + background-color: var(--red-300) !important; +} +.active\:bg-red-400[data-v-09e76035]:active { + background-color: var(--red-400) !important; +} +.active\:bg-red-500[data-v-09e76035]:active { + background-color: var(--red-500) !important; +} +.active\:bg-red-600[data-v-09e76035]:active { + background-color: var(--red-600) !important; +} +.active\:bg-red-700[data-v-09e76035]:active { + background-color: var(--red-700) !important; +} +.active\:bg-red-800[data-v-09e76035]:active { + background-color: var(--red-800) !important; +} +.active\:bg-red-900[data-v-09e76035]:active { + background-color: var(--red-900) !important; +} +.bg-primary-50[data-v-09e76035] { + background-color: var(--primary-50) !important; +} +.bg-primary-100[data-v-09e76035] { + background-color: var(--primary-100) !important; +} +.bg-primary-200[data-v-09e76035] { + background-color: var(--primary-200) !important; +} +.bg-primary-300[data-v-09e76035] { + background-color: var(--primary-300) !important; +} +.bg-primary-400[data-v-09e76035] { + background-color: var(--primary-400) !important; +} +.bg-primary-500[data-v-09e76035] { + background-color: var(--primary-500) !important; +} +.bg-primary-600[data-v-09e76035] { + background-color: var(--primary-600) !important; +} +.bg-primary-700[data-v-09e76035] { + background-color: var(--primary-700) !important; +} +.bg-primary-800[data-v-09e76035] { + background-color: var(--primary-800) !important; +} +.bg-primary-900[data-v-09e76035] { + background-color: var(--primary-900) !important; +} +.focus\:bg-primary-50[data-v-09e76035]:focus { + background-color: var(--primary-50) !important; +} +.focus\:bg-primary-100[data-v-09e76035]:focus { + background-color: var(--primary-100) !important; +} +.focus\:bg-primary-200[data-v-09e76035]:focus { + background-color: var(--primary-200) !important; +} +.focus\:bg-primary-300[data-v-09e76035]:focus { + background-color: var(--primary-300) !important; +} +.focus\:bg-primary-400[data-v-09e76035]:focus { + background-color: var(--primary-400) !important; +} +.focus\:bg-primary-500[data-v-09e76035]:focus { + background-color: var(--primary-500) !important; +} +.focus\:bg-primary-600[data-v-09e76035]:focus { + background-color: var(--primary-600) !important; +} +.focus\:bg-primary-700[data-v-09e76035]:focus { + background-color: var(--primary-700) !important; +} +.focus\:bg-primary-800[data-v-09e76035]:focus { + background-color: var(--primary-800) !important; +} +.focus\:bg-primary-900[data-v-09e76035]:focus { + background-color: var(--primary-900) !important; +} +.hover\:bg-primary-50[data-v-09e76035]:hover { + background-color: var(--primary-50) !important; +} +.hover\:bg-primary-100[data-v-09e76035]:hover { + background-color: var(--primary-100) !important; +} +.hover\:bg-primary-200[data-v-09e76035]:hover { + background-color: var(--primary-200) !important; +} +.hover\:bg-primary-300[data-v-09e76035]:hover { + background-color: var(--primary-300) !important; +} +.hover\:bg-primary-400[data-v-09e76035]:hover { + background-color: var(--primary-400) !important; +} +.hover\:bg-primary-500[data-v-09e76035]:hover { + background-color: var(--primary-500) !important; +} +.hover\:bg-primary-600[data-v-09e76035]:hover { + background-color: var(--primary-600) !important; +} +.hover\:bg-primary-700[data-v-09e76035]:hover { + background-color: var(--primary-700) !important; +} +.hover\:bg-primary-800[data-v-09e76035]:hover { + background-color: var(--primary-800) !important; +} +.hover\:bg-primary-900[data-v-09e76035]:hover { + background-color: var(--primary-900) !important; +} +.active\:bg-primary-50[data-v-09e76035]:active { + background-color: var(--primary-50) !important; +} +.active\:bg-primary-100[data-v-09e76035]:active { + background-color: var(--primary-100) !important; +} +.active\:bg-primary-200[data-v-09e76035]:active { + background-color: var(--primary-200) !important; +} +.active\:bg-primary-300[data-v-09e76035]:active { + background-color: var(--primary-300) !important; +} +.active\:bg-primary-400[data-v-09e76035]:active { + background-color: var(--primary-400) !important; +} +.active\:bg-primary-500[data-v-09e76035]:active { + background-color: var(--primary-500) !important; +} +.active\:bg-primary-600[data-v-09e76035]:active { + background-color: var(--primary-600) !important; +} +.active\:bg-primary-700[data-v-09e76035]:active { + background-color: var(--primary-700) !important; +} +.active\:bg-primary-800[data-v-09e76035]:active { + background-color: var(--primary-800) !important; +} +.active\:bg-primary-900[data-v-09e76035]:active { + background-color: var(--primary-900) !important; +} +.border-blue-50[data-v-09e76035] { + border-color: var(--blue-50) !important; +} +.border-blue-100[data-v-09e76035] { + border-color: var(--blue-100) !important; +} +.border-blue-200[data-v-09e76035] { + border-color: var(--blue-200) !important; +} +.border-blue-300[data-v-09e76035] { + border-color: var(--blue-300) !important; +} +.border-blue-400[data-v-09e76035] { + border-color: var(--blue-400) !important; +} +.border-blue-500[data-v-09e76035] { + border-color: var(--blue-500) !important; +} +.border-blue-600[data-v-09e76035] { + border-color: var(--blue-600) !important; +} +.border-blue-700[data-v-09e76035] { + border-color: var(--blue-700) !important; +} +.border-blue-800[data-v-09e76035] { + border-color: var(--blue-800) !important; +} +.border-blue-900[data-v-09e76035] { + border-color: var(--blue-900) !important; +} +.focus\:border-blue-50[data-v-09e76035]:focus { + border-color: var(--blue-50) !important; +} +.focus\:border-blue-100[data-v-09e76035]:focus { + border-color: var(--blue-100) !important; +} +.focus\:border-blue-200[data-v-09e76035]:focus { + border-color: var(--blue-200) !important; +} +.focus\:border-blue-300[data-v-09e76035]:focus { + border-color: var(--blue-300) !important; +} +.focus\:border-blue-400[data-v-09e76035]:focus { + border-color: var(--blue-400) !important; +} +.focus\:border-blue-500[data-v-09e76035]:focus { + border-color: var(--blue-500) !important; +} +.focus\:border-blue-600[data-v-09e76035]:focus { + border-color: var(--blue-600) !important; +} +.focus\:border-blue-700[data-v-09e76035]:focus { + border-color: var(--blue-700) !important; +} +.focus\:border-blue-800[data-v-09e76035]:focus { + border-color: var(--blue-800) !important; +} +.focus\:border-blue-900[data-v-09e76035]:focus { + border-color: var(--blue-900) !important; +} +.hover\:border-blue-50[data-v-09e76035]:hover { + border-color: var(--blue-50) !important; +} +.hover\:border-blue-100[data-v-09e76035]:hover { + border-color: var(--blue-100) !important; +} +.hover\:border-blue-200[data-v-09e76035]:hover { + border-color: var(--blue-200) !important; +} +.hover\:border-blue-300[data-v-09e76035]:hover { + border-color: var(--blue-300) !important; +} +.hover\:border-blue-400[data-v-09e76035]:hover { + border-color: var(--blue-400) !important; +} +.hover\:border-blue-500[data-v-09e76035]:hover { + border-color: var(--blue-500) !important; +} +.hover\:border-blue-600[data-v-09e76035]:hover { + border-color: var(--blue-600) !important; +} +.hover\:border-blue-700[data-v-09e76035]:hover { + border-color: var(--blue-700) !important; +} +.hover\:border-blue-800[data-v-09e76035]:hover { + border-color: var(--blue-800) !important; +} +.hover\:border-blue-900[data-v-09e76035]:hover { + border-color: var(--blue-900) !important; +} +.active\:border-blue-50[data-v-09e76035]:active { + border-color: var(--blue-50) !important; +} +.active\:border-blue-100[data-v-09e76035]:active { + border-color: var(--blue-100) !important; +} +.active\:border-blue-200[data-v-09e76035]:active { + border-color: var(--blue-200) !important; +} +.active\:border-blue-300[data-v-09e76035]:active { + border-color: var(--blue-300) !important; +} +.active\:border-blue-400[data-v-09e76035]:active { + border-color: var(--blue-400) !important; +} +.active\:border-blue-500[data-v-09e76035]:active { + border-color: var(--blue-500) !important; +} +.active\:border-blue-600[data-v-09e76035]:active { + border-color: var(--blue-600) !important; +} +.active\:border-blue-700[data-v-09e76035]:active { + border-color: var(--blue-700) !important; +} +.active\:border-blue-800[data-v-09e76035]:active { + border-color: var(--blue-800) !important; +} +.active\:border-blue-900[data-v-09e76035]:active { + border-color: var(--blue-900) !important; +} +.border-green-50[data-v-09e76035] { + border-color: var(--green-50) !important; +} +.border-green-100[data-v-09e76035] { + border-color: var(--green-100) !important; +} +.border-green-200[data-v-09e76035] { + border-color: var(--green-200) !important; +} +.border-green-300[data-v-09e76035] { + border-color: var(--green-300) !important; +} +.border-green-400[data-v-09e76035] { + border-color: var(--green-400) !important; +} +.border-green-500[data-v-09e76035] { + border-color: var(--green-500) !important; +} +.border-green-600[data-v-09e76035] { + border-color: var(--green-600) !important; +} +.border-green-700[data-v-09e76035] { + border-color: var(--green-700) !important; +} +.border-green-800[data-v-09e76035] { + border-color: var(--green-800) !important; +} +.border-green-900[data-v-09e76035] { + border-color: var(--green-900) !important; +} +.focus\:border-green-50[data-v-09e76035]:focus { + border-color: var(--green-50) !important; +} +.focus\:border-green-100[data-v-09e76035]:focus { + border-color: var(--green-100) !important; +} +.focus\:border-green-200[data-v-09e76035]:focus { + border-color: var(--green-200) !important; +} +.focus\:border-green-300[data-v-09e76035]:focus { + border-color: var(--green-300) !important; +} +.focus\:border-green-400[data-v-09e76035]:focus { + border-color: var(--green-400) !important; +} +.focus\:border-green-500[data-v-09e76035]:focus { + border-color: var(--green-500) !important; +} +.focus\:border-green-600[data-v-09e76035]:focus { + border-color: var(--green-600) !important; +} +.focus\:border-green-700[data-v-09e76035]:focus { + border-color: var(--green-700) !important; +} +.focus\:border-green-800[data-v-09e76035]:focus { + border-color: var(--green-800) !important; +} +.focus\:border-green-900[data-v-09e76035]:focus { + border-color: var(--green-900) !important; +} +.hover\:border-green-50[data-v-09e76035]:hover { + border-color: var(--green-50) !important; +} +.hover\:border-green-100[data-v-09e76035]:hover { + border-color: var(--green-100) !important; +} +.hover\:border-green-200[data-v-09e76035]:hover { + border-color: var(--green-200) !important; +} +.hover\:border-green-300[data-v-09e76035]:hover { + border-color: var(--green-300) !important; +} +.hover\:border-green-400[data-v-09e76035]:hover { + border-color: var(--green-400) !important; +} +.hover\:border-green-500[data-v-09e76035]:hover { + border-color: var(--green-500) !important; +} +.hover\:border-green-600[data-v-09e76035]:hover { + border-color: var(--green-600) !important; +} +.hover\:border-green-700[data-v-09e76035]:hover { + border-color: var(--green-700) !important; +} +.hover\:border-green-800[data-v-09e76035]:hover { + border-color: var(--green-800) !important; +} +.hover\:border-green-900[data-v-09e76035]:hover { + border-color: var(--green-900) !important; +} +.active\:border-green-50[data-v-09e76035]:active { + border-color: var(--green-50) !important; +} +.active\:border-green-100[data-v-09e76035]:active { + border-color: var(--green-100) !important; +} +.active\:border-green-200[data-v-09e76035]:active { + border-color: var(--green-200) !important; +} +.active\:border-green-300[data-v-09e76035]:active { + border-color: var(--green-300) !important; +} +.active\:border-green-400[data-v-09e76035]:active { + border-color: var(--green-400) !important; +} +.active\:border-green-500[data-v-09e76035]:active { + border-color: var(--green-500) !important; +} +.active\:border-green-600[data-v-09e76035]:active { + border-color: var(--green-600) !important; +} +.active\:border-green-700[data-v-09e76035]:active { + border-color: var(--green-700) !important; +} +.active\:border-green-800[data-v-09e76035]:active { + border-color: var(--green-800) !important; +} +.active\:border-green-900[data-v-09e76035]:active { + border-color: var(--green-900) !important; +} +.border-yellow-50[data-v-09e76035] { + border-color: var(--yellow-50) !important; +} +.border-yellow-100[data-v-09e76035] { + border-color: var(--yellow-100) !important; +} +.border-yellow-200[data-v-09e76035] { + border-color: var(--yellow-200) !important; +} +.border-yellow-300[data-v-09e76035] { + border-color: var(--yellow-300) !important; +} +.border-yellow-400[data-v-09e76035] { + border-color: var(--yellow-400) !important; +} +.border-yellow-500[data-v-09e76035] { + border-color: var(--yellow-500) !important; +} +.border-yellow-600[data-v-09e76035] { + border-color: var(--yellow-600) !important; +} +.border-yellow-700[data-v-09e76035] { + border-color: var(--yellow-700) !important; +} +.border-yellow-800[data-v-09e76035] { + border-color: var(--yellow-800) !important; +} +.border-yellow-900[data-v-09e76035] { + border-color: var(--yellow-900) !important; +} +.focus\:border-yellow-50[data-v-09e76035]:focus { + border-color: var(--yellow-50) !important; +} +.focus\:border-yellow-100[data-v-09e76035]:focus { + border-color: var(--yellow-100) !important; +} +.focus\:border-yellow-200[data-v-09e76035]:focus { + border-color: var(--yellow-200) !important; +} +.focus\:border-yellow-300[data-v-09e76035]:focus { + border-color: var(--yellow-300) !important; +} +.focus\:border-yellow-400[data-v-09e76035]:focus { + border-color: var(--yellow-400) !important; +} +.focus\:border-yellow-500[data-v-09e76035]:focus { + border-color: var(--yellow-500) !important; +} +.focus\:border-yellow-600[data-v-09e76035]:focus { + border-color: var(--yellow-600) !important; +} +.focus\:border-yellow-700[data-v-09e76035]:focus { + border-color: var(--yellow-700) !important; +} +.focus\:border-yellow-800[data-v-09e76035]:focus { + border-color: var(--yellow-800) !important; +} +.focus\:border-yellow-900[data-v-09e76035]:focus { + border-color: var(--yellow-900) !important; +} +.hover\:border-yellow-50[data-v-09e76035]:hover { + border-color: var(--yellow-50) !important; +} +.hover\:border-yellow-100[data-v-09e76035]:hover { + border-color: var(--yellow-100) !important; +} +.hover\:border-yellow-200[data-v-09e76035]:hover { + border-color: var(--yellow-200) !important; +} +.hover\:border-yellow-300[data-v-09e76035]:hover { + border-color: var(--yellow-300) !important; +} +.hover\:border-yellow-400[data-v-09e76035]:hover { + border-color: var(--yellow-400) !important; +} +.hover\:border-yellow-500[data-v-09e76035]:hover { + border-color: var(--yellow-500) !important; +} +.hover\:border-yellow-600[data-v-09e76035]:hover { + border-color: var(--yellow-600) !important; +} +.hover\:border-yellow-700[data-v-09e76035]:hover { + border-color: var(--yellow-700) !important; +} +.hover\:border-yellow-800[data-v-09e76035]:hover { + border-color: var(--yellow-800) !important; +} +.hover\:border-yellow-900[data-v-09e76035]:hover { + border-color: var(--yellow-900) !important; +} +.active\:border-yellow-50[data-v-09e76035]:active { + border-color: var(--yellow-50) !important; +} +.active\:border-yellow-100[data-v-09e76035]:active { + border-color: var(--yellow-100) !important; +} +.active\:border-yellow-200[data-v-09e76035]:active { + border-color: var(--yellow-200) !important; +} +.active\:border-yellow-300[data-v-09e76035]:active { + border-color: var(--yellow-300) !important; +} +.active\:border-yellow-400[data-v-09e76035]:active { + border-color: var(--yellow-400) !important; +} +.active\:border-yellow-500[data-v-09e76035]:active { + border-color: var(--yellow-500) !important; +} +.active\:border-yellow-600[data-v-09e76035]:active { + border-color: var(--yellow-600) !important; +} +.active\:border-yellow-700[data-v-09e76035]:active { + border-color: var(--yellow-700) !important; +} +.active\:border-yellow-800[data-v-09e76035]:active { + border-color: var(--yellow-800) !important; +} +.active\:border-yellow-900[data-v-09e76035]:active { + border-color: var(--yellow-900) !important; +} +.border-cyan-50[data-v-09e76035] { + border-color: var(--cyan-50) !important; +} +.border-cyan-100[data-v-09e76035] { + border-color: var(--cyan-100) !important; +} +.border-cyan-200[data-v-09e76035] { + border-color: var(--cyan-200) !important; +} +.border-cyan-300[data-v-09e76035] { + border-color: var(--cyan-300) !important; +} +.border-cyan-400[data-v-09e76035] { + border-color: var(--cyan-400) !important; +} +.border-cyan-500[data-v-09e76035] { + border-color: var(--cyan-500) !important; +} +.border-cyan-600[data-v-09e76035] { + border-color: var(--cyan-600) !important; +} +.border-cyan-700[data-v-09e76035] { + border-color: var(--cyan-700) !important; +} +.border-cyan-800[data-v-09e76035] { + border-color: var(--cyan-800) !important; +} +.border-cyan-900[data-v-09e76035] { + border-color: var(--cyan-900) !important; +} +.focus\:border-cyan-50[data-v-09e76035]:focus { + border-color: var(--cyan-50) !important; +} +.focus\:border-cyan-100[data-v-09e76035]:focus { + border-color: var(--cyan-100) !important; +} +.focus\:border-cyan-200[data-v-09e76035]:focus { + border-color: var(--cyan-200) !important; +} +.focus\:border-cyan-300[data-v-09e76035]:focus { + border-color: var(--cyan-300) !important; +} +.focus\:border-cyan-400[data-v-09e76035]:focus { + border-color: var(--cyan-400) !important; +} +.focus\:border-cyan-500[data-v-09e76035]:focus { + border-color: var(--cyan-500) !important; +} +.focus\:border-cyan-600[data-v-09e76035]:focus { + border-color: var(--cyan-600) !important; +} +.focus\:border-cyan-700[data-v-09e76035]:focus { + border-color: var(--cyan-700) !important; +} +.focus\:border-cyan-800[data-v-09e76035]:focus { + border-color: var(--cyan-800) !important; +} +.focus\:border-cyan-900[data-v-09e76035]:focus { + border-color: var(--cyan-900) !important; +} +.hover\:border-cyan-50[data-v-09e76035]:hover { + border-color: var(--cyan-50) !important; +} +.hover\:border-cyan-100[data-v-09e76035]:hover { + border-color: var(--cyan-100) !important; +} +.hover\:border-cyan-200[data-v-09e76035]:hover { + border-color: var(--cyan-200) !important; +} +.hover\:border-cyan-300[data-v-09e76035]:hover { + border-color: var(--cyan-300) !important; +} +.hover\:border-cyan-400[data-v-09e76035]:hover { + border-color: var(--cyan-400) !important; +} +.hover\:border-cyan-500[data-v-09e76035]:hover { + border-color: var(--cyan-500) !important; +} +.hover\:border-cyan-600[data-v-09e76035]:hover { + border-color: var(--cyan-600) !important; +} +.hover\:border-cyan-700[data-v-09e76035]:hover { + border-color: var(--cyan-700) !important; +} +.hover\:border-cyan-800[data-v-09e76035]:hover { + border-color: var(--cyan-800) !important; +} +.hover\:border-cyan-900[data-v-09e76035]:hover { + border-color: var(--cyan-900) !important; +} +.active\:border-cyan-50[data-v-09e76035]:active { + border-color: var(--cyan-50) !important; +} +.active\:border-cyan-100[data-v-09e76035]:active { + border-color: var(--cyan-100) !important; +} +.active\:border-cyan-200[data-v-09e76035]:active { + border-color: var(--cyan-200) !important; +} +.active\:border-cyan-300[data-v-09e76035]:active { + border-color: var(--cyan-300) !important; +} +.active\:border-cyan-400[data-v-09e76035]:active { + border-color: var(--cyan-400) !important; +} +.active\:border-cyan-500[data-v-09e76035]:active { + border-color: var(--cyan-500) !important; +} +.active\:border-cyan-600[data-v-09e76035]:active { + border-color: var(--cyan-600) !important; +} +.active\:border-cyan-700[data-v-09e76035]:active { + border-color: var(--cyan-700) !important; +} +.active\:border-cyan-800[data-v-09e76035]:active { + border-color: var(--cyan-800) !important; +} +.active\:border-cyan-900[data-v-09e76035]:active { + border-color: var(--cyan-900) !important; +} +.border-pink-50[data-v-09e76035] { + border-color: var(--pink-50) !important; +} +.border-pink-100[data-v-09e76035] { + border-color: var(--pink-100) !important; +} +.border-pink-200[data-v-09e76035] { + border-color: var(--pink-200) !important; +} +.border-pink-300[data-v-09e76035] { + border-color: var(--pink-300) !important; +} +.border-pink-400[data-v-09e76035] { + border-color: var(--pink-400) !important; +} +.border-pink-500[data-v-09e76035] { + border-color: var(--pink-500) !important; +} +.border-pink-600[data-v-09e76035] { + border-color: var(--pink-600) !important; +} +.border-pink-700[data-v-09e76035] { + border-color: var(--pink-700) !important; +} +.border-pink-800[data-v-09e76035] { + border-color: var(--pink-800) !important; +} +.border-pink-900[data-v-09e76035] { + border-color: var(--pink-900) !important; +} +.focus\:border-pink-50[data-v-09e76035]:focus { + border-color: var(--pink-50) !important; +} +.focus\:border-pink-100[data-v-09e76035]:focus { + border-color: var(--pink-100) !important; +} +.focus\:border-pink-200[data-v-09e76035]:focus { + border-color: var(--pink-200) !important; +} +.focus\:border-pink-300[data-v-09e76035]:focus { + border-color: var(--pink-300) !important; +} +.focus\:border-pink-400[data-v-09e76035]:focus { + border-color: var(--pink-400) !important; +} +.focus\:border-pink-500[data-v-09e76035]:focus { + border-color: var(--pink-500) !important; +} +.focus\:border-pink-600[data-v-09e76035]:focus { + border-color: var(--pink-600) !important; +} +.focus\:border-pink-700[data-v-09e76035]:focus { + border-color: var(--pink-700) !important; +} +.focus\:border-pink-800[data-v-09e76035]:focus { + border-color: var(--pink-800) !important; +} +.focus\:border-pink-900[data-v-09e76035]:focus { + border-color: var(--pink-900) !important; +} +.hover\:border-pink-50[data-v-09e76035]:hover { + border-color: var(--pink-50) !important; +} +.hover\:border-pink-100[data-v-09e76035]:hover { + border-color: var(--pink-100) !important; +} +.hover\:border-pink-200[data-v-09e76035]:hover { + border-color: var(--pink-200) !important; +} +.hover\:border-pink-300[data-v-09e76035]:hover { + border-color: var(--pink-300) !important; +} +.hover\:border-pink-400[data-v-09e76035]:hover { + border-color: var(--pink-400) !important; +} +.hover\:border-pink-500[data-v-09e76035]:hover { + border-color: var(--pink-500) !important; +} +.hover\:border-pink-600[data-v-09e76035]:hover { + border-color: var(--pink-600) !important; +} +.hover\:border-pink-700[data-v-09e76035]:hover { + border-color: var(--pink-700) !important; +} +.hover\:border-pink-800[data-v-09e76035]:hover { + border-color: var(--pink-800) !important; +} +.hover\:border-pink-900[data-v-09e76035]:hover { + border-color: var(--pink-900) !important; +} +.active\:border-pink-50[data-v-09e76035]:active { + border-color: var(--pink-50) !important; +} +.active\:border-pink-100[data-v-09e76035]:active { + border-color: var(--pink-100) !important; +} +.active\:border-pink-200[data-v-09e76035]:active { + border-color: var(--pink-200) !important; +} +.active\:border-pink-300[data-v-09e76035]:active { + border-color: var(--pink-300) !important; +} +.active\:border-pink-400[data-v-09e76035]:active { + border-color: var(--pink-400) !important; +} +.active\:border-pink-500[data-v-09e76035]:active { + border-color: var(--pink-500) !important; +} +.active\:border-pink-600[data-v-09e76035]:active { + border-color: var(--pink-600) !important; +} +.active\:border-pink-700[data-v-09e76035]:active { + border-color: var(--pink-700) !important; +} +.active\:border-pink-800[data-v-09e76035]:active { + border-color: var(--pink-800) !important; +} +.active\:border-pink-900[data-v-09e76035]:active { + border-color: var(--pink-900) !important; +} +.border-indigo-50[data-v-09e76035] { + border-color: var(--indigo-50) !important; +} +.border-indigo-100[data-v-09e76035] { + border-color: var(--indigo-100) !important; +} +.border-indigo-200[data-v-09e76035] { + border-color: var(--indigo-200) !important; +} +.border-indigo-300[data-v-09e76035] { + border-color: var(--indigo-300) !important; +} +.border-indigo-400[data-v-09e76035] { + border-color: var(--indigo-400) !important; +} +.border-indigo-500[data-v-09e76035] { + border-color: var(--indigo-500) !important; +} +.border-indigo-600[data-v-09e76035] { + border-color: var(--indigo-600) !important; +} +.border-indigo-700[data-v-09e76035] { + border-color: var(--indigo-700) !important; +} +.border-indigo-800[data-v-09e76035] { + border-color: var(--indigo-800) !important; +} +.border-indigo-900[data-v-09e76035] { + border-color: var(--indigo-900) !important; +} +.focus\:border-indigo-50[data-v-09e76035]:focus { + border-color: var(--indigo-50) !important; +} +.focus\:border-indigo-100[data-v-09e76035]:focus { + border-color: var(--indigo-100) !important; +} +.focus\:border-indigo-200[data-v-09e76035]:focus { + border-color: var(--indigo-200) !important; +} +.focus\:border-indigo-300[data-v-09e76035]:focus { + border-color: var(--indigo-300) !important; +} +.focus\:border-indigo-400[data-v-09e76035]:focus { + border-color: var(--indigo-400) !important; +} +.focus\:border-indigo-500[data-v-09e76035]:focus { + border-color: var(--indigo-500) !important; +} +.focus\:border-indigo-600[data-v-09e76035]:focus { + border-color: var(--indigo-600) !important; +} +.focus\:border-indigo-700[data-v-09e76035]:focus { + border-color: var(--indigo-700) !important; +} +.focus\:border-indigo-800[data-v-09e76035]:focus { + border-color: var(--indigo-800) !important; +} +.focus\:border-indigo-900[data-v-09e76035]:focus { + border-color: var(--indigo-900) !important; +} +.hover\:border-indigo-50[data-v-09e76035]:hover { + border-color: var(--indigo-50) !important; +} +.hover\:border-indigo-100[data-v-09e76035]:hover { + border-color: var(--indigo-100) !important; +} +.hover\:border-indigo-200[data-v-09e76035]:hover { + border-color: var(--indigo-200) !important; +} +.hover\:border-indigo-300[data-v-09e76035]:hover { + border-color: var(--indigo-300) !important; +} +.hover\:border-indigo-400[data-v-09e76035]:hover { + border-color: var(--indigo-400) !important; +} +.hover\:border-indigo-500[data-v-09e76035]:hover { + border-color: var(--indigo-500) !important; +} +.hover\:border-indigo-600[data-v-09e76035]:hover { + border-color: var(--indigo-600) !important; +} +.hover\:border-indigo-700[data-v-09e76035]:hover { + border-color: var(--indigo-700) !important; +} +.hover\:border-indigo-800[data-v-09e76035]:hover { + border-color: var(--indigo-800) !important; +} +.hover\:border-indigo-900[data-v-09e76035]:hover { + border-color: var(--indigo-900) !important; +} +.active\:border-indigo-50[data-v-09e76035]:active { + border-color: var(--indigo-50) !important; +} +.active\:border-indigo-100[data-v-09e76035]:active { + border-color: var(--indigo-100) !important; +} +.active\:border-indigo-200[data-v-09e76035]:active { + border-color: var(--indigo-200) !important; +} +.active\:border-indigo-300[data-v-09e76035]:active { + border-color: var(--indigo-300) !important; +} +.active\:border-indigo-400[data-v-09e76035]:active { + border-color: var(--indigo-400) !important; +} +.active\:border-indigo-500[data-v-09e76035]:active { + border-color: var(--indigo-500) !important; +} +.active\:border-indigo-600[data-v-09e76035]:active { + border-color: var(--indigo-600) !important; +} +.active\:border-indigo-700[data-v-09e76035]:active { + border-color: var(--indigo-700) !important; +} +.active\:border-indigo-800[data-v-09e76035]:active { + border-color: var(--indigo-800) !important; +} +.active\:border-indigo-900[data-v-09e76035]:active { + border-color: var(--indigo-900) !important; +} +.border-teal-50[data-v-09e76035] { + border-color: var(--teal-50) !important; +} +.border-teal-100[data-v-09e76035] { + border-color: var(--teal-100) !important; +} +.border-teal-200[data-v-09e76035] { + border-color: var(--teal-200) !important; +} +.border-teal-300[data-v-09e76035] { + border-color: var(--teal-300) !important; +} +.border-teal-400[data-v-09e76035] { + border-color: var(--teal-400) !important; +} +.border-teal-500[data-v-09e76035] { + border-color: var(--teal-500) !important; +} +.border-teal-600[data-v-09e76035] { + border-color: var(--teal-600) !important; +} +.border-teal-700[data-v-09e76035] { + border-color: var(--teal-700) !important; +} +.border-teal-800[data-v-09e76035] { + border-color: var(--teal-800) !important; +} +.border-teal-900[data-v-09e76035] { + border-color: var(--teal-900) !important; +} +.focus\:border-teal-50[data-v-09e76035]:focus { + border-color: var(--teal-50) !important; +} +.focus\:border-teal-100[data-v-09e76035]:focus { + border-color: var(--teal-100) !important; +} +.focus\:border-teal-200[data-v-09e76035]:focus { + border-color: var(--teal-200) !important; +} +.focus\:border-teal-300[data-v-09e76035]:focus { + border-color: var(--teal-300) !important; +} +.focus\:border-teal-400[data-v-09e76035]:focus { + border-color: var(--teal-400) !important; +} +.focus\:border-teal-500[data-v-09e76035]:focus { + border-color: var(--teal-500) !important; +} +.focus\:border-teal-600[data-v-09e76035]:focus { + border-color: var(--teal-600) !important; +} +.focus\:border-teal-700[data-v-09e76035]:focus { + border-color: var(--teal-700) !important; +} +.focus\:border-teal-800[data-v-09e76035]:focus { + border-color: var(--teal-800) !important; +} +.focus\:border-teal-900[data-v-09e76035]:focus { + border-color: var(--teal-900) !important; +} +.hover\:border-teal-50[data-v-09e76035]:hover { + border-color: var(--teal-50) !important; +} +.hover\:border-teal-100[data-v-09e76035]:hover { + border-color: var(--teal-100) !important; +} +.hover\:border-teal-200[data-v-09e76035]:hover { + border-color: var(--teal-200) !important; +} +.hover\:border-teal-300[data-v-09e76035]:hover { + border-color: var(--teal-300) !important; +} +.hover\:border-teal-400[data-v-09e76035]:hover { + border-color: var(--teal-400) !important; +} +.hover\:border-teal-500[data-v-09e76035]:hover { + border-color: var(--teal-500) !important; +} +.hover\:border-teal-600[data-v-09e76035]:hover { + border-color: var(--teal-600) !important; +} +.hover\:border-teal-700[data-v-09e76035]:hover { + border-color: var(--teal-700) !important; +} +.hover\:border-teal-800[data-v-09e76035]:hover { + border-color: var(--teal-800) !important; +} +.hover\:border-teal-900[data-v-09e76035]:hover { + border-color: var(--teal-900) !important; +} +.active\:border-teal-50[data-v-09e76035]:active { + border-color: var(--teal-50) !important; +} +.active\:border-teal-100[data-v-09e76035]:active { + border-color: var(--teal-100) !important; +} +.active\:border-teal-200[data-v-09e76035]:active { + border-color: var(--teal-200) !important; +} +.active\:border-teal-300[data-v-09e76035]:active { + border-color: var(--teal-300) !important; +} +.active\:border-teal-400[data-v-09e76035]:active { + border-color: var(--teal-400) !important; +} +.active\:border-teal-500[data-v-09e76035]:active { + border-color: var(--teal-500) !important; +} +.active\:border-teal-600[data-v-09e76035]:active { + border-color: var(--teal-600) !important; +} +.active\:border-teal-700[data-v-09e76035]:active { + border-color: var(--teal-700) !important; +} +.active\:border-teal-800[data-v-09e76035]:active { + border-color: var(--teal-800) !important; +} +.active\:border-teal-900[data-v-09e76035]:active { + border-color: var(--teal-900) !important; +} +.border-orange-50[data-v-09e76035] { + border-color: var(--orange-50) !important; +} +.border-orange-100[data-v-09e76035] { + border-color: var(--orange-100) !important; +} +.border-orange-200[data-v-09e76035] { + border-color: var(--orange-200) !important; +} +.border-orange-300[data-v-09e76035] { + border-color: var(--orange-300) !important; +} +.border-orange-400[data-v-09e76035] { + border-color: var(--orange-400) !important; +} +.border-orange-500[data-v-09e76035] { + border-color: var(--orange-500) !important; +} +.border-orange-600[data-v-09e76035] { + border-color: var(--orange-600) !important; +} +.border-orange-700[data-v-09e76035] { + border-color: var(--orange-700) !important; +} +.border-orange-800[data-v-09e76035] { + border-color: var(--orange-800) !important; +} +.border-orange-900[data-v-09e76035] { + border-color: var(--orange-900) !important; +} +.focus\:border-orange-50[data-v-09e76035]:focus { + border-color: var(--orange-50) !important; +} +.focus\:border-orange-100[data-v-09e76035]:focus { + border-color: var(--orange-100) !important; +} +.focus\:border-orange-200[data-v-09e76035]:focus { + border-color: var(--orange-200) !important; +} +.focus\:border-orange-300[data-v-09e76035]:focus { + border-color: var(--orange-300) !important; +} +.focus\:border-orange-400[data-v-09e76035]:focus { + border-color: var(--orange-400) !important; +} +.focus\:border-orange-500[data-v-09e76035]:focus { + border-color: var(--orange-500) !important; +} +.focus\:border-orange-600[data-v-09e76035]:focus { + border-color: var(--orange-600) !important; +} +.focus\:border-orange-700[data-v-09e76035]:focus { + border-color: var(--orange-700) !important; +} +.focus\:border-orange-800[data-v-09e76035]:focus { + border-color: var(--orange-800) !important; +} +.focus\:border-orange-900[data-v-09e76035]:focus { + border-color: var(--orange-900) !important; +} +.hover\:border-orange-50[data-v-09e76035]:hover { + border-color: var(--orange-50) !important; +} +.hover\:border-orange-100[data-v-09e76035]:hover { + border-color: var(--orange-100) !important; +} +.hover\:border-orange-200[data-v-09e76035]:hover { + border-color: var(--orange-200) !important; +} +.hover\:border-orange-300[data-v-09e76035]:hover { + border-color: var(--orange-300) !important; +} +.hover\:border-orange-400[data-v-09e76035]:hover { + border-color: var(--orange-400) !important; +} +.hover\:border-orange-500[data-v-09e76035]:hover { + border-color: var(--orange-500) !important; +} +.hover\:border-orange-600[data-v-09e76035]:hover { + border-color: var(--orange-600) !important; +} +.hover\:border-orange-700[data-v-09e76035]:hover { + border-color: var(--orange-700) !important; +} +.hover\:border-orange-800[data-v-09e76035]:hover { + border-color: var(--orange-800) !important; +} +.hover\:border-orange-900[data-v-09e76035]:hover { + border-color: var(--orange-900) !important; +} +.active\:border-orange-50[data-v-09e76035]:active { + border-color: var(--orange-50) !important; +} +.active\:border-orange-100[data-v-09e76035]:active { + border-color: var(--orange-100) !important; +} +.active\:border-orange-200[data-v-09e76035]:active { + border-color: var(--orange-200) !important; +} +.active\:border-orange-300[data-v-09e76035]:active { + border-color: var(--orange-300) !important; +} +.active\:border-orange-400[data-v-09e76035]:active { + border-color: var(--orange-400) !important; +} +.active\:border-orange-500[data-v-09e76035]:active { + border-color: var(--orange-500) !important; +} +.active\:border-orange-600[data-v-09e76035]:active { + border-color: var(--orange-600) !important; +} +.active\:border-orange-700[data-v-09e76035]:active { + border-color: var(--orange-700) !important; +} +.active\:border-orange-800[data-v-09e76035]:active { + border-color: var(--orange-800) !important; +} +.active\:border-orange-900[data-v-09e76035]:active { + border-color: var(--orange-900) !important; +} +.border-bluegray-50[data-v-09e76035] { + border-color: var(--bluegray-50) !important; +} +.border-bluegray-100[data-v-09e76035] { + border-color: var(--bluegray-100) !important; +} +.border-bluegray-200[data-v-09e76035] { + border-color: var(--bluegray-200) !important; +} +.border-bluegray-300[data-v-09e76035] { + border-color: var(--bluegray-300) !important; +} +.border-bluegray-400[data-v-09e76035] { + border-color: var(--bluegray-400) !important; +} +.border-bluegray-500[data-v-09e76035] { + border-color: var(--bluegray-500) !important; +} +.border-bluegray-600[data-v-09e76035] { + border-color: var(--bluegray-600) !important; +} +.border-bluegray-700[data-v-09e76035] { + border-color: var(--bluegray-700) !important; +} +.border-bluegray-800[data-v-09e76035] { + border-color: var(--bluegray-800) !important; +} +.border-bluegray-900[data-v-09e76035] { + border-color: var(--bluegray-900) !important; +} +.focus\:border-bluegray-50[data-v-09e76035]:focus { + border-color: var(--bluegray-50) !important; +} +.focus\:border-bluegray-100[data-v-09e76035]:focus { + border-color: var(--bluegray-100) !important; +} +.focus\:border-bluegray-200[data-v-09e76035]:focus { + border-color: var(--bluegray-200) !important; +} +.focus\:border-bluegray-300[data-v-09e76035]:focus { + border-color: var(--bluegray-300) !important; +} +.focus\:border-bluegray-400[data-v-09e76035]:focus { + border-color: var(--bluegray-400) !important; +} +.focus\:border-bluegray-500[data-v-09e76035]:focus { + border-color: var(--bluegray-500) !important; +} +.focus\:border-bluegray-600[data-v-09e76035]:focus { + border-color: var(--bluegray-600) !important; +} +.focus\:border-bluegray-700[data-v-09e76035]:focus { + border-color: var(--bluegray-700) !important; +} +.focus\:border-bluegray-800[data-v-09e76035]:focus { + border-color: var(--bluegray-800) !important; +} +.focus\:border-bluegray-900[data-v-09e76035]:focus { + border-color: var(--bluegray-900) !important; +} +.hover\:border-bluegray-50[data-v-09e76035]:hover { + border-color: var(--bluegray-50) !important; +} +.hover\:border-bluegray-100[data-v-09e76035]:hover { + border-color: var(--bluegray-100) !important; +} +.hover\:border-bluegray-200[data-v-09e76035]:hover { + border-color: var(--bluegray-200) !important; +} +.hover\:border-bluegray-300[data-v-09e76035]:hover { + border-color: var(--bluegray-300) !important; +} +.hover\:border-bluegray-400[data-v-09e76035]:hover { + border-color: var(--bluegray-400) !important; +} +.hover\:border-bluegray-500[data-v-09e76035]:hover { + border-color: var(--bluegray-500) !important; +} +.hover\:border-bluegray-600[data-v-09e76035]:hover { + border-color: var(--bluegray-600) !important; +} +.hover\:border-bluegray-700[data-v-09e76035]:hover { + border-color: var(--bluegray-700) !important; +} +.hover\:border-bluegray-800[data-v-09e76035]:hover { + border-color: var(--bluegray-800) !important; +} +.hover\:border-bluegray-900[data-v-09e76035]:hover { + border-color: var(--bluegray-900) !important; +} +.active\:border-bluegray-50[data-v-09e76035]:active { + border-color: var(--bluegray-50) !important; +} +.active\:border-bluegray-100[data-v-09e76035]:active { + border-color: var(--bluegray-100) !important; +} +.active\:border-bluegray-200[data-v-09e76035]:active { + border-color: var(--bluegray-200) !important; +} +.active\:border-bluegray-300[data-v-09e76035]:active { + border-color: var(--bluegray-300) !important; +} +.active\:border-bluegray-400[data-v-09e76035]:active { + border-color: var(--bluegray-400) !important; +} +.active\:border-bluegray-500[data-v-09e76035]:active { + border-color: var(--bluegray-500) !important; +} +.active\:border-bluegray-600[data-v-09e76035]:active { + border-color: var(--bluegray-600) !important; +} +.active\:border-bluegray-700[data-v-09e76035]:active { + border-color: var(--bluegray-700) !important; +} +.active\:border-bluegray-800[data-v-09e76035]:active { + border-color: var(--bluegray-800) !important; +} +.active\:border-bluegray-900[data-v-09e76035]:active { + border-color: var(--bluegray-900) !important; +} +.border-purple-50[data-v-09e76035] { + border-color: var(--purple-50) !important; +} +.border-purple-100[data-v-09e76035] { + border-color: var(--purple-100) !important; +} +.border-purple-200[data-v-09e76035] { + border-color: var(--purple-200) !important; +} +.border-purple-300[data-v-09e76035] { + border-color: var(--purple-300) !important; +} +.border-purple-400[data-v-09e76035] { + border-color: var(--purple-400) !important; +} +.border-purple-500[data-v-09e76035] { + border-color: var(--purple-500) !important; +} +.border-purple-600[data-v-09e76035] { + border-color: var(--purple-600) !important; +} +.border-purple-700[data-v-09e76035] { + border-color: var(--purple-700) !important; +} +.border-purple-800[data-v-09e76035] { + border-color: var(--purple-800) !important; +} +.border-purple-900[data-v-09e76035] { + border-color: var(--purple-900) !important; +} +.focus\:border-purple-50[data-v-09e76035]:focus { + border-color: var(--purple-50) !important; +} +.focus\:border-purple-100[data-v-09e76035]:focus { + border-color: var(--purple-100) !important; +} +.focus\:border-purple-200[data-v-09e76035]:focus { + border-color: var(--purple-200) !important; +} +.focus\:border-purple-300[data-v-09e76035]:focus { + border-color: var(--purple-300) !important; +} +.focus\:border-purple-400[data-v-09e76035]:focus { + border-color: var(--purple-400) !important; +} +.focus\:border-purple-500[data-v-09e76035]:focus { + border-color: var(--purple-500) !important; +} +.focus\:border-purple-600[data-v-09e76035]:focus { + border-color: var(--purple-600) !important; +} +.focus\:border-purple-700[data-v-09e76035]:focus { + border-color: var(--purple-700) !important; +} +.focus\:border-purple-800[data-v-09e76035]:focus { + border-color: var(--purple-800) !important; +} +.focus\:border-purple-900[data-v-09e76035]:focus { + border-color: var(--purple-900) !important; +} +.hover\:border-purple-50[data-v-09e76035]:hover { + border-color: var(--purple-50) !important; +} +.hover\:border-purple-100[data-v-09e76035]:hover { + border-color: var(--purple-100) !important; +} +.hover\:border-purple-200[data-v-09e76035]:hover { + border-color: var(--purple-200) !important; +} +.hover\:border-purple-300[data-v-09e76035]:hover { + border-color: var(--purple-300) !important; +} +.hover\:border-purple-400[data-v-09e76035]:hover { + border-color: var(--purple-400) !important; +} +.hover\:border-purple-500[data-v-09e76035]:hover { + border-color: var(--purple-500) !important; +} +.hover\:border-purple-600[data-v-09e76035]:hover { + border-color: var(--purple-600) !important; +} +.hover\:border-purple-700[data-v-09e76035]:hover { + border-color: var(--purple-700) !important; +} +.hover\:border-purple-800[data-v-09e76035]:hover { + border-color: var(--purple-800) !important; +} +.hover\:border-purple-900[data-v-09e76035]:hover { + border-color: var(--purple-900) !important; +} +.active\:border-purple-50[data-v-09e76035]:active { + border-color: var(--purple-50) !important; +} +.active\:border-purple-100[data-v-09e76035]:active { + border-color: var(--purple-100) !important; +} +.active\:border-purple-200[data-v-09e76035]:active { + border-color: var(--purple-200) !important; +} +.active\:border-purple-300[data-v-09e76035]:active { + border-color: var(--purple-300) !important; +} +.active\:border-purple-400[data-v-09e76035]:active { + border-color: var(--purple-400) !important; +} +.active\:border-purple-500[data-v-09e76035]:active { + border-color: var(--purple-500) !important; +} +.active\:border-purple-600[data-v-09e76035]:active { + border-color: var(--purple-600) !important; +} +.active\:border-purple-700[data-v-09e76035]:active { + border-color: var(--purple-700) !important; +} +.active\:border-purple-800[data-v-09e76035]:active { + border-color: var(--purple-800) !important; +} +.active\:border-purple-900[data-v-09e76035]:active { + border-color: var(--purple-900) !important; +} +.border-gray-50[data-v-09e76035] { + border-color: var(--gray-50) !important; +} +.border-gray-100[data-v-09e76035] { + border-color: var(--gray-100) !important; +} +.border-gray-200[data-v-09e76035] { + border-color: var(--gray-200) !important; +} +.border-gray-300[data-v-09e76035] { + border-color: var(--gray-300) !important; +} +.border-gray-400[data-v-09e76035] { + border-color: var(--gray-400) !important; +} +.border-gray-500[data-v-09e76035] { + border-color: var(--gray-500) !important; +} +.border-gray-600[data-v-09e76035] { + border-color: var(--gray-600) !important; +} +.border-gray-700[data-v-09e76035] { + border-color: var(--gray-700) !important; +} +.border-gray-800[data-v-09e76035] { + border-color: var(--gray-800) !important; +} +.border-gray-900[data-v-09e76035] { + border-color: var(--gray-900) !important; +} +.focus\:border-gray-50[data-v-09e76035]:focus { + border-color: var(--gray-50) !important; +} +.focus\:border-gray-100[data-v-09e76035]:focus { + border-color: var(--gray-100) !important; +} +.focus\:border-gray-200[data-v-09e76035]:focus { + border-color: var(--gray-200) !important; +} +.focus\:border-gray-300[data-v-09e76035]:focus { + border-color: var(--gray-300) !important; +} +.focus\:border-gray-400[data-v-09e76035]:focus { + border-color: var(--gray-400) !important; +} +.focus\:border-gray-500[data-v-09e76035]:focus { + border-color: var(--gray-500) !important; +} +.focus\:border-gray-600[data-v-09e76035]:focus { + border-color: var(--gray-600) !important; +} +.focus\:border-gray-700[data-v-09e76035]:focus { + border-color: var(--gray-700) !important; +} +.focus\:border-gray-800[data-v-09e76035]:focus { + border-color: var(--gray-800) !important; +} +.focus\:border-gray-900[data-v-09e76035]:focus { + border-color: var(--gray-900) !important; +} +.hover\:border-gray-50[data-v-09e76035]:hover { + border-color: var(--gray-50) !important; +} +.hover\:border-gray-100[data-v-09e76035]:hover { + border-color: var(--gray-100) !important; +} +.hover\:border-gray-200[data-v-09e76035]:hover { + border-color: var(--gray-200) !important; +} +.hover\:border-gray-300[data-v-09e76035]:hover { + border-color: var(--gray-300) !important; +} +.hover\:border-gray-400[data-v-09e76035]:hover { + border-color: var(--gray-400) !important; +} +.hover\:border-gray-500[data-v-09e76035]:hover { + border-color: var(--gray-500) !important; +} +.hover\:border-gray-600[data-v-09e76035]:hover { + border-color: var(--gray-600) !important; +} +.hover\:border-gray-700[data-v-09e76035]:hover { + border-color: var(--gray-700) !important; +} +.hover\:border-gray-800[data-v-09e76035]:hover { + border-color: var(--gray-800) !important; +} +.hover\:border-gray-900[data-v-09e76035]:hover { + border-color: var(--gray-900) !important; +} +.active\:border-gray-50[data-v-09e76035]:active { + border-color: var(--gray-50) !important; +} +.active\:border-gray-100[data-v-09e76035]:active { + border-color: var(--gray-100) !important; +} +.active\:border-gray-200[data-v-09e76035]:active { + border-color: var(--gray-200) !important; +} +.active\:border-gray-300[data-v-09e76035]:active { + border-color: var(--gray-300) !important; +} +.active\:border-gray-400[data-v-09e76035]:active { + border-color: var(--gray-400) !important; +} +.active\:border-gray-500[data-v-09e76035]:active { + border-color: var(--gray-500) !important; +} +.active\:border-gray-600[data-v-09e76035]:active { + border-color: var(--gray-600) !important; +} +.active\:border-gray-700[data-v-09e76035]:active { + border-color: var(--gray-700) !important; +} +.active\:border-gray-800[data-v-09e76035]:active { + border-color: var(--gray-800) !important; +} +.active\:border-gray-900[data-v-09e76035]:active { + border-color: var(--gray-900) !important; +} +.border-red-50[data-v-09e76035] { + border-color: var(--red-50) !important; +} +.border-red-100[data-v-09e76035] { + border-color: var(--red-100) !important; +} +.border-red-200[data-v-09e76035] { + border-color: var(--red-200) !important; +} +.border-red-300[data-v-09e76035] { + border-color: var(--red-300) !important; +} +.border-red-400[data-v-09e76035] { + border-color: var(--red-400) !important; +} +.border-red-500[data-v-09e76035] { + border-color: var(--red-500) !important; +} +.border-red-600[data-v-09e76035] { + border-color: var(--red-600) !important; +} +.border-red-700[data-v-09e76035] { + border-color: var(--red-700) !important; +} +.border-red-800[data-v-09e76035] { + border-color: var(--red-800) !important; +} +.border-red-900[data-v-09e76035] { + border-color: var(--red-900) !important; +} +.focus\:border-red-50[data-v-09e76035]:focus { + border-color: var(--red-50) !important; +} +.focus\:border-red-100[data-v-09e76035]:focus { + border-color: var(--red-100) !important; +} +.focus\:border-red-200[data-v-09e76035]:focus { + border-color: var(--red-200) !important; +} +.focus\:border-red-300[data-v-09e76035]:focus { + border-color: var(--red-300) !important; +} +.focus\:border-red-400[data-v-09e76035]:focus { + border-color: var(--red-400) !important; +} +.focus\:border-red-500[data-v-09e76035]:focus { + border-color: var(--red-500) !important; +} +.focus\:border-red-600[data-v-09e76035]:focus { + border-color: var(--red-600) !important; +} +.focus\:border-red-700[data-v-09e76035]:focus { + border-color: var(--red-700) !important; +} +.focus\:border-red-800[data-v-09e76035]:focus { + border-color: var(--red-800) !important; +} +.focus\:border-red-900[data-v-09e76035]:focus { + border-color: var(--red-900) !important; +} +.hover\:border-red-50[data-v-09e76035]:hover { + border-color: var(--red-50) !important; +} +.hover\:border-red-100[data-v-09e76035]:hover { + border-color: var(--red-100) !important; +} +.hover\:border-red-200[data-v-09e76035]:hover { + border-color: var(--red-200) !important; +} +.hover\:border-red-300[data-v-09e76035]:hover { + border-color: var(--red-300) !important; +} +.hover\:border-red-400[data-v-09e76035]:hover { + border-color: var(--red-400) !important; +} +.hover\:border-red-500[data-v-09e76035]:hover { + border-color: var(--red-500) !important; +} +.hover\:border-red-600[data-v-09e76035]:hover { + border-color: var(--red-600) !important; +} +.hover\:border-red-700[data-v-09e76035]:hover { + border-color: var(--red-700) !important; +} +.hover\:border-red-800[data-v-09e76035]:hover { + border-color: var(--red-800) !important; +} +.hover\:border-red-900[data-v-09e76035]:hover { + border-color: var(--red-900) !important; +} +.active\:border-red-50[data-v-09e76035]:active { + border-color: var(--red-50) !important; +} +.active\:border-red-100[data-v-09e76035]:active { + border-color: var(--red-100) !important; +} +.active\:border-red-200[data-v-09e76035]:active { + border-color: var(--red-200) !important; +} +.active\:border-red-300[data-v-09e76035]:active { + border-color: var(--red-300) !important; +} +.active\:border-red-400[data-v-09e76035]:active { + border-color: var(--red-400) !important; +} +.active\:border-red-500[data-v-09e76035]:active { + border-color: var(--red-500) !important; +} +.active\:border-red-600[data-v-09e76035]:active { + border-color: var(--red-600) !important; +} +.active\:border-red-700[data-v-09e76035]:active { + border-color: var(--red-700) !important; +} +.active\:border-red-800[data-v-09e76035]:active { + border-color: var(--red-800) !important; +} +.active\:border-red-900[data-v-09e76035]:active { + border-color: var(--red-900) !important; +} +.border-primary-50[data-v-09e76035] { + border-color: var(--primary-50) !important; +} +.border-primary-100[data-v-09e76035] { + border-color: var(--primary-100) !important; +} +.border-primary-200[data-v-09e76035] { + border-color: var(--primary-200) !important; +} +.border-primary-300[data-v-09e76035] { + border-color: var(--primary-300) !important; +} +.border-primary-400[data-v-09e76035] { + border-color: var(--primary-400) !important; +} +.border-primary-500[data-v-09e76035] { + border-color: var(--primary-500) !important; +} +.border-primary-600[data-v-09e76035] { + border-color: var(--primary-600) !important; +} +.border-primary-700[data-v-09e76035] { + border-color: var(--primary-700) !important; +} +.border-primary-800[data-v-09e76035] { + border-color: var(--primary-800) !important; +} +.border-primary-900[data-v-09e76035] { + border-color: var(--primary-900) !important; +} +.focus\:border-primary-50[data-v-09e76035]:focus { + border-color: var(--primary-50) !important; +} +.focus\:border-primary-100[data-v-09e76035]:focus { + border-color: var(--primary-100) !important; +} +.focus\:border-primary-200[data-v-09e76035]:focus { + border-color: var(--primary-200) !important; +} +.focus\:border-primary-300[data-v-09e76035]:focus { + border-color: var(--primary-300) !important; +} +.focus\:border-primary-400[data-v-09e76035]:focus { + border-color: var(--primary-400) !important; +} +.focus\:border-primary-500[data-v-09e76035]:focus { + border-color: var(--primary-500) !important; +} +.focus\:border-primary-600[data-v-09e76035]:focus { + border-color: var(--primary-600) !important; +} +.focus\:border-primary-700[data-v-09e76035]:focus { + border-color: var(--primary-700) !important; +} +.focus\:border-primary-800[data-v-09e76035]:focus { + border-color: var(--primary-800) !important; +} +.focus\:border-primary-900[data-v-09e76035]:focus { + border-color: var(--primary-900) !important; +} +.hover\:border-primary-50[data-v-09e76035]:hover { + border-color: var(--primary-50) !important; +} +.hover\:border-primary-100[data-v-09e76035]:hover { + border-color: var(--primary-100) !important; +} +.hover\:border-primary-200[data-v-09e76035]:hover { + border-color: var(--primary-200) !important; +} +.hover\:border-primary-300[data-v-09e76035]:hover { + border-color: var(--primary-300) !important; +} +.hover\:border-primary-400[data-v-09e76035]:hover { + border-color: var(--primary-400) !important; +} +.hover\:border-primary-500[data-v-09e76035]:hover { + border-color: var(--primary-500) !important; +} +.hover\:border-primary-600[data-v-09e76035]:hover { + border-color: var(--primary-600) !important; +} +.hover\:border-primary-700[data-v-09e76035]:hover { + border-color: var(--primary-700) !important; +} +.hover\:border-primary-800[data-v-09e76035]:hover { + border-color: var(--primary-800) !important; +} +.hover\:border-primary-900[data-v-09e76035]:hover { + border-color: var(--primary-900) !important; +} +.active\:border-primary-50[data-v-09e76035]:active { + border-color: var(--primary-50) !important; +} +.active\:border-primary-100[data-v-09e76035]:active { + border-color: var(--primary-100) !important; +} +.active\:border-primary-200[data-v-09e76035]:active { + border-color: var(--primary-200) !important; +} +.active\:border-primary-300[data-v-09e76035]:active { + border-color: var(--primary-300) !important; +} +.active\:border-primary-400[data-v-09e76035]:active { + border-color: var(--primary-400) !important; +} +.active\:border-primary-500[data-v-09e76035]:active { + border-color: var(--primary-500) !important; +} +.active\:border-primary-600[data-v-09e76035]:active { + border-color: var(--primary-600) !important; +} +.active\:border-primary-700[data-v-09e76035]:active { + border-color: var(--primary-700) !important; +} +.active\:border-primary-800[data-v-09e76035]:active { + border-color: var(--primary-800) !important; +} +.active\:border-primary-900[data-v-09e76035]:active { + border-color: var(--primary-900) !important; +} +.bg-white-alpha-10[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.bg-white-alpha-20[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.bg-white-alpha-30[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.bg-white-alpha-40[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.bg-white-alpha-50[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.bg-white-alpha-60[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.bg-white-alpha-70[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.bg-white-alpha-80[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.bg-white-alpha-90[data-v-09e76035] { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:bg-white-alpha-10[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:bg-white-alpha-20[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:bg-white-alpha-30[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:bg-white-alpha-40[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:bg-white-alpha-50[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:bg-white-alpha-60[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:bg-white-alpha-70[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:bg-white-alpha-80[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:bg-white-alpha-90[data-v-09e76035]:hover { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:bg-white-alpha-10[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:bg-white-alpha-20[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:bg-white-alpha-30[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:bg-white-alpha-40[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:bg-white-alpha-50[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:bg-white-alpha-60[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:bg-white-alpha-70[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:bg-white-alpha-80[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:bg-white-alpha-90[data-v-09e76035]:focus { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:bg-white-alpha-10[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:bg-white-alpha-20[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:bg-white-alpha-30[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:bg-white-alpha-40[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:bg-white-alpha-50[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:bg-white-alpha-60[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:bg-white-alpha-70[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:bg-white-alpha-80[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:bg-white-alpha-90[data-v-09e76035]:active { + background-color: hsla(0, 0%, 100%, 0.9) !important; +} +.bg-black-alpha-10[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.bg-black-alpha-20[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.bg-black-alpha-30[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.bg-black-alpha-40[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.bg-black-alpha-50[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.bg-black-alpha-60[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.bg-black-alpha-70[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.bg-black-alpha-80[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.bg-black-alpha-90[data-v-09e76035] { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:bg-black-alpha-10[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:bg-black-alpha-20[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:bg-black-alpha-30[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:bg-black-alpha-40[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:bg-black-alpha-50[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:bg-black-alpha-60[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:bg-black-alpha-70[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:bg-black-alpha-80[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:bg-black-alpha-90[data-v-09e76035]:hover { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:bg-black-alpha-10[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:bg-black-alpha-20[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:bg-black-alpha-30[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:bg-black-alpha-40[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:bg-black-alpha-50[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:bg-black-alpha-60[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:bg-black-alpha-70[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:bg-black-alpha-80[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:bg-black-alpha-90[data-v-09e76035]:focus { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.active\:bg-black-alpha-10[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.active\:bg-black-alpha-20[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.2) !important; +} +.active\:bg-black-alpha-30[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.3) !important; +} +.active\:bg-black-alpha-40[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.4) !important; +} +.active\:bg-black-alpha-50[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.5) !important; +} +.active\:bg-black-alpha-60[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.6) !important; +} +.active\:bg-black-alpha-70[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.7) !important; +} +.active\:bg-black-alpha-80[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.8) !important; +} +.active\:bg-black-alpha-90[data-v-09e76035]:active { + background-color: rgba(0, 0, 0, 0.9) !important; +} +.border-white-alpha-10[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.border-white-alpha-20[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.border-white-alpha-30[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.border-white-alpha-40[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.border-white-alpha-50[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.border-white-alpha-60[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.border-white-alpha-70[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.border-white-alpha-80[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.border-white-alpha-90[data-v-09e76035] { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:border-white-alpha-10[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:border-white-alpha-20[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:border-white-alpha-30[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:border-white-alpha-40[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:border-white-alpha-50[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:border-white-alpha-60[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:border-white-alpha-70[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:border-white-alpha-80[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:border-white-alpha-90[data-v-09e76035]:hover { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:border-white-alpha-10[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:border-white-alpha-20[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:border-white-alpha-30[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:border-white-alpha-40[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:border-white-alpha-50[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:border-white-alpha-60[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:border-white-alpha-70[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:border-white-alpha-80[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:border-white-alpha-90[data-v-09e76035]:focus { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:border-white-alpha-10[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:border-white-alpha-20[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:border-white-alpha-30[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:border-white-alpha-40[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:border-white-alpha-50[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:border-white-alpha-60[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:border-white-alpha-70[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:border-white-alpha-80[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:border-white-alpha-90[data-v-09e76035]:active { + border-color: hsla(0, 0%, 100%, 0.9) !important; +} +.border-black-alpha-10[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.border-black-alpha-20[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.border-black-alpha-30[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.border-black-alpha-40[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.border-black-alpha-50[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.border-black-alpha-60[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.border-black-alpha-70[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.border-black-alpha-80[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.border-black-alpha-90[data-v-09e76035] { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:border-black-alpha-10[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:border-black-alpha-20[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:border-black-alpha-30[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:border-black-alpha-40[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:border-black-alpha-50[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:border-black-alpha-60[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:border-black-alpha-70[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:border-black-alpha-80[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:border-black-alpha-90[data-v-09e76035]:hover { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:border-black-alpha-10[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:border-black-alpha-20[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:border-black-alpha-30[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:border-black-alpha-40[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:border-black-alpha-50[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:border-black-alpha-60[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:border-black-alpha-70[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:border-black-alpha-80[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:border-black-alpha-90[data-v-09e76035]:focus { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.active\:border-black-alpha-10[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.1) !important; +} +.active\:border-black-alpha-20[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.2) !important; +} +.active\:border-black-alpha-30[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.3) !important; +} +.active\:border-black-alpha-40[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.4) !important; +} +.active\:border-black-alpha-50[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.5) !important; +} +.active\:border-black-alpha-60[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.6) !important; +} +.active\:border-black-alpha-70[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.7) !important; +} +.active\:border-black-alpha-80[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.8) !important; +} +.active\:border-black-alpha-90[data-v-09e76035]:active { + border-color: rgba(0, 0, 0, 0.9) !important; +} +.text-white-alpha-10[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.text-white-alpha-20[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.text-white-alpha-30[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.text-white-alpha-40[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.text-white-alpha-50[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.text-white-alpha-60[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.text-white-alpha-70[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.text-white-alpha-80[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.text-white-alpha-90[data-v-09e76035] { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.hover\:text-white-alpha-10[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.hover\:text-white-alpha-20[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.hover\:text-white-alpha-30[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.hover\:text-white-alpha-40[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.hover\:text-white-alpha-50[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.hover\:text-white-alpha-60[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.hover\:text-white-alpha-70[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.hover\:text-white-alpha-80[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.hover\:text-white-alpha-90[data-v-09e76035]:hover { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.focus\:text-white-alpha-10[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.focus\:text-white-alpha-20[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.focus\:text-white-alpha-30[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.focus\:text-white-alpha-40[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.focus\:text-white-alpha-50[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.focus\:text-white-alpha-60[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.focus\:text-white-alpha-70[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.focus\:text-white-alpha-80[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.focus\:text-white-alpha-90[data-v-09e76035]:focus { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.active\:text-white-alpha-10[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.1) !important; +} +.active\:text-white-alpha-20[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.2) !important; +} +.active\:text-white-alpha-30[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.3) !important; +} +.active\:text-white-alpha-40[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.4) !important; +} +.active\:text-white-alpha-50[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.5) !important; +} +.active\:text-white-alpha-60[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.6) !important; +} +.active\:text-white-alpha-70[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.7) !important; +} +.active\:text-white-alpha-80[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.8) !important; +} +.active\:text-white-alpha-90[data-v-09e76035]:active { + color: hsla(0, 0%, 100%, 0.9) !important; +} +.text-black-alpha-10[data-v-09e76035] { + color: rgba(0, 0, 0, 0.1) !important; +} +.text-black-alpha-20[data-v-09e76035] { + color: rgba(0, 0, 0, 0.2) !important; +} +.text-black-alpha-30[data-v-09e76035] { + color: rgba(0, 0, 0, 0.3) !important; +} +.text-black-alpha-40[data-v-09e76035] { + color: rgba(0, 0, 0, 0.4) !important; +} +.text-black-alpha-50[data-v-09e76035] { + color: rgba(0, 0, 0, 0.5) !important; +} +.text-black-alpha-60[data-v-09e76035] { + color: rgba(0, 0, 0, 0.6) !important; +} +.text-black-alpha-70[data-v-09e76035] { + color: rgba(0, 0, 0, 0.7) !important; +} +.text-black-alpha-80[data-v-09e76035] { + color: rgba(0, 0, 0, 0.8) !important; +} +.text-black-alpha-90[data-v-09e76035] { + color: rgba(0, 0, 0, 0.9) !important; +} +.hover\:text-black-alpha-10[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.1) !important; +} +.hover\:text-black-alpha-20[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.2) !important; +} +.hover\:text-black-alpha-30[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.3) !important; +} +.hover\:text-black-alpha-40[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.4) !important; +} +.hover\:text-black-alpha-50[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.5) !important; +} +.hover\:text-black-alpha-60[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +.hover\:text-black-alpha-70[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.7) !important; +} +.hover\:text-black-alpha-80[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.8) !important; +} +.hover\:text-black-alpha-90[data-v-09e76035]:hover { + color: rgba(0, 0, 0, 0.9) !important; +} +.focus\:text-black-alpha-10[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.1) !important; +} +.focus\:text-black-alpha-20[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.2) !important; +} +.focus\:text-black-alpha-30[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.3) !important; +} +.focus\:text-black-alpha-40[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.4) !important; +} +.focus\:text-black-alpha-50[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.5) !important; +} +.focus\:text-black-alpha-60[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +.focus\:text-black-alpha-70[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.7) !important; +} +.focus\:text-black-alpha-80[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.8) !important; +} +.focus\:text-black-alpha-90[data-v-09e76035]:focus { + color: rgba(0, 0, 0, 0.9) !important; +} +.active\:text-black-alpha-10[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.1) !important; +} +.active\:text-black-alpha-20[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.2) !important; +} +.active\:text-black-alpha-30[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.3) !important; +} +.active\:text-black-alpha-40[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.4) !important; +} +.active\:text-black-alpha-50[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.5) !important; +} +.active\:text-black-alpha-60[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.6) !important; +} +.active\:text-black-alpha-70[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.7) !important; +} +.active\:text-black-alpha-80[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.8) !important; +} +.active\:text-black-alpha-90[data-v-09e76035]:active { + color: rgba(0, 0, 0, 0.9) !important; +} +.text-primary[data-v-09e76035] { + color: var(--primary-color) !important; +} +.bg-primary[data-v-09e76035] { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} +.bg-primary-reverse[data-v-09e76035] { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} +.bg-white[data-v-09e76035] { + background-color: #fff !important; +} +.border-primary[data-v-09e76035] { + border-color: var(--primary-color) !important; +} +.p-inputgroup-addon[data-v-09e76035], +.text-white[data-v-09e76035] { + color: #fff !important; +} +.border-white[data-v-09e76035] { + border-color: #fff !important; +} +.text-color[data-v-09e76035] { + color: var(--text-color) !important; +} +.text-color-secondary[data-v-09e76035] { + color: var(--text-color-secondary) !important; +} +.surface-ground[data-v-09e76035] { + background-color: var(--surface-ground) !important; +} +.surface-section[data-v-09e76035] { + background-color: var(--surface-section) !important; +} +.surface-card[data-v-09e76035] { + background-color: var(--surface-card) !important; +} +.surface-overlay[data-v-09e76035] { + background-color: var(--surface-overlay) !important; +} +.surface-hover[data-v-09e76035] { + background-color: var(--surface-hover) !important; +} +.surface-border[data-v-09e76035] { + border-color: var(--surface-border) !important; +} +.active\:text-primary[data-v-09e76035]:active, +.focus\:text-primary[data-v-09e76035]:focus, +.hover\:text-primary[data-v-09e76035]:hover { + color: var(--primary-color) !important; +} +.active\:bg-primary[data-v-09e76035]:active, +.focus\:bg-primary[data-v-09e76035]:focus, +.hover\:bg-primary[data-v-09e76035]:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} +.active\:bg-primary-reverse[data-v-09e76035]:active, +.focus\:bg-primary-reverse[data-v-09e76035]:focus, +.hover\:bg-primary-reverse[data-v-09e76035]:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} +.active\:bg-white[data-v-09e76035]:active, +.focus\:bg-white[data-v-09e76035]:focus, +.hover\:bg-white[data-v-09e76035]:hover { + background-color: #fff !important; +} +.active\:border-primary[data-v-09e76035]:active, +.focus\:border-primary[data-v-09e76035]:focus, +.hover\:border-primary[data-v-09e76035]:hover { + border-color: var(--primary-color) !important; +} +.active\:text-white[data-v-09e76035]:active, +.focus\:text-white[data-v-09e76035]:focus, +.hover\:text-white[data-v-09e76035]:hover { + color: #fff !important; +} +.active\:border-white[data-v-09e76035]:active, +.focus\:border-white[data-v-09e76035]:focus, +.hover\:border-white[data-v-09e76035]:hover { + border-color: #fff !important; +} +.active\:text-color[data-v-09e76035]:active, +.focus\:text-color[data-v-09e76035]:focus, +.hover\:text-color[data-v-09e76035]:hover { + color: var(--text-color) !important; +} +.active\:text-color-secondary[data-v-09e76035]:active, +.focus\:text-color-secondary[data-v-09e76035]:focus, +.hover\:text-color-secondary[data-v-09e76035]:hover { + color: var(--text-color-secondary) !important; +} +.active\:surface-ground[data-v-09e76035]:active, +.focus\:surface-ground[data-v-09e76035]:focus, +.hover\:surface-ground[data-v-09e76035]:hover { + background-color: var(--surface-ground) !important; +} +.active\:surface-section[data-v-09e76035]:active, +.focus\:surface-section[data-v-09e76035]:focus, +.hover\:surface-section[data-v-09e76035]:hover { + background-color: var(--surface-section) !important; +} +.active\:surface-card[data-v-09e76035]:active, +.focus\:surface-card[data-v-09e76035]:focus, +.hover\:surface-card[data-v-09e76035]:hover { + background-color: var(--surface-card) !important; +} +.active\:surface-overlay[data-v-09e76035]:active, +.focus\:surface-overlay[data-v-09e76035]:focus, +.hover\:surface-overlay[data-v-09e76035]:hover { + background-color: var(--surface-overlay) !important; +} +.active\:surface-hover[data-v-09e76035]:active, +.focus\:surface-hover[data-v-09e76035]:focus, +.hover\:surface-hover[data-v-09e76035]:hover { + background-color: var(--surface-hover) !important; +} +.active\:surface-border[data-v-09e76035]:active, +.focus\:surface-border[data-v-09e76035]:focus, +.hover\:surface-border[data-v-09e76035]:hover { + border-color: var(--surface-border) !important; +} +@media screen and (min-width: 576px) { + .sm\:text-primary[data-v-09e76035] { + color: var(--primary-color) !important; + } + .sm\:bg-primary[data-v-09e76035] { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:bg-primary-reverse[data-v-09e76035] { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:bg-white[data-v-09e76035] { + background-color: #fff !important; + } + .sm\:border-primary[data-v-09e76035] { + border-color: var(--primary-color) !important; + } + .sm\:text-white[data-v-09e76035] { + color: #fff !important; + } + .sm\:border-white[data-v-09e76035] { + border-color: #fff !important; + } + .sm\:text-color[data-v-09e76035] { + color: var(--text-color) !important; + } + .sm\:text-color-secondary[data-v-09e76035] { + color: var(--text-color-secondary) !important; + } + .sm\:surface-ground[data-v-09e76035] { + background-color: var(--surface-ground) !important; + } + .sm\:surface-section[data-v-09e76035] { + background-color: var(--surface-section) !important; + } + .sm\:surface-card[data-v-09e76035] { + background-color: var(--surface-card) !important; + } + .sm\:surface-overlay[data-v-09e76035] { + background-color: var(--surface-overlay) !important; + } + .sm\:surface-hover[data-v-09e76035] { + background-color: var(--surface-hover) !important; + } + .sm\:surface-border[data-v-09e76035] { + border-color: var(--surface-border) !important; + } + .sm\:active\:text-primary[data-v-09e76035]:active, + .sm\:focus\:text-primary[data-v-09e76035]:focus, + .sm\:hover\:text-primary[data-v-09e76035]:hover { + color: var(--primary-color) !important; + } + .sm\:active\:bg-primary[data-v-09e76035]:active, + .sm\:focus\:bg-primary[data-v-09e76035]:focus, + .sm\:hover\:bg-primary[data-v-09e76035]:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:active\:bg-primary-reverse[data-v-09e76035]:active, + .sm\:focus\:bg-primary-reverse[data-v-09e76035]:focus, + .sm\:hover\:bg-primary-reverse[data-v-09e76035]:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:active\:bg-white[data-v-09e76035]:active, + .sm\:focus\:bg-white[data-v-09e76035]:focus, + .sm\:hover\:bg-white[data-v-09e76035]:hover { + background-color: #fff !important; + } + .sm\:active\:border-primary[data-v-09e76035]:active, + .sm\:focus\:border-primary[data-v-09e76035]:focus, + .sm\:hover\:border-primary[data-v-09e76035]:hover { + border-color: var(--primary-color) !important; + } + .sm\:active\:text-white[data-v-09e76035]:active, + .sm\:focus\:text-white[data-v-09e76035]:focus, + .sm\:hover\:text-white[data-v-09e76035]:hover { + color: #fff !important; + } + .sm\:active\:border-white[data-v-09e76035]:active, + .sm\:focus\:border-white[data-v-09e76035]:focus, + .sm\:hover\:border-white[data-v-09e76035]:hover { + border-color: #fff !important; + } + .sm\:active\:text-color[data-v-09e76035]:active, + .sm\:focus\:text-color[data-v-09e76035]:focus, + .sm\:hover\:text-color[data-v-09e76035]:hover { + color: var(--text-color) !important; + } + .sm\:active\:text-color-secondary[data-v-09e76035]:active, + .sm\:focus\:text-color-secondary[data-v-09e76035]:focus, + .sm\:hover\:text-color-secondary[data-v-09e76035]:hover { + color: var(--text-color-secondary) !important; + } + .sm\:active\:surface-ground[data-v-09e76035]:active, + .sm\:focus\:surface-ground[data-v-09e76035]:focus, + .sm\:hover\:surface-ground[data-v-09e76035]:hover { + background-color: var(--surface-ground) !important; + } + .sm\:active\:surface-section[data-v-09e76035]:active, + .sm\:focus\:surface-section[data-v-09e76035]:focus, + .sm\:hover\:surface-section[data-v-09e76035]:hover { + background-color: var(--surface-section) !important; + } + .sm\:active\:surface-card[data-v-09e76035]:active, + .sm\:focus\:surface-card[data-v-09e76035]:focus, + .sm\:hover\:surface-card[data-v-09e76035]:hover { + background-color: var(--surface-card) !important; + } + .sm\:active\:surface-overlay[data-v-09e76035]:active, + .sm\:focus\:surface-overlay[data-v-09e76035]:focus, + .sm\:hover\:surface-overlay[data-v-09e76035]:hover { + background-color: var(--surface-overlay) !important; + } + .sm\:active\:surface-hover[data-v-09e76035]:active, + .sm\:focus\:surface-hover[data-v-09e76035]:focus, + .sm\:hover\:surface-hover[data-v-09e76035]:hover { + background-color: var(--surface-hover) !important; + } + .sm\:active\:surface-border[data-v-09e76035]:active, + .sm\:focus\:surface-border[data-v-09e76035]:focus, + .sm\:hover\:surface-border[data-v-09e76035]:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-primary[data-v-09e76035] { + color: var(--primary-color) !important; + } + .md\:bg-primary[data-v-09e76035] { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:bg-primary-reverse[data-v-09e76035] { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:bg-white[data-v-09e76035] { + background-color: #fff !important; + } + .md\:border-primary[data-v-09e76035] { + border-color: var(--primary-color) !important; + } + .md\:text-white[data-v-09e76035] { + color: #fff !important; + } + .md\:border-white[data-v-09e76035] { + border-color: #fff !important; + } + .md\:text-color[data-v-09e76035] { + color: var(--text-color) !important; + } + .md\:text-color-secondary[data-v-09e76035] { + color: var(--text-color-secondary) !important; + } + .md\:surface-ground[data-v-09e76035] { + background-color: var(--surface-ground) !important; + } + .md\:surface-section[data-v-09e76035] { + background-color: var(--surface-section) !important; + } + .md\:surface-card[data-v-09e76035] { + background-color: var(--surface-card) !important; + } + .md\:surface-overlay[data-v-09e76035] { + background-color: var(--surface-overlay) !important; + } + .md\:surface-hover[data-v-09e76035] { + background-color: var(--surface-hover) !important; + } + .md\:surface-border[data-v-09e76035] { + border-color: var(--surface-border) !important; + } + .md\:active\:text-primary[data-v-09e76035]:active, + .md\:focus\:text-primary[data-v-09e76035]:focus, + .md\:hover\:text-primary[data-v-09e76035]:hover { + color: var(--primary-color) !important; + } + .md\:active\:bg-primary[data-v-09e76035]:active, + .md\:focus\:bg-primary[data-v-09e76035]:focus, + .md\:hover\:bg-primary[data-v-09e76035]:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:active\:bg-primary-reverse[data-v-09e76035]:active, + .md\:focus\:bg-primary-reverse[data-v-09e76035]:focus, + .md\:hover\:bg-primary-reverse[data-v-09e76035]:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:active\:bg-white[data-v-09e76035]:active, + .md\:focus\:bg-white[data-v-09e76035]:focus, + .md\:hover\:bg-white[data-v-09e76035]:hover { + background-color: #fff !important; + } + .md\:active\:border-primary[data-v-09e76035]:active, + .md\:focus\:border-primary[data-v-09e76035]:focus, + .md\:hover\:border-primary[data-v-09e76035]:hover { + border-color: var(--primary-color) !important; + } + .md\:active\:text-white[data-v-09e76035]:active, + .md\:focus\:text-white[data-v-09e76035]:focus, + .md\:hover\:text-white[data-v-09e76035]:hover { + color: #fff !important; + } + .md\:active\:border-white[data-v-09e76035]:active, + .md\:focus\:border-white[data-v-09e76035]:focus, + .md\:hover\:border-white[data-v-09e76035]:hover { + border-color: #fff !important; + } + .md\:active\:text-color[data-v-09e76035]:active, + .md\:focus\:text-color[data-v-09e76035]:focus, + .md\:hover\:text-color[data-v-09e76035]:hover { + color: var(--text-color) !important; + } + .md\:active\:text-color-secondary[data-v-09e76035]:active, + .md\:focus\:text-color-secondary[data-v-09e76035]:focus, + .md\:hover\:text-color-secondary[data-v-09e76035]:hover { + color: var(--text-color-secondary) !important; + } + .md\:active\:surface-ground[data-v-09e76035]:active, + .md\:focus\:surface-ground[data-v-09e76035]:focus, + .md\:hover\:surface-ground[data-v-09e76035]:hover { + background-color: var(--surface-ground) !important; + } + .md\:active\:surface-section[data-v-09e76035]:active, + .md\:focus\:surface-section[data-v-09e76035]:focus, + .md\:hover\:surface-section[data-v-09e76035]:hover { + background-color: var(--surface-section) !important; + } + .md\:active\:surface-card[data-v-09e76035]:active, + .md\:focus\:surface-card[data-v-09e76035]:focus, + .md\:hover\:surface-card[data-v-09e76035]:hover { + background-color: var(--surface-card) !important; + } + .md\:active\:surface-overlay[data-v-09e76035]:active, + .md\:focus\:surface-overlay[data-v-09e76035]:focus, + .md\:hover\:surface-overlay[data-v-09e76035]:hover { + background-color: var(--surface-overlay) !important; + } + .md\:active\:surface-hover[data-v-09e76035]:active, + .md\:focus\:surface-hover[data-v-09e76035]:focus, + .md\:hover\:surface-hover[data-v-09e76035]:hover { + background-color: var(--surface-hover) !important; + } + .md\:active\:surface-border[data-v-09e76035]:active, + .md\:focus\:surface-border[data-v-09e76035]:focus, + .md\:hover\:surface-border[data-v-09e76035]:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-primary[data-v-09e76035] { + color: var(--primary-color) !important; + } + .lg\:bg-primary[data-v-09e76035] { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:bg-primary-reverse[data-v-09e76035] { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:bg-white[data-v-09e76035] { + background-color: #fff !important; + } + .lg\:border-primary[data-v-09e76035] { + border-color: var(--primary-color) !important; + } + .lg\:text-white[data-v-09e76035] { + color: #fff !important; + } + .lg\:border-white[data-v-09e76035] { + border-color: #fff !important; + } + .lg\:text-color[data-v-09e76035] { + color: var(--text-color) !important; + } + .lg\:text-color-secondary[data-v-09e76035] { + color: var(--text-color-secondary) !important; + } + .lg\:surface-ground[data-v-09e76035] { + background-color: var(--surface-ground) !important; + } + .lg\:surface-section[data-v-09e76035] { + background-color: var(--surface-section) !important; + } + .lg\:surface-card[data-v-09e76035] { + background-color: var(--surface-card) !important; + } + .lg\:surface-overlay[data-v-09e76035] { + background-color: var(--surface-overlay) !important; + } + .lg\:surface-hover[data-v-09e76035] { + background-color: var(--surface-hover) !important; + } + .lg\:surface-border[data-v-09e76035] { + border-color: var(--surface-border) !important; + } + .lg\:active\:text-primary[data-v-09e76035]:active, + .lg\:focus\:text-primary[data-v-09e76035]:focus, + .lg\:hover\:text-primary[data-v-09e76035]:hover { + color: var(--primary-color) !important; + } + .lg\:active\:bg-primary[data-v-09e76035]:active, + .lg\:focus\:bg-primary[data-v-09e76035]:focus, + .lg\:hover\:bg-primary[data-v-09e76035]:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:active\:bg-primary-reverse[data-v-09e76035]:active, + .lg\:focus\:bg-primary-reverse[data-v-09e76035]:focus, + .lg\:hover\:bg-primary-reverse[data-v-09e76035]:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:active\:bg-white[data-v-09e76035]:active, + .lg\:focus\:bg-white[data-v-09e76035]:focus, + .lg\:hover\:bg-white[data-v-09e76035]:hover { + background-color: #fff !important; + } + .lg\:active\:border-primary[data-v-09e76035]:active, + .lg\:focus\:border-primary[data-v-09e76035]:focus, + .lg\:hover\:border-primary[data-v-09e76035]:hover { + border-color: var(--primary-color) !important; + } + .lg\:active\:text-white[data-v-09e76035]:active, + .lg\:focus\:text-white[data-v-09e76035]:focus, + .lg\:hover\:text-white[data-v-09e76035]:hover { + color: #fff !important; + } + .lg\:active\:border-white[data-v-09e76035]:active, + .lg\:focus\:border-white[data-v-09e76035]:focus, + .lg\:hover\:border-white[data-v-09e76035]:hover { + border-color: #fff !important; + } + .lg\:active\:text-color[data-v-09e76035]:active, + .lg\:focus\:text-color[data-v-09e76035]:focus, + .lg\:hover\:text-color[data-v-09e76035]:hover { + color: var(--text-color) !important; + } + .lg\:active\:text-color-secondary[data-v-09e76035]:active, + .lg\:focus\:text-color-secondary[data-v-09e76035]:focus, + .lg\:hover\:text-color-secondary[data-v-09e76035]:hover { + color: var(--text-color-secondary) !important; + } + .lg\:active\:surface-ground[data-v-09e76035]:active, + .lg\:focus\:surface-ground[data-v-09e76035]:focus, + .lg\:hover\:surface-ground[data-v-09e76035]:hover { + background-color: var(--surface-ground) !important; + } + .lg\:active\:surface-section[data-v-09e76035]:active, + .lg\:focus\:surface-section[data-v-09e76035]:focus, + .lg\:hover\:surface-section[data-v-09e76035]:hover { + background-color: var(--surface-section) !important; + } + .lg\:active\:surface-card[data-v-09e76035]:active, + .lg\:focus\:surface-card[data-v-09e76035]:focus, + .lg\:hover\:surface-card[data-v-09e76035]:hover { + background-color: var(--surface-card) !important; + } + .lg\:active\:surface-overlay[data-v-09e76035]:active, + .lg\:focus\:surface-overlay[data-v-09e76035]:focus, + .lg\:hover\:surface-overlay[data-v-09e76035]:hover { + background-color: var(--surface-overlay) !important; + } + .lg\:active\:surface-hover[data-v-09e76035]:active, + .lg\:focus\:surface-hover[data-v-09e76035]:focus, + .lg\:hover\:surface-hover[data-v-09e76035]:hover { + background-color: var(--surface-hover) !important; + } + .lg\:active\:surface-border[data-v-09e76035]:active, + .lg\:focus\:surface-border[data-v-09e76035]:focus, + .lg\:hover\:surface-border[data-v-09e76035]:hover { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-primary[data-v-09e76035] { + color: var(--primary-color) !important; + } + .xl\:bg-primary[data-v-09e76035] { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:bg-primary-reverse[data-v-09e76035] { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:bg-white[data-v-09e76035] { + background-color: #fff !important; + } + .xl\:border-primary[data-v-09e76035] { + border-color: var(--primary-color) !important; + } + .xl\:text-white[data-v-09e76035] { + color: #fff !important; + } + .xl\:border-white[data-v-09e76035] { + border-color: #fff !important; + } + .xl\:text-color[data-v-09e76035] { + color: var(--text-color) !important; + } + .xl\:text-color-secondary[data-v-09e76035] { + color: var(--text-color-secondary) !important; + } + .xl\:surface-ground[data-v-09e76035] { + background-color: var(--surface-ground) !important; + } + .xl\:surface-section[data-v-09e76035] { + background-color: var(--surface-section) !important; + } + .xl\:surface-card[data-v-09e76035] { + background-color: var(--surface-card) !important; + } + .xl\:surface-overlay[data-v-09e76035] { + background-color: var(--surface-overlay) !important; + } + .xl\:surface-hover[data-v-09e76035] { + background-color: var(--surface-hover) !important; + } + .xl\:surface-border[data-v-09e76035] { + border-color: var(--surface-border) !important; + } + .xl\:active\:text-primary[data-v-09e76035]:active, + .xl\:focus\:text-primary[data-v-09e76035]:focus, + .xl\:hover\:text-primary[data-v-09e76035]:hover { + color: var(--primary-color) !important; + } + .xl\:active\:bg-primary[data-v-09e76035]:active, + .xl\:focus\:bg-primary[data-v-09e76035]:focus, + .xl\:hover\:bg-primary[data-v-09e76035]:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:active\:bg-primary-reverse[data-v-09e76035]:active, + .xl\:focus\:bg-primary-reverse[data-v-09e76035]:focus, + .xl\:hover\:bg-primary-reverse[data-v-09e76035]:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:active\:bg-white[data-v-09e76035]:active, + .xl\:focus\:bg-white[data-v-09e76035]:focus, + .xl\:hover\:bg-white[data-v-09e76035]:hover { + background-color: #fff !important; + } + .xl\:active\:border-primary[data-v-09e76035]:active, + .xl\:focus\:border-primary[data-v-09e76035]:focus, + .xl\:hover\:border-primary[data-v-09e76035]:hover { + border-color: var(--primary-color) !important; + } + .xl\:active\:text-white[data-v-09e76035]:active, + .xl\:focus\:text-white[data-v-09e76035]:focus, + .xl\:hover\:text-white[data-v-09e76035]:hover { + color: #fff !important; + } + .xl\:active\:border-white[data-v-09e76035]:active, + .xl\:focus\:border-white[data-v-09e76035]:focus, + .xl\:hover\:border-white[data-v-09e76035]:hover { + border-color: #fff !important; + } + .xl\:active\:text-color[data-v-09e76035]:active, + .xl\:focus\:text-color[data-v-09e76035]:focus, + .xl\:hover\:text-color[data-v-09e76035]:hover { + color: var(--text-color) !important; + } + .xl\:active\:text-color-secondary[data-v-09e76035]:active, + .xl\:focus\:text-color-secondary[data-v-09e76035]:focus, + .xl\:hover\:text-color-secondary[data-v-09e76035]:hover { + color: var(--text-color-secondary) !important; + } + .xl\:active\:surface-ground[data-v-09e76035]:active, + .xl\:focus\:surface-ground[data-v-09e76035]:focus, + .xl\:hover\:surface-ground[data-v-09e76035]:hover { + background-color: var(--surface-ground) !important; + } + .xl\:active\:surface-section[data-v-09e76035]:active, + .xl\:focus\:surface-section[data-v-09e76035]:focus, + .xl\:hover\:surface-section[data-v-09e76035]:hover { + background-color: var(--surface-section) !important; + } + .xl\:active\:surface-card[data-v-09e76035]:active, + .xl\:focus\:surface-card[data-v-09e76035]:focus, + .xl\:hover\:surface-card[data-v-09e76035]:hover { + background-color: var(--surface-card) !important; + } + .xl\:active\:surface-overlay[data-v-09e76035]:active, + .xl\:focus\:surface-overlay[data-v-09e76035]:focus, + .xl\:hover\:surface-overlay[data-v-09e76035]:hover { + background-color: var(--surface-overlay) !important; + } + .xl\:active\:surface-hover[data-v-09e76035]:active, + .xl\:focus\:surface-hover[data-v-09e76035]:focus, + .xl\:hover\:surface-hover[data-v-09e76035]:hover { + background-color: var(--surface-hover) !important; + } + .xl\:active\:surface-border[data-v-09e76035]:active, + .xl\:focus\:surface-border[data-v-09e76035]:focus, + .xl\:hover\:surface-border[data-v-09e76035]:hover { + border-color: var(--surface-border) !important; + } +} +.field[data-v-09e76035] { + margin-bottom: 1rem; +} +.field > label[data-v-09e76035] { + display: inline-block; + margin-bottom: 0.5rem; +} +.field.grid > label[data-v-09e76035] { + display: flex; + align-items: center; +} +.field > small[data-v-09e76035] { + margin-top: 0.25rem; +} +.field.grid[data-v-09e76035], +.formgrid.grid[data-v-09e76035] { + margin-top: 0; +} +.field.grid .col-10[data-v-09e76035], +.field.grid .col-11[data-v-09e76035], +.field.grid .col-12[data-v-09e76035], +.field.grid .col-1[data-v-09e76035], +.field.grid .col-2[data-v-09e76035], +.field.grid .col-3[data-v-09e76035], +.field.grid .col-4[data-v-09e76035], +.field.grid .col-5[data-v-09e76035], +.field.grid .col-6[data-v-09e76035], +.field.grid .col-7[data-v-09e76035], +.field.grid .col-8[data-v-09e76035], +.field.grid .col-9[data-v-09e76035], +.field.grid .col-fixed[data-v-09e76035], +.field.grid .col[data-v-09e76035], +.formgrid.grid .col-10[data-v-09e76035], +.formgrid.grid .col-11[data-v-09e76035], +.formgrid.grid .col-12[data-v-09e76035], +.formgrid.grid .col-1[data-v-09e76035], +.formgrid.grid .col-2[data-v-09e76035], +.formgrid.grid .col-3[data-v-09e76035], +.formgrid.grid .col-4[data-v-09e76035], +.formgrid.grid .col-5[data-v-09e76035], +.formgrid.grid .col-6[data-v-09e76035], +.formgrid.grid .col-7[data-v-09e76035], +.formgrid.grid .col-8[data-v-09e76035], +.formgrid.grid .col-9[data-v-09e76035], +.formgrid.grid .col-fixed[data-v-09e76035], +.formgrid.grid .col[data-v-09e76035] { + padding-top: 0; + padding-bottom: 0; +} +.formgroup-inline[data-v-09e76035] { + display: flex; + flex-wrap: wrap; + align-items: flex-start; +} +.formgroup-inline .field-checkbox[data-v-09e76035], +.formgroup-inline .field-radiobutton[data-v-09e76035], +.formgroup-inline .field[data-v-09e76035] { + margin-right: 1rem; +} +.formgroup-inline .field-checkbox > label[data-v-09e76035], +.formgroup-inline .field-radiobutton > label[data-v-09e76035], +.formgroup-inline .field > label[data-v-09e76035] { + margin-right: 0.5rem; + margin-bottom: 0; +} +.field-checkbox[data-v-09e76035], +.field-radiobutton[data-v-09e76035] { + margin-bottom: 1rem; + display: flex; + align-items: center; +} +.field-checkbox > label[data-v-09e76035], +.field-radiobutton > label[data-v-09e76035] { + margin-left: 0.5rem; + line-height: 1; +} +.hidden[data-v-09e76035] { + display: none !important; +} +.block[data-v-09e76035] { + display: block !important; +} +.inline[data-v-09e76035] { + display: inline !important; +} +.inline-block[data-v-09e76035] { + display: inline-block !important; +} +.flex[data-v-09e76035] { + display: flex !important; +} +.inline-flex[data-v-09e76035] { + display: inline-flex !important; +} +@media screen and (min-width: 576px) { + .sm\:hidden[data-v-09e76035] { + display: none !important; + } + .sm\:block[data-v-09e76035] { + display: block !important; + } + .sm\:inline[data-v-09e76035] { + display: inline !important; + } + .sm\:inline-block[data-v-09e76035] { + display: inline-block !important; + } + .sm\:flex[data-v-09e76035] { + display: flex !important; + } + .sm\:inline-flex[data-v-09e76035] { + display: inline-flex !important; + } +} +@media screen and (min-width: 768px) { + .md\:hidden[data-v-09e76035] { + display: none !important; + } + .md\:block[data-v-09e76035] { + display: block !important; + } + .md\:inline[data-v-09e76035] { + display: inline !important; + } + .md\:inline-block[data-v-09e76035] { + display: inline-block !important; + } + .md\:flex[data-v-09e76035] { + display: flex !important; + } + .md\:inline-flex[data-v-09e76035] { + display: inline-flex !important; + } +} +@media screen and (min-width: 992px) { + .lg\:hidden[data-v-09e76035] { + display: none !important; + } + .lg\:block[data-v-09e76035] { + display: block !important; + } + .lg\:inline[data-v-09e76035] { + display: inline !important; + } + .lg\:inline-block[data-v-09e76035] { + display: inline-block !important; + } + .lg\:flex[data-v-09e76035] { + display: flex !important; + } + .lg\:inline-flex[data-v-09e76035] { + display: inline-flex !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:hidden[data-v-09e76035] { + display: none !important; + } + .xl\:block[data-v-09e76035] { + display: block !important; + } + .xl\:inline[data-v-09e76035] { + display: inline !important; + } + .xl\:inline-block[data-v-09e76035] { + display: inline-block !important; + } + .xl\:flex[data-v-09e76035] { + display: flex !important; + } + .xl\:inline-flex[data-v-09e76035] { + display: inline-flex !important; + } +} +.text-center[data-v-09e76035] { + text-align: center !important; +} +.text-justify[data-v-09e76035] { + text-align: justify !important; +} +.text-left[data-v-09e76035] { + text-align: left !important; +} +.text-right[data-v-09e76035] { + text-align: right !important; +} +@media screen and (min-width: 576px) { + .sm\:text-center[data-v-09e76035] { + text-align: center !important; + } + .sm\:text-justify[data-v-09e76035] { + text-align: justify !important; + } + .sm\:text-left[data-v-09e76035] { + text-align: left !important; + } + .sm\:text-right[data-v-09e76035] { + text-align: right !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-center[data-v-09e76035] { + text-align: center !important; + } + .md\:text-justify[data-v-09e76035] { + text-align: justify !important; + } + .md\:text-left[data-v-09e76035] { + text-align: left !important; + } + .md\:text-right[data-v-09e76035] { + text-align: right !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-center[data-v-09e76035] { + text-align: center !important; + } + .lg\:text-justify[data-v-09e76035] { + text-align: justify !important; + } + .lg\:text-left[data-v-09e76035] { + text-align: left !important; + } + .lg\:text-right[data-v-09e76035] { + text-align: right !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-center[data-v-09e76035] { + text-align: center !important; + } + .xl\:text-justify[data-v-09e76035] { + text-align: justify !important; + } + .xl\:text-left[data-v-09e76035] { + text-align: left !important; + } + .xl\:text-right[data-v-09e76035] { + text-align: right !important; + } +} +.underline[data-v-09e76035] { + text-decoration: underline !important; +} +.line-through[data-v-09e76035] { + text-decoration: line-through !important; +} +.no-underline[data-v-09e76035] { + text-decoration: none !important; +} +.active\:underline[data-v-09e76035]:active, +.focus\:underline[data-v-09e76035]:focus, +.hover\:underline[data-v-09e76035]:hover { + text-decoration: underline !important; +} +.active\:line-through[data-v-09e76035]:active, +.focus\:line-through[data-v-09e76035]:focus, +.hover\:line-through[data-v-09e76035]:hover { + text-decoration: line-through !important; +} +.active\:no-underline[data-v-09e76035]:active, +.focus\:no-underline[data-v-09e76035]:focus, +.hover\:no-underline[data-v-09e76035]:hover { + text-decoration: none !important; +} +.lowercase[data-v-09e76035] { + text-transform: lowercase !important; +} +.uppercase[data-v-09e76035] { + text-transform: uppercase !important; +} +.capitalize[data-v-09e76035] { + text-transform: capitalize !important; +} +.text-overflow-clip[data-v-09e76035] { + text-overflow: clip !important; +} +.text-overflow-ellipsis[data-v-09e76035] { + text-overflow: ellipsis !important; +} +@media screen and (min-width: 576px) { + .sm\:text-overflow-clip[data-v-09e76035] { + text-overflow: clip !important; + } + .sm\:text-overflow-ellipsis[data-v-09e76035] { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-overflow-clip[data-v-09e76035] { + text-overflow: clip !important; + } + .md\:text-overflow-ellipsis[data-v-09e76035] { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-overflow-clip[data-v-09e76035] { + text-overflow: clip !important; + } + .lg\:text-overflow-ellipsis[data-v-09e76035] { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-overflow-clip[data-v-09e76035] { + text-overflow: clip !important; + } + .xl\:text-overflow-ellipsis[data-v-09e76035] { + text-overflow: ellipsis !important; + } +} +.font-light[data-v-09e76035] { + font-weight: 300 !important; +} +.font-normal[data-v-09e76035] { + font-weight: 400 !important; +} +.font-medium[data-v-09e76035] { + font-weight: 500 !important; +} +.font-semibold[data-v-09e76035] { + font-weight: 600 !important; +} +.font-bold[data-v-09e76035] { + font-weight: 700 !important; +} +@media screen and (min-width: 576px) { + .sm\:font-light[data-v-09e76035] { + font-weight: 300 !important; + } + .sm\:font-normal[data-v-09e76035] { + font-weight: 400 !important; + } + .sm\:font-medium[data-v-09e76035] { + font-weight: 500 !important; + } + .sm\:font-semibold[data-v-09e76035] { + font-weight: 600 !important; + } + .sm\:font-bold[data-v-09e76035] { + font-weight: 700 !important; + } +} +@media screen and (min-width: 768px) { + .md\:font-light[data-v-09e76035] { + font-weight: 300 !important; + } + .md\:font-normal[data-v-09e76035] { + font-weight: 400 !important; + } + .md\:font-medium[data-v-09e76035] { + font-weight: 500 !important; + } + .md\:font-semibold[data-v-09e76035] { + font-weight: 600 !important; + } + .md\:font-bold[data-v-09e76035] { + font-weight: 700 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:font-light[data-v-09e76035] { + font-weight: 300 !important; + } + .lg\:font-normal[data-v-09e76035] { + font-weight: 400 !important; + } + .lg\:font-medium[data-v-09e76035] { + font-weight: 500 !important; + } + .lg\:font-semibold[data-v-09e76035] { + font-weight: 600 !important; + } + .lg\:font-bold[data-v-09e76035] { + font-weight: 700 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:font-light[data-v-09e76035] { + font-weight: 300 !important; + } + .xl\:font-normal[data-v-09e76035] { + font-weight: 400 !important; + } + .xl\:font-medium[data-v-09e76035] { + font-weight: 500 !important; + } + .xl\:font-semibold[data-v-09e76035] { + font-weight: 600 !important; + } + .xl\:font-bold[data-v-09e76035] { + font-weight: 700 !important; + } +} +.font-italic[data-v-09e76035] { + font-style: italic !important; +} +.text-xs[data-v-09e76035] { + font-size: 0.75rem !important; +} +.text-sm[data-v-09e76035] { + font-size: 0.875rem !important; +} +.text-base[data-v-09e76035] { + font-size: 1rem !important; +} +.text-lg[data-v-09e76035] { + font-size: 1.125rem !important; +} +.text-xl[data-v-09e76035] { + font-size: 1.25rem !important; +} +.text-2xl[data-v-09e76035] { + font-size: 1.5rem !important; +} +.text-3xl[data-v-09e76035] { + font-size: 1.75rem !important; +} +.text-4xl[data-v-09e76035] { + font-size: 2rem !important; +} +.text-5xl[data-v-09e76035] { + font-size: 2.5rem !important; +} +.text-6xl[data-v-09e76035] { + font-size: 3rem !important; +} +.text-7xl[data-v-09e76035] { + font-size: 4rem !important; +} +.text-8xl[data-v-09e76035] { + font-size: 6rem !important; +} +@media screen and (min-width: 576px) { + .sm\:text-xs[data-v-09e76035] { + font-size: 0.75rem !important; + } + .sm\:text-sm[data-v-09e76035] { + font-size: 0.875rem !important; + } + .sm\:text-base[data-v-09e76035] { + font-size: 1rem !important; + } + .sm\:text-lg[data-v-09e76035] { + font-size: 1.125rem !important; + } + .sm\:text-xl[data-v-09e76035] { + font-size: 1.25rem !important; + } + .sm\:text-2xl[data-v-09e76035] { + font-size: 1.5rem !important; + } + .sm\:text-3xl[data-v-09e76035] { + font-size: 1.75rem !important; + } + .sm\:text-4xl[data-v-09e76035] { + font-size: 2rem !important; + } + .sm\:text-5xl[data-v-09e76035] { + font-size: 2.5rem !important; + } + .sm\:text-6xl[data-v-09e76035] { + font-size: 3rem !important; + } + .sm\:text-7xl[data-v-09e76035] { + font-size: 4rem !important; + } + .sm\:text-8xl[data-v-09e76035] { + font-size: 6rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-xs[data-v-09e76035] { + font-size: 0.75rem !important; + } + .md\:text-sm[data-v-09e76035] { + font-size: 0.875rem !important; + } + .md\:text-base[data-v-09e76035] { + font-size: 1rem !important; + } + .md\:text-lg[data-v-09e76035] { + font-size: 1.125rem !important; + } + .md\:text-xl[data-v-09e76035] { + font-size: 1.25rem !important; + } + .md\:text-2xl[data-v-09e76035] { + font-size: 1.5rem !important; + } + .md\:text-3xl[data-v-09e76035] { + font-size: 1.75rem !important; + } + .md\:text-4xl[data-v-09e76035] { + font-size: 2rem !important; + } + .md\:text-5xl[data-v-09e76035] { + font-size: 2.5rem !important; + } + .md\:text-6xl[data-v-09e76035] { + font-size: 3rem !important; + } + .md\:text-7xl[data-v-09e76035] { + font-size: 4rem !important; + } + .md\:text-8xl[data-v-09e76035] { + font-size: 6rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-xs[data-v-09e76035] { + font-size: 0.75rem !important; + } + .lg\:text-sm[data-v-09e76035] { + font-size: 0.875rem !important; + } + .lg\:text-base[data-v-09e76035] { + font-size: 1rem !important; + } + .lg\:text-lg[data-v-09e76035] { + font-size: 1.125rem !important; + } + .lg\:text-xl[data-v-09e76035] { + font-size: 1.25rem !important; + } + .lg\:text-2xl[data-v-09e76035] { + font-size: 1.5rem !important; + } + .lg\:text-3xl[data-v-09e76035] { + font-size: 1.75rem !important; + } + .lg\:text-4xl[data-v-09e76035] { + font-size: 2rem !important; + } + .lg\:text-5xl[data-v-09e76035] { + font-size: 2.5rem !important; + } + .lg\:text-6xl[data-v-09e76035] { + font-size: 3rem !important; + } + .lg\:text-7xl[data-v-09e76035] { + font-size: 4rem !important; + } + .lg\:text-8xl[data-v-09e76035] { + font-size: 6rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-xs[data-v-09e76035] { + font-size: 0.75rem !important; + } + .xl\:text-sm[data-v-09e76035] { + font-size: 0.875rem !important; + } + .xl\:text-base[data-v-09e76035] { + font-size: 1rem !important; + } + .xl\:text-lg[data-v-09e76035] { + font-size: 1.125rem !important; + } + .xl\:text-xl[data-v-09e76035] { + font-size: 1.25rem !important; + } + .xl\:text-2xl[data-v-09e76035] { + font-size: 1.5rem !important; + } + .xl\:text-3xl[data-v-09e76035] { + font-size: 1.75rem !important; + } + .xl\:text-4xl[data-v-09e76035] { + font-size: 2rem !important; + } + .xl\:text-5xl[data-v-09e76035] { + font-size: 2.5rem !important; + } + .xl\:text-6xl[data-v-09e76035] { + font-size: 3rem !important; + } + .xl\:text-7xl[data-v-09e76035] { + font-size: 4rem !important; + } + .xl\:text-8xl[data-v-09e76035] { + font-size: 6rem !important; + } +} +.line-height-1[data-v-09e76035] { + line-height: 1 !important; +} +.line-height-2[data-v-09e76035] { + line-height: 1.25 !important; +} +.line-height-3[data-v-09e76035] { + line-height: 1.5 !important; +} +.line-height-4[data-v-09e76035] { + line-height: 2 !important; +} +.white-space-normal[data-v-09e76035] { + white-space: normal !important; +} +.white-space-nowrap[data-v-09e76035] { + white-space: nowrap !important; +} +.vertical-align-baseline[data-v-09e76035] { + vertical-align: baseline !important; +} +.vertical-align-top[data-v-09e76035] { + vertical-align: top !important; +} +.vertical-align-middle[data-v-09e76035] { + vertical-align: middle !important; +} +.vertical-align-bottom[data-v-09e76035] { + vertical-align: bottom !important; +} +.vertical-align-text-top[data-v-09e76035] { + vertical-align: text-top !important; +} +.vertical-align-text-bottom[data-v-09e76035] { + vertical-align: text-bottom !important; +} +.vertical-align-sub[data-v-09e76035] { + vertical-align: sub !important; +} +.vertical-align-super[data-v-09e76035] { + vertical-align: super !important; +} +@media screen and (min-width: 576px) { + .sm\:vertical-align-baseline[data-v-09e76035] { + vertical-align: baseline !important; + } + .sm\:vertical-align-top[data-v-09e76035] { + vertical-align: top !important; + } + .sm\:vertical-align-middle[data-v-09e76035] { + vertical-align: middle !important; + } + .sm\:vertical-align-bottom[data-v-09e76035] { + vertical-align: bottom !important; + } + .sm\:vertical-align-text-top[data-v-09e76035] { + vertical-align: text-top !important; + } + .sm\:vertical-align-text-bottom[data-v-09e76035] { + vertical-align: text-bottom !important; + } + .sm\:vertical-align-sub[data-v-09e76035] { + vertical-align: sub !important; + } + .sm\:vertical-align-super[data-v-09e76035] { + vertical-align: super !important; + } +} +@media screen and (min-width: 768px) { + .md\:vertical-align-baseline[data-v-09e76035] { + vertical-align: baseline !important; + } + .md\:vertical-align-top[data-v-09e76035] { + vertical-align: top !important; + } + .md\:vertical-align-middle[data-v-09e76035] { + vertical-align: middle !important; + } + .md\:vertical-align-bottom[data-v-09e76035] { + vertical-align: bottom !important; + } + .md\:vertical-align-text-top[data-v-09e76035] { + vertical-align: text-top !important; + } + .md\:vertical-align-text-bottom[data-v-09e76035] { + vertical-align: text-bottom !important; + } + .md\:vertical-align-sub[data-v-09e76035] { + vertical-align: sub !important; + } + .md\:vertical-align-super[data-v-09e76035] { + vertical-align: super !important; + } +} +@media screen and (min-width: 992px) { + .lg\:vertical-align-baseline[data-v-09e76035] { + vertical-align: baseline !important; + } + .lg\:vertical-align-top[data-v-09e76035] { + vertical-align: top !important; + } + .lg\:vertical-align-middle[data-v-09e76035] { + vertical-align: middle !important; + } + .lg\:vertical-align-bottom[data-v-09e76035] { + vertical-align: bottom !important; + } + .lg\:vertical-align-text-top[data-v-09e76035] { + vertical-align: text-top !important; + } + .lg\:vertical-align-text-bottom[data-v-09e76035] { + vertical-align: text-bottom !important; + } + .lg\:vertical-align-sub[data-v-09e76035] { + vertical-align: sub !important; + } + .lg\:vertical-align-super[data-v-09e76035] { + vertical-align: super !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:vertical-align-baseline[data-v-09e76035] { + vertical-align: baseline !important; + } + .xl\:vertical-align-top[data-v-09e76035] { + vertical-align: top !important; + } + .xl\:vertical-align-middle[data-v-09e76035] { + vertical-align: middle !important; + } + .xl\:vertical-align-bottom[data-v-09e76035] { + vertical-align: bottom !important; + } + .xl\:vertical-align-text-top[data-v-09e76035] { + vertical-align: text-top !important; + } + .xl\:vertical-align-text-bottom[data-v-09e76035] { + vertical-align: text-bottom !important; + } + .xl\:vertical-align-sub[data-v-09e76035] { + vertical-align: sub !important; + } + .xl\:vertical-align-super[data-v-09e76035] { + vertical-align: super !important; + } +} +.flex-row[data-v-09e76035] { + flex-direction: row !important; +} +.flex-row-reverse[data-v-09e76035] { + flex-direction: row-reverse !important; +} +.flex-column[data-v-09e76035] { + flex-direction: column !important; +} +.flex-column-reverse[data-v-09e76035] { + flex-direction: column-reverse !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-row[data-v-09e76035] { + flex-direction: row !important; + } + .sm\:flex-row-reverse[data-v-09e76035] { + flex-direction: row-reverse !important; + } + .sm\:flex-column[data-v-09e76035] { + flex-direction: column !important; + } + .sm\:flex-column-reverse[data-v-09e76035] { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-row[data-v-09e76035] { + flex-direction: row !important; + } + .md\:flex-row-reverse[data-v-09e76035] { + flex-direction: row-reverse !important; + } + .md\:flex-column[data-v-09e76035] { + flex-direction: column !important; + } + .md\:flex-column-reverse[data-v-09e76035] { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-row[data-v-09e76035] { + flex-direction: row !important; + } + .lg\:flex-row-reverse[data-v-09e76035] { + flex-direction: row-reverse !important; + } + .lg\:flex-column[data-v-09e76035] { + flex-direction: column !important; + } + .lg\:flex-column-reverse[data-v-09e76035] { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-row[data-v-09e76035] { + flex-direction: row !important; + } + .xl\:flex-row-reverse[data-v-09e76035] { + flex-direction: row-reverse !important; + } + .xl\:flex-column[data-v-09e76035] { + flex-direction: column !important; + } + .xl\:flex-column-reverse[data-v-09e76035] { + flex-direction: column-reverse !important; + } +} +.flex-wrap[data-v-09e76035] { + flex-wrap: wrap !important; +} +.flex-wrap-reverse[data-v-09e76035] { + flex-wrap: wrap-reverse !important; +} +.flex-nowrap[data-v-09e76035] { + flex-wrap: nowrap !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-wrap[data-v-09e76035] { + flex-wrap: wrap !important; + } + .sm\:flex-wrap-reverse[data-v-09e76035] { + flex-wrap: wrap-reverse !important; + } + .sm\:flex-nowrap[data-v-09e76035] { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-wrap[data-v-09e76035] { + flex-wrap: wrap !important; + } + .md\:flex-wrap-reverse[data-v-09e76035] { + flex-wrap: wrap-reverse !important; + } + .md\:flex-nowrap[data-v-09e76035] { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-wrap[data-v-09e76035] { + flex-wrap: wrap !important; + } + .lg\:flex-wrap-reverse[data-v-09e76035] { + flex-wrap: wrap-reverse !important; + } + .lg\:flex-nowrap[data-v-09e76035] { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-wrap[data-v-09e76035] { + flex-wrap: wrap !important; + } + .xl\:flex-wrap-reverse[data-v-09e76035] { + flex-wrap: wrap-reverse !important; + } + .xl\:flex-nowrap[data-v-09e76035] { + flex-wrap: nowrap !important; + } +} +.justify-content-start[data-v-09e76035] { + justify-content: flex-start !important; +} +.justify-content-end[data-v-09e76035] { + justify-content: flex-end !important; +} +.justify-content-center[data-v-09e76035] { + justify-content: center !important; +} +.justify-content-between[data-v-09e76035] { + justify-content: space-between !important; +} +.justify-content-around[data-v-09e76035] { + justify-content: space-around !important; +} +.justify-content-evenly[data-v-09e76035] { + justify-content: space-evenly !important; +} +@media screen and (min-width: 576px) { + .sm\:justify-content-start[data-v-09e76035] { + justify-content: flex-start !important; + } + .sm\:justify-content-end[data-v-09e76035] { + justify-content: flex-end !important; + } + .sm\:justify-content-center[data-v-09e76035] { + justify-content: center !important; + } + .sm\:justify-content-between[data-v-09e76035] { + justify-content: space-between !important; + } + .sm\:justify-content-around[data-v-09e76035] { + justify-content: space-around !important; + } + .sm\:justify-content-evenly[data-v-09e76035] { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 768px) { + .md\:justify-content-start[data-v-09e76035] { + justify-content: flex-start !important; + } + .md\:justify-content-end[data-v-09e76035] { + justify-content: flex-end !important; + } + .md\:justify-content-center[data-v-09e76035] { + justify-content: center !important; + } + .md\:justify-content-between[data-v-09e76035] { + justify-content: space-between !important; + } + .md\:justify-content-around[data-v-09e76035] { + justify-content: space-around !important; + } + .md\:justify-content-evenly[data-v-09e76035] { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 992px) { + .lg\:justify-content-start[data-v-09e76035] { + justify-content: flex-start !important; + } + .lg\:justify-content-end[data-v-09e76035] { + justify-content: flex-end !important; + } + .lg\:justify-content-center[data-v-09e76035] { + justify-content: center !important; + } + .lg\:justify-content-between[data-v-09e76035] { + justify-content: space-between !important; + } + .lg\:justify-content-around[data-v-09e76035] { + justify-content: space-around !important; + } + .lg\:justify-content-evenly[data-v-09e76035] { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:justify-content-start[data-v-09e76035] { + justify-content: flex-start !important; + } + .xl\:justify-content-end[data-v-09e76035] { + justify-content: flex-end !important; + } + .xl\:justify-content-center[data-v-09e76035] { + justify-content: center !important; + } + .xl\:justify-content-between[data-v-09e76035] { + justify-content: space-between !important; + } + .xl\:justify-content-around[data-v-09e76035] { + justify-content: space-around !important; + } + .xl\:justify-content-evenly[data-v-09e76035] { + justify-content: space-evenly !important; + } +} +.align-content-start[data-v-09e76035] { + align-content: flex-start !important; +} +.align-content-end[data-v-09e76035] { + align-content: flex-end !important; +} +.align-content-center[data-v-09e76035] { + align-content: center !important; +} +.align-content-between[data-v-09e76035] { + align-content: space-between !important; +} +.align-content-around[data-v-09e76035] { + align-content: space-around !important; +} +.align-content-evenly[data-v-09e76035] { + align-content: space-evenly !important; +} +@media screen and (min-width: 576px) { + .sm\:align-content-start[data-v-09e76035] { + align-content: flex-start !important; + } + .sm\:align-content-end[data-v-09e76035] { + align-content: flex-end !important; + } + .sm\:align-content-center[data-v-09e76035] { + align-content: center !important; + } + .sm\:align-content-between[data-v-09e76035] { + align-content: space-between !important; + } + .sm\:align-content-around[data-v-09e76035] { + align-content: space-around !important; + } + .sm\:align-content-evenly[data-v-09e76035] { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-content-start[data-v-09e76035] { + align-content: flex-start !important; + } + .md\:align-content-end[data-v-09e76035] { + align-content: flex-end !important; + } + .md\:align-content-center[data-v-09e76035] { + align-content: center !important; + } + .md\:align-content-between[data-v-09e76035] { + align-content: space-between !important; + } + .md\:align-content-around[data-v-09e76035] { + align-content: space-around !important; + } + .md\:align-content-evenly[data-v-09e76035] { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-content-start[data-v-09e76035] { + align-content: flex-start !important; + } + .lg\:align-content-end[data-v-09e76035] { + align-content: flex-end !important; + } + .lg\:align-content-center[data-v-09e76035] { + align-content: center !important; + } + .lg\:align-content-between[data-v-09e76035] { + align-content: space-between !important; + } + .lg\:align-content-around[data-v-09e76035] { + align-content: space-around !important; + } + .lg\:align-content-evenly[data-v-09e76035] { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-content-start[data-v-09e76035] { + align-content: flex-start !important; + } + .xl\:align-content-end[data-v-09e76035] { + align-content: flex-end !important; + } + .xl\:align-content-center[data-v-09e76035] { + align-content: center !important; + } + .xl\:align-content-between[data-v-09e76035] { + align-content: space-between !important; + } + .xl\:align-content-around[data-v-09e76035] { + align-content: space-around !important; + } + .xl\:align-content-evenly[data-v-09e76035] { + align-content: space-evenly !important; + } +} +.align-items-stretch[data-v-09e76035] { + align-items: stretch !important; +} +.align-items-start[data-v-09e76035] { + align-items: flex-start !important; +} +.align-items-center[data-v-09e76035] { + align-items: center !important; +} +.align-items-end[data-v-09e76035] { + align-items: flex-end !important; +} +.align-items-baseline[data-v-09e76035] { + align-items: baseline !important; +} +@media screen and (min-width: 576px) { + .sm\:align-items-stretch[data-v-09e76035] { + align-items: stretch !important; + } + .sm\:align-items-start[data-v-09e76035] { + align-items: flex-start !important; + } + .sm\:align-items-center[data-v-09e76035] { + align-items: center !important; + } + .sm\:align-items-end[data-v-09e76035] { + align-items: flex-end !important; + } + .sm\:align-items-baseline[data-v-09e76035] { + align-items: baseline !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-items-stretch[data-v-09e76035] { + align-items: stretch !important; + } + .md\:align-items-start[data-v-09e76035] { + align-items: flex-start !important; + } + .md\:align-items-center[data-v-09e76035] { + align-items: center !important; + } + .md\:align-items-end[data-v-09e76035] { + align-items: flex-end !important; + } + .md\:align-items-baseline[data-v-09e76035] { + align-items: baseline !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-items-stretch[data-v-09e76035] { + align-items: stretch !important; + } + .lg\:align-items-start[data-v-09e76035] { + align-items: flex-start !important; + } + .lg\:align-items-center[data-v-09e76035] { + align-items: center !important; + } + .lg\:align-items-end[data-v-09e76035] { + align-items: flex-end !important; + } + .lg\:align-items-baseline[data-v-09e76035] { + align-items: baseline !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-items-stretch[data-v-09e76035] { + align-items: stretch !important; + } + .xl\:align-items-start[data-v-09e76035] { + align-items: flex-start !important; + } + .xl\:align-items-center[data-v-09e76035] { + align-items: center !important; + } + .xl\:align-items-end[data-v-09e76035] { + align-items: flex-end !important; + } + .xl\:align-items-baseline[data-v-09e76035] { + align-items: baseline !important; + } +} +.align-self-auto[data-v-09e76035] { + align-self: auto !important; +} +.align-self-start[data-v-09e76035] { + align-self: flex-start !important; +} +.align-self-end[data-v-09e76035] { + align-self: flex-end !important; +} +.align-self-center[data-v-09e76035] { + align-self: center !important; +} +.align-self-stretch[data-v-09e76035] { + align-self: stretch !important; +} +.align-self-baseline[data-v-09e76035] { + align-self: baseline !important; +} +@media screen and (min-width: 576px) { + .sm\:align-self-auto[data-v-09e76035] { + align-self: auto !important; + } + .sm\:align-self-start[data-v-09e76035] { + align-self: flex-start !important; + } + .sm\:align-self-end[data-v-09e76035] { + align-self: flex-end !important; + } + .sm\:align-self-center[data-v-09e76035] { + align-self: center !important; + } + .sm\:align-self-stretch[data-v-09e76035] { + align-self: stretch !important; + } + .sm\:align-self-baseline[data-v-09e76035] { + align-self: baseline !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-self-auto[data-v-09e76035] { + align-self: auto !important; + } + .md\:align-self-start[data-v-09e76035] { + align-self: flex-start !important; + } + .md\:align-self-end[data-v-09e76035] { + align-self: flex-end !important; + } + .md\:align-self-center[data-v-09e76035] { + align-self: center !important; + } + .md\:align-self-stretch[data-v-09e76035] { + align-self: stretch !important; + } + .md\:align-self-baseline[data-v-09e76035] { + align-self: baseline !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-self-auto[data-v-09e76035] { + align-self: auto !important; + } + .lg\:align-self-start[data-v-09e76035] { + align-self: flex-start !important; + } + .lg\:align-self-end[data-v-09e76035] { + align-self: flex-end !important; + } + .lg\:align-self-center[data-v-09e76035] { + align-self: center !important; + } + .lg\:align-self-stretch[data-v-09e76035] { + align-self: stretch !important; + } + .lg\:align-self-baseline[data-v-09e76035] { + align-self: baseline !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-self-auto[data-v-09e76035] { + align-self: auto !important; + } + .xl\:align-self-start[data-v-09e76035] { + align-self: flex-start !important; + } + .xl\:align-self-end[data-v-09e76035] { + align-self: flex-end !important; + } + .xl\:align-self-center[data-v-09e76035] { + align-self: center !important; + } + .xl\:align-self-stretch[data-v-09e76035] { + align-self: stretch !important; + } + .xl\:align-self-baseline[data-v-09e76035] { + align-self: baseline !important; + } +} +.flex-order-0[data-v-09e76035] { + order: 0 !important; +} +.flex-order-1[data-v-09e76035] { + order: 1 !important; +} +.flex-order-2[data-v-09e76035] { + order: 2 !important; +} +.flex-order-3[data-v-09e76035] { + order: 3 !important; +} +.flex-order-4[data-v-09e76035] { + order: 4 !important; +} +.flex-order-5[data-v-09e76035] { + order: 5 !important; +} +.flex-order-6[data-v-09e76035] { + order: 6 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-order-0[data-v-09e76035] { + order: 0 !important; + } + .sm\:flex-order-1[data-v-09e76035] { + order: 1 !important; + } + .sm\:flex-order-2[data-v-09e76035] { + order: 2 !important; + } + .sm\:flex-order-3[data-v-09e76035] { + order: 3 !important; + } + .sm\:flex-order-4[data-v-09e76035] { + order: 4 !important; + } + .sm\:flex-order-5[data-v-09e76035] { + order: 5 !important; + } + .sm\:flex-order-6[data-v-09e76035] { + order: 6 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-order-0[data-v-09e76035] { + order: 0 !important; + } + .md\:flex-order-1[data-v-09e76035] { + order: 1 !important; + } + .md\:flex-order-2[data-v-09e76035] { + order: 2 !important; + } + .md\:flex-order-3[data-v-09e76035] { + order: 3 !important; + } + .md\:flex-order-4[data-v-09e76035] { + order: 4 !important; + } + .md\:flex-order-5[data-v-09e76035] { + order: 5 !important; + } + .md\:flex-order-6[data-v-09e76035] { + order: 6 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-order-0[data-v-09e76035] { + order: 0 !important; + } + .lg\:flex-order-1[data-v-09e76035] { + order: 1 !important; + } + .lg\:flex-order-2[data-v-09e76035] { + order: 2 !important; + } + .lg\:flex-order-3[data-v-09e76035] { + order: 3 !important; + } + .lg\:flex-order-4[data-v-09e76035] { + order: 4 !important; + } + .lg\:flex-order-5[data-v-09e76035] { + order: 5 !important; + } + .lg\:flex-order-6[data-v-09e76035] { + order: 6 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-order-0[data-v-09e76035] { + order: 0 !important; + } + .xl\:flex-order-1[data-v-09e76035] { + order: 1 !important; + } + .xl\:flex-order-2[data-v-09e76035] { + order: 2 !important; + } + .xl\:flex-order-3[data-v-09e76035] { + order: 3 !important; + } + .xl\:flex-order-4[data-v-09e76035] { + order: 4 !important; + } + .xl\:flex-order-5[data-v-09e76035] { + order: 5 !important; + } + .xl\:flex-order-6[data-v-09e76035] { + order: 6 !important; + } +} +.flex-1[data-v-09e76035] { + flex: 1 1 0% !important; +} +.flex-auto[data-v-09e76035] { + flex: 1 1 auto !important; +} +.flex-initial[data-v-09e76035] { + flex: 0 1 auto !important; +} +.flex-none[data-v-09e76035] { + flex: none !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-1[data-v-09e76035] { + flex: 1 1 0% !important; + } + .sm\:flex-auto[data-v-09e76035] { + flex: 1 1 auto !important; + } + .sm\:flex-initial[data-v-09e76035] { + flex: 0 1 auto !important; + } + .sm\:flex-none[data-v-09e76035] { + flex: none !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-1[data-v-09e76035] { + flex: 1 1 0% !important; + } + .md\:flex-auto[data-v-09e76035] { + flex: 1 1 auto !important; + } + .md\:flex-initial[data-v-09e76035] { + flex: 0 1 auto !important; + } + .md\:flex-none[data-v-09e76035] { + flex: none !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-1[data-v-09e76035] { + flex: 1 1 0% !important; + } + .lg\:flex-auto[data-v-09e76035] { + flex: 1 1 auto !important; + } + .lg\:flex-initial[data-v-09e76035] { + flex: 0 1 auto !important; + } + .lg\:flex-none[data-v-09e76035] { + flex: none !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-1[data-v-09e76035] { + flex: 1 1 0% !important; + } + .xl\:flex-auto[data-v-09e76035] { + flex: 1 1 auto !important; + } + .xl\:flex-initial[data-v-09e76035] { + flex: 0 1 auto !important; + } + .xl\:flex-none[data-v-09e76035] { + flex: none !important; + } +} +.flex-grow-0[data-v-09e76035] { + flex-grow: 0 !important; +} +.flex-grow-1[data-v-09e76035] { + flex-grow: 1 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-grow-0[data-v-09e76035] { + flex-grow: 0 !important; + } + .sm\:flex-grow-1[data-v-09e76035] { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-grow-0[data-v-09e76035] { + flex-grow: 0 !important; + } + .md\:flex-grow-1[data-v-09e76035] { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-grow-0[data-v-09e76035] { + flex-grow: 0 !important; + } + .lg\:flex-grow-1[data-v-09e76035] { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-grow-0[data-v-09e76035] { + flex-grow: 0 !important; + } + .xl\:flex-grow-1[data-v-09e76035] { + flex-grow: 1 !important; + } +} +.flex-shrink-0[data-v-09e76035] { + flex-shrink: 0 !important; +} +.flex-shrink-1[data-v-09e76035] { + flex-shrink: 1 !important; +} +@media screen and (min-width: 576px) { + .sm\:flex-shrink-0[data-v-09e76035] { + flex-shrink: 0 !important; + } + .sm\:flex-shrink-1[data-v-09e76035] { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-shrink-0[data-v-09e76035] { + flex-shrink: 0 !important; + } + .md\:flex-shrink-1[data-v-09e76035] { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-shrink-0[data-v-09e76035] { + flex-shrink: 0 !important; + } + .lg\:flex-shrink-1[data-v-09e76035] { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-shrink-0[data-v-09e76035] { + flex-shrink: 0 !important; + } + .xl\:flex-shrink-1[data-v-09e76035] { + flex-shrink: 1 !important; + } +} +.gap-0[data-v-09e76035] { + gap: 0 !important; +} +.gap-1[data-v-09e76035] { + gap: 0.25rem !important; +} +.gap-2[data-v-09e76035] { + gap: 0.5rem !important; +} +.gap-3[data-v-09e76035] { + gap: 1rem !important; +} +.gap-4[data-v-09e76035] { + gap: 1.5rem !important; +} +.gap-5[data-v-09e76035] { + gap: 2rem !important; +} +.gap-6[data-v-09e76035] { + gap: 3rem !important; +} +.gap-7[data-v-09e76035] { + gap: 4rem !important; +} +.gap-8[data-v-09e76035] { + gap: 5rem !important; +} +.row-gap-0[data-v-09e76035] { + row-gap: 0 !important; +} +.row-gap-1[data-v-09e76035] { + row-gap: 0.25rem !important; +} +.row-gap-2[data-v-09e76035] { + row-gap: 0.5rem !important; +} +.row-gap-3[data-v-09e76035] { + row-gap: 1rem !important; +} +.row-gap-4[data-v-09e76035] { + row-gap: 1.5rem !important; +} +.row-gap-5[data-v-09e76035] { + row-gap: 2rem !important; +} +.row-gap-6[data-v-09e76035] { + row-gap: 3rem !important; +} +.row-gap-7[data-v-09e76035] { + row-gap: 4rem !important; +} +.row-gap-8[data-v-09e76035] { + row-gap: 5rem !important; +} +.column-gap-0[data-v-09e76035] { + -moz-column-gap: 0 !important; + column-gap: 0 !important; +} +.column-gap-1[data-v-09e76035] { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; +} +.column-gap-2[data-v-09e76035] { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; +} +.column-gap-3[data-v-09e76035] { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; +} +.column-gap-4[data-v-09e76035] { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; +} +.column-gap-5[data-v-09e76035] { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; +} +.column-gap-6[data-v-09e76035] { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; +} +.column-gap-7[data-v-09e76035] { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; +} +.column-gap-8[data-v-09e76035] { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; +} +@media screen and (min-width: 576px) { + .sm\:gap-0[data-v-09e76035] { + gap: 0 !important; + } + .sm\:gap-1[data-v-09e76035] { + gap: 0.25rem !important; + } + .sm\:gap-2[data-v-09e76035] { + gap: 0.5rem !important; + } + .sm\:gap-3[data-v-09e76035] { + gap: 1rem !important; + } + .sm\:gap-4[data-v-09e76035] { + gap: 1.5rem !important; + } + .sm\:gap-5[data-v-09e76035] { + gap: 2rem !important; + } + .sm\:gap-6[data-v-09e76035] { + gap: 3rem !important; + } + .sm\:gap-7[data-v-09e76035] { + gap: 4rem !important; + } + .sm\:gap-8[data-v-09e76035] { + gap: 5rem !important; + } + .sm\:row-gap-0[data-v-09e76035] { + row-gap: 0 !important; + } + .sm\:row-gap-1[data-v-09e76035] { + row-gap: 0.25rem !important; + } + .sm\:row-gap-2[data-v-09e76035] { + row-gap: 0.5rem !important; + } + .sm\:row-gap-3[data-v-09e76035] { + row-gap: 1rem !important; + } + .sm\:row-gap-4[data-v-09e76035] { + row-gap: 1.5rem !important; + } + .sm\:row-gap-5[data-v-09e76035] { + row-gap: 2rem !important; + } + .sm\:row-gap-6[data-v-09e76035] { + row-gap: 3rem !important; + } + .sm\:row-gap-7[data-v-09e76035] { + row-gap: 4rem !important; + } + .sm\:row-gap-8[data-v-09e76035] { + row-gap: 5rem !important; + } + .sm\:column-gap-0[data-v-09e76035] { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .sm\:column-gap-1[data-v-09e76035] { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .sm\:column-gap-2[data-v-09e76035] { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .sm\:column-gap-3[data-v-09e76035] { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .sm\:column-gap-4[data-v-09e76035] { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .sm\:column-gap-5[data-v-09e76035] { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .sm\:column-gap-6[data-v-09e76035] { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .sm\:column-gap-7[data-v-09e76035] { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .sm\:column-gap-8[data-v-09e76035] { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:gap-0[data-v-09e76035] { + gap: 0 !important; + } + .md\:gap-1[data-v-09e76035] { + gap: 0.25rem !important; + } + .md\:gap-2[data-v-09e76035] { + gap: 0.5rem !important; + } + .md\:gap-3[data-v-09e76035] { + gap: 1rem !important; + } + .md\:gap-4[data-v-09e76035] { + gap: 1.5rem !important; + } + .md\:gap-5[data-v-09e76035] { + gap: 2rem !important; + } + .md\:gap-6[data-v-09e76035] { + gap: 3rem !important; + } + .md\:gap-7[data-v-09e76035] { + gap: 4rem !important; + } + .md\:gap-8[data-v-09e76035] { + gap: 5rem !important; + } + .md\:row-gap-0[data-v-09e76035] { + row-gap: 0 !important; + } + .md\:row-gap-1[data-v-09e76035] { + row-gap: 0.25rem !important; + } + .md\:row-gap-2[data-v-09e76035] { + row-gap: 0.5rem !important; + } + .md\:row-gap-3[data-v-09e76035] { + row-gap: 1rem !important; + } + .md\:row-gap-4[data-v-09e76035] { + row-gap: 1.5rem !important; + } + .md\:row-gap-5[data-v-09e76035] { + row-gap: 2rem !important; + } + .md\:row-gap-6[data-v-09e76035] { + row-gap: 3rem !important; + } + .md\:row-gap-7[data-v-09e76035] { + row-gap: 4rem !important; + } + .md\:row-gap-8[data-v-09e76035] { + row-gap: 5rem !important; + } + .md\:column-gap-0[data-v-09e76035] { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .md\:column-gap-1[data-v-09e76035] { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .md\:column-gap-2[data-v-09e76035] { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .md\:column-gap-3[data-v-09e76035] { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .md\:column-gap-4[data-v-09e76035] { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .md\:column-gap-5[data-v-09e76035] { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .md\:column-gap-6[data-v-09e76035] { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .md\:column-gap-7[data-v-09e76035] { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .md\:column-gap-8[data-v-09e76035] { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:gap-0[data-v-09e76035] { + gap: 0 !important; + } + .lg\:gap-1[data-v-09e76035] { + gap: 0.25rem !important; + } + .lg\:gap-2[data-v-09e76035] { + gap: 0.5rem !important; + } + .lg\:gap-3[data-v-09e76035] { + gap: 1rem !important; + } + .lg\:gap-4[data-v-09e76035] { + gap: 1.5rem !important; + } + .lg\:gap-5[data-v-09e76035] { + gap: 2rem !important; + } + .lg\:gap-6[data-v-09e76035] { + gap: 3rem !important; + } + .lg\:gap-7[data-v-09e76035] { + gap: 4rem !important; + } + .lg\:gap-8[data-v-09e76035] { + gap: 5rem !important; + } + .lg\:row-gap-0[data-v-09e76035] { + row-gap: 0 !important; + } + .lg\:row-gap-1[data-v-09e76035] { + row-gap: 0.25rem !important; + } + .lg\:row-gap-2[data-v-09e76035] { + row-gap: 0.5rem !important; + } + .lg\:row-gap-3[data-v-09e76035] { + row-gap: 1rem !important; + } + .lg\:row-gap-4[data-v-09e76035] { + row-gap: 1.5rem !important; + } + .lg\:row-gap-5[data-v-09e76035] { + row-gap: 2rem !important; + } + .lg\:row-gap-6[data-v-09e76035] { + row-gap: 3rem !important; + } + .lg\:row-gap-7[data-v-09e76035] { + row-gap: 4rem !important; + } + .lg\:row-gap-8[data-v-09e76035] { + row-gap: 5rem !important; + } + .lg\:column-gap-0[data-v-09e76035] { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .lg\:column-gap-1[data-v-09e76035] { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .lg\:column-gap-2[data-v-09e76035] { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .lg\:column-gap-3[data-v-09e76035] { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .lg\:column-gap-4[data-v-09e76035] { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .lg\:column-gap-5[data-v-09e76035] { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .lg\:column-gap-6[data-v-09e76035] { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .lg\:column-gap-7[data-v-09e76035] { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .lg\:column-gap-8[data-v-09e76035] { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:gap-0[data-v-09e76035] { + gap: 0 !important; + } + .xl\:gap-1[data-v-09e76035] { + gap: 0.25rem !important; + } + .xl\:gap-2[data-v-09e76035] { + gap: 0.5rem !important; + } + .xl\:gap-3[data-v-09e76035] { + gap: 1rem !important; + } + .xl\:gap-4[data-v-09e76035] { + gap: 1.5rem !important; + } + .xl\:gap-5[data-v-09e76035] { + gap: 2rem !important; + } + .xl\:gap-6[data-v-09e76035] { + gap: 3rem !important; + } + .xl\:gap-7[data-v-09e76035] { + gap: 4rem !important; + } + .xl\:gap-8[data-v-09e76035] { + gap: 5rem !important; + } + .xl\:row-gap-0[data-v-09e76035] { + row-gap: 0 !important; + } + .xl\:row-gap-1[data-v-09e76035] { + row-gap: 0.25rem !important; + } + .xl\:row-gap-2[data-v-09e76035] { + row-gap: 0.5rem !important; + } + .xl\:row-gap-3[data-v-09e76035] { + row-gap: 1rem !important; + } + .xl\:row-gap-4[data-v-09e76035] { + row-gap: 1.5rem !important; + } + .xl\:row-gap-5[data-v-09e76035] { + row-gap: 2rem !important; + } + .xl\:row-gap-6[data-v-09e76035] { + row-gap: 3rem !important; + } + .xl\:row-gap-7[data-v-09e76035] { + row-gap: 4rem !important; + } + .xl\:row-gap-8[data-v-09e76035] { + row-gap: 5rem !important; + } + .xl\:column-gap-0[data-v-09e76035] { + -moz-column-gap: 0 !important; + column-gap: 0 !important; + } + .xl\:column-gap-1[data-v-09e76035] { + -moz-column-gap: 0.25rem !important; + column-gap: 0.25rem !important; + } + .xl\:column-gap-2[data-v-09e76035] { + -moz-column-gap: 0.5rem !important; + column-gap: 0.5rem !important; + } + .xl\:column-gap-3[data-v-09e76035] { + -moz-column-gap: 1rem !important; + column-gap: 1rem !important; + } + .xl\:column-gap-4[data-v-09e76035] { + -moz-column-gap: 1.5rem !important; + column-gap: 1.5rem !important; + } + .xl\:column-gap-5[data-v-09e76035] { + -moz-column-gap: 2rem !important; + column-gap: 2rem !important; + } + .xl\:column-gap-6[data-v-09e76035] { + -moz-column-gap: 3rem !important; + column-gap: 3rem !important; + } + .xl\:column-gap-7[data-v-09e76035] { + -moz-column-gap: 4rem !important; + column-gap: 4rem !important; + } + .xl\:column-gap-8[data-v-09e76035] { + -moz-column-gap: 5rem !important; + column-gap: 5rem !important; + } +} +.p-0[data-v-09e76035], +.p-inputgroup-addon[data-v-09e76035] { + padding: 0 !important; +} +.p-1[data-v-09e76035] { + padding: 0.25rem !important; +} +.p-2[data-v-09e76035] { + padding: 0.5rem !important; +} +.p-3[data-v-09e76035] { + padding: 1rem !important; +} +.p-4[data-v-09e76035] { + padding: 1.5rem !important; +} +.p-5[data-v-09e76035] { + padding: 2rem !important; +} +.p-6[data-v-09e76035] { + padding: 3rem !important; +} +.p-7[data-v-09e76035] { + padding: 4rem !important; +} +.p-8[data-v-09e76035] { + padding: 5rem !important; +} +.pt-0[data-v-09e76035] { + padding-top: 0 !important; +} +.pt-1[data-v-09e76035] { + padding-top: 0.25rem !important; +} +.pt-2[data-v-09e76035] { + padding-top: 0.5rem !important; +} +.pt-3[data-v-09e76035] { + padding-top: 1rem !important; +} +.pt-4[data-v-09e76035] { + padding-top: 1.5rem !important; +} +.pt-5[data-v-09e76035] { + padding-top: 2rem !important; +} +.pt-6[data-v-09e76035] { + padding-top: 3rem !important; +} +.pt-7[data-v-09e76035] { + padding-top: 4rem !important; +} +.pt-8[data-v-09e76035] { + padding-top: 5rem !important; +} +.pr-0[data-v-09e76035] { + padding-right: 0 !important; +} +.pr-1[data-v-09e76035] { + padding-right: 0.25rem !important; +} +.pr-2[data-v-09e76035] { + padding-right: 0.5rem !important; +} +.pr-3[data-v-09e76035] { + padding-right: 1rem !important; +} +.pr-4[data-v-09e76035] { + padding-right: 1.5rem !important; +} +.pr-5[data-v-09e76035] { + padding-right: 2rem !important; +} +.pr-6[data-v-09e76035] { + padding-right: 3rem !important; +} +.pr-7[data-v-09e76035] { + padding-right: 4rem !important; +} +.pr-8[data-v-09e76035] { + padding-right: 5rem !important; +} +.pl-0[data-v-09e76035] { + padding-left: 0 !important; +} +.pl-1[data-v-09e76035] { + padding-left: 0.25rem !important; +} +.pl-2[data-v-09e76035] { + padding-left: 0.5rem !important; +} +.pl-3[data-v-09e76035] { + padding-left: 1rem !important; +} +.pl-4[data-v-09e76035] { + padding-left: 1.5rem !important; +} +.pl-5[data-v-09e76035] { + padding-left: 2rem !important; +} +.pl-6[data-v-09e76035] { + padding-left: 3rem !important; +} +.pl-7[data-v-09e76035] { + padding-left: 4rem !important; +} +.pl-8[data-v-09e76035] { + padding-left: 5rem !important; +} +.pb-0[data-v-09e76035] { + padding-bottom: 0 !important; +} +.pb-1[data-v-09e76035] { + padding-bottom: 0.25rem !important; +} +.pb-2[data-v-09e76035] { + padding-bottom: 0.5rem !important; +} +.pb-3[data-v-09e76035] { + padding-bottom: 1rem !important; +} +.pb-4[data-v-09e76035] { + padding-bottom: 1.5rem !important; +} +.pb-5[data-v-09e76035] { + padding-bottom: 2rem !important; +} +.pb-6[data-v-09e76035] { + padding-bottom: 3rem !important; +} +.pb-7[data-v-09e76035] { + padding-bottom: 4rem !important; +} +.pb-8[data-v-09e76035] { + padding-bottom: 5rem !important; +} +.px-0[data-v-09e76035] { + padding-left: 0 !important; + padding-right: 0 !important; +} +.px-1[data-v-09e76035] { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} +.px-2[data-v-09e76035] { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} +.px-3[data-v-09e76035] { + padding-left: 1rem !important; + padding-right: 1rem !important; +} +.px-4[data-v-09e76035] { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} +.px-5[data-v-09e76035] { + padding-left: 2rem !important; + padding-right: 2rem !important; +} +.px-6[data-v-09e76035] { + padding-left: 3rem !important; + padding-right: 3rem !important; +} +.px-7[data-v-09e76035] { + padding-left: 4rem !important; + padding-right: 4rem !important; +} +.px-8[data-v-09e76035] { + padding-left: 5rem !important; + padding-right: 5rem !important; +} +.py-0[data-v-09e76035] { + padding-top: 0 !important; + padding-bottom: 0 !important; +} +.py-1[data-v-09e76035] { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} +.py-2[data-v-09e76035] { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} +.py-3[data-v-09e76035] { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} +.py-4[data-v-09e76035] { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} +.py-5[data-v-09e76035] { + padding-top: 2rem !important; + padding-bottom: 2rem !important; +} +.py-6[data-v-09e76035] { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} +.py-7[data-v-09e76035] { + padding-top: 4rem !important; + padding-bottom: 4rem !important; +} +.py-8[data-v-09e76035] { + padding-top: 5rem !important; + padding-bottom: 5rem !important; +} +@media screen and (min-width: 576px) { + .sm\:p-0[data-v-09e76035] { + padding: 0 !important; + } + .sm\:p-1[data-v-09e76035] { + padding: 0.25rem !important; + } + .sm\:p-2[data-v-09e76035] { + padding: 0.5rem !important; + } + .sm\:p-3[data-v-09e76035] { + padding: 1rem !important; + } + .sm\:p-4[data-v-09e76035] { + padding: 1.5rem !important; + } + .sm\:p-5[data-v-09e76035] { + padding: 2rem !important; + } + .sm\:p-6[data-v-09e76035] { + padding: 3rem !important; + } + .sm\:p-7[data-v-09e76035] { + padding: 4rem !important; + } + .sm\:p-8[data-v-09e76035] { + padding: 5rem !important; + } + .sm\:pt-0[data-v-09e76035] { + padding-top: 0 !important; + } + .sm\:pt-1[data-v-09e76035] { + padding-top: 0.25rem !important; + } + .sm\:pt-2[data-v-09e76035] { + padding-top: 0.5rem !important; + } + .sm\:pt-3[data-v-09e76035] { + padding-top: 1rem !important; + } + .sm\:pt-4[data-v-09e76035] { + padding-top: 1.5rem !important; + } + .sm\:pt-5[data-v-09e76035] { + padding-top: 2rem !important; + } + .sm\:pt-6[data-v-09e76035] { + padding-top: 3rem !important; + } + .sm\:pt-7[data-v-09e76035] { + padding-top: 4rem !important; + } + .sm\:pt-8[data-v-09e76035] { + padding-top: 5rem !important; + } + .sm\:pr-0[data-v-09e76035] { + padding-right: 0 !important; + } + .sm\:pr-1[data-v-09e76035] { + padding-right: 0.25rem !important; + } + .sm\:pr-2[data-v-09e76035] { + padding-right: 0.5rem !important; + } + .sm\:pr-3[data-v-09e76035] { + padding-right: 1rem !important; + } + .sm\:pr-4[data-v-09e76035] { + padding-right: 1.5rem !important; + } + .sm\:pr-5[data-v-09e76035] { + padding-right: 2rem !important; + } + .sm\:pr-6[data-v-09e76035] { + padding-right: 3rem !important; + } + .sm\:pr-7[data-v-09e76035] { + padding-right: 4rem !important; + } + .sm\:pr-8[data-v-09e76035] { + padding-right: 5rem !important; + } + .sm\:pl-0[data-v-09e76035] { + padding-left: 0 !important; + } + .sm\:pl-1[data-v-09e76035] { + padding-left: 0.25rem !important; + } + .sm\:pl-2[data-v-09e76035] { + padding-left: 0.5rem !important; + } + .sm\:pl-3[data-v-09e76035] { + padding-left: 1rem !important; + } + .sm\:pl-4[data-v-09e76035] { + padding-left: 1.5rem !important; + } + .sm\:pl-5[data-v-09e76035] { + padding-left: 2rem !important; + } + .sm\:pl-6[data-v-09e76035] { + padding-left: 3rem !important; + } + .sm\:pl-7[data-v-09e76035] { + padding-left: 4rem !important; + } + .sm\:pl-8[data-v-09e76035] { + padding-left: 5rem !important; + } + .sm\:pb-0[data-v-09e76035] { + padding-bottom: 0 !important; + } + .sm\:pb-1[data-v-09e76035] { + padding-bottom: 0.25rem !important; + } + .sm\:pb-2[data-v-09e76035] { + padding-bottom: 0.5rem !important; + } + .sm\:pb-3[data-v-09e76035] { + padding-bottom: 1rem !important; + } + .sm\:pb-4[data-v-09e76035] { + padding-bottom: 1.5rem !important; + } + .sm\:pb-5[data-v-09e76035] { + padding-bottom: 2rem !important; + } + .sm\:pb-6[data-v-09e76035] { + padding-bottom: 3rem !important; + } + .sm\:pb-7[data-v-09e76035] { + padding-bottom: 4rem !important; + } + .sm\:pb-8[data-v-09e76035] { + padding-bottom: 5rem !important; + } + .sm\:px-0[data-v-09e76035] { + padding-left: 0 !important; + padding-right: 0 !important; + } + .sm\:px-1[data-v-09e76035] { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .sm\:px-2[data-v-09e76035] { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .sm\:px-3[data-v-09e76035] { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .sm\:px-4[data-v-09e76035] { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .sm\:px-5[data-v-09e76035] { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .sm\:px-6[data-v-09e76035] { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .sm\:px-7[data-v-09e76035] { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .sm\:px-8[data-v-09e76035] { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .sm\:py-0[data-v-09e76035] { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .sm\:py-1[data-v-09e76035] { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .sm\:py-2[data-v-09e76035] { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .sm\:py-3[data-v-09e76035] { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .sm\:py-4[data-v-09e76035] { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .sm\:py-5[data-v-09e76035] { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .sm\:py-6[data-v-09e76035] { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .sm\:py-7[data-v-09e76035] { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .sm\:py-8[data-v-09e76035] { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:p-0[data-v-09e76035] { + padding: 0 !important; + } + .md\:p-1[data-v-09e76035] { + padding: 0.25rem !important; + } + .md\:p-2[data-v-09e76035] { + padding: 0.5rem !important; + } + .md\:p-3[data-v-09e76035] { + padding: 1rem !important; + } + .md\:p-4[data-v-09e76035] { + padding: 1.5rem !important; + } + .md\:p-5[data-v-09e76035] { + padding: 2rem !important; + } + .md\:p-6[data-v-09e76035] { + padding: 3rem !important; + } + .md\:p-7[data-v-09e76035] { + padding: 4rem !important; + } + .md\:p-8[data-v-09e76035] { + padding: 5rem !important; + } + .md\:pt-0[data-v-09e76035] { + padding-top: 0 !important; + } + .md\:pt-1[data-v-09e76035] { + padding-top: 0.25rem !important; + } + .md\:pt-2[data-v-09e76035] { + padding-top: 0.5rem !important; + } + .md\:pt-3[data-v-09e76035] { + padding-top: 1rem !important; + } + .md\:pt-4[data-v-09e76035] { + padding-top: 1.5rem !important; + } + .md\:pt-5[data-v-09e76035] { + padding-top: 2rem !important; + } + .md\:pt-6[data-v-09e76035] { + padding-top: 3rem !important; + } + .md\:pt-7[data-v-09e76035] { + padding-top: 4rem !important; + } + .md\:pt-8[data-v-09e76035] { + padding-top: 5rem !important; + } + .md\:pr-0[data-v-09e76035] { + padding-right: 0 !important; + } + .md\:pr-1[data-v-09e76035] { + padding-right: 0.25rem !important; + } + .md\:pr-2[data-v-09e76035] { + padding-right: 0.5rem !important; + } + .md\:pr-3[data-v-09e76035] { + padding-right: 1rem !important; + } + .md\:pr-4[data-v-09e76035] { + padding-right: 1.5rem !important; + } + .md\:pr-5[data-v-09e76035] { + padding-right: 2rem !important; + } + .md\:pr-6[data-v-09e76035] { + padding-right: 3rem !important; + } + .md\:pr-7[data-v-09e76035] { + padding-right: 4rem !important; + } + .md\:pr-8[data-v-09e76035] { + padding-right: 5rem !important; + } + .md\:pl-0[data-v-09e76035] { + padding-left: 0 !important; + } + .md\:pl-1[data-v-09e76035] { + padding-left: 0.25rem !important; + } + .md\:pl-2[data-v-09e76035] { + padding-left: 0.5rem !important; + } + .md\:pl-3[data-v-09e76035] { + padding-left: 1rem !important; + } + .md\:pl-4[data-v-09e76035] { + padding-left: 1.5rem !important; + } + .md\:pl-5[data-v-09e76035] { + padding-left: 2rem !important; + } + .md\:pl-6[data-v-09e76035] { + padding-left: 3rem !important; + } + .md\:pl-7[data-v-09e76035] { + padding-left: 4rem !important; + } + .md\:pl-8[data-v-09e76035] { + padding-left: 5rem !important; + } + .md\:pb-0[data-v-09e76035] { + padding-bottom: 0 !important; + } + .md\:pb-1[data-v-09e76035] { + padding-bottom: 0.25rem !important; + } + .md\:pb-2[data-v-09e76035] { + padding-bottom: 0.5rem !important; + } + .md\:pb-3[data-v-09e76035] { + padding-bottom: 1rem !important; + } + .md\:pb-4[data-v-09e76035] { + padding-bottom: 1.5rem !important; + } + .md\:pb-5[data-v-09e76035] { + padding-bottom: 2rem !important; + } + .md\:pb-6[data-v-09e76035] { + padding-bottom: 3rem !important; + } + .md\:pb-7[data-v-09e76035] { + padding-bottom: 4rem !important; + } + .md\:pb-8[data-v-09e76035] { + padding-bottom: 5rem !important; + } + .md\:px-0[data-v-09e76035] { + padding-left: 0 !important; + padding-right: 0 !important; + } + .md\:px-1[data-v-09e76035] { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .md\:px-2[data-v-09e76035] { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .md\:px-3[data-v-09e76035] { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .md\:px-4[data-v-09e76035] { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .md\:px-5[data-v-09e76035] { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .md\:px-6[data-v-09e76035] { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .md\:px-7[data-v-09e76035] { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .md\:px-8[data-v-09e76035] { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .md\:py-0[data-v-09e76035] { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .md\:py-1[data-v-09e76035] { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .md\:py-2[data-v-09e76035] { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .md\:py-3[data-v-09e76035] { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .md\:py-4[data-v-09e76035] { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .md\:py-5[data-v-09e76035] { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .md\:py-6[data-v-09e76035] { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .md\:py-7[data-v-09e76035] { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .md\:py-8[data-v-09e76035] { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:p-0[data-v-09e76035] { + padding: 0 !important; + } + .lg\:p-1[data-v-09e76035] { + padding: 0.25rem !important; + } + .lg\:p-2[data-v-09e76035] { + padding: 0.5rem !important; + } + .lg\:p-3[data-v-09e76035] { + padding: 1rem !important; + } + .lg\:p-4[data-v-09e76035] { + padding: 1.5rem !important; + } + .lg\:p-5[data-v-09e76035] { + padding: 2rem !important; + } + .lg\:p-6[data-v-09e76035] { + padding: 3rem !important; + } + .lg\:p-7[data-v-09e76035] { + padding: 4rem !important; + } + .lg\:p-8[data-v-09e76035] { + padding: 5rem !important; + } + .lg\:pt-0[data-v-09e76035] { + padding-top: 0 !important; + } + .lg\:pt-1[data-v-09e76035] { + padding-top: 0.25rem !important; + } + .lg\:pt-2[data-v-09e76035] { + padding-top: 0.5rem !important; + } + .lg\:pt-3[data-v-09e76035] { + padding-top: 1rem !important; + } + .lg\:pt-4[data-v-09e76035] { + padding-top: 1.5rem !important; + } + .lg\:pt-5[data-v-09e76035] { + padding-top: 2rem !important; + } + .lg\:pt-6[data-v-09e76035] { + padding-top: 3rem !important; + } + .lg\:pt-7[data-v-09e76035] { + padding-top: 4rem !important; + } + .lg\:pt-8[data-v-09e76035] { + padding-top: 5rem !important; + } + .lg\:pr-0[data-v-09e76035] { + padding-right: 0 !important; + } + .lg\:pr-1[data-v-09e76035] { + padding-right: 0.25rem !important; + } + .lg\:pr-2[data-v-09e76035] { + padding-right: 0.5rem !important; + } + .lg\:pr-3[data-v-09e76035] { + padding-right: 1rem !important; + } + .lg\:pr-4[data-v-09e76035] { + padding-right: 1.5rem !important; + } + .lg\:pr-5[data-v-09e76035] { + padding-right: 2rem !important; + } + .lg\:pr-6[data-v-09e76035] { + padding-right: 3rem !important; + } + .lg\:pr-7[data-v-09e76035] { + padding-right: 4rem !important; + } + .lg\:pr-8[data-v-09e76035] { + padding-right: 5rem !important; + } + .lg\:pl-0[data-v-09e76035] { + padding-left: 0 !important; + } + .lg\:pl-1[data-v-09e76035] { + padding-left: 0.25rem !important; + } + .lg\:pl-2[data-v-09e76035] { + padding-left: 0.5rem !important; + } + .lg\:pl-3[data-v-09e76035] { + padding-left: 1rem !important; + } + .lg\:pl-4[data-v-09e76035] { + padding-left: 1.5rem !important; + } + .lg\:pl-5[data-v-09e76035] { + padding-left: 2rem !important; + } + .lg\:pl-6[data-v-09e76035] { + padding-left: 3rem !important; + } + .lg\:pl-7[data-v-09e76035] { + padding-left: 4rem !important; + } + .lg\:pl-8[data-v-09e76035] { + padding-left: 5rem !important; + } + .lg\:pb-0[data-v-09e76035] { + padding-bottom: 0 !important; + } + .lg\:pb-1[data-v-09e76035] { + padding-bottom: 0.25rem !important; + } + .lg\:pb-2[data-v-09e76035] { + padding-bottom: 0.5rem !important; + } + .lg\:pb-3[data-v-09e76035] { + padding-bottom: 1rem !important; + } + .lg\:pb-4[data-v-09e76035] { + padding-bottom: 1.5rem !important; + } + .lg\:pb-5[data-v-09e76035] { + padding-bottom: 2rem !important; + } + .lg\:pb-6[data-v-09e76035] { + padding-bottom: 3rem !important; + } + .lg\:pb-7[data-v-09e76035] { + padding-bottom: 4rem !important; + } + .lg\:pb-8[data-v-09e76035] { + padding-bottom: 5rem !important; + } + .lg\:px-0[data-v-09e76035] { + padding-left: 0 !important; + padding-right: 0 !important; + } + .lg\:px-1[data-v-09e76035] { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .lg\:px-2[data-v-09e76035] { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .lg\:px-3[data-v-09e76035] { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .lg\:px-4[data-v-09e76035] { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .lg\:px-5[data-v-09e76035] { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .lg\:px-6[data-v-09e76035] { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .lg\:px-7[data-v-09e76035] { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .lg\:px-8[data-v-09e76035] { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .lg\:py-0[data-v-09e76035] { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .lg\:py-1[data-v-09e76035] { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .lg\:py-2[data-v-09e76035] { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .lg\:py-3[data-v-09e76035] { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .lg\:py-4[data-v-09e76035] { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .lg\:py-5[data-v-09e76035] { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .lg\:py-6[data-v-09e76035] { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .lg\:py-7[data-v-09e76035] { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .lg\:py-8[data-v-09e76035] { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:p-0[data-v-09e76035] { + padding: 0 !important; + } + .xl\:p-1[data-v-09e76035] { + padding: 0.25rem !important; + } + .xl\:p-2[data-v-09e76035] { + padding: 0.5rem !important; + } + .xl\:p-3[data-v-09e76035] { + padding: 1rem !important; + } + .xl\:p-4[data-v-09e76035] { + padding: 1.5rem !important; + } + .xl\:p-5[data-v-09e76035] { + padding: 2rem !important; + } + .xl\:p-6[data-v-09e76035] { + padding: 3rem !important; + } + .xl\:p-7[data-v-09e76035] { + padding: 4rem !important; + } + .xl\:p-8[data-v-09e76035] { + padding: 5rem !important; + } + .xl\:pt-0[data-v-09e76035] { + padding-top: 0 !important; + } + .xl\:pt-1[data-v-09e76035] { + padding-top: 0.25rem !important; + } + .xl\:pt-2[data-v-09e76035] { + padding-top: 0.5rem !important; + } + .xl\:pt-3[data-v-09e76035] { + padding-top: 1rem !important; + } + .xl\:pt-4[data-v-09e76035] { + padding-top: 1.5rem !important; + } + .xl\:pt-5[data-v-09e76035] { + padding-top: 2rem !important; + } + .xl\:pt-6[data-v-09e76035] { + padding-top: 3rem !important; + } + .xl\:pt-7[data-v-09e76035] { + padding-top: 4rem !important; + } + .xl\:pt-8[data-v-09e76035] { + padding-top: 5rem !important; + } + .xl\:pr-0[data-v-09e76035] { + padding-right: 0 !important; + } + .xl\:pr-1[data-v-09e76035] { + padding-right: 0.25rem !important; + } + .xl\:pr-2[data-v-09e76035] { + padding-right: 0.5rem !important; + } + .xl\:pr-3[data-v-09e76035] { + padding-right: 1rem !important; + } + .xl\:pr-4[data-v-09e76035] { + padding-right: 1.5rem !important; + } + .xl\:pr-5[data-v-09e76035] { + padding-right: 2rem !important; + } + .xl\:pr-6[data-v-09e76035] { + padding-right: 3rem !important; + } + .xl\:pr-7[data-v-09e76035] { + padding-right: 4rem !important; + } + .xl\:pr-8[data-v-09e76035] { + padding-right: 5rem !important; + } + .xl\:pl-0[data-v-09e76035] { + padding-left: 0 !important; + } + .xl\:pl-1[data-v-09e76035] { + padding-left: 0.25rem !important; + } + .xl\:pl-2[data-v-09e76035] { + padding-left: 0.5rem !important; + } + .xl\:pl-3[data-v-09e76035] { + padding-left: 1rem !important; + } + .xl\:pl-4[data-v-09e76035] { + padding-left: 1.5rem !important; + } + .xl\:pl-5[data-v-09e76035] { + padding-left: 2rem !important; + } + .xl\:pl-6[data-v-09e76035] { + padding-left: 3rem !important; + } + .xl\:pl-7[data-v-09e76035] { + padding-left: 4rem !important; + } + .xl\:pl-8[data-v-09e76035] { + padding-left: 5rem !important; + } + .xl\:pb-0[data-v-09e76035] { + padding-bottom: 0 !important; + } + .xl\:pb-1[data-v-09e76035] { + padding-bottom: 0.25rem !important; + } + .xl\:pb-2[data-v-09e76035] { + padding-bottom: 0.5rem !important; + } + .xl\:pb-3[data-v-09e76035] { + padding-bottom: 1rem !important; + } + .xl\:pb-4[data-v-09e76035] { + padding-bottom: 1.5rem !important; + } + .xl\:pb-5[data-v-09e76035] { + padding-bottom: 2rem !important; + } + .xl\:pb-6[data-v-09e76035] { + padding-bottom: 3rem !important; + } + .xl\:pb-7[data-v-09e76035] { + padding-bottom: 4rem !important; + } + .xl\:pb-8[data-v-09e76035] { + padding-bottom: 5rem !important; + } + .xl\:px-0[data-v-09e76035] { + padding-left: 0 !important; + padding-right: 0 !important; + } + .xl\:px-1[data-v-09e76035] { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .xl\:px-2[data-v-09e76035] { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .xl\:px-3[data-v-09e76035] { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .xl\:px-4[data-v-09e76035] { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .xl\:px-5[data-v-09e76035] { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .xl\:px-6[data-v-09e76035] { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .xl\:px-7[data-v-09e76035] { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .xl\:px-8[data-v-09e76035] { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .xl\:py-0[data-v-09e76035] { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .xl\:py-1[data-v-09e76035] { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .xl\:py-2[data-v-09e76035] { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .xl\:py-3[data-v-09e76035] { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .xl\:py-4[data-v-09e76035] { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .xl\:py-5[data-v-09e76035] { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .xl\:py-6[data-v-09e76035] { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .xl\:py-7[data-v-09e76035] { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .xl\:py-8[data-v-09e76035] { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +.m-0[data-v-09e76035] { + margin: 0 !important; +} +.m-1[data-v-09e76035] { + margin: 0.25rem !important; +} +.m-2[data-v-09e76035] { + margin: 0.5rem !important; +} +.m-3[data-v-09e76035] { + margin: 1rem !important; +} +.m-4[data-v-09e76035] { + margin: 1.5rem !important; +} +.m-5[data-v-09e76035] { + margin: 2rem !important; +} +.m-6[data-v-09e76035] { + margin: 3rem !important; +} +.m-7[data-v-09e76035] { + margin: 4rem !important; +} +.m-8[data-v-09e76035] { + margin: 5rem !important; +} +.-m-1[data-v-09e76035] { + margin: -0.25rem !important; +} +.-m-2[data-v-09e76035] { + margin: -0.5rem !important; +} +.-m-3[data-v-09e76035] { + margin: -1rem !important; +} +.-m-4[data-v-09e76035] { + margin: -1.5rem !important; +} +.-m-5[data-v-09e76035] { + margin: -2rem !important; +} +.-m-6[data-v-09e76035] { + margin: -3rem !important; +} +.-m-7[data-v-09e76035] { + margin: -4rem !important; +} +.-m-8[data-v-09e76035] { + margin: -5rem !important; +} +.m-auto[data-v-09e76035] { + margin: auto !important; +} +.mt-0[data-v-09e76035] { + margin-top: 0 !important; +} +.mt-1[data-v-09e76035] { + margin-top: 0.25rem !important; +} +.mt-2[data-v-09e76035] { + margin-top: 0.5rem !important; +} +.mt-3[data-v-09e76035] { + margin-top: 1rem !important; +} +.mt-4[data-v-09e76035] { + margin-top: 1.5rem !important; +} +.mt-5[data-v-09e76035] { + margin-top: 2rem !important; +} +.mt-6[data-v-09e76035] { + margin-top: 3rem !important; +} +.mt-7[data-v-09e76035] { + margin-top: 4rem !important; +} +.mt-8[data-v-09e76035] { + margin-top: 5rem !important; +} +.-mt-1[data-v-09e76035] { + margin-top: -0.25rem !important; +} +.-mt-2[data-v-09e76035] { + margin-top: -0.5rem !important; +} +.-mt-3[data-v-09e76035] { + margin-top: -1rem !important; +} +.-mt-4[data-v-09e76035] { + margin-top: -1.5rem !important; +} +.-mt-5[data-v-09e76035] { + margin-top: -2rem !important; +} +.-mt-6[data-v-09e76035] { + margin-top: -3rem !important; +} +.-mt-7[data-v-09e76035] { + margin-top: -4rem !important; +} +.-mt-8[data-v-09e76035] { + margin-top: -5rem !important; +} +.mt-auto[data-v-09e76035] { + margin-top: auto !important; +} +.mr-0[data-v-09e76035] { + margin-right: 0 !important; +} +.mr-1[data-v-09e76035] { + margin-right: 0.25rem !important; +} +.mr-2[data-v-09e76035] { + margin-right: 0.5rem !important; +} +.mr-3[data-v-09e76035] { + margin-right: 1rem !important; +} +.mr-4[data-v-09e76035] { + margin-right: 1.5rem !important; +} +.mr-5[data-v-09e76035] { + margin-right: 2rem !important; +} +.mr-6[data-v-09e76035] { + margin-right: 3rem !important; +} +.mr-7[data-v-09e76035] { + margin-right: 4rem !important; +} +.mr-8[data-v-09e76035] { + margin-right: 5rem !important; +} +.-mr-1[data-v-09e76035] { + margin-right: -0.25rem !important; +} +.-mr-2[data-v-09e76035] { + margin-right: -0.5rem !important; +} +.-mr-3[data-v-09e76035] { + margin-right: -1rem !important; +} +.-mr-4[data-v-09e76035] { + margin-right: -1.5rem !important; +} +.-mr-5[data-v-09e76035] { + margin-right: -2rem !important; +} +.-mr-6[data-v-09e76035] { + margin-right: -3rem !important; +} +.-mr-7[data-v-09e76035] { + margin-right: -4rem !important; +} +.-mr-8[data-v-09e76035] { + margin-right: -5rem !important; +} +.mr-auto[data-v-09e76035] { + margin-right: auto !important; +} +.ml-0[data-v-09e76035] { + margin-left: 0 !important; +} +.ml-1[data-v-09e76035] { + margin-left: 0.25rem !important; +} +.ml-2[data-v-09e76035] { + margin-left: 0.5rem !important; +} +.ml-3[data-v-09e76035] { + margin-left: 1rem !important; +} +.ml-4[data-v-09e76035] { + margin-left: 1.5rem !important; +} +.ml-5[data-v-09e76035] { + margin-left: 2rem !important; +} +.ml-6[data-v-09e76035] { + margin-left: 3rem !important; +} +.ml-7[data-v-09e76035] { + margin-left: 4rem !important; +} +.ml-8[data-v-09e76035] { + margin-left: 5rem !important; +} +.-ml-1[data-v-09e76035] { + margin-left: -0.25rem !important; +} +.-ml-2[data-v-09e76035] { + margin-left: -0.5rem !important; +} +.-ml-3[data-v-09e76035] { + margin-left: -1rem !important; +} +.-ml-4[data-v-09e76035] { + margin-left: -1.5rem !important; +} +.-ml-5[data-v-09e76035] { + margin-left: -2rem !important; +} +.-ml-6[data-v-09e76035] { + margin-left: -3rem !important; +} +.-ml-7[data-v-09e76035] { + margin-left: -4rem !important; +} +.-ml-8[data-v-09e76035] { + margin-left: -5rem !important; +} +.ml-auto[data-v-09e76035] { + margin-left: auto !important; +} +.mb-0[data-v-09e76035] { + margin-bottom: 0 !important; +} +.mb-1[data-v-09e76035] { + margin-bottom: 0.25rem !important; +} +.mb-2[data-v-09e76035] { + margin-bottom: 0.5rem !important; +} +.mb-3[data-v-09e76035] { + margin-bottom: 1rem !important; +} +.mb-4[data-v-09e76035] { + margin-bottom: 1.5rem !important; +} +.mb-5[data-v-09e76035] { + margin-bottom: 2rem !important; +} +.mb-6[data-v-09e76035] { + margin-bottom: 3rem !important; +} +.mb-7[data-v-09e76035] { + margin-bottom: 4rem !important; +} +.mb-8[data-v-09e76035] { + margin-bottom: 5rem !important; +} +.-mb-1[data-v-09e76035] { + margin-bottom: -0.25rem !important; +} +.-mb-2[data-v-09e76035] { + margin-bottom: -0.5rem !important; +} +.-mb-3[data-v-09e76035] { + margin-bottom: -1rem !important; +} +.-mb-4[data-v-09e76035] { + margin-bottom: -1.5rem !important; +} +.-mb-5[data-v-09e76035] { + margin-bottom: -2rem !important; +} +.-mb-6[data-v-09e76035] { + margin-bottom: -3rem !important; +} +.-mb-7[data-v-09e76035] { + margin-bottom: -4rem !important; +} +.-mb-8[data-v-09e76035] { + margin-bottom: -5rem !important; +} +.mb-auto[data-v-09e76035] { + margin-bottom: auto !important; +} +.mx-0[data-v-09e76035] { + margin-left: 0 !important; + margin-right: 0 !important; +} +.mx-1[data-v-09e76035] { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} +.mx-2[data-v-09e76035] { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} +.mx-3[data-v-09e76035] { + margin-left: 1rem !important; + margin-right: 1rem !important; +} +.mx-4[data-v-09e76035] { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} +.mx-5[data-v-09e76035] { + margin-left: 2rem !important; + margin-right: 2rem !important; +} +.mx-6[data-v-09e76035] { + margin-left: 3rem !important; + margin-right: 3rem !important; +} +.mx-7[data-v-09e76035] { + margin-left: 4rem !important; + margin-right: 4rem !important; +} +.mx-8[data-v-09e76035] { + margin-left: 5rem !important; + margin-right: 5rem !important; +} +.-mx-1[data-v-09e76035] { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; +} +.-mx-2[data-v-09e76035] { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; +} +.-mx-3[data-v-09e76035] { + margin-left: -1rem !important; + margin-right: -1rem !important; +} +.-mx-4[data-v-09e76035] { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; +} +.-mx-5[data-v-09e76035] { + margin-left: -2rem !important; + margin-right: -2rem !important; +} +.-mx-6[data-v-09e76035] { + margin-left: -3rem !important; + margin-right: -3rem !important; +} +.-mx-7[data-v-09e76035] { + margin-left: -4rem !important; + margin-right: -4rem !important; +} +.-mx-8[data-v-09e76035] { + margin-left: -5rem !important; + margin-right: -5rem !important; +} +.mx-auto[data-v-09e76035] { + margin-left: auto !important; + margin-right: auto !important; +} +.my-0[data-v-09e76035] { + margin-top: 0 !important; + margin-bottom: 0 !important; +} +.my-1[data-v-09e76035] { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} +.my-2[data-v-09e76035] { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +.my-3[data-v-09e76035] { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} +.my-4[data-v-09e76035] { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} +.my-5[data-v-09e76035] { + margin-top: 2rem !important; + margin-bottom: 2rem !important; +} +.my-6[data-v-09e76035] { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} +.my-7[data-v-09e76035] { + margin-top: 4rem !important; + margin-bottom: 4rem !important; +} +.my-8[data-v-09e76035] { + margin-top: 5rem !important; + margin-bottom: 5rem !important; +} +.-my-1[data-v-09e76035] { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; +} +.-my-2[data-v-09e76035] { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; +} +.-my-3[data-v-09e76035] { + margin-top: -1rem !important; + margin-bottom: -1rem !important; +} +.-my-4[data-v-09e76035] { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; +} +.-my-5[data-v-09e76035] { + margin-top: -2rem !important; + margin-bottom: -2rem !important; +} +.-my-6[data-v-09e76035] { + margin-top: -3rem !important; + margin-bottom: -3rem !important; +} +.-my-7[data-v-09e76035] { + margin-top: -4rem !important; + margin-bottom: -4rem !important; +} +.-my-8[data-v-09e76035] { + margin-top: -5rem !important; + margin-bottom: -5rem !important; +} +.my-auto[data-v-09e76035] { + margin-top: auto !important; + margin-bottom: auto !important; +} +@media screen and (min-width: 576px) { + .sm\:m-0[data-v-09e76035] { + margin: 0 !important; + } + .sm\:m-1[data-v-09e76035] { + margin: 0.25rem !important; + } + .sm\:m-2[data-v-09e76035] { + margin: 0.5rem !important; + } + .sm\:m-3[data-v-09e76035] { + margin: 1rem !important; + } + .sm\:m-4[data-v-09e76035] { + margin: 1.5rem !important; + } + .sm\:m-5[data-v-09e76035] { + margin: 2rem !important; + } + .sm\:m-6[data-v-09e76035] { + margin: 3rem !important; + } + .sm\:m-7[data-v-09e76035] { + margin: 4rem !important; + } + .sm\:m-8[data-v-09e76035] { + margin: 5rem !important; + } + .sm\:-m-1[data-v-09e76035] { + margin: -0.25rem !important; + } + .sm\:-m-2[data-v-09e76035] { + margin: -0.5rem !important; + } + .sm\:-m-3[data-v-09e76035] { + margin: -1rem !important; + } + .sm\:-m-4[data-v-09e76035] { + margin: -1.5rem !important; + } + .sm\:-m-5[data-v-09e76035] { + margin: -2rem !important; + } + .sm\:-m-6[data-v-09e76035] { + margin: -3rem !important; + } + .sm\:-m-7[data-v-09e76035] { + margin: -4rem !important; + } + .sm\:-m-8[data-v-09e76035] { + margin: -5rem !important; + } + .sm\:m-auto[data-v-09e76035] { + margin: auto !important; + } + .sm\:mt-0[data-v-09e76035] { + margin-top: 0 !important; + } + .sm\:mt-1[data-v-09e76035] { + margin-top: 0.25rem !important; + } + .sm\:mt-2[data-v-09e76035] { + margin-top: 0.5rem !important; + } + .sm\:mt-3[data-v-09e76035] { + margin-top: 1rem !important; + } + .sm\:mt-4[data-v-09e76035] { + margin-top: 1.5rem !important; + } + .sm\:mt-5[data-v-09e76035] { + margin-top: 2rem !important; + } + .sm\:mt-6[data-v-09e76035] { + margin-top: 3rem !important; + } + .sm\:mt-7[data-v-09e76035] { + margin-top: 4rem !important; + } + .sm\:mt-8[data-v-09e76035] { + margin-top: 5rem !important; + } + .sm\:-mt-1[data-v-09e76035] { + margin-top: -0.25rem !important; + } + .sm\:-mt-2[data-v-09e76035] { + margin-top: -0.5rem !important; + } + .sm\:-mt-3[data-v-09e76035] { + margin-top: -1rem !important; + } + .sm\:-mt-4[data-v-09e76035] { + margin-top: -1.5rem !important; + } + .sm\:-mt-5[data-v-09e76035] { + margin-top: -2rem !important; + } + .sm\:-mt-6[data-v-09e76035] { + margin-top: -3rem !important; + } + .sm\:-mt-7[data-v-09e76035] { + margin-top: -4rem !important; + } + .sm\:-mt-8[data-v-09e76035] { + margin-top: -5rem !important; + } + .sm\:mt-auto[data-v-09e76035] { + margin-top: auto !important; + } + .sm\:mr-0[data-v-09e76035] { + margin-right: 0 !important; + } + .sm\:mr-1[data-v-09e76035] { + margin-right: 0.25rem !important; + } + .sm\:mr-2[data-v-09e76035] { + margin-right: 0.5rem !important; + } + .sm\:mr-3[data-v-09e76035] { + margin-right: 1rem !important; + } + .sm\:mr-4[data-v-09e76035] { + margin-right: 1.5rem !important; + } + .sm\:mr-5[data-v-09e76035] { + margin-right: 2rem !important; + } + .sm\:mr-6[data-v-09e76035] { + margin-right: 3rem !important; + } + .sm\:mr-7[data-v-09e76035] { + margin-right: 4rem !important; + } + .sm\:mr-8[data-v-09e76035] { + margin-right: 5rem !important; + } + .sm\:-mr-1[data-v-09e76035] { + margin-right: -0.25rem !important; + } + .sm\:-mr-2[data-v-09e76035] { + margin-right: -0.5rem !important; + } + .sm\:-mr-3[data-v-09e76035] { + margin-right: -1rem !important; + } + .sm\:-mr-4[data-v-09e76035] { + margin-right: -1.5rem !important; + } + .sm\:-mr-5[data-v-09e76035] { + margin-right: -2rem !important; + } + .sm\:-mr-6[data-v-09e76035] { + margin-right: -3rem !important; + } + .sm\:-mr-7[data-v-09e76035] { + margin-right: -4rem !important; + } + .sm\:-mr-8[data-v-09e76035] { + margin-right: -5rem !important; + } + .sm\:mr-auto[data-v-09e76035] { + margin-right: auto !important; + } + .sm\:ml-0[data-v-09e76035] { + margin-left: 0 !important; + } + .sm\:ml-1[data-v-09e76035] { + margin-left: 0.25rem !important; + } + .sm\:ml-2[data-v-09e76035] { + margin-left: 0.5rem !important; + } + .sm\:ml-3[data-v-09e76035] { + margin-left: 1rem !important; + } + .sm\:ml-4[data-v-09e76035] { + margin-left: 1.5rem !important; + } + .sm\:ml-5[data-v-09e76035] { + margin-left: 2rem !important; + } + .sm\:ml-6[data-v-09e76035] { + margin-left: 3rem !important; + } + .sm\:ml-7[data-v-09e76035] { + margin-left: 4rem !important; + } + .sm\:ml-8[data-v-09e76035] { + margin-left: 5rem !important; + } + .sm\:-ml-1[data-v-09e76035] { + margin-left: -0.25rem !important; + } + .sm\:-ml-2[data-v-09e76035] { + margin-left: -0.5rem !important; + } + .sm\:-ml-3[data-v-09e76035] { + margin-left: -1rem !important; + } + .sm\:-ml-4[data-v-09e76035] { + margin-left: -1.5rem !important; + } + .sm\:-ml-5[data-v-09e76035] { + margin-left: -2rem !important; + } + .sm\:-ml-6[data-v-09e76035] { + margin-left: -3rem !important; + } + .sm\:-ml-7[data-v-09e76035] { + margin-left: -4rem !important; + } + .sm\:-ml-8[data-v-09e76035] { + margin-left: -5rem !important; + } + .sm\:ml-auto[data-v-09e76035] { + margin-left: auto !important; + } + .sm\:mb-0[data-v-09e76035] { + margin-bottom: 0 !important; + } + .sm\:mb-1[data-v-09e76035] { + margin-bottom: 0.25rem !important; + } + .sm\:mb-2[data-v-09e76035] { + margin-bottom: 0.5rem !important; + } + .sm\:mb-3[data-v-09e76035] { + margin-bottom: 1rem !important; + } + .sm\:mb-4[data-v-09e76035] { + margin-bottom: 1.5rem !important; + } + .sm\:mb-5[data-v-09e76035] { + margin-bottom: 2rem !important; + } + .sm\:mb-6[data-v-09e76035] { + margin-bottom: 3rem !important; + } + .sm\:mb-7[data-v-09e76035] { + margin-bottom: 4rem !important; + } + .sm\:mb-8[data-v-09e76035] { + margin-bottom: 5rem !important; + } + .sm\:-mb-1[data-v-09e76035] { + margin-bottom: -0.25rem !important; + } + .sm\:-mb-2[data-v-09e76035] { + margin-bottom: -0.5rem !important; + } + .sm\:-mb-3[data-v-09e76035] { + margin-bottom: -1rem !important; + } + .sm\:-mb-4[data-v-09e76035] { + margin-bottom: -1.5rem !important; + } + .sm\:-mb-5[data-v-09e76035] { + margin-bottom: -2rem !important; + } + .sm\:-mb-6[data-v-09e76035] { + margin-bottom: -3rem !important; + } + .sm\:-mb-7[data-v-09e76035] { + margin-bottom: -4rem !important; + } + .sm\:-mb-8[data-v-09e76035] { + margin-bottom: -5rem !important; + } + .sm\:mb-auto[data-v-09e76035] { + margin-bottom: auto !important; + } + .sm\:mx-0[data-v-09e76035] { + margin-left: 0 !important; + margin-right: 0 !important; + } + .sm\:mx-1[data-v-09e76035] { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .sm\:mx-2[data-v-09e76035] { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .sm\:mx-3[data-v-09e76035] { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .sm\:mx-4[data-v-09e76035] { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .sm\:mx-5[data-v-09e76035] { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .sm\:mx-6[data-v-09e76035] { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .sm\:mx-7[data-v-09e76035] { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .sm\:mx-8[data-v-09e76035] { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .sm\:-mx-1[data-v-09e76035] { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .sm\:-mx-2[data-v-09e76035] { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .sm\:-mx-3[data-v-09e76035] { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .sm\:-mx-4[data-v-09e76035] { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .sm\:-mx-5[data-v-09e76035] { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .sm\:-mx-6[data-v-09e76035] { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .sm\:-mx-7[data-v-09e76035] { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .sm\:-mx-8[data-v-09e76035] { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .sm\:mx-auto[data-v-09e76035] { + margin-left: auto !important; + margin-right: auto !important; + } + .sm\:my-0[data-v-09e76035] { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .sm\:my-1[data-v-09e76035] { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .sm\:my-2[data-v-09e76035] { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .sm\:my-3[data-v-09e76035] { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .sm\:my-4[data-v-09e76035] { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .sm\:my-5[data-v-09e76035] { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .sm\:my-6[data-v-09e76035] { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .sm\:my-7[data-v-09e76035] { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .sm\:my-8[data-v-09e76035] { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .sm\:-my-1[data-v-09e76035] { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .sm\:-my-2[data-v-09e76035] { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .sm\:-my-3[data-v-09e76035] { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .sm\:-my-4[data-v-09e76035] { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .sm\:-my-5[data-v-09e76035] { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .sm\:-my-6[data-v-09e76035] { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .sm\:-my-7[data-v-09e76035] { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .sm\:-my-8[data-v-09e76035] { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .sm\:my-auto[data-v-09e76035] { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 768px) { + .md\:m-0[data-v-09e76035] { + margin: 0 !important; + } + .md\:m-1[data-v-09e76035] { + margin: 0.25rem !important; + } + .md\:m-2[data-v-09e76035] { + margin: 0.5rem !important; + } + .md\:m-3[data-v-09e76035] { + margin: 1rem !important; + } + .md\:m-4[data-v-09e76035] { + margin: 1.5rem !important; + } + .md\:m-5[data-v-09e76035] { + margin: 2rem !important; + } + .md\:m-6[data-v-09e76035] { + margin: 3rem !important; + } + .md\:m-7[data-v-09e76035] { + margin: 4rem !important; + } + .md\:m-8[data-v-09e76035] { + margin: 5rem !important; + } + .md\:-m-1[data-v-09e76035] { + margin: -0.25rem !important; + } + .md\:-m-2[data-v-09e76035] { + margin: -0.5rem !important; + } + .md\:-m-3[data-v-09e76035] { + margin: -1rem !important; + } + .md\:-m-4[data-v-09e76035] { + margin: -1.5rem !important; + } + .md\:-m-5[data-v-09e76035] { + margin: -2rem !important; + } + .md\:-m-6[data-v-09e76035] { + margin: -3rem !important; + } + .md\:-m-7[data-v-09e76035] { + margin: -4rem !important; + } + .md\:-m-8[data-v-09e76035] { + margin: -5rem !important; + } + .md\:m-auto[data-v-09e76035] { + margin: auto !important; + } + .md\:mt-0[data-v-09e76035] { + margin-top: 0 !important; + } + .md\:mt-1[data-v-09e76035] { + margin-top: 0.25rem !important; + } + .md\:mt-2[data-v-09e76035] { + margin-top: 0.5rem !important; + } + .md\:mt-3[data-v-09e76035] { + margin-top: 1rem !important; + } + .md\:mt-4[data-v-09e76035] { + margin-top: 1.5rem !important; + } + .md\:mt-5[data-v-09e76035] { + margin-top: 2rem !important; + } + .md\:mt-6[data-v-09e76035] { + margin-top: 3rem !important; + } + .md\:mt-7[data-v-09e76035] { + margin-top: 4rem !important; + } + .md\:mt-8[data-v-09e76035] { + margin-top: 5rem !important; + } + .md\:-mt-1[data-v-09e76035] { + margin-top: -0.25rem !important; + } + .md\:-mt-2[data-v-09e76035] { + margin-top: -0.5rem !important; + } + .md\:-mt-3[data-v-09e76035] { + margin-top: -1rem !important; + } + .md\:-mt-4[data-v-09e76035] { + margin-top: -1.5rem !important; + } + .md\:-mt-5[data-v-09e76035] { + margin-top: -2rem !important; + } + .md\:-mt-6[data-v-09e76035] { + margin-top: -3rem !important; + } + .md\:-mt-7[data-v-09e76035] { + margin-top: -4rem !important; + } + .md\:-mt-8[data-v-09e76035] { + margin-top: -5rem !important; + } + .md\:mt-auto[data-v-09e76035] { + margin-top: auto !important; + } + .md\:mr-0[data-v-09e76035] { + margin-right: 0 !important; + } + .md\:mr-1[data-v-09e76035] { + margin-right: 0.25rem !important; + } + .md\:mr-2[data-v-09e76035] { + margin-right: 0.5rem !important; + } + .md\:mr-3[data-v-09e76035] { + margin-right: 1rem !important; + } + .md\:mr-4[data-v-09e76035] { + margin-right: 1.5rem !important; + } + .md\:mr-5[data-v-09e76035] { + margin-right: 2rem !important; + } + .md\:mr-6[data-v-09e76035] { + margin-right: 3rem !important; + } + .md\:mr-7[data-v-09e76035] { + margin-right: 4rem !important; + } + .md\:mr-8[data-v-09e76035] { + margin-right: 5rem !important; + } + .md\:-mr-1[data-v-09e76035] { + margin-right: -0.25rem !important; + } + .md\:-mr-2[data-v-09e76035] { + margin-right: -0.5rem !important; + } + .md\:-mr-3[data-v-09e76035] { + margin-right: -1rem !important; + } + .md\:-mr-4[data-v-09e76035] { + margin-right: -1.5rem !important; + } + .md\:-mr-5[data-v-09e76035] { + margin-right: -2rem !important; + } + .md\:-mr-6[data-v-09e76035] { + margin-right: -3rem !important; + } + .md\:-mr-7[data-v-09e76035] { + margin-right: -4rem !important; + } + .md\:-mr-8[data-v-09e76035] { + margin-right: -5rem !important; + } + .md\:mr-auto[data-v-09e76035] { + margin-right: auto !important; + } + .md\:ml-0[data-v-09e76035] { + margin-left: 0 !important; + } + .md\:ml-1[data-v-09e76035] { + margin-left: 0.25rem !important; + } + .md\:ml-2[data-v-09e76035] { + margin-left: 0.5rem !important; + } + .md\:ml-3[data-v-09e76035] { + margin-left: 1rem !important; + } + .md\:ml-4[data-v-09e76035] { + margin-left: 1.5rem !important; + } + .md\:ml-5[data-v-09e76035] { + margin-left: 2rem !important; + } + .md\:ml-6[data-v-09e76035] { + margin-left: 3rem !important; + } + .md\:ml-7[data-v-09e76035] { + margin-left: 4rem !important; + } + .md\:ml-8[data-v-09e76035] { + margin-left: 5rem !important; + } + .md\:-ml-1[data-v-09e76035] { + margin-left: -0.25rem !important; + } + .md\:-ml-2[data-v-09e76035] { + margin-left: -0.5rem !important; + } + .md\:-ml-3[data-v-09e76035] { + margin-left: -1rem !important; + } + .md\:-ml-4[data-v-09e76035] { + margin-left: -1.5rem !important; + } + .md\:-ml-5[data-v-09e76035] { + margin-left: -2rem !important; + } + .md\:-ml-6[data-v-09e76035] { + margin-left: -3rem !important; + } + .md\:-ml-7[data-v-09e76035] { + margin-left: -4rem !important; + } + .md\:-ml-8[data-v-09e76035] { + margin-left: -5rem !important; + } + .md\:ml-auto[data-v-09e76035] { + margin-left: auto !important; + } + .md\:mb-0[data-v-09e76035] { + margin-bottom: 0 !important; + } + .md\:mb-1[data-v-09e76035] { + margin-bottom: 0.25rem !important; + } + .md\:mb-2[data-v-09e76035] { + margin-bottom: 0.5rem !important; + } + .md\:mb-3[data-v-09e76035] { + margin-bottom: 1rem !important; + } + .md\:mb-4[data-v-09e76035] { + margin-bottom: 1.5rem !important; + } + .md\:mb-5[data-v-09e76035] { + margin-bottom: 2rem !important; + } + .md\:mb-6[data-v-09e76035] { + margin-bottom: 3rem !important; + } + .md\:mb-7[data-v-09e76035] { + margin-bottom: 4rem !important; + } + .md\:mb-8[data-v-09e76035] { + margin-bottom: 5rem !important; + } + .md\:-mb-1[data-v-09e76035] { + margin-bottom: -0.25rem !important; + } + .md\:-mb-2[data-v-09e76035] { + margin-bottom: -0.5rem !important; + } + .md\:-mb-3[data-v-09e76035] { + margin-bottom: -1rem !important; + } + .md\:-mb-4[data-v-09e76035] { + margin-bottom: -1.5rem !important; + } + .md\:-mb-5[data-v-09e76035] { + margin-bottom: -2rem !important; + } + .md\:-mb-6[data-v-09e76035] { + margin-bottom: -3rem !important; + } + .md\:-mb-7[data-v-09e76035] { + margin-bottom: -4rem !important; + } + .md\:-mb-8[data-v-09e76035] { + margin-bottom: -5rem !important; + } + .md\:mb-auto[data-v-09e76035] { + margin-bottom: auto !important; + } + .md\:mx-0[data-v-09e76035] { + margin-left: 0 !important; + margin-right: 0 !important; + } + .md\:mx-1[data-v-09e76035] { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .md\:mx-2[data-v-09e76035] { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .md\:mx-3[data-v-09e76035] { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .md\:mx-4[data-v-09e76035] { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .md\:mx-5[data-v-09e76035] { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .md\:mx-6[data-v-09e76035] { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .md\:mx-7[data-v-09e76035] { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .md\:mx-8[data-v-09e76035] { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .md\:-mx-1[data-v-09e76035] { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .md\:-mx-2[data-v-09e76035] { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .md\:-mx-3[data-v-09e76035] { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .md\:-mx-4[data-v-09e76035] { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .md\:-mx-5[data-v-09e76035] { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .md\:-mx-6[data-v-09e76035] { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .md\:-mx-7[data-v-09e76035] { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .md\:-mx-8[data-v-09e76035] { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .md\:mx-auto[data-v-09e76035] { + margin-left: auto !important; + margin-right: auto !important; + } + .md\:my-0[data-v-09e76035] { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .md\:my-1[data-v-09e76035] { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .md\:my-2[data-v-09e76035] { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .md\:my-3[data-v-09e76035] { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .md\:my-4[data-v-09e76035] { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .md\:my-5[data-v-09e76035] { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .md\:my-6[data-v-09e76035] { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .md\:my-7[data-v-09e76035] { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .md\:my-8[data-v-09e76035] { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .md\:-my-1[data-v-09e76035] { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .md\:-my-2[data-v-09e76035] { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .md\:-my-3[data-v-09e76035] { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .md\:-my-4[data-v-09e76035] { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .md\:-my-5[data-v-09e76035] { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .md\:-my-6[data-v-09e76035] { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .md\:-my-7[data-v-09e76035] { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .md\:-my-8[data-v-09e76035] { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .md\:my-auto[data-v-09e76035] { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 992px) { + .lg\:m-0[data-v-09e76035] { + margin: 0 !important; + } + .lg\:m-1[data-v-09e76035] { + margin: 0.25rem !important; + } + .lg\:m-2[data-v-09e76035] { + margin: 0.5rem !important; + } + .lg\:m-3[data-v-09e76035] { + margin: 1rem !important; + } + .lg\:m-4[data-v-09e76035] { + margin: 1.5rem !important; + } + .lg\:m-5[data-v-09e76035] { + margin: 2rem !important; + } + .lg\:m-6[data-v-09e76035] { + margin: 3rem !important; + } + .lg\:m-7[data-v-09e76035] { + margin: 4rem !important; + } + .lg\:m-8[data-v-09e76035] { + margin: 5rem !important; + } + .lg\:-m-1[data-v-09e76035] { + margin: -0.25rem !important; + } + .lg\:-m-2[data-v-09e76035] { + margin: -0.5rem !important; + } + .lg\:-m-3[data-v-09e76035] { + margin: -1rem !important; + } + .lg\:-m-4[data-v-09e76035] { + margin: -1.5rem !important; + } + .lg\:-m-5[data-v-09e76035] { + margin: -2rem !important; + } + .lg\:-m-6[data-v-09e76035] { + margin: -3rem !important; + } + .lg\:-m-7[data-v-09e76035] { + margin: -4rem !important; + } + .lg\:-m-8[data-v-09e76035] { + margin: -5rem !important; + } + .lg\:m-auto[data-v-09e76035] { + margin: auto !important; + } + .lg\:mt-0[data-v-09e76035] { + margin-top: 0 !important; + } + .lg\:mt-1[data-v-09e76035] { + margin-top: 0.25rem !important; + } + .lg\:mt-2[data-v-09e76035] { + margin-top: 0.5rem !important; + } + .lg\:mt-3[data-v-09e76035] { + margin-top: 1rem !important; + } + .lg\:mt-4[data-v-09e76035] { + margin-top: 1.5rem !important; + } + .lg\:mt-5[data-v-09e76035] { + margin-top: 2rem !important; + } + .lg\:mt-6[data-v-09e76035] { + margin-top: 3rem !important; + } + .lg\:mt-7[data-v-09e76035] { + margin-top: 4rem !important; + } + .lg\:mt-8[data-v-09e76035] { + margin-top: 5rem !important; + } + .lg\:-mt-1[data-v-09e76035] { + margin-top: -0.25rem !important; + } + .lg\:-mt-2[data-v-09e76035] { + margin-top: -0.5rem !important; + } + .lg\:-mt-3[data-v-09e76035] { + margin-top: -1rem !important; + } + .lg\:-mt-4[data-v-09e76035] { + margin-top: -1.5rem !important; + } + .lg\:-mt-5[data-v-09e76035] { + margin-top: -2rem !important; + } + .lg\:-mt-6[data-v-09e76035] { + margin-top: -3rem !important; + } + .lg\:-mt-7[data-v-09e76035] { + margin-top: -4rem !important; + } + .lg\:-mt-8[data-v-09e76035] { + margin-top: -5rem !important; + } + .lg\:mt-auto[data-v-09e76035] { + margin-top: auto !important; + } + .lg\:mr-0[data-v-09e76035] { + margin-right: 0 !important; + } + .lg\:mr-1[data-v-09e76035] { + margin-right: 0.25rem !important; + } + .lg\:mr-2[data-v-09e76035] { + margin-right: 0.5rem !important; + } + .lg\:mr-3[data-v-09e76035] { + margin-right: 1rem !important; + } + .lg\:mr-4[data-v-09e76035] { + margin-right: 1.5rem !important; + } + .lg\:mr-5[data-v-09e76035] { + margin-right: 2rem !important; + } + .lg\:mr-6[data-v-09e76035] { + margin-right: 3rem !important; + } + .lg\:mr-7[data-v-09e76035] { + margin-right: 4rem !important; + } + .lg\:mr-8[data-v-09e76035] { + margin-right: 5rem !important; + } + .lg\:-mr-1[data-v-09e76035] { + margin-right: -0.25rem !important; + } + .lg\:-mr-2[data-v-09e76035] { + margin-right: -0.5rem !important; + } + .lg\:-mr-3[data-v-09e76035] { + margin-right: -1rem !important; + } + .lg\:-mr-4[data-v-09e76035] { + margin-right: -1.5rem !important; + } + .lg\:-mr-5[data-v-09e76035] { + margin-right: -2rem !important; + } + .lg\:-mr-6[data-v-09e76035] { + margin-right: -3rem !important; + } + .lg\:-mr-7[data-v-09e76035] { + margin-right: -4rem !important; + } + .lg\:-mr-8[data-v-09e76035] { + margin-right: -5rem !important; + } + .lg\:mr-auto[data-v-09e76035] { + margin-right: auto !important; + } + .lg\:ml-0[data-v-09e76035] { + margin-left: 0 !important; + } + .lg\:ml-1[data-v-09e76035] { + margin-left: 0.25rem !important; + } + .lg\:ml-2[data-v-09e76035] { + margin-left: 0.5rem !important; + } + .lg\:ml-3[data-v-09e76035] { + margin-left: 1rem !important; + } + .lg\:ml-4[data-v-09e76035] { + margin-left: 1.5rem !important; + } + .lg\:ml-5[data-v-09e76035] { + margin-left: 2rem !important; + } + .lg\:ml-6[data-v-09e76035] { + margin-left: 3rem !important; + } + .lg\:ml-7[data-v-09e76035] { + margin-left: 4rem !important; + } + .lg\:ml-8[data-v-09e76035] { + margin-left: 5rem !important; + } + .lg\:-ml-1[data-v-09e76035] { + margin-left: -0.25rem !important; + } + .lg\:-ml-2[data-v-09e76035] { + margin-left: -0.5rem !important; + } + .lg\:-ml-3[data-v-09e76035] { + margin-left: -1rem !important; + } + .lg\:-ml-4[data-v-09e76035] { + margin-left: -1.5rem !important; + } + .lg\:-ml-5[data-v-09e76035] { + margin-left: -2rem !important; + } + .lg\:-ml-6[data-v-09e76035] { + margin-left: -3rem !important; + } + .lg\:-ml-7[data-v-09e76035] { + margin-left: -4rem !important; + } + .lg\:-ml-8[data-v-09e76035] { + margin-left: -5rem !important; + } + .lg\:ml-auto[data-v-09e76035] { + margin-left: auto !important; + } + .lg\:mb-0[data-v-09e76035] { + margin-bottom: 0 !important; + } + .lg\:mb-1[data-v-09e76035] { + margin-bottom: 0.25rem !important; + } + .lg\:mb-2[data-v-09e76035] { + margin-bottom: 0.5rem !important; + } + .lg\:mb-3[data-v-09e76035] { + margin-bottom: 1rem !important; + } + .lg\:mb-4[data-v-09e76035] { + margin-bottom: 1.5rem !important; + } + .lg\:mb-5[data-v-09e76035] { + margin-bottom: 2rem !important; + } + .lg\:mb-6[data-v-09e76035] { + margin-bottom: 3rem !important; + } + .lg\:mb-7[data-v-09e76035] { + margin-bottom: 4rem !important; + } + .lg\:mb-8[data-v-09e76035] { + margin-bottom: 5rem !important; + } + .lg\:-mb-1[data-v-09e76035] { + margin-bottom: -0.25rem !important; + } + .lg\:-mb-2[data-v-09e76035] { + margin-bottom: -0.5rem !important; + } + .lg\:-mb-3[data-v-09e76035] { + margin-bottom: -1rem !important; + } + .lg\:-mb-4[data-v-09e76035] { + margin-bottom: -1.5rem !important; + } + .lg\:-mb-5[data-v-09e76035] { + margin-bottom: -2rem !important; + } + .lg\:-mb-6[data-v-09e76035] { + margin-bottom: -3rem !important; + } + .lg\:-mb-7[data-v-09e76035] { + margin-bottom: -4rem !important; + } + .lg\:-mb-8[data-v-09e76035] { + margin-bottom: -5rem !important; + } + .lg\:mb-auto[data-v-09e76035] { + margin-bottom: auto !important; + } + .lg\:mx-0[data-v-09e76035] { + margin-left: 0 !important; + margin-right: 0 !important; + } + .lg\:mx-1[data-v-09e76035] { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .lg\:mx-2[data-v-09e76035] { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .lg\:mx-3[data-v-09e76035] { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .lg\:mx-4[data-v-09e76035] { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .lg\:mx-5[data-v-09e76035] { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .lg\:mx-6[data-v-09e76035] { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .lg\:mx-7[data-v-09e76035] { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .lg\:mx-8[data-v-09e76035] { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .lg\:-mx-1[data-v-09e76035] { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .lg\:-mx-2[data-v-09e76035] { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .lg\:-mx-3[data-v-09e76035] { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .lg\:-mx-4[data-v-09e76035] { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .lg\:-mx-5[data-v-09e76035] { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .lg\:-mx-6[data-v-09e76035] { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .lg\:-mx-7[data-v-09e76035] { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .lg\:-mx-8[data-v-09e76035] { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .lg\:mx-auto[data-v-09e76035] { + margin-left: auto !important; + margin-right: auto !important; + } + .lg\:my-0[data-v-09e76035] { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .lg\:my-1[data-v-09e76035] { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .lg\:my-2[data-v-09e76035] { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .lg\:my-3[data-v-09e76035] { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .lg\:my-4[data-v-09e76035] { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .lg\:my-5[data-v-09e76035] { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .lg\:my-6[data-v-09e76035] { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .lg\:my-7[data-v-09e76035] { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .lg\:my-8[data-v-09e76035] { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .lg\:-my-1[data-v-09e76035] { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .lg\:-my-2[data-v-09e76035] { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .lg\:-my-3[data-v-09e76035] { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .lg\:-my-4[data-v-09e76035] { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .lg\:-my-5[data-v-09e76035] { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .lg\:-my-6[data-v-09e76035] { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .lg\:-my-7[data-v-09e76035] { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .lg\:-my-8[data-v-09e76035] { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .lg\:my-auto[data-v-09e76035] { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:m-0[data-v-09e76035] { + margin: 0 !important; + } + .xl\:m-1[data-v-09e76035] { + margin: 0.25rem !important; + } + .xl\:m-2[data-v-09e76035] { + margin: 0.5rem !important; + } + .xl\:m-3[data-v-09e76035] { + margin: 1rem !important; + } + .xl\:m-4[data-v-09e76035] { + margin: 1.5rem !important; + } + .xl\:m-5[data-v-09e76035] { + margin: 2rem !important; + } + .xl\:m-6[data-v-09e76035] { + margin: 3rem !important; + } + .xl\:m-7[data-v-09e76035] { + margin: 4rem !important; + } + .xl\:m-8[data-v-09e76035] { + margin: 5rem !important; + } + .xl\:-m-1[data-v-09e76035] { + margin: -0.25rem !important; + } + .xl\:-m-2[data-v-09e76035] { + margin: -0.5rem !important; + } + .xl\:-m-3[data-v-09e76035] { + margin: -1rem !important; + } + .xl\:-m-4[data-v-09e76035] { + margin: -1.5rem !important; + } + .xl\:-m-5[data-v-09e76035] { + margin: -2rem !important; + } + .xl\:-m-6[data-v-09e76035] { + margin: -3rem !important; + } + .xl\:-m-7[data-v-09e76035] { + margin: -4rem !important; + } + .xl\:-m-8[data-v-09e76035] { + margin: -5rem !important; + } + .xl\:m-auto[data-v-09e76035] { + margin: auto !important; + } + .xl\:mt-0[data-v-09e76035] { + margin-top: 0 !important; + } + .xl\:mt-1[data-v-09e76035] { + margin-top: 0.25rem !important; + } + .xl\:mt-2[data-v-09e76035] { + margin-top: 0.5rem !important; + } + .xl\:mt-3[data-v-09e76035] { + margin-top: 1rem !important; + } + .xl\:mt-4[data-v-09e76035] { + margin-top: 1.5rem !important; + } + .xl\:mt-5[data-v-09e76035] { + margin-top: 2rem !important; + } + .xl\:mt-6[data-v-09e76035] { + margin-top: 3rem !important; + } + .xl\:mt-7[data-v-09e76035] { + margin-top: 4rem !important; + } + .xl\:mt-8[data-v-09e76035] { + margin-top: 5rem !important; + } + .xl\:-mt-1[data-v-09e76035] { + margin-top: -0.25rem !important; + } + .xl\:-mt-2[data-v-09e76035] { + margin-top: -0.5rem !important; + } + .xl\:-mt-3[data-v-09e76035] { + margin-top: -1rem !important; + } + .xl\:-mt-4[data-v-09e76035] { + margin-top: -1.5rem !important; + } + .xl\:-mt-5[data-v-09e76035] { + margin-top: -2rem !important; + } + .xl\:-mt-6[data-v-09e76035] { + margin-top: -3rem !important; + } + .xl\:-mt-7[data-v-09e76035] { + margin-top: -4rem !important; + } + .xl\:-mt-8[data-v-09e76035] { + margin-top: -5rem !important; + } + .xl\:mt-auto[data-v-09e76035] { + margin-top: auto !important; + } + .xl\:mr-0[data-v-09e76035] { + margin-right: 0 !important; + } + .xl\:mr-1[data-v-09e76035] { + margin-right: 0.25rem !important; + } + .xl\:mr-2[data-v-09e76035] { + margin-right: 0.5rem !important; + } + .xl\:mr-3[data-v-09e76035] { + margin-right: 1rem !important; + } + .xl\:mr-4[data-v-09e76035] { + margin-right: 1.5rem !important; + } + .xl\:mr-5[data-v-09e76035] { + margin-right: 2rem !important; + } + .xl\:mr-6[data-v-09e76035] { + margin-right: 3rem !important; + } + .xl\:mr-7[data-v-09e76035] { + margin-right: 4rem !important; + } + .xl\:mr-8[data-v-09e76035] { + margin-right: 5rem !important; + } + .xl\:-mr-1[data-v-09e76035] { + margin-right: -0.25rem !important; + } + .xl\:-mr-2[data-v-09e76035] { + margin-right: -0.5rem !important; + } + .xl\:-mr-3[data-v-09e76035] { + margin-right: -1rem !important; + } + .xl\:-mr-4[data-v-09e76035] { + margin-right: -1.5rem !important; + } + .xl\:-mr-5[data-v-09e76035] { + margin-right: -2rem !important; + } + .xl\:-mr-6[data-v-09e76035] { + margin-right: -3rem !important; + } + .xl\:-mr-7[data-v-09e76035] { + margin-right: -4rem !important; + } + .xl\:-mr-8[data-v-09e76035] { + margin-right: -5rem !important; + } + .xl\:mr-auto[data-v-09e76035] { + margin-right: auto !important; + } + .xl\:ml-0[data-v-09e76035] { + margin-left: 0 !important; + } + .xl\:ml-1[data-v-09e76035] { + margin-left: 0.25rem !important; + } + .xl\:ml-2[data-v-09e76035] { + margin-left: 0.5rem !important; + } + .xl\:ml-3[data-v-09e76035] { + margin-left: 1rem !important; + } + .xl\:ml-4[data-v-09e76035] { + margin-left: 1.5rem !important; + } + .xl\:ml-5[data-v-09e76035] { + margin-left: 2rem !important; + } + .xl\:ml-6[data-v-09e76035] { + margin-left: 3rem !important; + } + .xl\:ml-7[data-v-09e76035] { + margin-left: 4rem !important; + } + .xl\:ml-8[data-v-09e76035] { + margin-left: 5rem !important; + } + .xl\:-ml-1[data-v-09e76035] { + margin-left: -0.25rem !important; + } + .xl\:-ml-2[data-v-09e76035] { + margin-left: -0.5rem !important; + } + .xl\:-ml-3[data-v-09e76035] { + margin-left: -1rem !important; + } + .xl\:-ml-4[data-v-09e76035] { + margin-left: -1.5rem !important; + } + .xl\:-ml-5[data-v-09e76035] { + margin-left: -2rem !important; + } + .xl\:-ml-6[data-v-09e76035] { + margin-left: -3rem !important; + } + .xl\:-ml-7[data-v-09e76035] { + margin-left: -4rem !important; + } + .xl\:-ml-8[data-v-09e76035] { + margin-left: -5rem !important; + } + .xl\:ml-auto[data-v-09e76035] { + margin-left: auto !important; + } + .xl\:mb-0[data-v-09e76035] { + margin-bottom: 0 !important; + } + .xl\:mb-1[data-v-09e76035] { + margin-bottom: 0.25rem !important; + } + .xl\:mb-2[data-v-09e76035] { + margin-bottom: 0.5rem !important; + } + .xl\:mb-3[data-v-09e76035] { + margin-bottom: 1rem !important; + } + .xl\:mb-4[data-v-09e76035] { + margin-bottom: 1.5rem !important; + } + .xl\:mb-5[data-v-09e76035] { + margin-bottom: 2rem !important; + } + .xl\:mb-6[data-v-09e76035] { + margin-bottom: 3rem !important; + } + .xl\:mb-7[data-v-09e76035] { + margin-bottom: 4rem !important; + } + .xl\:mb-8[data-v-09e76035] { + margin-bottom: 5rem !important; + } + .xl\:-mb-1[data-v-09e76035] { + margin-bottom: -0.25rem !important; + } + .xl\:-mb-2[data-v-09e76035] { + margin-bottom: -0.5rem !important; + } + .xl\:-mb-3[data-v-09e76035] { + margin-bottom: -1rem !important; + } + .xl\:-mb-4[data-v-09e76035] { + margin-bottom: -1.5rem !important; + } + .xl\:-mb-5[data-v-09e76035] { + margin-bottom: -2rem !important; + } + .xl\:-mb-6[data-v-09e76035] { + margin-bottom: -3rem !important; + } + .xl\:-mb-7[data-v-09e76035] { + margin-bottom: -4rem !important; + } + .xl\:-mb-8[data-v-09e76035] { + margin-bottom: -5rem !important; + } + .xl\:mb-auto[data-v-09e76035] { + margin-bottom: auto !important; + } + .xl\:mx-0[data-v-09e76035] { + margin-left: 0 !important; + margin-right: 0 !important; + } + .xl\:mx-1[data-v-09e76035] { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .xl\:mx-2[data-v-09e76035] { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .xl\:mx-3[data-v-09e76035] { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .xl\:mx-4[data-v-09e76035] { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .xl\:mx-5[data-v-09e76035] { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .xl\:mx-6[data-v-09e76035] { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .xl\:mx-7[data-v-09e76035] { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .xl\:mx-8[data-v-09e76035] { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .xl\:-mx-1[data-v-09e76035] { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .xl\:-mx-2[data-v-09e76035] { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .xl\:-mx-3[data-v-09e76035] { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .xl\:-mx-4[data-v-09e76035] { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .xl\:-mx-5[data-v-09e76035] { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .xl\:-mx-6[data-v-09e76035] { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .xl\:-mx-7[data-v-09e76035] { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .xl\:-mx-8[data-v-09e76035] { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .xl\:mx-auto[data-v-09e76035] { + margin-left: auto !important; + margin-right: auto !important; + } + .xl\:my-0[data-v-09e76035] { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .xl\:my-1[data-v-09e76035] { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .xl\:my-2[data-v-09e76035] { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .xl\:my-3[data-v-09e76035] { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .xl\:my-4[data-v-09e76035] { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .xl\:my-5[data-v-09e76035] { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .xl\:my-6[data-v-09e76035] { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .xl\:my-7[data-v-09e76035] { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .xl\:my-8[data-v-09e76035] { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .xl\:-my-1[data-v-09e76035] { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .xl\:-my-2[data-v-09e76035] { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .xl\:-my-3[data-v-09e76035] { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .xl\:-my-4[data-v-09e76035] { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .xl\:-my-5[data-v-09e76035] { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .xl\:-my-6[data-v-09e76035] { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .xl\:-my-7[data-v-09e76035] { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .xl\:-my-8[data-v-09e76035] { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .xl\:my-auto[data-v-09e76035] { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +.shadow-none[data-v-09e76035] { + box-shadow: none !important; +} +.shadow-1[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; +} +.shadow-2[data-v-09e76035] { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; +} +.shadow-3[data-v-09e76035] { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} +.shadow-4[data-v-09e76035] { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} +.shadow-5[data-v-09e76035] { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} +.shadow-6[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} +.shadow-7[data-v-09e76035] { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; +} +.shadow-8[data-v-09e76035] { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-none[data-v-09e76035]:active, +.focus\:shadow-none[data-v-09e76035]:focus, +.hover\:shadow-none[data-v-09e76035]:hover { + box-shadow: none !important; +} +.active\:shadow-1[data-v-09e76035]:active, +.focus\:shadow-1[data-v-09e76035]:focus, +.hover\:shadow-1[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; +} +.active\:shadow-2[data-v-09e76035]:active, +.focus\:shadow-2[data-v-09e76035]:focus, +.hover\:shadow-2[data-v-09e76035]:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; +} +.active\:shadow-3[data-v-09e76035]:active, +.focus\:shadow-3[data-v-09e76035]:focus, +.hover\:shadow-3[data-v-09e76035]:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} +.active\:shadow-4[data-v-09e76035]:active, +.focus\:shadow-4[data-v-09e76035]:focus, +.hover\:shadow-4[data-v-09e76035]:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-5[data-v-09e76035]:active, +.focus\:shadow-5[data-v-09e76035]:focus, +.hover\:shadow-5[data-v-09e76035]:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} +.active\:shadow-6[data-v-09e76035]:active, +.focus\:shadow-6[data-v-09e76035]:focus, +.hover\:shadow-6[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} +.active\:shadow-7[data-v-09e76035]:active, +.focus\:shadow-7[data-v-09e76035]:focus, +.hover\:shadow-7[data-v-09e76035]:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; +} +.active\:shadow-8[data-v-09e76035]:active, +.focus\:shadow-8[data-v-09e76035]:focus, +.hover\:shadow-8[data-v-09e76035]:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; +} +@media screen and (min-width: 576px) { + .sm\:shadow-none[data-v-09e76035] { + box-shadow: none !important; + } + .sm\:shadow-1[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:shadow-2[data-v-09e76035] { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:shadow-3[data-v-09e76035] { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:shadow-4[data-v-09e76035] { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:shadow-5[data-v-09e76035] { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:shadow-6[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:shadow-7[data-v-09e76035] { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:shadow-8[data-v-09e76035] { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-none[data-v-09e76035]:active, + .sm\:focus\:shadow-none[data-v-09e76035]:focus, + .sm\:hover\:shadow-none[data-v-09e76035]:hover { + box-shadow: none !important; + } + .sm\:active\:shadow-1[data-v-09e76035]:active, + .sm\:focus\:shadow-1[data-v-09e76035]:focus, + .sm\:hover\:shadow-1[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:active\:shadow-2[data-v-09e76035]:active, + .sm\:focus\:shadow-2[data-v-09e76035]:focus, + .sm\:hover\:shadow-2[data-v-09e76035]:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:active\:shadow-3[data-v-09e76035]:active, + .sm\:focus\:shadow-3[data-v-09e76035]:focus, + .sm\:hover\:shadow-3[data-v-09e76035]:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:active\:shadow-4[data-v-09e76035]:active, + .sm\:focus\:shadow-4[data-v-09e76035]:focus, + .sm\:hover\:shadow-4[data-v-09e76035]:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-5[data-v-09e76035]:active, + .sm\:focus\:shadow-5[data-v-09e76035]:focus, + .sm\:hover\:shadow-5[data-v-09e76035]:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-6[data-v-09e76035]:active, + .sm\:focus\:shadow-6[data-v-09e76035]:focus, + .sm\:hover\:shadow-6[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:active\:shadow-7[data-v-09e76035]:active, + .sm\:focus\:shadow-7[data-v-09e76035]:focus, + .sm\:hover\:shadow-7[data-v-09e76035]:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:active\:shadow-8[data-v-09e76035]:active, + .sm\:focus\:shadow-8[data-v-09e76035]:focus, + .sm\:hover\:shadow-8[data-v-09e76035]:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 768px) { + .md\:shadow-none[data-v-09e76035] { + box-shadow: none !important; + } + .md\:shadow-1[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:shadow-2[data-v-09e76035] { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:shadow-3[data-v-09e76035] { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:shadow-4[data-v-09e76035] { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:shadow-5[data-v-09e76035] { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:shadow-6[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:shadow-7[data-v-09e76035] { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:shadow-8[data-v-09e76035] { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-none[data-v-09e76035]:active, + .md\:focus\:shadow-none[data-v-09e76035]:focus, + .md\:hover\:shadow-none[data-v-09e76035]:hover { + box-shadow: none !important; + } + .md\:active\:shadow-1[data-v-09e76035]:active, + .md\:focus\:shadow-1[data-v-09e76035]:focus, + .md\:hover\:shadow-1[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:active\:shadow-2[data-v-09e76035]:active, + .md\:focus\:shadow-2[data-v-09e76035]:focus, + .md\:hover\:shadow-2[data-v-09e76035]:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:active\:shadow-3[data-v-09e76035]:active, + .md\:focus\:shadow-3[data-v-09e76035]:focus, + .md\:hover\:shadow-3[data-v-09e76035]:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:active\:shadow-4[data-v-09e76035]:active, + .md\:focus\:shadow-4[data-v-09e76035]:focus, + .md\:hover\:shadow-4[data-v-09e76035]:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-5[data-v-09e76035]:active, + .md\:focus\:shadow-5[data-v-09e76035]:focus, + .md\:hover\:shadow-5[data-v-09e76035]:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-6[data-v-09e76035]:active, + .md\:focus\:shadow-6[data-v-09e76035]:focus, + .md\:hover\:shadow-6[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:active\:shadow-7[data-v-09e76035]:active, + .md\:focus\:shadow-7[data-v-09e76035]:focus, + .md\:hover\:shadow-7[data-v-09e76035]:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:active\:shadow-8[data-v-09e76035]:active, + .md\:focus\:shadow-8[data-v-09e76035]:focus, + .md\:hover\:shadow-8[data-v-09e76035]:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:shadow-none[data-v-09e76035] { + box-shadow: none !important; + } + .lg\:shadow-1[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:shadow-2[data-v-09e76035] { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:shadow-3[data-v-09e76035] { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:shadow-4[data-v-09e76035] { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:shadow-5[data-v-09e76035] { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:shadow-6[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:shadow-7[data-v-09e76035] { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:shadow-8[data-v-09e76035] { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-none[data-v-09e76035]:active, + .lg\:focus\:shadow-none[data-v-09e76035]:focus, + .lg\:hover\:shadow-none[data-v-09e76035]:hover { + box-shadow: none !important; + } + .lg\:active\:shadow-1[data-v-09e76035]:active, + .lg\:focus\:shadow-1[data-v-09e76035]:focus, + .lg\:hover\:shadow-1[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:active\:shadow-2[data-v-09e76035]:active, + .lg\:focus\:shadow-2[data-v-09e76035]:focus, + .lg\:hover\:shadow-2[data-v-09e76035]:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:active\:shadow-3[data-v-09e76035]:active, + .lg\:focus\:shadow-3[data-v-09e76035]:focus, + .lg\:hover\:shadow-3[data-v-09e76035]:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:active\:shadow-4[data-v-09e76035]:active, + .lg\:focus\:shadow-4[data-v-09e76035]:focus, + .lg\:hover\:shadow-4[data-v-09e76035]:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-5[data-v-09e76035]:active, + .lg\:focus\:shadow-5[data-v-09e76035]:focus, + .lg\:hover\:shadow-5[data-v-09e76035]:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-6[data-v-09e76035]:active, + .lg\:focus\:shadow-6[data-v-09e76035]:focus, + .lg\:hover\:shadow-6[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:active\:shadow-7[data-v-09e76035]:active, + .lg\:focus\:shadow-7[data-v-09e76035]:focus, + .lg\:hover\:shadow-7[data-v-09e76035]:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:active\:shadow-8[data-v-09e76035]:active, + .lg\:focus\:shadow-8[data-v-09e76035]:focus, + .lg\:hover\:shadow-8[data-v-09e76035]:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:shadow-none[data-v-09e76035] { + box-shadow: none !important; + } + .xl\:shadow-1[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:shadow-2[data-v-09e76035] { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:shadow-3[data-v-09e76035] { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:shadow-4[data-v-09e76035] { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:shadow-5[data-v-09e76035] { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:shadow-6[data-v-09e76035] { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:shadow-7[data-v-09e76035] { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:shadow-8[data-v-09e76035] { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-none[data-v-09e76035]:active, + .xl\:focus\:shadow-none[data-v-09e76035]:focus, + .xl\:hover\:shadow-none[data-v-09e76035]:hover { + box-shadow: none !important; + } + .xl\:active\:shadow-1[data-v-09e76035]:active, + .xl\:focus\:shadow-1[data-v-09e76035]:focus, + .xl\:hover\:shadow-1[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02), 0 0 2px rgba(0, 0, 0, 0.05), + 0 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:active\:shadow-2[data-v-09e76035]:active, + .xl\:focus\:shadow-2[data-v-09e76035]:focus, + .xl\:hover\:shadow-2[data-v-09e76035]:hover { + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03), 0 0 2px rgba(0, 0, 0, 0.06), + 0 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:active\:shadow-3[data-v-09e76035]:active, + .xl\:focus\:shadow-3[data-v-09e76035]:focus, + .xl\:hover\:shadow-3[data-v-09e76035]:hover { + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.1), + 0 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:active\:shadow-4[data-v-09e76035]:active, + .xl\:focus\:shadow-4[data-v-09e76035]:focus, + .xl\:hover\:shadow-4[data-v-09e76035]:hover { + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14), + 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-5[data-v-09e76035]:active, + .xl\:focus\:shadow-5[data-v-09e76035]:focus, + .xl\:hover\:shadow-5[data-v-09e76035]:hover { + box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 4px 5px -2px rgba(0, 0, 0, 0.12), + 0 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-6[data-v-09e76035]:active, + .xl\:focus\:shadow-6[data-v-09e76035]:focus, + .xl\:hover\:shadow-6[data-v-09e76035]:hover { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06), 0 7px 9px rgba(0, 0, 0, 0.12), + 0 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:active\:shadow-7[data-v-09e76035]:active, + .xl\:focus\:shadow-7[data-v-09e76035]:focus, + .xl\:hover\:shadow-7[data-v-09e76035]:hover { + box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08), + 0 22px 30px 2px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:active\:shadow-8[data-v-09e76035]:active, + .xl\:focus\:shadow-8[data-v-09e76035]:focus, + .xl\:hover\:shadow-8[data-v-09e76035]:hover { + box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), + 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +.border-none[data-v-09e76035] { + border-width: 0 !important; + border-style: none; +} +.border-1[data-v-09e76035] { + border-width: 1px !important; + border-style: solid; +} +.border-2[data-v-09e76035] { + border-width: 2px !important; + border-style: solid; +} +.border-3[data-v-09e76035] { + border-width: 3px !important; + border-style: solid; +} +.border-top-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; +} +.border-top-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; +} +.border-top-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; +} +.border-top-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; +} +.border-right-none[data-v-09e76035] { + border-right-width: 0 !important; + border-right-style: none; +} +.border-right-1[data-v-09e76035] { + border-right-width: 1px !important; + border-right-style: solid; +} +.border-right-2[data-v-09e76035] { + border-right-width: 2px !important; + border-right-style: solid; +} +.border-right-3[data-v-09e76035] { + border-right-width: 3px !important; + border-right-style: solid; +} +.border-left-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; +} +.border-left-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; +} +.border-left-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; +} +.border-left-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; +} +.border-bottom-none[data-v-09e76035] { + border-bottom-width: 0 !important; + border-bottom-style: none; +} +.border-bottom-1[data-v-09e76035] { + border-bottom-width: 1px !important; + border-bottom-style: solid; +} +.border-bottom-2[data-v-09e76035] { + border-bottom-width: 2px !important; + border-bottom-style: solid; +} +.border-bottom-3[data-v-09e76035] { + border-bottom-width: 3px !important; + border-bottom-style: solid; +} +.border-x-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; +} +.border-x-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; +} +.border-x-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; +} +.border-x-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; +} +.border-y-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; +} +.border-y-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; +} +.border-y-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; +} +.border-y-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; +} +@media screen and (min-width: 576px) { + .sm\:border-none[data-v-09e76035] { + border-width: 0 !important; + border-style: none; + } + .sm\:border-1[data-v-09e76035] { + border-width: 1px !important; + border-style: solid; + } + .sm\:border-2[data-v-09e76035] { + border-width: 2px !important; + border-style: solid; + } + .sm\:border-3[data-v-09e76035] { + border-width: 3px !important; + border-style: solid; + } + .sm\:border-top-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + } + .sm\:border-top-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + } + .sm\:border-top-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + } + .sm\:border-top-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + } + .sm\:border-right-none[data-v-09e76035] { + border-right-width: 0 !important; + border-right-style: none; + } + .sm\:border-right-1[data-v-09e76035] { + border-right-width: 1px !important; + border-right-style: solid; + } + .sm\:border-right-2[data-v-09e76035] { + border-right-width: 2px !important; + border-right-style: solid; + } + .sm\:border-right-3[data-v-09e76035] { + border-right-width: 3px !important; + border-right-style: solid; + } + .sm\:border-left-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + } + .sm\:border-left-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + } + .sm\:border-left-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + } + .sm\:border-left-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + } + .sm\:border-bottom-none[data-v-09e76035] { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .sm\:border-bottom-1[data-v-09e76035] { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .sm\:border-bottom-2[data-v-09e76035] { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .sm\:border-bottom-3[data-v-09e76035] { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .sm\:border-x-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .sm\:border-x-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .sm\:border-x-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .sm\:border-x-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .sm\:border-y-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .sm\:border-y-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .sm\:border-y-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .sm\:border-y-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 768px) { + .md\:border-none[data-v-09e76035] { + border-width: 0 !important; + border-style: none; + } + .md\:border-1[data-v-09e76035] { + border-width: 1px !important; + border-style: solid; + } + .md\:border-2[data-v-09e76035] { + border-width: 2px !important; + border-style: solid; + } + .md\:border-3[data-v-09e76035] { + border-width: 3px !important; + border-style: solid; + } + .md\:border-top-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + } + .md\:border-top-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + } + .md\:border-top-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + } + .md\:border-top-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + } + .md\:border-right-none[data-v-09e76035] { + border-right-width: 0 !important; + border-right-style: none; + } + .md\:border-right-1[data-v-09e76035] { + border-right-width: 1px !important; + border-right-style: solid; + } + .md\:border-right-2[data-v-09e76035] { + border-right-width: 2px !important; + border-right-style: solid; + } + .md\:border-right-3[data-v-09e76035] { + border-right-width: 3px !important; + border-right-style: solid; + } + .md\:border-left-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + } + .md\:border-left-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + } + .md\:border-left-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + } + .md\:border-left-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + } + .md\:border-bottom-none[data-v-09e76035] { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .md\:border-bottom-1[data-v-09e76035] { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .md\:border-bottom-2[data-v-09e76035] { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .md\:border-bottom-3[data-v-09e76035] { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .md\:border-x-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .md\:border-x-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .md\:border-x-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .md\:border-x-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .md\:border-y-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .md\:border-y-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .md\:border-y-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .md\:border-y-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 992px) { + .lg\:border-none[data-v-09e76035] { + border-width: 0 !important; + border-style: none; + } + .lg\:border-1[data-v-09e76035] { + border-width: 1px !important; + border-style: solid; + } + .lg\:border-2[data-v-09e76035] { + border-width: 2px !important; + border-style: solid; + } + .lg\:border-3[data-v-09e76035] { + border-width: 3px !important; + border-style: solid; + } + .lg\:border-top-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + } + .lg\:border-top-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + } + .lg\:border-top-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + } + .lg\:border-top-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + } + .lg\:border-right-none[data-v-09e76035] { + border-right-width: 0 !important; + border-right-style: none; + } + .lg\:border-right-1[data-v-09e76035] { + border-right-width: 1px !important; + border-right-style: solid; + } + .lg\:border-right-2[data-v-09e76035] { + border-right-width: 2px !important; + border-right-style: solid; + } + .lg\:border-right-3[data-v-09e76035] { + border-right-width: 3px !important; + border-right-style: solid; + } + .lg\:border-left-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + } + .lg\:border-left-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + } + .lg\:border-left-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + } + .lg\:border-left-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + } + .lg\:border-bottom-none[data-v-09e76035] { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .lg\:border-bottom-1[data-v-09e76035] { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .lg\:border-bottom-2[data-v-09e76035] { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .lg\:border-bottom-3[data-v-09e76035] { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .lg\:border-x-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .lg\:border-x-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .lg\:border-x-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .lg\:border-x-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .lg\:border-y-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .lg\:border-y-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .lg\:border-y-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .lg\:border-y-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-none[data-v-09e76035] { + border-width: 0 !important; + border-style: none; + } + .xl\:border-1[data-v-09e76035] { + border-width: 1px !important; + border-style: solid; + } + .xl\:border-2[data-v-09e76035] { + border-width: 2px !important; + border-style: solid; + } + .xl\:border-3[data-v-09e76035] { + border-width: 3px !important; + border-style: solid; + } + .xl\:border-top-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + } + .xl\:border-top-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + } + .xl\:border-top-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + } + .xl\:border-top-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + } + .xl\:border-right-none[data-v-09e76035] { + border-right-width: 0 !important; + border-right-style: none; + } + .xl\:border-right-1[data-v-09e76035] { + border-right-width: 1px !important; + border-right-style: solid; + } + .xl\:border-right-2[data-v-09e76035] { + border-right-width: 2px !important; + border-right-style: solid; + } + .xl\:border-right-3[data-v-09e76035] { + border-right-width: 3px !important; + border-right-style: solid; + } + .xl\:border-left-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + } + .xl\:border-left-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + } + .xl\:border-left-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + } + .xl\:border-left-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + } + .xl\:border-bottom-none[data-v-09e76035] { + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .xl\:border-bottom-1[data-v-09e76035] { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .xl\:border-bottom-2[data-v-09e76035] { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .xl\:border-bottom-3[data-v-09e76035] { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .xl\:border-x-none[data-v-09e76035] { + border-left-width: 0 !important; + border-left-style: none; + border-right-width: 0 !important; + border-right-style: none; + } + .xl\:border-x-1[data-v-09e76035] { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .xl\:border-x-2[data-v-09e76035] { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .xl\:border-x-3[data-v-09e76035] { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .xl\:border-y-none[data-v-09e76035] { + border-top-width: 0 !important; + border-top-style: none; + border-bottom-width: 0 !important; + border-bottom-style: none; + } + .xl\:border-y-1[data-v-09e76035] { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .xl\:border-y-2[data-v-09e76035] { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .xl\:border-y-3[data-v-09e76035] { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +.border-solid[data-v-09e76035] { + border-style: solid !important; +} +.border-dashed[data-v-09e76035] { + border-style: dashed !important; +} +.border-dotted[data-v-09e76035] { + border-style: dotted !important; +} +.border-double[data-v-09e76035] { + border-style: double !important; +} +@media screen and (min-width: 576px) { + .sm\:border-solid[data-v-09e76035] { + border-style: solid !important; + } + .sm\:border-dashed[data-v-09e76035] { + border-style: dashed !important; + } + .sm\:border-dotted[data-v-09e76035] { + border-style: dotted !important; + } + .sm\:border-double[data-v-09e76035] { + border-style: double !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-solid[data-v-09e76035] { + border-style: solid !important; + } + .md\:border-dashed[data-v-09e76035] { + border-style: dashed !important; + } + .md\:border-dotted[data-v-09e76035] { + border-style: dotted !important; + } + .md\:border-double[data-v-09e76035] { + border-style: double !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-solid[data-v-09e76035] { + border-style: solid !important; + } + .lg\:border-dashed[data-v-09e76035] { + border-style: dashed !important; + } + .lg\:border-dotted[data-v-09e76035] { + border-style: dotted !important; + } + .lg\:border-double[data-v-09e76035] { + border-style: double !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-solid[data-v-09e76035] { + border-style: solid !important; + } + .xl\:border-dashed[data-v-09e76035] { + border-style: dashed !important; + } + .xl\:border-dotted[data-v-09e76035] { + border-style: dotted !important; + } + .xl\:border-double[data-v-09e76035] { + border-style: double !important; + } +} +.border-noround[data-v-09e76035] { + border-radius: 0 !important; +} +.border-round[data-v-09e76035] { + border-radius: var(--border-radius) !important; +} +.border-round-xs[data-v-09e76035] { + border-radius: 0.125rem !important; +} +.border-round-sm[data-v-09e76035] { + border-radius: 0.25rem !important; +} +.border-round-md[data-v-09e76035] { + border-radius: 0.375rem !important; +} +.border-round-lg[data-v-09e76035] { + border-radius: 0.5rem !important; +} +.border-round-xl[data-v-09e76035] { + border-radius: 0.75rem !important; +} +.border-round-2xl[data-v-09e76035] { + border-radius: 1rem !important; +} +.border-round-3xl[data-v-09e76035] { + border-radius: 1.5rem !important; +} +.border-circle[data-v-09e76035] { + border-radius: 50% !important; +} +@media screen and (min-width: 576px) { + .sm\:border-noround[data-v-09e76035] { + border-radius: 0 !important; + } + .sm\:border-round[data-v-09e76035] { + border-radius: var(--border-radius) !important; + } + .sm\:border-round-xs[data-v-09e76035] { + border-radius: 0.125rem !important; + } + .sm\:border-round-sm[data-v-09e76035] { + border-radius: 0.25rem !important; + } + .sm\:border-round-md[data-v-09e76035] { + border-radius: 0.375rem !important; + } + .sm\:border-round-lg[data-v-09e76035] { + border-radius: 0.5rem !important; + } + .sm\:border-round-xl[data-v-09e76035] { + border-radius: 0.75rem !important; + } + .sm\:border-round-2xl[data-v-09e76035] { + border-radius: 1rem !important; + } + .sm\:border-round-3xl[data-v-09e76035] { + border-radius: 1.5rem !important; + } + .sm\:border-circle[data-v-09e76035] { + border-radius: 50% !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-noround[data-v-09e76035] { + border-radius: 0 !important; + } + .md\:border-round[data-v-09e76035] { + border-radius: var(--border-radius) !important; + } + .md\:border-round-xs[data-v-09e76035] { + border-radius: 0.125rem !important; + } + .md\:border-round-sm[data-v-09e76035] { + border-radius: 0.25rem !important; + } + .md\:border-round-md[data-v-09e76035] { + border-radius: 0.375rem !important; + } + .md\:border-round-lg[data-v-09e76035] { + border-radius: 0.5rem !important; + } + .md\:border-round-xl[data-v-09e76035] { + border-radius: 0.75rem !important; + } + .md\:border-round-2xl[data-v-09e76035] { + border-radius: 1rem !important; + } + .md\:border-round-3xl[data-v-09e76035] { + border-radius: 1.5rem !important; + } + .md\:border-circle[data-v-09e76035] { + border-radius: 50% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-noround[data-v-09e76035] { + border-radius: 0 !important; + } + .lg\:border-round[data-v-09e76035] { + border-radius: var(--border-radius) !important; + } + .lg\:border-round-xs[data-v-09e76035] { + border-radius: 0.125rem !important; + } + .lg\:border-round-sm[data-v-09e76035] { + border-radius: 0.25rem !important; + } + .lg\:border-round-md[data-v-09e76035] { + border-radius: 0.375rem !important; + } + .lg\:border-round-lg[data-v-09e76035] { + border-radius: 0.5rem !important; + } + .lg\:border-round-xl[data-v-09e76035] { + border-radius: 0.75rem !important; + } + .lg\:border-round-2xl[data-v-09e76035] { + border-radius: 1rem !important; + } + .lg\:border-round-3xl[data-v-09e76035] { + border-radius: 1.5rem !important; + } + .lg\:border-circle[data-v-09e76035] { + border-radius: 50% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-noround[data-v-09e76035] { + border-radius: 0 !important; + } + .xl\:border-round[data-v-09e76035] { + border-radius: var(--border-radius) !important; + } + .xl\:border-round-xs[data-v-09e76035] { + border-radius: 0.125rem !important; + } + .xl\:border-round-sm[data-v-09e76035] { + border-radius: 0.25rem !important; + } + .xl\:border-round-md[data-v-09e76035] { + border-radius: 0.375rem !important; + } + .xl\:border-round-lg[data-v-09e76035] { + border-radius: 0.5rem !important; + } + .xl\:border-round-xl[data-v-09e76035] { + border-radius: 0.75rem !important; + } + .xl\:border-round-2xl[data-v-09e76035] { + border-radius: 1rem !important; + } + .xl\:border-round-3xl[data-v-09e76035] { + border-radius: 1.5rem !important; + } + .xl\:border-circle[data-v-09e76035] { + border-radius: 50% !important; + } +} +.border-noround-left[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.border-noround-top[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} +.border-noround-right[data-v-09e76035] { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} +.border-noround-bottom[data-v-09e76035] { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} +.border-round-left[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; +} +.border-round-top[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; +} +.border-round-right[data-v-09e76035] { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; +} +.border-round-bottom[data-v-09e76035] { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; +} +.border-round-left-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; +} +.border-round-top-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; +} +.border-round-right-xs[data-v-09e76035] { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; +} +.border-round-bottom-xs[data-v-09e76035] { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; +} +.border-round-left-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} +.border-round-top-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} +.border-round-right-sm[data-v-09e76035] { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} +.border-round-bottom-sm[data-v-09e76035] { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} +.border-round-left-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; +} +.border-round-top-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; +} +.border-round-right-md[data-v-09e76035] { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} +.border-round-bottom-md[data-v-09e76035] { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} +.border-round-left-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; +} +.border-round-top-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; +} +.border-round-right-lg[data-v-09e76035] { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; +} +.border-round-bottom-lg[data-v-09e76035] { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; +} +.border-round-left-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; +} +.border-round-top-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; +} +.border-round-right-xl[data-v-09e76035] { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; +} +.border-round-bottom-xl[data-v-09e76035] { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; +} +.border-round-left-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; +} +.border-round-top-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; +} +.border-round-right-2xl[data-v-09e76035] { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; +} +.border-round-bottom-2xl[data-v-09e76035] { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; +} +.border-round-left-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; +} +.border-round-top-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; +} +.border-round-right-3xl[data-v-09e76035] { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; +} +.border-round-bottom-3xl[data-v-09e76035] { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; +} +.border-circle-left[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; +} +.border-circle-top[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; +} +.border-circle-right[data-v-09e76035] { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} +.border-circle-bottom[data-v-09e76035] { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} +@media screen and (min-width: 576px) { + .sm\:border-noround-left[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .sm\:border-noround-top[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .sm\:border-noround-right[data-v-09e76035] { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .sm\:border-noround-bottom[data-v-09e76035] { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .sm\:border-round-left[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; + } + .sm\:border-round-top[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + .sm\:border-round-right[data-v-09e76035] { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .sm\:border-round-bottom[data-v-09e76035] { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .sm\:border-round-left-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .sm\:border-round-top-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .sm\:border-round-right-xs[data-v-09e76035] { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .sm\:border-round-bottom-xs[data-v-09e76035] { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .sm\:border-round-left-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .sm\:border-round-top-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .sm\:border-round-right-sm[data-v-09e76035] { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .sm\:border-round-bottom-sm[data-v-09e76035] { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .sm\:border-round-left-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .sm\:border-round-top-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .sm\:border-round-right-md[data-v-09e76035] { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .sm\:border-round-bottom-md[data-v-09e76035] { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .sm\:border-round-left-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .sm\:border-round-top-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .sm\:border-round-right-lg[data-v-09e76035] { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .sm\:border-round-bottom-lg[data-v-09e76035] { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .sm\:border-round-left-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .sm\:border-round-top-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .sm\:border-round-right-xl[data-v-09e76035] { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .sm\:border-round-bottom-xl[data-v-09e76035] { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .sm\:border-round-left-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .sm\:border-round-top-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .sm\:border-round-right-2xl[data-v-09e76035] { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .sm\:border-round-bottom-2xl[data-v-09e76035] { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .sm\:border-round-left-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .sm\:border-round-top-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .sm\:border-round-right-3xl[data-v-09e76035] { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .sm\:border-round-bottom-3xl[data-v-09e76035] { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .sm\:border-circle-left[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .sm\:border-circle-top[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .sm\:border-circle-right[data-v-09e76035] { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .sm\:border-circle-bottom[data-v-09e76035] { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-noround-left[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .md\:border-noround-top[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .md\:border-noround-right[data-v-09e76035] { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .md\:border-noround-bottom[data-v-09e76035] { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .md\:border-round-left[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; + } + .md\:border-round-top[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + .md\:border-round-right[data-v-09e76035] { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .md\:border-round-bottom[data-v-09e76035] { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .md\:border-round-left-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .md\:border-round-top-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .md\:border-round-right-xs[data-v-09e76035] { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .md\:border-round-bottom-xs[data-v-09e76035] { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .md\:border-round-left-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .md\:border-round-top-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .md\:border-round-right-sm[data-v-09e76035] { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .md\:border-round-bottom-sm[data-v-09e76035] { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .md\:border-round-left-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .md\:border-round-top-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .md\:border-round-right-md[data-v-09e76035] { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .md\:border-round-bottom-md[data-v-09e76035] { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .md\:border-round-left-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .md\:border-round-top-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .md\:border-round-right-lg[data-v-09e76035] { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .md\:border-round-bottom-lg[data-v-09e76035] { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .md\:border-round-left-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .md\:border-round-top-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .md\:border-round-right-xl[data-v-09e76035] { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .md\:border-round-bottom-xl[data-v-09e76035] { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .md\:border-round-left-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .md\:border-round-top-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .md\:border-round-right-2xl[data-v-09e76035] { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .md\:border-round-bottom-2xl[data-v-09e76035] { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .md\:border-round-left-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .md\:border-round-top-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .md\:border-round-right-3xl[data-v-09e76035] { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .md\:border-round-bottom-3xl[data-v-09e76035] { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .md\:border-circle-left[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .md\:border-circle-top[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .md\:border-circle-right[data-v-09e76035] { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .md\:border-circle-bottom[data-v-09e76035] { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-noround-left[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .lg\:border-noround-top[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .lg\:border-noround-right[data-v-09e76035] { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .lg\:border-noround-bottom[data-v-09e76035] { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .lg\:border-round-left[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; + } + .lg\:border-round-top[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + .lg\:border-round-right[data-v-09e76035] { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .lg\:border-round-bottom[data-v-09e76035] { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .lg\:border-round-left-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .lg\:border-round-top-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .lg\:border-round-right-xs[data-v-09e76035] { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .lg\:border-round-bottom-xs[data-v-09e76035] { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .lg\:border-round-left-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .lg\:border-round-top-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .lg\:border-round-right-sm[data-v-09e76035] { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .lg\:border-round-bottom-sm[data-v-09e76035] { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .lg\:border-round-left-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .lg\:border-round-top-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .lg\:border-round-right-md[data-v-09e76035] { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .lg\:border-round-bottom-md[data-v-09e76035] { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .lg\:border-round-left-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .lg\:border-round-top-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .lg\:border-round-right-lg[data-v-09e76035] { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .lg\:border-round-bottom-lg[data-v-09e76035] { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .lg\:border-round-left-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .lg\:border-round-top-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .lg\:border-round-right-xl[data-v-09e76035] { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .lg\:border-round-bottom-xl[data-v-09e76035] { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .lg\:border-round-left-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .lg\:border-round-top-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .lg\:border-round-right-2xl[data-v-09e76035] { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .lg\:border-round-bottom-2xl[data-v-09e76035] { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .lg\:border-round-left-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .lg\:border-round-top-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .lg\:border-round-right-3xl[data-v-09e76035] { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .lg\:border-round-bottom-3xl[data-v-09e76035] { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .lg\:border-circle-left[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .lg\:border-circle-top[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .lg\:border-circle-right[data-v-09e76035] { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .lg\:border-circle-bottom[data-v-09e76035] { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-noround-left[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .xl\:border-noround-top[data-v-09e76035] { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .xl\:border-noround-right[data-v-09e76035] { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .xl\:border-noround-bottom[data-v-09e76035] { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .xl\:border-round-left[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; + } + .xl\:border-round-top[data-v-09e76035] { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + .xl\:border-round-right[data-v-09e76035] { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .xl\:border-round-bottom[data-v-09e76035] { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .xl\:border-round-left-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .xl\:border-round-top-xs[data-v-09e76035] { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .xl\:border-round-right-xs[data-v-09e76035] { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .xl\:border-round-bottom-xs[data-v-09e76035] { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .xl\:border-round-left-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .xl\:border-round-top-sm[data-v-09e76035] { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .xl\:border-round-right-sm[data-v-09e76035] { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .xl\:border-round-bottom-sm[data-v-09e76035] { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .xl\:border-round-left-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .xl\:border-round-top-md[data-v-09e76035] { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .xl\:border-round-right-md[data-v-09e76035] { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .xl\:border-round-bottom-md[data-v-09e76035] { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .xl\:border-round-left-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .xl\:border-round-top-lg[data-v-09e76035] { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .xl\:border-round-right-lg[data-v-09e76035] { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .xl\:border-round-bottom-lg[data-v-09e76035] { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .xl\:border-round-left-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .xl\:border-round-top-xl[data-v-09e76035] { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .xl\:border-round-right-xl[data-v-09e76035] { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .xl\:border-round-bottom-xl[data-v-09e76035] { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .xl\:border-round-left-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .xl\:border-round-top-2xl[data-v-09e76035] { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .xl\:border-round-right-2xl[data-v-09e76035] { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .xl\:border-round-bottom-2xl[data-v-09e76035] { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .xl\:border-round-left-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .xl\:border-round-top-3xl[data-v-09e76035] { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .xl\:border-round-right-3xl[data-v-09e76035] { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .xl\:border-round-bottom-3xl[data-v-09e76035] { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .xl\:border-circle-left[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .xl\:border-circle-top[data-v-09e76035] { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .xl\:border-circle-right[data-v-09e76035] { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .xl\:border-circle-bottom[data-v-09e76035] { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +.w-full[data-v-09e76035] { + width: 100% !important; +} +.w-screen[data-v-09e76035] { + width: 100vw !important; +} +.w-auto[data-v-09e76035] { + width: auto !important; +} +.w-1[data-v-09e76035] { + width: 8.3333% !important; +} +.w-2[data-v-09e76035] { + width: 16.6667% !important; +} +.w-3[data-v-09e76035] { + width: 25% !important; +} +.w-4[data-v-09e76035] { + width: 33.3333% !important; +} +.w-5[data-v-09e76035] { + width: 41.6667% !important; +} +.w-6[data-v-09e76035] { + width: 50% !important; +} +.w-7[data-v-09e76035] { + width: 58.3333% !important; +} +.w-8[data-v-09e76035] { + width: 66.6667% !important; +} +.w-9[data-v-09e76035] { + width: 75% !important; +} +.w-10[data-v-09e76035] { + width: 83.3333% !important; +} +.w-11[data-v-09e76035] { + width: 91.6667% !important; +} +.w-12[data-v-09e76035] { + width: 100% !important; +} +.w-min[data-v-09e76035] { + width: -moz-min-content !important; + width: min-content !important; +} +.w-max[data-v-09e76035] { + width: -moz-max-content !important; + width: max-content !important; +} +.w-fit[data-v-09e76035] { + width: -moz-fit-content !important; + width: fit-content !important; +} +.w-1rem[data-v-09e76035] { + width: 1rem !important; +} +.w-2rem[data-v-09e76035] { + width: 2rem !important; +} +.w-3rem[data-v-09e76035] { + width: 3rem !important; +} +.w-4rem[data-v-09e76035] { + width: 4rem !important; +} +.w-5rem[data-v-09e76035] { + width: 5rem !important; +} +.w-6rem[data-v-09e76035] { + width: 6rem !important; +} +.w-7rem[data-v-09e76035] { + width: 7rem !important; +} +.w-8rem[data-v-09e76035] { + width: 8rem !important; +} +.w-9rem[data-v-09e76035] { + width: 9rem !important; +} +.w-10rem[data-v-09e76035] { + width: 10rem !important; +} +.w-11rem[data-v-09e76035] { + width: 11rem !important; +} +.w-12rem[data-v-09e76035] { + width: 12rem !important; +} +.w-13rem[data-v-09e76035] { + width: 13rem !important; +} +.w-14rem[data-v-09e76035] { + width: 14rem !important; +} +.w-15rem[data-v-09e76035] { + width: 15rem !important; +} +.w-16rem[data-v-09e76035] { + width: 16rem !important; +} +.w-17rem[data-v-09e76035] { + width: 17rem !important; +} +.w-18rem[data-v-09e76035] { + width: 18rem !important; +} +.w-19rem[data-v-09e76035] { + width: 19rem !important; +} +.w-20rem[data-v-09e76035] { + width: 20rem !important; +} +.w-21rem[data-v-09e76035] { + width: 21rem !important; +} +.w-22rem[data-v-09e76035] { + width: 22rem !important; +} +.w-23rem[data-v-09e76035] { + width: 23rem !important; +} +.w-24rem[data-v-09e76035] { + width: 24rem !important; +} +.w-25rem[data-v-09e76035] { + width: 25rem !important; +} +.w-26rem[data-v-09e76035] { + width: 26rem !important; +} +.w-27rem[data-v-09e76035] { + width: 27rem !important; +} +.w-28rem[data-v-09e76035] { + width: 28rem !important; +} +.w-29rem[data-v-09e76035] { + width: 29rem !important; +} +.w-30rem[data-v-09e76035] { + width: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:w-full[data-v-09e76035] { + width: 100% !important; + } + .sm\:w-screen[data-v-09e76035] { + width: 100vw !important; + } + .sm\:w-auto[data-v-09e76035] { + width: auto !important; + } + .sm\:w-1[data-v-09e76035] { + width: 8.3333% !important; + } + .sm\:w-2[data-v-09e76035] { + width: 16.6667% !important; + } + .sm\:w-3[data-v-09e76035] { + width: 25% !important; + } + .sm\:w-4[data-v-09e76035] { + width: 33.3333% !important; + } + .sm\:w-5[data-v-09e76035] { + width: 41.6667% !important; + } + .sm\:w-6[data-v-09e76035] { + width: 50% !important; + } + .sm\:w-7[data-v-09e76035] { + width: 58.3333% !important; + } + .sm\:w-8[data-v-09e76035] { + width: 66.6667% !important; + } + .sm\:w-9[data-v-09e76035] { + width: 75% !important; + } + .sm\:w-10[data-v-09e76035] { + width: 83.3333% !important; + } + .sm\:w-11[data-v-09e76035] { + width: 91.6667% !important; + } + .sm\:w-12[data-v-09e76035] { + width: 100% !important; + } + .sm\:w-min[data-v-09e76035] { + width: -moz-min-content !important; + width: min-content !important; + } + .sm\:w-max[data-v-09e76035] { + width: -moz-max-content !important; + width: max-content !important; + } + .sm\:w-fit[data-v-09e76035] { + width: -moz-fit-content !important; + width: fit-content !important; + } + .sm\:w-1rem[data-v-09e76035] { + width: 1rem !important; + } + .sm\:w-2rem[data-v-09e76035] { + width: 2rem !important; + } + .sm\:w-3rem[data-v-09e76035] { + width: 3rem !important; + } + .sm\:w-4rem[data-v-09e76035] { + width: 4rem !important; + } + .sm\:w-5rem[data-v-09e76035] { + width: 5rem !important; + } + .sm\:w-6rem[data-v-09e76035] { + width: 6rem !important; + } + .sm\:w-7rem[data-v-09e76035] { + width: 7rem !important; + } + .sm\:w-8rem[data-v-09e76035] { + width: 8rem !important; + } + .sm\:w-9rem[data-v-09e76035] { + width: 9rem !important; + } + .sm\:w-10rem[data-v-09e76035] { + width: 10rem !important; + } + .sm\:w-11rem[data-v-09e76035] { + width: 11rem !important; + } + .sm\:w-12rem[data-v-09e76035] { + width: 12rem !important; + } + .sm\:w-13rem[data-v-09e76035] { + width: 13rem !important; + } + .sm\:w-14rem[data-v-09e76035] { + width: 14rem !important; + } + .sm\:w-15rem[data-v-09e76035] { + width: 15rem !important; + } + .sm\:w-16rem[data-v-09e76035] { + width: 16rem !important; + } + .sm\:w-17rem[data-v-09e76035] { + width: 17rem !important; + } + .sm\:w-18rem[data-v-09e76035] { + width: 18rem !important; + } + .sm\:w-19rem[data-v-09e76035] { + width: 19rem !important; + } + .sm\:w-20rem[data-v-09e76035] { + width: 20rem !important; + } + .sm\:w-21rem[data-v-09e76035] { + width: 21rem !important; + } + .sm\:w-22rem[data-v-09e76035] { + width: 22rem !important; + } + .sm\:w-23rem[data-v-09e76035] { + width: 23rem !important; + } + .sm\:w-24rem[data-v-09e76035] { + width: 24rem !important; + } + .sm\:w-25rem[data-v-09e76035] { + width: 25rem !important; + } + .sm\:w-26rem[data-v-09e76035] { + width: 26rem !important; + } + .sm\:w-27rem[data-v-09e76035] { + width: 27rem !important; + } + .sm\:w-28rem[data-v-09e76035] { + width: 28rem !important; + } + .sm\:w-29rem[data-v-09e76035] { + width: 29rem !important; + } + .sm\:w-30rem[data-v-09e76035] { + width: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:w-full[data-v-09e76035] { + width: 100% !important; + } + .md\:w-screen[data-v-09e76035] { + width: 100vw !important; + } + .md\:w-auto[data-v-09e76035] { + width: auto !important; + } + .md\:w-1[data-v-09e76035] { + width: 8.3333% !important; + } + .md\:w-2[data-v-09e76035] { + width: 16.6667% !important; + } + .md\:w-3[data-v-09e76035] { + width: 25% !important; + } + .md\:w-4[data-v-09e76035] { + width: 33.3333% !important; + } + .md\:w-5[data-v-09e76035] { + width: 41.6667% !important; + } + .md\:w-6[data-v-09e76035] { + width: 50% !important; + } + .md\:w-7[data-v-09e76035] { + width: 58.3333% !important; + } + .md\:w-8[data-v-09e76035] { + width: 66.6667% !important; + } + .md\:w-9[data-v-09e76035] { + width: 75% !important; + } + .md\:w-10[data-v-09e76035] { + width: 83.3333% !important; + } + .md\:w-11[data-v-09e76035] { + width: 91.6667% !important; + } + .md\:w-12[data-v-09e76035] { + width: 100% !important; + } + .md\:w-min[data-v-09e76035] { + width: -moz-min-content !important; + width: min-content !important; + } + .md\:w-max[data-v-09e76035] { + width: -moz-max-content !important; + width: max-content !important; + } + .md\:w-fit[data-v-09e76035] { + width: -moz-fit-content !important; + width: fit-content !important; + } + .md\:w-1rem[data-v-09e76035] { + width: 1rem !important; + } + .md\:w-2rem[data-v-09e76035] { + width: 2rem !important; + } + .md\:w-3rem[data-v-09e76035] { + width: 3rem !important; + } + .md\:w-4rem[data-v-09e76035] { + width: 4rem !important; + } + .md\:w-5rem[data-v-09e76035] { + width: 5rem !important; + } + .md\:w-6rem[data-v-09e76035] { + width: 6rem !important; + } + .md\:w-7rem[data-v-09e76035] { + width: 7rem !important; + } + .md\:w-8rem[data-v-09e76035] { + width: 8rem !important; + } + .md\:w-9rem[data-v-09e76035] { + width: 9rem !important; + } + .md\:w-10rem[data-v-09e76035] { + width: 10rem !important; + } + .md\:w-11rem[data-v-09e76035] { + width: 11rem !important; + } + .md\:w-12rem[data-v-09e76035] { + width: 12rem !important; + } + .md\:w-13rem[data-v-09e76035] { + width: 13rem !important; + } + .md\:w-14rem[data-v-09e76035] { + width: 14rem !important; + } + .md\:w-15rem[data-v-09e76035] { + width: 15rem !important; + } + .md\:w-16rem[data-v-09e76035] { + width: 16rem !important; + } + .md\:w-17rem[data-v-09e76035] { + width: 17rem !important; + } + .md\:w-18rem[data-v-09e76035] { + width: 18rem !important; + } + .md\:w-19rem[data-v-09e76035] { + width: 19rem !important; + } + .md\:w-20rem[data-v-09e76035] { + width: 20rem !important; + } + .md\:w-21rem[data-v-09e76035] { + width: 21rem !important; + } + .md\:w-22rem[data-v-09e76035] { + width: 22rem !important; + } + .md\:w-23rem[data-v-09e76035] { + width: 23rem !important; + } + .md\:w-24rem[data-v-09e76035] { + width: 24rem !important; + } + .md\:w-25rem[data-v-09e76035] { + width: 25rem !important; + } + .md\:w-26rem[data-v-09e76035] { + width: 26rem !important; + } + .md\:w-27rem[data-v-09e76035] { + width: 27rem !important; + } + .md\:w-28rem[data-v-09e76035] { + width: 28rem !important; + } + .md\:w-29rem[data-v-09e76035] { + width: 29rem !important; + } + .md\:w-30rem[data-v-09e76035] { + width: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:w-full[data-v-09e76035] { + width: 100% !important; + } + .lg\:w-screen[data-v-09e76035] { + width: 100vw !important; + } + .lg\:w-auto[data-v-09e76035] { + width: auto !important; + } + .lg\:w-1[data-v-09e76035] { + width: 8.3333% !important; + } + .lg\:w-2[data-v-09e76035] { + width: 16.6667% !important; + } + .lg\:w-3[data-v-09e76035] { + width: 25% !important; + } + .lg\:w-4[data-v-09e76035] { + width: 33.3333% !important; + } + .lg\:w-5[data-v-09e76035] { + width: 41.6667% !important; + } + .lg\:w-6[data-v-09e76035] { + width: 50% !important; + } + .lg\:w-7[data-v-09e76035] { + width: 58.3333% !important; + } + .lg\:w-8[data-v-09e76035] { + width: 66.6667% !important; + } + .lg\:w-9[data-v-09e76035] { + width: 75% !important; + } + .lg\:w-10[data-v-09e76035] { + width: 83.3333% !important; + } + .lg\:w-11[data-v-09e76035] { + width: 91.6667% !important; + } + .lg\:w-12[data-v-09e76035] { + width: 100% !important; + } + .lg\:w-min[data-v-09e76035] { + width: -moz-min-content !important; + width: min-content !important; + } + .lg\:w-max[data-v-09e76035] { + width: -moz-max-content !important; + width: max-content !important; + } + .lg\:w-fit[data-v-09e76035] { + width: -moz-fit-content !important; + width: fit-content !important; + } + .lg\:w-1rem[data-v-09e76035] { + width: 1rem !important; + } + .lg\:w-2rem[data-v-09e76035] { + width: 2rem !important; + } + .lg\:w-3rem[data-v-09e76035] { + width: 3rem !important; + } + .lg\:w-4rem[data-v-09e76035] { + width: 4rem !important; + } + .lg\:w-5rem[data-v-09e76035] { + width: 5rem !important; + } + .lg\:w-6rem[data-v-09e76035] { + width: 6rem !important; + } + .lg\:w-7rem[data-v-09e76035] { + width: 7rem !important; + } + .lg\:w-8rem[data-v-09e76035] { + width: 8rem !important; + } + .lg\:w-9rem[data-v-09e76035] { + width: 9rem !important; + } + .lg\:w-10rem[data-v-09e76035] { + width: 10rem !important; + } + .lg\:w-11rem[data-v-09e76035] { + width: 11rem !important; + } + .lg\:w-12rem[data-v-09e76035] { + width: 12rem !important; + } + .lg\:w-13rem[data-v-09e76035] { + width: 13rem !important; + } + .lg\:w-14rem[data-v-09e76035] { + width: 14rem !important; + } + .lg\:w-15rem[data-v-09e76035] { + width: 15rem !important; + } + .lg\:w-16rem[data-v-09e76035] { + width: 16rem !important; + } + .lg\:w-17rem[data-v-09e76035] { + width: 17rem !important; + } + .lg\:w-18rem[data-v-09e76035] { + width: 18rem !important; + } + .lg\:w-19rem[data-v-09e76035] { + width: 19rem !important; + } + .lg\:w-20rem[data-v-09e76035] { + width: 20rem !important; + } + .lg\:w-21rem[data-v-09e76035] { + width: 21rem !important; + } + .lg\:w-22rem[data-v-09e76035] { + width: 22rem !important; + } + .lg\:w-23rem[data-v-09e76035] { + width: 23rem !important; + } + .lg\:w-24rem[data-v-09e76035] { + width: 24rem !important; + } + .lg\:w-25rem[data-v-09e76035] { + width: 25rem !important; + } + .lg\:w-26rem[data-v-09e76035] { + width: 26rem !important; + } + .lg\:w-27rem[data-v-09e76035] { + width: 27rem !important; + } + .lg\:w-28rem[data-v-09e76035] { + width: 28rem !important; + } + .lg\:w-29rem[data-v-09e76035] { + width: 29rem !important; + } + .lg\:w-30rem[data-v-09e76035] { + width: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:w-full[data-v-09e76035] { + width: 100% !important; + } + .xl\:w-screen[data-v-09e76035] { + width: 100vw !important; + } + .xl\:w-auto[data-v-09e76035] { + width: auto !important; + } + .xl\:w-1[data-v-09e76035] { + width: 8.3333% !important; + } + .xl\:w-2[data-v-09e76035] { + width: 16.6667% !important; + } + .xl\:w-3[data-v-09e76035] { + width: 25% !important; + } + .xl\:w-4[data-v-09e76035] { + width: 33.3333% !important; + } + .xl\:w-5[data-v-09e76035] { + width: 41.6667% !important; + } + .xl\:w-6[data-v-09e76035] { + width: 50% !important; + } + .xl\:w-7[data-v-09e76035] { + width: 58.3333% !important; + } + .xl\:w-8[data-v-09e76035] { + width: 66.6667% !important; + } + .xl\:w-9[data-v-09e76035] { + width: 75% !important; + } + .xl\:w-10[data-v-09e76035] { + width: 83.3333% !important; + } + .xl\:w-11[data-v-09e76035] { + width: 91.6667% !important; + } + .xl\:w-12[data-v-09e76035] { + width: 100% !important; + } + .xl\:w-min[data-v-09e76035] { + width: -moz-min-content !important; + width: min-content !important; + } + .xl\:w-max[data-v-09e76035] { + width: -moz-max-content !important; + width: max-content !important; + } + .xl\:w-fit[data-v-09e76035] { + width: -moz-fit-content !important; + width: fit-content !important; + } + .xl\:w-1rem[data-v-09e76035] { + width: 1rem !important; + } + .xl\:w-2rem[data-v-09e76035] { + width: 2rem !important; + } + .xl\:w-3rem[data-v-09e76035] { + width: 3rem !important; + } + .xl\:w-4rem[data-v-09e76035] { + width: 4rem !important; + } + .xl\:w-5rem[data-v-09e76035] { + width: 5rem !important; + } + .xl\:w-6rem[data-v-09e76035] { + width: 6rem !important; + } + .xl\:w-7rem[data-v-09e76035] { + width: 7rem !important; + } + .xl\:w-8rem[data-v-09e76035] { + width: 8rem !important; + } + .xl\:w-9rem[data-v-09e76035] { + width: 9rem !important; + } + .xl\:w-10rem[data-v-09e76035] { + width: 10rem !important; + } + .xl\:w-11rem[data-v-09e76035] { + width: 11rem !important; + } + .xl\:w-12rem[data-v-09e76035] { + width: 12rem !important; + } + .xl\:w-13rem[data-v-09e76035] { + width: 13rem !important; + } + .xl\:w-14rem[data-v-09e76035] { + width: 14rem !important; + } + .xl\:w-15rem[data-v-09e76035] { + width: 15rem !important; + } + .xl\:w-16rem[data-v-09e76035] { + width: 16rem !important; + } + .xl\:w-17rem[data-v-09e76035] { + width: 17rem !important; + } + .xl\:w-18rem[data-v-09e76035] { + width: 18rem !important; + } + .xl\:w-19rem[data-v-09e76035] { + width: 19rem !important; + } + .xl\:w-20rem[data-v-09e76035] { + width: 20rem !important; + } + .xl\:w-21rem[data-v-09e76035] { + width: 21rem !important; + } + .xl\:w-22rem[data-v-09e76035] { + width: 22rem !important; + } + .xl\:w-23rem[data-v-09e76035] { + width: 23rem !important; + } + .xl\:w-24rem[data-v-09e76035] { + width: 24rem !important; + } + .xl\:w-25rem[data-v-09e76035] { + width: 25rem !important; + } + .xl\:w-26rem[data-v-09e76035] { + width: 26rem !important; + } + .xl\:w-27rem[data-v-09e76035] { + width: 27rem !important; + } + .xl\:w-28rem[data-v-09e76035] { + width: 28rem !important; + } + .xl\:w-29rem[data-v-09e76035] { + width: 29rem !important; + } + .xl\:w-30rem[data-v-09e76035] { + width: 30rem !important; + } +} +.h-full[data-v-09e76035] { + height: 100% !important; +} +.h-screen[data-v-09e76035] { + height: 100vh !important; +} +.h-auto[data-v-09e76035] { + height: auto !important; +} +.h-min[data-v-09e76035] { + height: -moz-min-content !important; + height: min-content !important; +} +.h-max[data-v-09e76035] { + height: -moz-max-content !important; + height: max-content !important; +} +.h-fit[data-v-09e76035] { + height: -moz-fit-content !important; + height: fit-content !important; +} +.h-1rem[data-v-09e76035] { + height: 1rem !important; +} +.h-2rem[data-v-09e76035] { + height: 2rem !important; +} +.h-3rem[data-v-09e76035] { + height: 3rem !important; +} +.h-4rem[data-v-09e76035] { + height: 4rem !important; +} +.h-5rem[data-v-09e76035] { + height: 5rem !important; +} +.h-6rem[data-v-09e76035] { + height: 6rem !important; +} +.h-7rem[data-v-09e76035] { + height: 7rem !important; +} +.h-8rem[data-v-09e76035] { + height: 8rem !important; +} +.h-9rem[data-v-09e76035] { + height: 9rem !important; +} +.h-10rem[data-v-09e76035] { + height: 10rem !important; +} +.h-11rem[data-v-09e76035] { + height: 11rem !important; +} +.h-12rem[data-v-09e76035] { + height: 12rem !important; +} +.h-13rem[data-v-09e76035] { + height: 13rem !important; +} +.h-14rem[data-v-09e76035] { + height: 14rem !important; +} +.h-15rem[data-v-09e76035] { + height: 15rem !important; +} +.h-16rem[data-v-09e76035] { + height: 16rem !important; +} +.h-17rem[data-v-09e76035] { + height: 17rem !important; +} +.h-18rem[data-v-09e76035] { + height: 18rem !important; +} +.h-19rem[data-v-09e76035] { + height: 19rem !important; +} +.h-20rem[data-v-09e76035] { + height: 20rem !important; +} +.h-21rem[data-v-09e76035] { + height: 21rem !important; +} +.h-22rem[data-v-09e76035] { + height: 22rem !important; +} +.h-23rem[data-v-09e76035] { + height: 23rem !important; +} +.h-24rem[data-v-09e76035] { + height: 24rem !important; +} +.h-25rem[data-v-09e76035] { + height: 25rem !important; +} +.h-26rem[data-v-09e76035] { + height: 26rem !important; +} +.h-27rem[data-v-09e76035] { + height: 27rem !important; +} +.h-28rem[data-v-09e76035] { + height: 28rem !important; +} +.h-29rem[data-v-09e76035] { + height: 29rem !important; +} +.h-30rem[data-v-09e76035] { + height: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:h-full[data-v-09e76035] { + height: 100% !important; + } + .sm\:h-screen[data-v-09e76035] { + height: 100vh !important; + } + .sm\:h-auto[data-v-09e76035] { + height: auto !important; + } + .sm\:h-min[data-v-09e76035] { + height: -moz-min-content !important; + height: min-content !important; + } + .sm\:h-max[data-v-09e76035] { + height: -moz-max-content !important; + height: max-content !important; + } + .sm\:h-fit[data-v-09e76035] { + height: -moz-fit-content !important; + height: fit-content !important; + } + .sm\:h-1rem[data-v-09e76035] { + height: 1rem !important; + } + .sm\:h-2rem[data-v-09e76035] { + height: 2rem !important; + } + .sm\:h-3rem[data-v-09e76035] { + height: 3rem !important; + } + .sm\:h-4rem[data-v-09e76035] { + height: 4rem !important; + } + .sm\:h-5rem[data-v-09e76035] { + height: 5rem !important; + } + .sm\:h-6rem[data-v-09e76035] { + height: 6rem !important; + } + .sm\:h-7rem[data-v-09e76035] { + height: 7rem !important; + } + .sm\:h-8rem[data-v-09e76035] { + height: 8rem !important; + } + .sm\:h-9rem[data-v-09e76035] { + height: 9rem !important; + } + .sm\:h-10rem[data-v-09e76035] { + height: 10rem !important; + } + .sm\:h-11rem[data-v-09e76035] { + height: 11rem !important; + } + .sm\:h-12rem[data-v-09e76035] { + height: 12rem !important; + } + .sm\:h-13rem[data-v-09e76035] { + height: 13rem !important; + } + .sm\:h-14rem[data-v-09e76035] { + height: 14rem !important; + } + .sm\:h-15rem[data-v-09e76035] { + height: 15rem !important; + } + .sm\:h-16rem[data-v-09e76035] { + height: 16rem !important; + } + .sm\:h-17rem[data-v-09e76035] { + height: 17rem !important; + } + .sm\:h-18rem[data-v-09e76035] { + height: 18rem !important; + } + .sm\:h-19rem[data-v-09e76035] { + height: 19rem !important; + } + .sm\:h-20rem[data-v-09e76035] { + height: 20rem !important; + } + .sm\:h-21rem[data-v-09e76035] { + height: 21rem !important; + } + .sm\:h-22rem[data-v-09e76035] { + height: 22rem !important; + } + .sm\:h-23rem[data-v-09e76035] { + height: 23rem !important; + } + .sm\:h-24rem[data-v-09e76035] { + height: 24rem !important; + } + .sm\:h-25rem[data-v-09e76035] { + height: 25rem !important; + } + .sm\:h-26rem[data-v-09e76035] { + height: 26rem !important; + } + .sm\:h-27rem[data-v-09e76035] { + height: 27rem !important; + } + .sm\:h-28rem[data-v-09e76035] { + height: 28rem !important; + } + .sm\:h-29rem[data-v-09e76035] { + height: 29rem !important; + } + .sm\:h-30rem[data-v-09e76035] { + height: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:h-full[data-v-09e76035] { + height: 100% !important; + } + .md\:h-screen[data-v-09e76035] { + height: 100vh !important; + } + .md\:h-auto[data-v-09e76035] { + height: auto !important; + } + .md\:h-min[data-v-09e76035] { + height: -moz-min-content !important; + height: min-content !important; + } + .md\:h-max[data-v-09e76035] { + height: -moz-max-content !important; + height: max-content !important; + } + .md\:h-fit[data-v-09e76035] { + height: -moz-fit-content !important; + height: fit-content !important; + } + .md\:h-1rem[data-v-09e76035] { + height: 1rem !important; + } + .md\:h-2rem[data-v-09e76035] { + height: 2rem !important; + } + .md\:h-3rem[data-v-09e76035] { + height: 3rem !important; + } + .md\:h-4rem[data-v-09e76035] { + height: 4rem !important; + } + .md\:h-5rem[data-v-09e76035] { + height: 5rem !important; + } + .md\:h-6rem[data-v-09e76035] { + height: 6rem !important; + } + .md\:h-7rem[data-v-09e76035] { + height: 7rem !important; + } + .md\:h-8rem[data-v-09e76035] { + height: 8rem !important; + } + .md\:h-9rem[data-v-09e76035] { + height: 9rem !important; + } + .md\:h-10rem[data-v-09e76035] { + height: 10rem !important; + } + .md\:h-11rem[data-v-09e76035] { + height: 11rem !important; + } + .md\:h-12rem[data-v-09e76035] { + height: 12rem !important; + } + .md\:h-13rem[data-v-09e76035] { + height: 13rem !important; + } + .md\:h-14rem[data-v-09e76035] { + height: 14rem !important; + } + .md\:h-15rem[data-v-09e76035] { + height: 15rem !important; + } + .md\:h-16rem[data-v-09e76035] { + height: 16rem !important; + } + .md\:h-17rem[data-v-09e76035] { + height: 17rem !important; + } + .md\:h-18rem[data-v-09e76035] { + height: 18rem !important; + } + .md\:h-19rem[data-v-09e76035] { + height: 19rem !important; + } + .md\:h-20rem[data-v-09e76035] { + height: 20rem !important; + } + .md\:h-21rem[data-v-09e76035] { + height: 21rem !important; + } + .md\:h-22rem[data-v-09e76035] { + height: 22rem !important; + } + .md\:h-23rem[data-v-09e76035] { + height: 23rem !important; + } + .md\:h-24rem[data-v-09e76035] { + height: 24rem !important; + } + .md\:h-25rem[data-v-09e76035] { + height: 25rem !important; + } + .md\:h-26rem[data-v-09e76035] { + height: 26rem !important; + } + .md\:h-27rem[data-v-09e76035] { + height: 27rem !important; + } + .md\:h-28rem[data-v-09e76035] { + height: 28rem !important; + } + .md\:h-29rem[data-v-09e76035] { + height: 29rem !important; + } + .md\:h-30rem[data-v-09e76035] { + height: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:h-full[data-v-09e76035] { + height: 100% !important; + } + .lg\:h-screen[data-v-09e76035] { + height: 100vh !important; + } + .lg\:h-auto[data-v-09e76035] { + height: auto !important; + } + .lg\:h-min[data-v-09e76035] { + height: -moz-min-content !important; + height: min-content !important; + } + .lg\:h-max[data-v-09e76035] { + height: -moz-max-content !important; + height: max-content !important; + } + .lg\:h-fit[data-v-09e76035] { + height: -moz-fit-content !important; + height: fit-content !important; + } + .lg\:h-1rem[data-v-09e76035] { + height: 1rem !important; + } + .lg\:h-2rem[data-v-09e76035] { + height: 2rem !important; + } + .lg\:h-3rem[data-v-09e76035] { + height: 3rem !important; + } + .lg\:h-4rem[data-v-09e76035] { + height: 4rem !important; + } + .lg\:h-5rem[data-v-09e76035] { + height: 5rem !important; + } + .lg\:h-6rem[data-v-09e76035] { + height: 6rem !important; + } + .lg\:h-7rem[data-v-09e76035] { + height: 7rem !important; + } + .lg\:h-8rem[data-v-09e76035] { + height: 8rem !important; + } + .lg\:h-9rem[data-v-09e76035] { + height: 9rem !important; + } + .lg\:h-10rem[data-v-09e76035] { + height: 10rem !important; + } + .lg\:h-11rem[data-v-09e76035] { + height: 11rem !important; + } + .lg\:h-12rem[data-v-09e76035] { + height: 12rem !important; + } + .lg\:h-13rem[data-v-09e76035] { + height: 13rem !important; + } + .lg\:h-14rem[data-v-09e76035] { + height: 14rem !important; + } + .lg\:h-15rem[data-v-09e76035] { + height: 15rem !important; + } + .lg\:h-16rem[data-v-09e76035] { + height: 16rem !important; + } + .lg\:h-17rem[data-v-09e76035] { + height: 17rem !important; + } + .lg\:h-18rem[data-v-09e76035] { + height: 18rem !important; + } + .lg\:h-19rem[data-v-09e76035] { + height: 19rem !important; + } + .lg\:h-20rem[data-v-09e76035] { + height: 20rem !important; + } + .lg\:h-21rem[data-v-09e76035] { + height: 21rem !important; + } + .lg\:h-22rem[data-v-09e76035] { + height: 22rem !important; + } + .lg\:h-23rem[data-v-09e76035] { + height: 23rem !important; + } + .lg\:h-24rem[data-v-09e76035] { + height: 24rem !important; + } + .lg\:h-25rem[data-v-09e76035] { + height: 25rem !important; + } + .lg\:h-26rem[data-v-09e76035] { + height: 26rem !important; + } + .lg\:h-27rem[data-v-09e76035] { + height: 27rem !important; + } + .lg\:h-28rem[data-v-09e76035] { + height: 28rem !important; + } + .lg\:h-29rem[data-v-09e76035] { + height: 29rem !important; + } + .lg\:h-30rem[data-v-09e76035] { + height: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:h-full[data-v-09e76035] { + height: 100% !important; + } + .xl\:h-screen[data-v-09e76035] { + height: 100vh !important; + } + .xl\:h-auto[data-v-09e76035] { + height: auto !important; + } + .xl\:h-min[data-v-09e76035] { + height: -moz-min-content !important; + height: min-content !important; + } + .xl\:h-max[data-v-09e76035] { + height: -moz-max-content !important; + height: max-content !important; + } + .xl\:h-fit[data-v-09e76035] { + height: -moz-fit-content !important; + height: fit-content !important; + } + .xl\:h-1rem[data-v-09e76035] { + height: 1rem !important; + } + .xl\:h-2rem[data-v-09e76035] { + height: 2rem !important; + } + .xl\:h-3rem[data-v-09e76035] { + height: 3rem !important; + } + .xl\:h-4rem[data-v-09e76035] { + height: 4rem !important; + } + .xl\:h-5rem[data-v-09e76035] { + height: 5rem !important; + } + .xl\:h-6rem[data-v-09e76035] { + height: 6rem !important; + } + .xl\:h-7rem[data-v-09e76035] { + height: 7rem !important; + } + .xl\:h-8rem[data-v-09e76035] { + height: 8rem !important; + } + .xl\:h-9rem[data-v-09e76035] { + height: 9rem !important; + } + .xl\:h-10rem[data-v-09e76035] { + height: 10rem !important; + } + .xl\:h-11rem[data-v-09e76035] { + height: 11rem !important; + } + .xl\:h-12rem[data-v-09e76035] { + height: 12rem !important; + } + .xl\:h-13rem[data-v-09e76035] { + height: 13rem !important; + } + .xl\:h-14rem[data-v-09e76035] { + height: 14rem !important; + } + .xl\:h-15rem[data-v-09e76035] { + height: 15rem !important; + } + .xl\:h-16rem[data-v-09e76035] { + height: 16rem !important; + } + .xl\:h-17rem[data-v-09e76035] { + height: 17rem !important; + } + .xl\:h-18rem[data-v-09e76035] { + height: 18rem !important; + } + .xl\:h-19rem[data-v-09e76035] { + height: 19rem !important; + } + .xl\:h-20rem[data-v-09e76035] { + height: 20rem !important; + } + .xl\:h-21rem[data-v-09e76035] { + height: 21rem !important; + } + .xl\:h-22rem[data-v-09e76035] { + height: 22rem !important; + } + .xl\:h-23rem[data-v-09e76035] { + height: 23rem !important; + } + .xl\:h-24rem[data-v-09e76035] { + height: 24rem !important; + } + .xl\:h-25rem[data-v-09e76035] { + height: 25rem !important; + } + .xl\:h-26rem[data-v-09e76035] { + height: 26rem !important; + } + .xl\:h-27rem[data-v-09e76035] { + height: 27rem !important; + } + .xl\:h-28rem[data-v-09e76035] { + height: 28rem !important; + } + .xl\:h-29rem[data-v-09e76035] { + height: 29rem !important; + } + .xl\:h-30rem[data-v-09e76035] { + height: 30rem !important; + } +} +.min-w-0[data-v-09e76035] { + min-width: 0 !important; +} +.min-w-full[data-v-09e76035] { + min-width: 100% !important; +} +.min-w-screen[data-v-09e76035] { + min-width: 100vw !important; +} +.min-w-min[data-v-09e76035] { + min-width: -moz-min-content !important; + min-width: min-content !important; +} +.min-w-max[data-v-09e76035] { + min-width: -moz-max-content !important; + min-width: max-content !important; +} +@media screen and (min-width: 576px) { + .sm\:min-w-0[data-v-09e76035] { + min-width: 0 !important; + } + .sm\:min-w-full[data-v-09e76035] { + min-width: 100% !important; + } + .sm\:min-w-screen[data-v-09e76035] { + min-width: 100vw !important; + } + .sm\:min-w-min[data-v-09e76035] { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .sm\:min-w-max[data-v-09e76035] { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 768px) { + .md\:min-w-0[data-v-09e76035] { + min-width: 0 !important; + } + .md\:min-w-full[data-v-09e76035] { + min-width: 100% !important; + } + .md\:min-w-screen[data-v-09e76035] { + min-width: 100vw !important; + } + .md\:min-w-min[data-v-09e76035] { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .md\:min-w-max[data-v-09e76035] { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 992px) { + .lg\:min-w-0[data-v-09e76035] { + min-width: 0 !important; + } + .lg\:min-w-full[data-v-09e76035] { + min-width: 100% !important; + } + .lg\:min-w-screen[data-v-09e76035] { + min-width: 100vw !important; + } + .lg\:min-w-min[data-v-09e76035] { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .lg\:min-w-max[data-v-09e76035] { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:min-w-0[data-v-09e76035] { + min-width: 0 !important; + } + .xl\:min-w-full[data-v-09e76035] { + min-width: 100% !important; + } + .xl\:min-w-screen[data-v-09e76035] { + min-width: 100vw !important; + } + .xl\:min-w-min[data-v-09e76035] { + min-width: -moz-min-content !important; + min-width: min-content !important; + } + .xl\:min-w-max[data-v-09e76035] { + min-width: -moz-max-content !important; + min-width: max-content !important; + } +} +.max-w-0[data-v-09e76035] { + max-width: 0 !important; +} +.max-w-full[data-v-09e76035] { + max-width: 100% !important; +} +.max-w-screen[data-v-09e76035] { + max-width: 100vw !important; +} +.max-w-min[data-v-09e76035] { + max-width: -moz-min-content !important; + max-width: min-content !important; +} +.max-w-max[data-v-09e76035] { + max-width: -moz-max-content !important; + max-width: max-content !important; +} +.max-w-fit[data-v-09e76035] { + max-width: -moz-fit-content !important; + max-width: fit-content !important; +} +.max-w-1rem[data-v-09e76035] { + max-width: 1rem !important; +} +.max-w-2rem[data-v-09e76035] { + max-width: 2rem !important; +} +.max-w-3rem[data-v-09e76035] { + max-width: 3rem !important; +} +.max-w-4rem[data-v-09e76035] { + max-width: 4rem !important; +} +.max-w-5rem[data-v-09e76035] { + max-width: 5rem !important; +} +.max-w-6rem[data-v-09e76035] { + max-width: 6rem !important; +} +.max-w-7rem[data-v-09e76035] { + max-width: 7rem !important; +} +.max-w-8rem[data-v-09e76035] { + max-width: 8rem !important; +} +.max-w-9rem[data-v-09e76035] { + max-width: 9rem !important; +} +.max-w-10rem[data-v-09e76035] { + max-width: 10rem !important; +} +.max-w-11rem[data-v-09e76035] { + max-width: 11rem !important; +} +.max-w-12rem[data-v-09e76035] { + max-width: 12rem !important; +} +.max-w-13rem[data-v-09e76035] { + max-width: 13rem !important; +} +.max-w-14rem[data-v-09e76035] { + max-width: 14rem !important; +} +.max-w-15rem[data-v-09e76035] { + max-width: 15rem !important; +} +.max-w-16rem[data-v-09e76035] { + max-width: 16rem !important; +} +.max-w-17rem[data-v-09e76035] { + max-width: 17rem !important; +} +.max-w-18rem[data-v-09e76035] { + max-width: 18rem !important; +} +.max-w-19rem[data-v-09e76035] { + max-width: 19rem !important; +} +.max-w-20rem[data-v-09e76035] { + max-width: 20rem !important; +} +.max-w-21rem[data-v-09e76035] { + max-width: 21rem !important; +} +.max-w-22rem[data-v-09e76035] { + max-width: 22rem !important; +} +.max-w-23rem[data-v-09e76035] { + max-width: 23rem !important; +} +.max-w-24rem[data-v-09e76035] { + max-width: 24rem !important; +} +.max-w-25rem[data-v-09e76035] { + max-width: 25rem !important; +} +.max-w-26rem[data-v-09e76035] { + max-width: 26rem !important; +} +.max-w-27rem[data-v-09e76035] { + max-width: 27rem !important; +} +.max-w-28rem[data-v-09e76035] { + max-width: 28rem !important; +} +.max-w-29rem[data-v-09e76035] { + max-width: 29rem !important; +} +.max-w-30rem[data-v-09e76035] { + max-width: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:max-w-0[data-v-09e76035] { + max-width: 0 !important; + } + .sm\:max-w-full[data-v-09e76035] { + max-width: 100% !important; + } + .sm\:max-w-screen[data-v-09e76035] { + max-width: 100vw !important; + } + .sm\:max-w-min[data-v-09e76035] { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .sm\:max-w-max[data-v-09e76035] { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .sm\:max-w-fit[data-v-09e76035] { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .sm\:max-w-1rem[data-v-09e76035] { + max-width: 1rem !important; + } + .sm\:max-w-2rem[data-v-09e76035] { + max-width: 2rem !important; + } + .sm\:max-w-3rem[data-v-09e76035] { + max-width: 3rem !important; + } + .sm\:max-w-4rem[data-v-09e76035] { + max-width: 4rem !important; + } + .sm\:max-w-5rem[data-v-09e76035] { + max-width: 5rem !important; + } + .sm\:max-w-6rem[data-v-09e76035] { + max-width: 6rem !important; + } + .sm\:max-w-7rem[data-v-09e76035] { + max-width: 7rem !important; + } + .sm\:max-w-8rem[data-v-09e76035] { + max-width: 8rem !important; + } + .sm\:max-w-9rem[data-v-09e76035] { + max-width: 9rem !important; + } + .sm\:max-w-10rem[data-v-09e76035] { + max-width: 10rem !important; + } + .sm\:max-w-11rem[data-v-09e76035] { + max-width: 11rem !important; + } + .sm\:max-w-12rem[data-v-09e76035] { + max-width: 12rem !important; + } + .sm\:max-w-13rem[data-v-09e76035] { + max-width: 13rem !important; + } + .sm\:max-w-14rem[data-v-09e76035] { + max-width: 14rem !important; + } + .sm\:max-w-15rem[data-v-09e76035] { + max-width: 15rem !important; + } + .sm\:max-w-16rem[data-v-09e76035] { + max-width: 16rem !important; + } + .sm\:max-w-17rem[data-v-09e76035] { + max-width: 17rem !important; + } + .sm\:max-w-18rem[data-v-09e76035] { + max-width: 18rem !important; + } + .sm\:max-w-19rem[data-v-09e76035] { + max-width: 19rem !important; + } + .sm\:max-w-20rem[data-v-09e76035] { + max-width: 20rem !important; + } + .sm\:max-w-21rem[data-v-09e76035] { + max-width: 21rem !important; + } + .sm\:max-w-22rem[data-v-09e76035] { + max-width: 22rem !important; + } + .sm\:max-w-23rem[data-v-09e76035] { + max-width: 23rem !important; + } + .sm\:max-w-24rem[data-v-09e76035] { + max-width: 24rem !important; + } + .sm\:max-w-25rem[data-v-09e76035] { + max-width: 25rem !important; + } + .sm\:max-w-26rem[data-v-09e76035] { + max-width: 26rem !important; + } + .sm\:max-w-27rem[data-v-09e76035] { + max-width: 27rem !important; + } + .sm\:max-w-28rem[data-v-09e76035] { + max-width: 28rem !important; + } + .sm\:max-w-29rem[data-v-09e76035] { + max-width: 29rem !important; + } + .sm\:max-w-30rem[data-v-09e76035] { + max-width: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:max-w-0[data-v-09e76035] { + max-width: 0 !important; + } + .md\:max-w-full[data-v-09e76035] { + max-width: 100% !important; + } + .md\:max-w-screen[data-v-09e76035] { + max-width: 100vw !important; + } + .md\:max-w-min[data-v-09e76035] { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .md\:max-w-max[data-v-09e76035] { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .md\:max-w-fit[data-v-09e76035] { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .md\:max-w-1rem[data-v-09e76035] { + max-width: 1rem !important; + } + .md\:max-w-2rem[data-v-09e76035] { + max-width: 2rem !important; + } + .md\:max-w-3rem[data-v-09e76035] { + max-width: 3rem !important; + } + .md\:max-w-4rem[data-v-09e76035] { + max-width: 4rem !important; + } + .md\:max-w-5rem[data-v-09e76035] { + max-width: 5rem !important; + } + .md\:max-w-6rem[data-v-09e76035] { + max-width: 6rem !important; + } + .md\:max-w-7rem[data-v-09e76035] { + max-width: 7rem !important; + } + .md\:max-w-8rem[data-v-09e76035] { + max-width: 8rem !important; + } + .md\:max-w-9rem[data-v-09e76035] { + max-width: 9rem !important; + } + .md\:max-w-10rem[data-v-09e76035] { + max-width: 10rem !important; + } + .md\:max-w-11rem[data-v-09e76035] { + max-width: 11rem !important; + } + .md\:max-w-12rem[data-v-09e76035] { + max-width: 12rem !important; + } + .md\:max-w-13rem[data-v-09e76035] { + max-width: 13rem !important; + } + .md\:max-w-14rem[data-v-09e76035] { + max-width: 14rem !important; + } + .md\:max-w-15rem[data-v-09e76035] { + max-width: 15rem !important; + } + .md\:max-w-16rem[data-v-09e76035] { + max-width: 16rem !important; + } + .md\:max-w-17rem[data-v-09e76035] { + max-width: 17rem !important; + } + .md\:max-w-18rem[data-v-09e76035] { + max-width: 18rem !important; + } + .md\:max-w-19rem[data-v-09e76035] { + max-width: 19rem !important; + } + .md\:max-w-20rem[data-v-09e76035] { + max-width: 20rem !important; + } + .md\:max-w-21rem[data-v-09e76035] { + max-width: 21rem !important; + } + .md\:max-w-22rem[data-v-09e76035] { + max-width: 22rem !important; + } + .md\:max-w-23rem[data-v-09e76035] { + max-width: 23rem !important; + } + .md\:max-w-24rem[data-v-09e76035] { + max-width: 24rem !important; + } + .md\:max-w-25rem[data-v-09e76035] { + max-width: 25rem !important; + } + .md\:max-w-26rem[data-v-09e76035] { + max-width: 26rem !important; + } + .md\:max-w-27rem[data-v-09e76035] { + max-width: 27rem !important; + } + .md\:max-w-28rem[data-v-09e76035] { + max-width: 28rem !important; + } + .md\:max-w-29rem[data-v-09e76035] { + max-width: 29rem !important; + } + .md\:max-w-30rem[data-v-09e76035] { + max-width: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:max-w-0[data-v-09e76035] { + max-width: 0 !important; + } + .lg\:max-w-full[data-v-09e76035] { + max-width: 100% !important; + } + .lg\:max-w-screen[data-v-09e76035] { + max-width: 100vw !important; + } + .lg\:max-w-min[data-v-09e76035] { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .lg\:max-w-max[data-v-09e76035] { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .lg\:max-w-fit[data-v-09e76035] { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .lg\:max-w-1rem[data-v-09e76035] { + max-width: 1rem !important; + } + .lg\:max-w-2rem[data-v-09e76035] { + max-width: 2rem !important; + } + .lg\:max-w-3rem[data-v-09e76035] { + max-width: 3rem !important; + } + .lg\:max-w-4rem[data-v-09e76035] { + max-width: 4rem !important; + } + .lg\:max-w-5rem[data-v-09e76035] { + max-width: 5rem !important; + } + .lg\:max-w-6rem[data-v-09e76035] { + max-width: 6rem !important; + } + .lg\:max-w-7rem[data-v-09e76035] { + max-width: 7rem !important; + } + .lg\:max-w-8rem[data-v-09e76035] { + max-width: 8rem !important; + } + .lg\:max-w-9rem[data-v-09e76035] { + max-width: 9rem !important; + } + .lg\:max-w-10rem[data-v-09e76035] { + max-width: 10rem !important; + } + .lg\:max-w-11rem[data-v-09e76035] { + max-width: 11rem !important; + } + .lg\:max-w-12rem[data-v-09e76035] { + max-width: 12rem !important; + } + .lg\:max-w-13rem[data-v-09e76035] { + max-width: 13rem !important; + } + .lg\:max-w-14rem[data-v-09e76035] { + max-width: 14rem !important; + } + .lg\:max-w-15rem[data-v-09e76035] { + max-width: 15rem !important; + } + .lg\:max-w-16rem[data-v-09e76035] { + max-width: 16rem !important; + } + .lg\:max-w-17rem[data-v-09e76035] { + max-width: 17rem !important; + } + .lg\:max-w-18rem[data-v-09e76035] { + max-width: 18rem !important; + } + .lg\:max-w-19rem[data-v-09e76035] { + max-width: 19rem !important; + } + .lg\:max-w-20rem[data-v-09e76035] { + max-width: 20rem !important; + } + .lg\:max-w-21rem[data-v-09e76035] { + max-width: 21rem !important; + } + .lg\:max-w-22rem[data-v-09e76035] { + max-width: 22rem !important; + } + .lg\:max-w-23rem[data-v-09e76035] { + max-width: 23rem !important; + } + .lg\:max-w-24rem[data-v-09e76035] { + max-width: 24rem !important; + } + .lg\:max-w-25rem[data-v-09e76035] { + max-width: 25rem !important; + } + .lg\:max-w-26rem[data-v-09e76035] { + max-width: 26rem !important; + } + .lg\:max-w-27rem[data-v-09e76035] { + max-width: 27rem !important; + } + .lg\:max-w-28rem[data-v-09e76035] { + max-width: 28rem !important; + } + .lg\:max-w-29rem[data-v-09e76035] { + max-width: 29rem !important; + } + .lg\:max-w-30rem[data-v-09e76035] { + max-width: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:max-w-0[data-v-09e76035] { + max-width: 0 !important; + } + .xl\:max-w-full[data-v-09e76035] { + max-width: 100% !important; + } + .xl\:max-w-screen[data-v-09e76035] { + max-width: 100vw !important; + } + .xl\:max-w-min[data-v-09e76035] { + max-width: -moz-min-content !important; + max-width: min-content !important; + } + .xl\:max-w-max[data-v-09e76035] { + max-width: -moz-max-content !important; + max-width: max-content !important; + } + .xl\:max-w-fit[data-v-09e76035] { + max-width: -moz-fit-content !important; + max-width: fit-content !important; + } + .xl\:max-w-1rem[data-v-09e76035] { + max-width: 1rem !important; + } + .xl\:max-w-2rem[data-v-09e76035] { + max-width: 2rem !important; + } + .xl\:max-w-3rem[data-v-09e76035] { + max-width: 3rem !important; + } + .xl\:max-w-4rem[data-v-09e76035] { + max-width: 4rem !important; + } + .xl\:max-w-5rem[data-v-09e76035] { + max-width: 5rem !important; + } + .xl\:max-w-6rem[data-v-09e76035] { + max-width: 6rem !important; + } + .xl\:max-w-7rem[data-v-09e76035] { + max-width: 7rem !important; + } + .xl\:max-w-8rem[data-v-09e76035] { + max-width: 8rem !important; + } + .xl\:max-w-9rem[data-v-09e76035] { + max-width: 9rem !important; + } + .xl\:max-w-10rem[data-v-09e76035] { + max-width: 10rem !important; + } + .xl\:max-w-11rem[data-v-09e76035] { + max-width: 11rem !important; + } + .xl\:max-w-12rem[data-v-09e76035] { + max-width: 12rem !important; + } + .xl\:max-w-13rem[data-v-09e76035] { + max-width: 13rem !important; + } + .xl\:max-w-14rem[data-v-09e76035] { + max-width: 14rem !important; + } + .xl\:max-w-15rem[data-v-09e76035] { + max-width: 15rem !important; + } + .xl\:max-w-16rem[data-v-09e76035] { + max-width: 16rem !important; + } + .xl\:max-w-17rem[data-v-09e76035] { + max-width: 17rem !important; + } + .xl\:max-w-18rem[data-v-09e76035] { + max-width: 18rem !important; + } + .xl\:max-w-19rem[data-v-09e76035] { + max-width: 19rem !important; + } + .xl\:max-w-20rem[data-v-09e76035] { + max-width: 20rem !important; + } + .xl\:max-w-21rem[data-v-09e76035] { + max-width: 21rem !important; + } + .xl\:max-w-22rem[data-v-09e76035] { + max-width: 22rem !important; + } + .xl\:max-w-23rem[data-v-09e76035] { + max-width: 23rem !important; + } + .xl\:max-w-24rem[data-v-09e76035] { + max-width: 24rem !important; + } + .xl\:max-w-25rem[data-v-09e76035] { + max-width: 25rem !important; + } + .xl\:max-w-26rem[data-v-09e76035] { + max-width: 26rem !important; + } + .xl\:max-w-27rem[data-v-09e76035] { + max-width: 27rem !important; + } + .xl\:max-w-28rem[data-v-09e76035] { + max-width: 28rem !important; + } + .xl\:max-w-29rem[data-v-09e76035] { + max-width: 29rem !important; + } + .xl\:max-w-30rem[data-v-09e76035] { + max-width: 30rem !important; + } +} +.min-h-0[data-v-09e76035] { + min-height: 0 !important; +} +.min-h-full[data-v-09e76035] { + min-height: 100% !important; +} +.min-h-screen[data-v-09e76035] { + min-height: 100vh !important; +} +@media screen and (min-width: 576px) { + .sm\:min-h-0[data-v-09e76035] { + min-height: 0 !important; + } + .sm\:min-h-full[data-v-09e76035] { + min-height: 100% !important; + } + .sm\:min-h-screen[data-v-09e76035] { + min-height: 100vh !important; + } +} +@media screen and (min-width: 768px) { + .md\:min-h-0[data-v-09e76035] { + min-height: 0 !important; + } + .md\:min-h-full[data-v-09e76035] { + min-height: 100% !important; + } + .md\:min-h-screen[data-v-09e76035] { + min-height: 100vh !important; + } +} +@media screen and (min-width: 992px) { + .lg\:min-h-0[data-v-09e76035] { + min-height: 0 !important; + } + .lg\:min-h-full[data-v-09e76035] { + min-height: 100% !important; + } + .lg\:min-h-screen[data-v-09e76035] { + min-height: 100vh !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:min-h-0[data-v-09e76035] { + min-height: 0 !important; + } + .xl\:min-h-full[data-v-09e76035] { + min-height: 100% !important; + } + .xl\:min-h-screen[data-v-09e76035] { + min-height: 100vh !important; + } +} +.max-h-0[data-v-09e76035] { + max-height: 0 !important; +} +.max-h-full[data-v-09e76035] { + max-height: 100% !important; +} +.max-h-screen[data-v-09e76035] { + max-height: 100vh !important; +} +.max-h-min[data-v-09e76035] { + max-height: -moz-min-content !important; + max-height: min-content !important; +} +.max-h-max[data-v-09e76035] { + max-height: -moz-max-content !important; + max-height: max-content !important; +} +.max-h-fit[data-v-09e76035] { + max-height: -moz-fit-content !important; + max-height: fit-content !important; +} +.max-h-1rem[data-v-09e76035] { + max-height: 1rem !important; +} +.max-h-2rem[data-v-09e76035] { + max-height: 2rem !important; +} +.max-h-3rem[data-v-09e76035] { + max-height: 3rem !important; +} +.max-h-4rem[data-v-09e76035] { + max-height: 4rem !important; +} +.max-h-5rem[data-v-09e76035] { + max-height: 5rem !important; +} +.max-h-6rem[data-v-09e76035] { + max-height: 6rem !important; +} +.max-h-7rem[data-v-09e76035] { + max-height: 7rem !important; +} +.max-h-8rem[data-v-09e76035] { + max-height: 8rem !important; +} +.max-h-9rem[data-v-09e76035] { + max-height: 9rem !important; +} +.max-h-10rem[data-v-09e76035] { + max-height: 10rem !important; +} +.max-h-11rem[data-v-09e76035] { + max-height: 11rem !important; +} +.max-h-12rem[data-v-09e76035] { + max-height: 12rem !important; +} +.max-h-13rem[data-v-09e76035] { + max-height: 13rem !important; +} +.max-h-14rem[data-v-09e76035] { + max-height: 14rem !important; +} +.max-h-15rem[data-v-09e76035] { + max-height: 15rem !important; +} +.max-h-16rem[data-v-09e76035] { + max-height: 16rem !important; +} +.max-h-17rem[data-v-09e76035] { + max-height: 17rem !important; +} +.max-h-18rem[data-v-09e76035] { + max-height: 18rem !important; +} +.max-h-19rem[data-v-09e76035] { + max-height: 19rem !important; +} +.max-h-20rem[data-v-09e76035] { + max-height: 20rem !important; +} +.max-h-21rem[data-v-09e76035] { + max-height: 21rem !important; +} +.max-h-22rem[data-v-09e76035] { + max-height: 22rem !important; +} +.max-h-23rem[data-v-09e76035] { + max-height: 23rem !important; +} +.max-h-24rem[data-v-09e76035] { + max-height: 24rem !important; +} +.max-h-25rem[data-v-09e76035] { + max-height: 25rem !important; +} +.max-h-26rem[data-v-09e76035] { + max-height: 26rem !important; +} +.max-h-27rem[data-v-09e76035] { + max-height: 27rem !important; +} +.max-h-28rem[data-v-09e76035] { + max-height: 28rem !important; +} +.max-h-29rem[data-v-09e76035] { + max-height: 29rem !important; +} +.max-h-30rem[data-v-09e76035] { + max-height: 30rem !important; +} +@media screen and (min-width: 576px) { + .sm\:max-h-0[data-v-09e76035] { + max-height: 0 !important; + } + .sm\:max-h-full[data-v-09e76035] { + max-height: 100% !important; + } + .sm\:max-h-screen[data-v-09e76035] { + max-height: 100vh !important; + } + .sm\:max-h-min[data-v-09e76035] { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .sm\:max-h-max[data-v-09e76035] { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .sm\:max-h-fit[data-v-09e76035] { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .sm\:max-h-1rem[data-v-09e76035] { + max-height: 1rem !important; + } + .sm\:max-h-2rem[data-v-09e76035] { + max-height: 2rem !important; + } + .sm\:max-h-3rem[data-v-09e76035] { + max-height: 3rem !important; + } + .sm\:max-h-4rem[data-v-09e76035] { + max-height: 4rem !important; + } + .sm\:max-h-5rem[data-v-09e76035] { + max-height: 5rem !important; + } + .sm\:max-h-6rem[data-v-09e76035] { + max-height: 6rem !important; + } + .sm\:max-h-7rem[data-v-09e76035] { + max-height: 7rem !important; + } + .sm\:max-h-8rem[data-v-09e76035] { + max-height: 8rem !important; + } + .sm\:max-h-9rem[data-v-09e76035] { + max-height: 9rem !important; + } + .sm\:max-h-10rem[data-v-09e76035] { + max-height: 10rem !important; + } + .sm\:max-h-11rem[data-v-09e76035] { + max-height: 11rem !important; + } + .sm\:max-h-12rem[data-v-09e76035] { + max-height: 12rem !important; + } + .sm\:max-h-13rem[data-v-09e76035] { + max-height: 13rem !important; + } + .sm\:max-h-14rem[data-v-09e76035] { + max-height: 14rem !important; + } + .sm\:max-h-15rem[data-v-09e76035] { + max-height: 15rem !important; + } + .sm\:max-h-16rem[data-v-09e76035] { + max-height: 16rem !important; + } + .sm\:max-h-17rem[data-v-09e76035] { + max-height: 17rem !important; + } + .sm\:max-h-18rem[data-v-09e76035] { + max-height: 18rem !important; + } + .sm\:max-h-19rem[data-v-09e76035] { + max-height: 19rem !important; + } + .sm\:max-h-20rem[data-v-09e76035] { + max-height: 20rem !important; + } + .sm\:max-h-21rem[data-v-09e76035] { + max-height: 21rem !important; + } + .sm\:max-h-22rem[data-v-09e76035] { + max-height: 22rem !important; + } + .sm\:max-h-23rem[data-v-09e76035] { + max-height: 23rem !important; + } + .sm\:max-h-24rem[data-v-09e76035] { + max-height: 24rem !important; + } + .sm\:max-h-25rem[data-v-09e76035] { + max-height: 25rem !important; + } + .sm\:max-h-26rem[data-v-09e76035] { + max-height: 26rem !important; + } + .sm\:max-h-27rem[data-v-09e76035] { + max-height: 27rem !important; + } + .sm\:max-h-28rem[data-v-09e76035] { + max-height: 28rem !important; + } + .sm\:max-h-29rem[data-v-09e76035] { + max-height: 29rem !important; + } + .sm\:max-h-30rem[data-v-09e76035] { + max-height: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:max-h-0[data-v-09e76035] { + max-height: 0 !important; + } + .md\:max-h-full[data-v-09e76035] { + max-height: 100% !important; + } + .md\:max-h-screen[data-v-09e76035] { + max-height: 100vh !important; + } + .md\:max-h-min[data-v-09e76035] { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .md\:max-h-max[data-v-09e76035] { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .md\:max-h-fit[data-v-09e76035] { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .md\:max-h-1rem[data-v-09e76035] { + max-height: 1rem !important; + } + .md\:max-h-2rem[data-v-09e76035] { + max-height: 2rem !important; + } + .md\:max-h-3rem[data-v-09e76035] { + max-height: 3rem !important; + } + .md\:max-h-4rem[data-v-09e76035] { + max-height: 4rem !important; + } + .md\:max-h-5rem[data-v-09e76035] { + max-height: 5rem !important; + } + .md\:max-h-6rem[data-v-09e76035] { + max-height: 6rem !important; + } + .md\:max-h-7rem[data-v-09e76035] { + max-height: 7rem !important; + } + .md\:max-h-8rem[data-v-09e76035] { + max-height: 8rem !important; + } + .md\:max-h-9rem[data-v-09e76035] { + max-height: 9rem !important; + } + .md\:max-h-10rem[data-v-09e76035] { + max-height: 10rem !important; + } + .md\:max-h-11rem[data-v-09e76035] { + max-height: 11rem !important; + } + .md\:max-h-12rem[data-v-09e76035] { + max-height: 12rem !important; + } + .md\:max-h-13rem[data-v-09e76035] { + max-height: 13rem !important; + } + .md\:max-h-14rem[data-v-09e76035] { + max-height: 14rem !important; + } + .md\:max-h-15rem[data-v-09e76035] { + max-height: 15rem !important; + } + .md\:max-h-16rem[data-v-09e76035] { + max-height: 16rem !important; + } + .md\:max-h-17rem[data-v-09e76035] { + max-height: 17rem !important; + } + .md\:max-h-18rem[data-v-09e76035] { + max-height: 18rem !important; + } + .md\:max-h-19rem[data-v-09e76035] { + max-height: 19rem !important; + } + .md\:max-h-20rem[data-v-09e76035] { + max-height: 20rem !important; + } + .md\:max-h-21rem[data-v-09e76035] { + max-height: 21rem !important; + } + .md\:max-h-22rem[data-v-09e76035] { + max-height: 22rem !important; + } + .md\:max-h-23rem[data-v-09e76035] { + max-height: 23rem !important; + } + .md\:max-h-24rem[data-v-09e76035] { + max-height: 24rem !important; + } + .md\:max-h-25rem[data-v-09e76035] { + max-height: 25rem !important; + } + .md\:max-h-26rem[data-v-09e76035] { + max-height: 26rem !important; + } + .md\:max-h-27rem[data-v-09e76035] { + max-height: 27rem !important; + } + .md\:max-h-28rem[data-v-09e76035] { + max-height: 28rem !important; + } + .md\:max-h-29rem[data-v-09e76035] { + max-height: 29rem !important; + } + .md\:max-h-30rem[data-v-09e76035] { + max-height: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:max-h-0[data-v-09e76035] { + max-height: 0 !important; + } + .lg\:max-h-full[data-v-09e76035] { + max-height: 100% !important; + } + .lg\:max-h-screen[data-v-09e76035] { + max-height: 100vh !important; + } + .lg\:max-h-min[data-v-09e76035] { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .lg\:max-h-max[data-v-09e76035] { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .lg\:max-h-fit[data-v-09e76035] { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .lg\:max-h-1rem[data-v-09e76035] { + max-height: 1rem !important; + } + .lg\:max-h-2rem[data-v-09e76035] { + max-height: 2rem !important; + } + .lg\:max-h-3rem[data-v-09e76035] { + max-height: 3rem !important; + } + .lg\:max-h-4rem[data-v-09e76035] { + max-height: 4rem !important; + } + .lg\:max-h-5rem[data-v-09e76035] { + max-height: 5rem !important; + } + .lg\:max-h-6rem[data-v-09e76035] { + max-height: 6rem !important; + } + .lg\:max-h-7rem[data-v-09e76035] { + max-height: 7rem !important; + } + .lg\:max-h-8rem[data-v-09e76035] { + max-height: 8rem !important; + } + .lg\:max-h-9rem[data-v-09e76035] { + max-height: 9rem !important; + } + .lg\:max-h-10rem[data-v-09e76035] { + max-height: 10rem !important; + } + .lg\:max-h-11rem[data-v-09e76035] { + max-height: 11rem !important; + } + .lg\:max-h-12rem[data-v-09e76035] { + max-height: 12rem !important; + } + .lg\:max-h-13rem[data-v-09e76035] { + max-height: 13rem !important; + } + .lg\:max-h-14rem[data-v-09e76035] { + max-height: 14rem !important; + } + .lg\:max-h-15rem[data-v-09e76035] { + max-height: 15rem !important; + } + .lg\:max-h-16rem[data-v-09e76035] { + max-height: 16rem !important; + } + .lg\:max-h-17rem[data-v-09e76035] { + max-height: 17rem !important; + } + .lg\:max-h-18rem[data-v-09e76035] { + max-height: 18rem !important; + } + .lg\:max-h-19rem[data-v-09e76035] { + max-height: 19rem !important; + } + .lg\:max-h-20rem[data-v-09e76035] { + max-height: 20rem !important; + } + .lg\:max-h-21rem[data-v-09e76035] { + max-height: 21rem !important; + } + .lg\:max-h-22rem[data-v-09e76035] { + max-height: 22rem !important; + } + .lg\:max-h-23rem[data-v-09e76035] { + max-height: 23rem !important; + } + .lg\:max-h-24rem[data-v-09e76035] { + max-height: 24rem !important; + } + .lg\:max-h-25rem[data-v-09e76035] { + max-height: 25rem !important; + } + .lg\:max-h-26rem[data-v-09e76035] { + max-height: 26rem !important; + } + .lg\:max-h-27rem[data-v-09e76035] { + max-height: 27rem !important; + } + .lg\:max-h-28rem[data-v-09e76035] { + max-height: 28rem !important; + } + .lg\:max-h-29rem[data-v-09e76035] { + max-height: 29rem !important; + } + .lg\:max-h-30rem[data-v-09e76035] { + max-height: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:max-h-0[data-v-09e76035] { + max-height: 0 !important; + } + .xl\:max-h-full[data-v-09e76035] { + max-height: 100% !important; + } + .xl\:max-h-screen[data-v-09e76035] { + max-height: 100vh !important; + } + .xl\:max-h-min[data-v-09e76035] { + max-height: -moz-min-content !important; + max-height: min-content !important; + } + .xl\:max-h-max[data-v-09e76035] { + max-height: -moz-max-content !important; + max-height: max-content !important; + } + .xl\:max-h-fit[data-v-09e76035] { + max-height: -moz-fit-content !important; + max-height: fit-content !important; + } + .xl\:max-h-1rem[data-v-09e76035] { + max-height: 1rem !important; + } + .xl\:max-h-2rem[data-v-09e76035] { + max-height: 2rem !important; + } + .xl\:max-h-3rem[data-v-09e76035] { + max-height: 3rem !important; + } + .xl\:max-h-4rem[data-v-09e76035] { + max-height: 4rem !important; + } + .xl\:max-h-5rem[data-v-09e76035] { + max-height: 5rem !important; + } + .xl\:max-h-6rem[data-v-09e76035] { + max-height: 6rem !important; + } + .xl\:max-h-7rem[data-v-09e76035] { + max-height: 7rem !important; + } + .xl\:max-h-8rem[data-v-09e76035] { + max-height: 8rem !important; + } + .xl\:max-h-9rem[data-v-09e76035] { + max-height: 9rem !important; + } + .xl\:max-h-10rem[data-v-09e76035] { + max-height: 10rem !important; + } + .xl\:max-h-11rem[data-v-09e76035] { + max-height: 11rem !important; + } + .xl\:max-h-12rem[data-v-09e76035] { + max-height: 12rem !important; + } + .xl\:max-h-13rem[data-v-09e76035] { + max-height: 13rem !important; + } + .xl\:max-h-14rem[data-v-09e76035] { + max-height: 14rem !important; + } + .xl\:max-h-15rem[data-v-09e76035] { + max-height: 15rem !important; + } + .xl\:max-h-16rem[data-v-09e76035] { + max-height: 16rem !important; + } + .xl\:max-h-17rem[data-v-09e76035] { + max-height: 17rem !important; + } + .xl\:max-h-18rem[data-v-09e76035] { + max-height: 18rem !important; + } + .xl\:max-h-19rem[data-v-09e76035] { + max-height: 19rem !important; + } + .xl\:max-h-20rem[data-v-09e76035] { + max-height: 20rem !important; + } + .xl\:max-h-21rem[data-v-09e76035] { + max-height: 21rem !important; + } + .xl\:max-h-22rem[data-v-09e76035] { + max-height: 22rem !important; + } + .xl\:max-h-23rem[data-v-09e76035] { + max-height: 23rem !important; + } + .xl\:max-h-24rem[data-v-09e76035] { + max-height: 24rem !important; + } + .xl\:max-h-25rem[data-v-09e76035] { + max-height: 25rem !important; + } + .xl\:max-h-26rem[data-v-09e76035] { + max-height: 26rem !important; + } + .xl\:max-h-27rem[data-v-09e76035] { + max-height: 27rem !important; + } + .xl\:max-h-28rem[data-v-09e76035] { + max-height: 28rem !important; + } + .xl\:max-h-29rem[data-v-09e76035] { + max-height: 29rem !important; + } + .xl\:max-h-30rem[data-v-09e76035] { + max-height: 30rem !important; + } +} +.static[data-v-09e76035] { + position: static !important; +} +.fixed[data-v-09e76035] { + position: fixed !important; +} +.absolute[data-v-09e76035] { + position: absolute !important; +} +.relative[data-v-09e76035] { + position: relative !important; +} +.sticky[data-v-09e76035] { + position: sticky !important; +} +@media screen and (min-width: 576px) { + .sm\:static[data-v-09e76035] { + position: static !important; + } + .sm\:fixed[data-v-09e76035] { + position: fixed !important; + } + .sm\:absolute[data-v-09e76035] { + position: absolute !important; + } + .sm\:relative[data-v-09e76035] { + position: relative !important; + } + .sm\:sticky[data-v-09e76035] { + position: sticky !important; + } +} +@media screen and (min-width: 768px) { + .md\:static[data-v-09e76035] { + position: static !important; + } + .md\:fixed[data-v-09e76035] { + position: fixed !important; + } + .md\:absolute[data-v-09e76035] { + position: absolute !important; + } + .md\:relative[data-v-09e76035] { + position: relative !important; + } + .md\:sticky[data-v-09e76035] { + position: sticky !important; + } +} +@media screen and (min-width: 992px) { + .lg\:static[data-v-09e76035] { + position: static !important; + } + .lg\:fixed[data-v-09e76035] { + position: fixed !important; + } + .lg\:absolute[data-v-09e76035] { + position: absolute !important; + } + .lg\:relative[data-v-09e76035] { + position: relative !important; + } + .lg\:sticky[data-v-09e76035] { + position: sticky !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:static[data-v-09e76035] { + position: static !important; + } + .xl\:fixed[data-v-09e76035] { + position: fixed !important; + } + .xl\:absolute[data-v-09e76035] { + position: absolute !important; + } + .xl\:relative[data-v-09e76035] { + position: relative !important; + } + .xl\:sticky[data-v-09e76035] { + position: sticky !important; + } +} +.top-auto[data-v-09e76035] { + top: auto !important; +} +.top-0[data-v-09e76035] { + top: 0 !important; +} +.top-50[data-v-09e76035] { + top: 50% !important; +} +.top-100[data-v-09e76035] { + top: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:top-auto[data-v-09e76035] { + top: auto !important; + } + .sm\:top-0[data-v-09e76035] { + top: 0 !important; + } + .sm\:top-50[data-v-09e76035] { + top: 50% !important; + } + .sm\:top-100[data-v-09e76035] { + top: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:top-auto[data-v-09e76035] { + top: auto !important; + } + .md\:top-0[data-v-09e76035] { + top: 0 !important; + } + .md\:top-50[data-v-09e76035] { + top: 50% !important; + } + .md\:top-100[data-v-09e76035] { + top: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:top-auto[data-v-09e76035] { + top: auto !important; + } + .lg\:top-0[data-v-09e76035] { + top: 0 !important; + } + .lg\:top-50[data-v-09e76035] { + top: 50% !important; + } + .lg\:top-100[data-v-09e76035] { + top: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:top-auto[data-v-09e76035] { + top: auto !important; + } + .xl\:top-0[data-v-09e76035] { + top: 0 !important; + } + .xl\:top-50[data-v-09e76035] { + top: 50% !important; + } + .xl\:top-100[data-v-09e76035] { + top: 100% !important; + } +} +.left-auto[data-v-09e76035] { + left: auto !important; +} +.left-0[data-v-09e76035] { + left: 0 !important; +} +.left-50[data-v-09e76035] { + left: 50% !important; +} +.left-100[data-v-09e76035] { + left: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:left-auto[data-v-09e76035] { + left: auto !important; + } + .sm\:left-0[data-v-09e76035] { + left: 0 !important; + } + .sm\:left-50[data-v-09e76035] { + left: 50% !important; + } + .sm\:left-100[data-v-09e76035] { + left: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:left-auto[data-v-09e76035] { + left: auto !important; + } + .md\:left-0[data-v-09e76035] { + left: 0 !important; + } + .md\:left-50[data-v-09e76035] { + left: 50% !important; + } + .md\:left-100[data-v-09e76035] { + left: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:left-auto[data-v-09e76035] { + left: auto !important; + } + .lg\:left-0[data-v-09e76035] { + left: 0 !important; + } + .lg\:left-50[data-v-09e76035] { + left: 50% !important; + } + .lg\:left-100[data-v-09e76035] { + left: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:left-auto[data-v-09e76035] { + left: auto !important; + } + .xl\:left-0[data-v-09e76035] { + left: 0 !important; + } + .xl\:left-50[data-v-09e76035] { + left: 50% !important; + } + .xl\:left-100[data-v-09e76035] { + left: 100% !important; + } +} +.right-auto[data-v-09e76035] { + right: auto !important; +} +.right-0[data-v-09e76035] { + right: 0 !important; +} +.right-50[data-v-09e76035] { + right: 50% !important; +} +.right-100[data-v-09e76035] { + right: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:right-auto[data-v-09e76035] { + right: auto !important; + } + .sm\:right-0[data-v-09e76035] { + right: 0 !important; + } + .sm\:right-50[data-v-09e76035] { + right: 50% !important; + } + .sm\:right-100[data-v-09e76035] { + right: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:right-auto[data-v-09e76035] { + right: auto !important; + } + .md\:right-0[data-v-09e76035] { + right: 0 !important; + } + .md\:right-50[data-v-09e76035] { + right: 50% !important; + } + .md\:right-100[data-v-09e76035] { + right: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:right-auto[data-v-09e76035] { + right: auto !important; + } + .lg\:right-0[data-v-09e76035] { + right: 0 !important; + } + .lg\:right-50[data-v-09e76035] { + right: 50% !important; + } + .lg\:right-100[data-v-09e76035] { + right: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:right-auto[data-v-09e76035] { + right: auto !important; + } + .xl\:right-0[data-v-09e76035] { + right: 0 !important; + } + .xl\:right-50[data-v-09e76035] { + right: 50% !important; + } + .xl\:right-100[data-v-09e76035] { + right: 100% !important; + } +} +.bottom-auto[data-v-09e76035] { + bottom: auto !important; +} +.bottom-0[data-v-09e76035] { + bottom: 0 !important; +} +.bottom-50[data-v-09e76035] { + bottom: 50% !important; +} +.bottom-100[data-v-09e76035] { + bottom: 100% !important; +} +@media screen and (min-width: 576px) { + .sm\:bottom-auto[data-v-09e76035] { + bottom: auto !important; + } + .sm\:bottom-0[data-v-09e76035] { + bottom: 0 !important; + } + .sm\:bottom-50[data-v-09e76035] { + bottom: 50% !important; + } + .sm\:bottom-100[data-v-09e76035] { + bottom: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:bottom-auto[data-v-09e76035] { + bottom: auto !important; + } + .md\:bottom-0[data-v-09e76035] { + bottom: 0 !important; + } + .md\:bottom-50[data-v-09e76035] { + bottom: 50% !important; + } + .md\:bottom-100[data-v-09e76035] { + bottom: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bottom-auto[data-v-09e76035] { + bottom: auto !important; + } + .lg\:bottom-0[data-v-09e76035] { + bottom: 0 !important; + } + .lg\:bottom-50[data-v-09e76035] { + bottom: 50% !important; + } + .lg\:bottom-100[data-v-09e76035] { + bottom: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bottom-auto[data-v-09e76035] { + bottom: auto !important; + } + .xl\:bottom-0[data-v-09e76035] { + bottom: 0 !important; + } + .xl\:bottom-50[data-v-09e76035] { + bottom: 50% !important; + } + .xl\:bottom-100[data-v-09e76035] { + bottom: 100% !important; + } +} +.overflow-auto[data-v-09e76035] { + overflow: auto !important; +} +.overflow-hidden[data-v-09e76035] { + overflow: hidden !important; +} +.overflow-visible[data-v-09e76035] { + overflow: visible !important; +} +.overflow-scroll[data-v-09e76035] { + overflow: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-auto[data-v-09e76035] { + overflow: auto !important; + } + .sm\:overflow-hidden[data-v-09e76035] { + overflow: hidden !important; + } + .sm\:overflow-visible[data-v-09e76035] { + overflow: visible !important; + } + .sm\:overflow-scroll[data-v-09e76035] { + overflow: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-auto[data-v-09e76035] { + overflow: auto !important; + } + .md\:overflow-hidden[data-v-09e76035] { + overflow: hidden !important; + } + .md\:overflow-visible[data-v-09e76035] { + overflow: visible !important; + } + .md\:overflow-scroll[data-v-09e76035] { + overflow: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-auto[data-v-09e76035] { + overflow: auto !important; + } + .lg\:overflow-hidden[data-v-09e76035] { + overflow: hidden !important; + } + .lg\:overflow-visible[data-v-09e76035] { + overflow: visible !important; + } + .lg\:overflow-scroll[data-v-09e76035] { + overflow: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-auto[data-v-09e76035] { + overflow: auto !important; + } + .xl\:overflow-hidden[data-v-09e76035] { + overflow: hidden !important; + } + .xl\:overflow-visible[data-v-09e76035] { + overflow: visible !important; + } + .xl\:overflow-scroll[data-v-09e76035] { + overflow: scroll !important; + } +} +.overflow-x-auto[data-v-09e76035] { + overflow-x: auto !important; +} +.overflow-x-hidden[data-v-09e76035] { + overflow-x: hidden !important; +} +.overflow-x-visible[data-v-09e76035] { + overflow-x: visible !important; +} +.overflow-x-scroll[data-v-09e76035] { + overflow-x: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-x-auto[data-v-09e76035] { + overflow-x: auto !important; + } + .sm\:overflow-x-hidden[data-v-09e76035] { + overflow-x: hidden !important; + } + .sm\:overflow-x-visible[data-v-09e76035] { + overflow-x: visible !important; + } + .sm\:overflow-x-scroll[data-v-09e76035] { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-x-auto[data-v-09e76035] { + overflow-x: auto !important; + } + .md\:overflow-x-hidden[data-v-09e76035] { + overflow-x: hidden !important; + } + .md\:overflow-x-visible[data-v-09e76035] { + overflow-x: visible !important; + } + .md\:overflow-x-scroll[data-v-09e76035] { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-x-auto[data-v-09e76035] { + overflow-x: auto !important; + } + .lg\:overflow-x-hidden[data-v-09e76035] { + overflow-x: hidden !important; + } + .lg\:overflow-x-visible[data-v-09e76035] { + overflow-x: visible !important; + } + .lg\:overflow-x-scroll[data-v-09e76035] { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-x-auto[data-v-09e76035] { + overflow-x: auto !important; + } + .xl\:overflow-x-hidden[data-v-09e76035] { + overflow-x: hidden !important; + } + .xl\:overflow-x-visible[data-v-09e76035] { + overflow-x: visible !important; + } + .xl\:overflow-x-scroll[data-v-09e76035] { + overflow-x: scroll !important; + } +} +.overflow-y-auto[data-v-09e76035] { + overflow-y: auto !important; +} +.overflow-y-hidden[data-v-09e76035] { + overflow-y: hidden !important; +} +.overflow-y-visible[data-v-09e76035] { + overflow-y: visible !important; +} +.overflow-y-scroll[data-v-09e76035] { + overflow-y: scroll !important; +} +@media screen and (min-width: 576px) { + .sm\:overflow-y-auto[data-v-09e76035] { + overflow-y: auto !important; + } + .sm\:overflow-y-hidden[data-v-09e76035] { + overflow-y: hidden !important; + } + .sm\:overflow-y-visible[data-v-09e76035] { + overflow-y: visible !important; + } + .sm\:overflow-y-scroll[data-v-09e76035] { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-y-auto[data-v-09e76035] { + overflow-y: auto !important; + } + .md\:overflow-y-hidden[data-v-09e76035] { + overflow-y: hidden !important; + } + .md\:overflow-y-visible[data-v-09e76035] { + overflow-y: visible !important; + } + .md\:overflow-y-scroll[data-v-09e76035] { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-y-auto[data-v-09e76035] { + overflow-y: auto !important; + } + .lg\:overflow-y-hidden[data-v-09e76035] { + overflow-y: hidden !important; + } + .lg\:overflow-y-visible[data-v-09e76035] { + overflow-y: visible !important; + } + .lg\:overflow-y-scroll[data-v-09e76035] { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-y-auto[data-v-09e76035] { + overflow-y: auto !important; + } + .xl\:overflow-y-hidden[data-v-09e76035] { + overflow-y: hidden !important; + } + .xl\:overflow-y-visible[data-v-09e76035] { + overflow-y: visible !important; + } + .xl\:overflow-y-scroll[data-v-09e76035] { + overflow-y: scroll !important; + } +} +.z-auto[data-v-09e76035] { + z-index: auto !important; +} +.z-0[data-v-09e76035] { + z-index: 0 !important; +} +.z-1[data-v-09e76035] { + z-index: 1 !important; +} +.z-2[data-v-09e76035] { + z-index: 2 !important; +} +.z-3[data-v-09e76035] { + z-index: 3 !important; +} +.z-4[data-v-09e76035] { + z-index: 4 !important; +} +.z-5[data-v-09e76035] { + z-index: 5 !important; +} +@media screen and (min-width: 576px) { + .sm\:z-auto[data-v-09e76035] { + z-index: auto !important; + } + .sm\:z-0[data-v-09e76035] { + z-index: 0 !important; + } + .sm\:z-1[data-v-09e76035] { + z-index: 1 !important; + } + .sm\:z-2[data-v-09e76035] { + z-index: 2 !important; + } + .sm\:z-3[data-v-09e76035] { + z-index: 3 !important; + } + .sm\:z-4[data-v-09e76035] { + z-index: 4 !important; + } + .sm\:z-5[data-v-09e76035] { + z-index: 5 !important; + } +} +@media screen and (min-width: 768px) { + .md\:z-auto[data-v-09e76035] { + z-index: auto !important; + } + .md\:z-0[data-v-09e76035] { + z-index: 0 !important; + } + .md\:z-1[data-v-09e76035] { + z-index: 1 !important; + } + .md\:z-2[data-v-09e76035] { + z-index: 2 !important; + } + .md\:z-3[data-v-09e76035] { + z-index: 3 !important; + } + .md\:z-4[data-v-09e76035] { + z-index: 4 !important; + } + .md\:z-5[data-v-09e76035] { + z-index: 5 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:z-auto[data-v-09e76035] { + z-index: auto !important; + } + .lg\:z-0[data-v-09e76035] { + z-index: 0 !important; + } + .lg\:z-1[data-v-09e76035] { + z-index: 1 !important; + } + .lg\:z-2[data-v-09e76035] { + z-index: 2 !important; + } + .lg\:z-3[data-v-09e76035] { + z-index: 3 !important; + } + .lg\:z-4[data-v-09e76035] { + z-index: 4 !important; + } + .lg\:z-5[data-v-09e76035] { + z-index: 5 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:z-auto[data-v-09e76035] { + z-index: auto !important; + } + .xl\:z-0[data-v-09e76035] { + z-index: 0 !important; + } + .xl\:z-1[data-v-09e76035] { + z-index: 1 !important; + } + .xl\:z-2[data-v-09e76035] { + z-index: 2 !important; + } + .xl\:z-3[data-v-09e76035] { + z-index: 3 !important; + } + .xl\:z-4[data-v-09e76035] { + z-index: 4 !important; + } + .xl\:z-5[data-v-09e76035] { + z-index: 5 !important; + } +} +.bg-repeat[data-v-09e76035] { + background-repeat: repeat !important; +} +.bg-no-repeat[data-v-09e76035] { + background-repeat: no-repeat !important; +} +.bg-repeat-x[data-v-09e76035] { + background-repeat: repeat-x !important; +} +.bg-repeat-y[data-v-09e76035] { + background-repeat: repeat-y !important; +} +.bg-repeat-round[data-v-09e76035] { + background-repeat: round !important; +} +.bg-repeat-space[data-v-09e76035] { + background-repeat: space !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-repeat[data-v-09e76035] { + background-repeat: repeat !important; + } + .sm\:bg-no-repeat[data-v-09e76035] { + background-repeat: no-repeat !important; + } + .sm\:bg-repeat-x[data-v-09e76035] { + background-repeat: repeat-x !important; + } + .sm\:bg-repeat-y[data-v-09e76035] { + background-repeat: repeat-y !important; + } + .sm\:bg-repeat-round[data-v-09e76035] { + background-repeat: round !important; + } + .sm\:bg-repeat-space[data-v-09e76035] { + background-repeat: space !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-repeat[data-v-09e76035] { + background-repeat: repeat !important; + } + .md\:bg-no-repeat[data-v-09e76035] { + background-repeat: no-repeat !important; + } + .md\:bg-repeat-x[data-v-09e76035] { + background-repeat: repeat-x !important; + } + .md\:bg-repeat-y[data-v-09e76035] { + background-repeat: repeat-y !important; + } + .md\:bg-repeat-round[data-v-09e76035] { + background-repeat: round !important; + } + .md\:bg-repeat-space[data-v-09e76035] { + background-repeat: space !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-repeat[data-v-09e76035] { + background-repeat: repeat !important; + } + .lg\:bg-no-repeat[data-v-09e76035] { + background-repeat: no-repeat !important; + } + .lg\:bg-repeat-x[data-v-09e76035] { + background-repeat: repeat-x !important; + } + .lg\:bg-repeat-y[data-v-09e76035] { + background-repeat: repeat-y !important; + } + .lg\:bg-repeat-round[data-v-09e76035] { + background-repeat: round !important; + } + .lg\:bg-repeat-space[data-v-09e76035] { + background-repeat: space !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-repeat[data-v-09e76035] { + background-repeat: repeat !important; + } + .xl\:bg-no-repeat[data-v-09e76035] { + background-repeat: no-repeat !important; + } + .xl\:bg-repeat-x[data-v-09e76035] { + background-repeat: repeat-x !important; + } + .xl\:bg-repeat-y[data-v-09e76035] { + background-repeat: repeat-y !important; + } + .xl\:bg-repeat-round[data-v-09e76035] { + background-repeat: round !important; + } + .xl\:bg-repeat-space[data-v-09e76035] { + background-repeat: space !important; + } +} +.bg-auto[data-v-09e76035] { + background-size: auto !important; +} +.bg-cover[data-v-09e76035] { + background-size: cover !important; +} +.bg-contain[data-v-09e76035] { + background-size: contain !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-auto[data-v-09e76035] { + background-size: auto !important; + } + .sm\:bg-cover[data-v-09e76035] { + background-size: cover !important; + } + .sm\:bg-contain[data-v-09e76035] { + background-size: contain !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-auto[data-v-09e76035] { + background-size: auto !important; + } + .md\:bg-cover[data-v-09e76035] { + background-size: cover !important; + } + .md\:bg-contain[data-v-09e76035] { + background-size: contain !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-auto[data-v-09e76035] { + background-size: auto !important; + } + .lg\:bg-cover[data-v-09e76035] { + background-size: cover !important; + } + .lg\:bg-contain[data-v-09e76035] { + background-size: contain !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-auto[data-v-09e76035] { + background-size: auto !important; + } + .xl\:bg-cover[data-v-09e76035] { + background-size: cover !important; + } + .xl\:bg-contain[data-v-09e76035] { + background-size: contain !important; + } +} +.bg-bottom[data-v-09e76035] { + background-position: bottom !important; +} +.bg-center[data-v-09e76035] { + background-position: 50% !important; +} +.bg-left[data-v-09e76035] { + background-position: 0 !important; +} +.bg-left-bottom[data-v-09e76035] { + background-position: 0 100% !important; +} +.bg-left-top[data-v-09e76035] { + background-position: 0 0 !important; +} +.bg-right[data-v-09e76035] { + background-position: 100% !important; +} +.bg-right-bottom[data-v-09e76035] { + background-position: 100% 100% !important; +} +.bg-right-top[data-v-09e76035] { + background-position: 100% 0 !important; +} +.bg-top[data-v-09e76035] { + background-position: top !important; +} +@media screen and (min-width: 576px) { + .sm\:bg-bottom[data-v-09e76035] { + background-position: bottom !important; + } + .sm\:bg-center[data-v-09e76035] { + background-position: 50% !important; + } + .sm\:bg-left[data-v-09e76035] { + background-position: 0 !important; + } + .sm\:bg-left-bottom[data-v-09e76035] { + background-position: 0 100% !important; + } + .sm\:bg-left-top[data-v-09e76035] { + background-position: 0 0 !important; + } + .sm\:bg-right[data-v-09e76035] { + background-position: 100% !important; + } + .sm\:bg-right-bottom[data-v-09e76035] { + background-position: 100% 100% !important; + } + .sm\:bg-right-top[data-v-09e76035] { + background-position: 100% 0 !important; + } + .sm\:bg-top[data-v-09e76035] { + background-position: top !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-bottom[data-v-09e76035] { + background-position: bottom !important; + } + .md\:bg-center[data-v-09e76035] { + background-position: 50% !important; + } + .md\:bg-left[data-v-09e76035] { + background-position: 0 !important; + } + .md\:bg-left-bottom[data-v-09e76035] { + background-position: 0 100% !important; + } + .md\:bg-left-top[data-v-09e76035] { + background-position: 0 0 !important; + } + .md\:bg-right[data-v-09e76035] { + background-position: 100% !important; + } + .md\:bg-right-bottom[data-v-09e76035] { + background-position: 100% 100% !important; + } + .md\:bg-right-top[data-v-09e76035] { + background-position: 100% 0 !important; + } + .md\:bg-top[data-v-09e76035] { + background-position: top !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-bottom[data-v-09e76035] { + background-position: bottom !important; + } + .lg\:bg-center[data-v-09e76035] { + background-position: 50% !important; + } + .lg\:bg-left[data-v-09e76035] { + background-position: 0 !important; + } + .lg\:bg-left-bottom[data-v-09e76035] { + background-position: 0 100% !important; + } + .lg\:bg-left-top[data-v-09e76035] { + background-position: 0 0 !important; + } + .lg\:bg-right[data-v-09e76035] { + background-position: 100% !important; + } + .lg\:bg-right-bottom[data-v-09e76035] { + background-position: 100% 100% !important; + } + .lg\:bg-right-top[data-v-09e76035] { + background-position: 100% 0 !important; + } + .lg\:bg-top[data-v-09e76035] { + background-position: top !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-bottom[data-v-09e76035] { + background-position: bottom !important; + } + .xl\:bg-center[data-v-09e76035] { + background-position: 50% !important; + } + .xl\:bg-left[data-v-09e76035] { + background-position: 0 !important; + } + .xl\:bg-left-bottom[data-v-09e76035] { + background-position: 0 100% !important; + } + .xl\:bg-left-top[data-v-09e76035] { + background-position: 0 0 !important; + } + .xl\:bg-right[data-v-09e76035] { + background-position: 100% !important; + } + .xl\:bg-right-bottom[data-v-09e76035] { + background-position: 100% 100% !important; + } + .xl\:bg-right-top[data-v-09e76035] { + background-position: 100% 0 !important; + } + .xl\:bg-top[data-v-09e76035] { + background-position: top !important; + } +} +.list-none[data-v-09e76035] { + list-style: none !important; +} +.list-disc[data-v-09e76035] { + list-style: disc !important; +} +.list-decimal[data-v-09e76035] { + list-style: decimal !important; +} +.appearance-none[data-v-09e76035] { + -webkit-appearance: none !important; + -moz-appearance: none !important; + appearance: none !important; +} +.outline-none[data-v-09e76035] { + outline: none !important; +} +.pointer-events-none[data-v-09e76035] { + pointer-events: none !important; +} +.pointer-events-auto[data-v-09e76035] { + pointer-events: auto !important; +} +.cursor-auto[data-v-09e76035] { + cursor: auto !important; +} +.cursor-pointer[data-v-09e76035] { + cursor: pointer !important; +} +.cursor-wait[data-v-09e76035] { + cursor: wait !important; +} +.cursor-move[data-v-09e76035] { + cursor: move !important; +} +.select-none[data-v-09e76035] { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; +} +.select-text[data-v-09e76035] { + -webkit-user-select: text !important; + -moz-user-select: text !important; + user-select: text !important; +} +.select-all[data-v-09e76035] { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; +} +.select-auto[data-v-09e76035] { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; +} +.opacity-0[data-v-09e76035] { + opacity: 0 !important; +} +.opacity-10[data-v-09e76035] { + opacity: 0.1 !important; +} +.opacity-20[data-v-09e76035] { + opacity: 0.2 !important; +} +.opacity-30[data-v-09e76035] { + opacity: 0.3 !important; +} +.opacity-40[data-v-09e76035] { + opacity: 0.4 !important; +} +.opacity-50[data-v-09e76035] { + opacity: 0.5 !important; +} +.opacity-60[data-v-09e76035] { + opacity: 0.6 !important; +} +.opacity-70[data-v-09e76035] { + opacity: 0.7 !important; +} +.opacity-80[data-v-09e76035] { + opacity: 0.8 !important; +} +.opacity-90[data-v-09e76035] { + opacity: 0.9 !important; +} +.opacity-100[data-v-09e76035] { + opacity: 1 !important; +} +.reset[data-v-09e76035] { + all: unset; +} +.transition-none[data-v-09e76035] { + transition-property: none !important; +} +.transition-all[data-v-09e76035] { + transition-property: all !important; +} +.transition-colors[data-v-09e76035] { + transition-property: background-color, border-color, color !important; +} +.transition-transform[data-v-09e76035] { + transition-property: transform !important; +} +.transition-duration-100[data-v-09e76035] { + transition-duration: 0.1s !important; +} +.transition-duration-150[data-v-09e76035] { + transition-duration: 0.15s !important; +} +.transition-duration-200[data-v-09e76035] { + transition-duration: 0.2s !important; +} +.transition-duration-300[data-v-09e76035] { + transition-duration: 0.3s !important; +} +.transition-duration-400[data-v-09e76035] { + transition-duration: 0.4s !important; +} +.transition-duration-500[data-v-09e76035] { + transition-duration: 0.5s !important; +} +.transition-duration-1000[data-v-09e76035] { + transition-duration: 1s !important; +} +.transition-duration-2000[data-v-09e76035] { + transition-duration: 2s !important; +} +.transition-duration-3000[data-v-09e76035] { + transition-duration: 3s !important; +} +.transition-linear[data-v-09e76035] { + transition-timing-function: linear !important; +} +.transition-ease-in[data-v-09e76035] { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; +} +.transition-ease-out[data-v-09e76035] { + transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; +} +.transition-ease-in-out[data-v-09e76035] { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; +} +.transition-delay-100[data-v-09e76035] { + transition-delay: 0.1s !important; +} +.transition-delay-150[data-v-09e76035] { + transition-delay: 0.15s !important; +} +.transition-delay-200[data-v-09e76035] { + transition-delay: 0.2s !important; +} +.transition-delay-300[data-v-09e76035] { + transition-delay: 0.3s !important; +} +.transition-delay-400[data-v-09e76035] { + transition-delay: 0.4s !important; +} +.transition-delay-500[data-v-09e76035] { + transition-delay: 0.5s !important; +} +.transition-delay-1000[data-v-09e76035] { + transition-delay: 1s !important; +} +.translate-x-0[data-v-09e76035] { + transform: translateX(0) !important; +} +.translate-x-100[data-v-09e76035] { + transform: translateX(100%) !important; +} +.-translate-x-100[data-v-09e76035] { + transform: translateX(-100%) !important; +} +.translate-y-0[data-v-09e76035] { + transform: translateY(0) !important; +} +.translate-y-100[data-v-09e76035] { + transform: translateY(100%) !important; +} +.-translate-y-100[data-v-09e76035] { + transform: translateY(-100%) !important; +} +@media screen and (min-width: 576px) { + .sm\:translate-x-0[data-v-09e76035] { + transform: translateX(0) !important; + } + .sm\:translate-x-100[data-v-09e76035] { + transform: translateX(100%) !important; + } + .sm\:-translate-x-100[data-v-09e76035] { + transform: translateX(-100%) !important; + } + .sm\:translate-y-0[data-v-09e76035] { + transform: translateY(0) !important; + } + .sm\:translate-y-100[data-v-09e76035] { + transform: translateY(100%) !important; + } + .sm\:-translate-y-100[data-v-09e76035] { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 768px) { + .md\:translate-x-0[data-v-09e76035] { + transform: translateX(0) !important; + } + .md\:translate-x-100[data-v-09e76035] { + transform: translateX(100%) !important; + } + .md\:-translate-x-100[data-v-09e76035] { + transform: translateX(-100%) !important; + } + .md\:translate-y-0[data-v-09e76035] { + transform: translateY(0) !important; + } + .md\:translate-y-100[data-v-09e76035] { + transform: translateY(100%) !important; + } + .md\:-translate-y-100[data-v-09e76035] { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:translate-x-0[data-v-09e76035] { + transform: translateX(0) !important; + } + .lg\:translate-x-100[data-v-09e76035] { + transform: translateX(100%) !important; + } + .lg\:-translate-x-100[data-v-09e76035] { + transform: translateX(-100%) !important; + } + .lg\:translate-y-0[data-v-09e76035] { + transform: translateY(0) !important; + } + .lg\:translate-y-100[data-v-09e76035] { + transform: translateY(100%) !important; + } + .lg\:-translate-y-100[data-v-09e76035] { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:translate-x-0[data-v-09e76035] { + transform: translateX(0) !important; + } + .xl\:translate-x-100[data-v-09e76035] { + transform: translateX(100%) !important; + } + .xl\:-translate-x-100[data-v-09e76035] { + transform: translateX(-100%) !important; + } + .xl\:translate-y-0[data-v-09e76035] { + transform: translateY(0) !important; + } + .xl\:translate-y-100[data-v-09e76035] { + transform: translateY(100%) !important; + } + .xl\:-translate-y-100[data-v-09e76035] { + transform: translateY(-100%) !important; + } +} +.rotate-45[data-v-09e76035] { + transform: rotate(45deg) !important; +} +.-rotate-45[data-v-09e76035] { + transform: rotate(-45deg) !important; +} +.rotate-90[data-v-09e76035] { + transform: rotate(90deg) !important; +} +.-rotate-90[data-v-09e76035] { + transform: rotate(-90deg) !important; +} +.rotate-180[data-v-09e76035] { + transform: rotate(180deg) !important; +} +.-rotate-180[data-v-09e76035] { + transform: rotate(-180deg) !important; +} +@media screen and (min-width: 576px) { + .sm\:rotate-45[data-v-09e76035] { + transform: rotate(45deg) !important; + } + .sm\:-rotate-45[data-v-09e76035] { + transform: rotate(-45deg) !important; + } + .sm\:rotate-90[data-v-09e76035] { + transform: rotate(90deg) !important; + } + .sm\:-rotate-90[data-v-09e76035] { + transform: rotate(-90deg) !important; + } + .sm\:rotate-180[data-v-09e76035] { + transform: rotate(180deg) !important; + } + .sm\:-rotate-180[data-v-09e76035] { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 768px) { + .md\:rotate-45[data-v-09e76035] { + transform: rotate(45deg) !important; + } + .md\:-rotate-45[data-v-09e76035] { + transform: rotate(-45deg) !important; + } + .md\:rotate-90[data-v-09e76035] { + transform: rotate(90deg) !important; + } + .md\:-rotate-90[data-v-09e76035] { + transform: rotate(-90deg) !important; + } + .md\:rotate-180[data-v-09e76035] { + transform: rotate(180deg) !important; + } + .md\:-rotate-180[data-v-09e76035] { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:rotate-45[data-v-09e76035] { + transform: rotate(45deg) !important; + } + .lg\:-rotate-45[data-v-09e76035] { + transform: rotate(-45deg) !important; + } + .lg\:rotate-90[data-v-09e76035] { + transform: rotate(90deg) !important; + } + .lg\:-rotate-90[data-v-09e76035] { + transform: rotate(-90deg) !important; + } + .lg\:rotate-180[data-v-09e76035] { + transform: rotate(180deg) !important; + } + .lg\:-rotate-180[data-v-09e76035] { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:rotate-45[data-v-09e76035] { + transform: rotate(45deg) !important; + } + .xl\:-rotate-45[data-v-09e76035] { + transform: rotate(-45deg) !important; + } + .xl\:rotate-90[data-v-09e76035] { + transform: rotate(90deg) !important; + } + .xl\:-rotate-90[data-v-09e76035] { + transform: rotate(-90deg) !important; + } + .xl\:rotate-180[data-v-09e76035] { + transform: rotate(180deg) !important; + } + .xl\:-rotate-180[data-v-09e76035] { + transform: rotate(-180deg) !important; + } +} +.origin-center[data-v-09e76035] { + transform-origin: center !important; +} +.origin-top[data-v-09e76035] { + transform-origin: top !important; +} +.origin-top-right[data-v-09e76035] { + transform-origin: top right !important; +} +.origin-right[data-v-09e76035] { + transform-origin: right !important; +} +.origin-bottom-right[data-v-09e76035] { + transform-origin: bottom right !important; +} +.origin-bottom[data-v-09e76035] { + transform-origin: bottom !important; +} +.origin-bottom-left[data-v-09e76035] { + transform-origin: bottom left !important; +} +.origin-left[data-v-09e76035] { + transform-origin: left !important; +} +.origin-top-left[data-v-09e76035] { + transform-origin: top-left !important; +} +@media screen and (min-width: 576px) { + .sm\:origin-center[data-v-09e76035] { + transform-origin: center !important; + } + .sm\:origin-top[data-v-09e76035] { + transform-origin: top !important; + } + .sm\:origin-top-right[data-v-09e76035] { + transform-origin: top right !important; + } + .sm\:origin-right[data-v-09e76035] { + transform-origin: right !important; + } + .sm\:origin-bottom-right[data-v-09e76035] { + transform-origin: bottom right !important; + } + .sm\:origin-bottom[data-v-09e76035] { + transform-origin: bottom !important; + } + .sm\:origin-bottom-left[data-v-09e76035] { + transform-origin: bottom left !important; + } + .sm\:origin-left[data-v-09e76035] { + transform-origin: left !important; + } + .sm\:origin-top-left[data-v-09e76035] { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 768px) { + .md\:origin-center[data-v-09e76035] { + transform-origin: center !important; + } + .md\:origin-top[data-v-09e76035] { + transform-origin: top !important; + } + .md\:origin-top-right[data-v-09e76035] { + transform-origin: top right !important; + } + .md\:origin-right[data-v-09e76035] { + transform-origin: right !important; + } + .md\:origin-bottom-right[data-v-09e76035] { + transform-origin: bottom right !important; + } + .md\:origin-bottom[data-v-09e76035] { + transform-origin: bottom !important; + } + .md\:origin-bottom-left[data-v-09e76035] { + transform-origin: bottom left !important; + } + .md\:origin-left[data-v-09e76035] { + transform-origin: left !important; + } + .md\:origin-top-left[data-v-09e76035] { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 992px) { + .lg\:origin-center[data-v-09e76035] { + transform-origin: center !important; + } + .lg\:origin-top[data-v-09e76035] { + transform-origin: top !important; + } + .lg\:origin-top-right[data-v-09e76035] { + transform-origin: top right !important; + } + .lg\:origin-right[data-v-09e76035] { + transform-origin: right !important; + } + .lg\:origin-bottom-right[data-v-09e76035] { + transform-origin: bottom right !important; + } + .lg\:origin-bottom[data-v-09e76035] { + transform-origin: bottom !important; + } + .lg\:origin-bottom-left[data-v-09e76035] { + transform-origin: bottom left !important; + } + .lg\:origin-left[data-v-09e76035] { + transform-origin: left !important; + } + .lg\:origin-top-left[data-v-09e76035] { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:origin-center[data-v-09e76035] { + transform-origin: center !important; + } + .xl\:origin-top[data-v-09e76035] { + transform-origin: top !important; + } + .xl\:origin-top-right[data-v-09e76035] { + transform-origin: top right !important; + } + .xl\:origin-right[data-v-09e76035] { + transform-origin: right !important; + } + .xl\:origin-bottom-right[data-v-09e76035] { + transform-origin: bottom right !important; + } + .xl\:origin-bottom[data-v-09e76035] { + transform-origin: bottom !important; + } + .xl\:origin-bottom-left[data-v-09e76035] { + transform-origin: bottom left !important; + } + .xl\:origin-left[data-v-09e76035] { + transform-origin: left !important; + } + .xl\:origin-top-left[data-v-09e76035] { + transform-origin: top-left !important; + } +} +@keyframes fadein-09e76035 { + 0% { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fadeout-09e76035 { + 0% { + opacity: 1; + } + to { + opacity: 0; + } +} +@keyframes scalein-09e76035 { + 0% { + opacity: 0; + transform: scaleY(0.8); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: scaleY(1); + } +} +@keyframes slidedown-09e76035 { + 0% { + max-height: 0; + } + to { + max-height: auto; + } +} +@keyframes slideup-09e76035 { + 0% { + max-height: 1000px; + } + to { + max-height: 0; + } +} +@keyframes fadeinleft-09e76035 { + 0% { + opacity: 0; + transform: translateX(-100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateX(0); + } +} +@keyframes fadeoutleft-09e76035 { + 0% { + opacity: 1; + transform: translateX(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateX(-100%); + } +} +@keyframes fadeinright-09e76035 { + 0% { + opacity: 0; + transform: translateX(100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateX(0); + } +} +@keyframes fadeoutright-09e76035 { + 0% { + opacity: 1; + transform: translateX(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateX(100%); + } +} +@keyframes fadeinup-09e76035 { + 0% { + opacity: 0; + transform: translateY(-100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateY(0); + } +} +@keyframes fadeoutup-09e76035 { + 0% { + opacity: 1; + transform: translateY(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateY(-100%); + } +} +@keyframes fadeindown-09e76035 { + 0% { + opacity: 0; + transform: translateY(100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 1; + transform: translateY(0); + } +} +@keyframes fadeoutdown-09e76035 { + 0% { + opacity: 1; + transform: translateY(0); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), + opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + to { + opacity: 0; + transform: translateY(100%); + } +} +@keyframes animate-width-09e76035 { + 0% { + width: 0; + } + to { + width: 100%; + } +} +@keyframes flip-09e76035 { + 0% { + transform: perspective(2000px) rotateX(-100deg); + } + to { + transform: perspective(2000px) rotateX(0); + } +} +@keyframes flipleft-09e76035 { + 0% { + transform: perspective(2000px) rotateY(-100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateY(0); + opacity: 1; + } +} +@keyframes flipright-09e76035 { + 0% { + transform: perspective(2000px) rotateY(100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateY(0); + opacity: 1; + } +} +@keyframes flipup-09e76035 { + 0% { + transform: perspective(2000px) rotateX(-100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateX(0); + opacity: 1; + } +} +@keyframes zoomin-09e76035 { + 0% { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); + } + 50% { + opacity: 1; + } +} +@keyframes zoomindown-09e76035 { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + } +} +@keyframes zoominleft-09e76035 { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + } +} +@keyframes zoominright-09e76035 { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + } +} +@keyframes zoominup-09e76035 { + 0% { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + } +} +.fadein[data-v-09e76035] { + animation: fadein-09e76035 0.15s linear; +} +.fadeout[data-v-09e76035] { + animation: fadeout-09e76035 0.15s linear; +} +.slidedown[data-v-09e76035] { + animation: slidedown-09e76035 0.45s ease-in-out; +} +.slideup[data-v-09e76035] { + animation: slideup-09e76035 0.45s cubic-bezier(0, 1, 0, 1); +} +.scalein[data-v-09e76035] { + animation: scalein-09e76035 0.15s linear; +} +.fadeinleft[data-v-09e76035] { + animation: fadeinleft-09e76035 0.15s linear; +} +.fadeoutleft[data-v-09e76035] { + animation: fadeoutleft-09e76035 0.15s linear; +} +.fadeinright[data-v-09e76035] { + animation: fadeinright-09e76035 0.15s linear; +} +.fadeoutright[data-v-09e76035] { + animation: fadeoutright-09e76035 0.15s linear; +} +.fadeinup[data-v-09e76035] { + animation: fadeinup-09e76035 0.15s linear; +} +.fadeoutup[data-v-09e76035] { + animation: fadeoutup-09e76035 0.15s linear; +} +.fadeindown[data-v-09e76035] { + animation: fadeindown-09e76035 0.15s linear; +} +.fadeoutdown[data-v-09e76035] { + animation: fadeoutdown-09e76035 0.15s linear; +} +.animate-width[data-v-09e76035] { + animation: animate-width-09e76035 1s linear; +} +.flip[data-v-09e76035] { + backface-visibility: visible; + animation: flip-09e76035 0.15s linear; +} +.flipup[data-v-09e76035] { + backface-visibility: visible; + animation: flipup-09e76035 0.15s linear; +} +.flipleft[data-v-09e76035] { + backface-visibility: visible; + animation: flipleft-09e76035 0.15s linear; +} +.flipright[data-v-09e76035] { + backface-visibility: visible; + animation: flipright-09e76035 0.15s linear; +} +.zoomin[data-v-09e76035] { + animation: zoomin-09e76035 0.15s linear; +} +.zoomindown[data-v-09e76035] { + animation: zoomindown-09e76035 0.15s linear; +} +.zoominleft[data-v-09e76035] { + animation: zoominleft-09e76035 0.15s linear; +} +.zoominright[data-v-09e76035] { + animation: zoominright-09e76035 0.15s linear; +} +.zoominup[data-v-09e76035] { + animation: zoominup-09e76035 0.15s linear; +} +.animation-duration-100[data-v-09e76035] { + animation-duration: 0.1s !important; +} +.animation-duration-150[data-v-09e76035] { + animation-duration: 0.15s !important; +} +.animation-duration-200[data-v-09e76035] { + animation-duration: 0.2s !important; +} +.animation-duration-300[data-v-09e76035] { + animation-duration: 0.3s !important; +} +.animation-duration-400[data-v-09e76035] { + animation-duration: 0.4s !important; +} +.animation-duration-500[data-v-09e76035] { + animation-duration: 0.5s !important; +} +.animation-duration-1000[data-v-09e76035] { + animation-duration: 1s !important; +} +.animation-duration-2000[data-v-09e76035] { + animation-duration: 2s !important; +} +.animation-duration-3000[data-v-09e76035] { + animation-duration: 3s !important; +} +.animation-delay-100[data-v-09e76035] { + animation-delay: 0.1s !important; +} +.animation-delay-150[data-v-09e76035] { + animation-delay: 0.15s !important; +} +.animation-delay-200[data-v-09e76035] { + animation-delay: 0.2s !important; +} +.animation-delay-300[data-v-09e76035] { + animation-delay: 0.3s !important; +} +.animation-delay-400[data-v-09e76035] { + animation-delay: 0.4s !important; +} +.animation-delay-500[data-v-09e76035] { + animation-delay: 0.5s !important; +} +.animation-delay-1000[data-v-09e76035] { + animation-delay: 1s !important; +} +.animation-iteration-1[data-v-09e76035] { + animation-iteration-count: 1 !important; +} +.animation-iteration-2[data-v-09e76035] { + animation-iteration-count: 2 !important; +} +.animation-iteration-infinite[data-v-09e76035] { + animation-iteration-count: infinite !important; +} +.animation-linear[data-v-09e76035] { + animation-timing-function: linear !important; +} +.animation-ease-in[data-v-09e76035] { + animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; +} +.animation-ease-out[data-v-09e76035] { + animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; +} +.animation-ease-in-out[data-v-09e76035] { + animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; +} +.animation-fill-none[data-v-09e76035] { + animation-fill-mode: none !important; +} +.animation-fill-forwards[data-v-09e76035] { + animation-fill-mode: forwards !important; +} +.animation-fill-backwards[data-v-09e76035] { + animation-fill-mode: backwards !important; +} +.animation-fill-both[data-v-09e76035] { + animation-fill-mode: both !important; +} +#id-question[data-v-09e76035] { + height: 60px; +} +#id-answer[data-v-09e76035] { + height: calc(100vh - 160px); +} +#badge-learn[data-v-09e76035] { + color: var(--1e1f0cf0) !important; + background: var(--5a1de7c1); +} +.hide > br[data-v-09e76035], +.hide[data-v-09e76035] { + display: var(--e74d6adc) !important; +} +input[data-v-09e76035]::-moz-placeholder { + color: #000; + opacity: 0.5; +} +input[data-v-09e76035]::placeholder { + color: #000; + opacity: 0.5; +} +.p-inputgroup-addon[data-v-09e76035]:hover { + cursor: pointer; +} +#id-question { + height: 60px; +} +#id-answer { + height: calc(100vh - 160px); +} +.md-editor { + height: calc(100% - 30px); +} +.md-editor .cm-editor, +.md-editor-preview { + font-size: 16px; +} +svg.md-editor-icon { + height: 25px; + width: 25px; +} +#id-404 { + font-size: 60px; +} +#id-notfound { + font-size: 30px; +} diff --git a/app/doc/开发指南.html b/app/doc/开发指南.html new file mode 100644 index 0000000..10695f4 --- /dev/null +++ b/app/doc/开发指南.html @@ -0,0 +1,539 @@ + + +开发指南
开发指南
添加链接
diff --git a/app/formatter.py b/app/formatter.py new file mode 100644 index 0000000..9e414bf --- /dev/null +++ b/app/formatter.py @@ -0,0 +1,98 @@ +import re +import math + +#将弧度转换为度分秒 +def rad2dms(r): + d = r * 180 / math.pi + m = (d - int(d)) * 60 + d = int(d) + s = (m - int(m)) * 60 + m = int(m) + return d, m, s + +#将度分秒转换为弧度 +def dms2rad(d, m, s): + return (d + m / 60 + s / 360) / 180 * math.pi + +class string: + dtype = str + def __init__(self): + pass + def str2val(self, s): + return s + def val2str(self, v): + return v + +class integer: + dtype = int + def __init__(self, fmt = "%d"): + self.fmt = fmt + def str2val(self, s): + s = s.strip() + if not s: + return None + try: + v = int(s) + except: + v = int(float(s)) + return v + def val2str(self, v): + return self.fmt % v + +class decimal: + dtype = float + def __init__(self, fmt = "%.3f", epsilon = 1e-4): + self.fmt = fmt + self.epsilon = epsilon + def str2val(self, s): + s = s.strip() + if not s: + return None + return float(s) + def val2str(self, v): + if abs(v) < self.epsilon: + v = 0.0 + return self.fmt % v + +class kdecimal: + dtype = float + def __init__(self, fmt = "%07.3f", epsilon = 1e-4): + self.fmt = fmt + self.epsilon = epsilon + def str2val(self, s): + s = s.strip() + if not s: + return None + match = re.match(r"[kK](\d+)\+(\d+(?:\.\d+)?)", s) + if match is None: + raise RuntimeError(f"pattern not matched: {s}") + a = match.group(1) + b = match.group(2) + return float(a + b) + def val2str(self, v): + a = v // 1000 + b = v % 1000 + if abs(b - 1000) < self.epsilon: + a += 1 + b = 0.0 + elif abs(b) < self.epsilon: + b = 0.0 + return f"K%d+{self.fmt}" % (a, b) + +class angle: + dtype = float + def __init__(self): + pass + def str2val(self, s): + s = s.strip() + if not s: + return None + match = re.match(r"(\d+)°(\d+)′(\d+(?:\.\d+)?)″", s) + if match is None: + raise RuntimeError(f"pattern not matched: {s}") + d = int(match.group(1)) + m = int(match.group(2)) + s = float(match.group(3)) + return dms2rad(d, m, s) + def val2str(self, v): + return "%2d°%02d′%05.2f″" % rad2dms(v) diff --git a/app/main.py b/app/main.py new file mode 100644 index 0000000..c961923 --- /dev/null +++ b/app/main.py @@ -0,0 +1,39 @@ +# -*- encoding: utf-8 -*- + +import os +import sys +import argparse +from IPython.terminal.embed import InteractiveShellEmbed as interactive_shell_embed +import IPython.core.page + +import config +from main_window import main_window +from main_app import main_app + +def page_printer(data, start = 0, screen_lines = 0, pager_cmd = None): + if isinstance(data, dict): + data = data["text/plain"] + print(data) + +IPython.core.page.page = page_printer +ipshell = interactive_shell_embed( + user_ns = globals(), colors = "Linux", +) + +parser = argparse.ArgumentParser( + prog = "道路数据处理", + description = "", + # epilog = "Text at the bottom of help", +) +parser.add_argument("-f", "--file", type = str, help = "启动前加载的Python脚本文件", default = "") +arg = parser.parse_args() + +if __name__ == "__main__": + app = main_app(sys.argv) + window = main_window(ipshell) + window.show() + window.redirect() + if arg.file: + window.load_script(arg.file) + + sys.exit(app.exec()) diff --git a/app/main_app.py b/app/main_app.py new file mode 100644 index 0000000..d7e9185 --- /dev/null +++ b/app/main_app.py @@ -0,0 +1,26 @@ +from PyQt6.QtCore import Qt +from PyQt6.QtWidgets import ( + QApplication) +from PyQt6.QtGui import (QPalette, QColor, QColorConstants) + +class main_app(QApplication): + def __init__(self, *arg): + super(main_app, self).__init__(*arg) + + self.setStyle("Fusion") + palette = QPalette() + palette.setColor(QPalette.ColorRole.Window, QColor(53, 53, 53)) + palette.setColor(QPalette.ColorRole.WindowText, QColorConstants.White) + palette.setColor(QPalette.ColorRole.Base, QColor(25, 25, 25)) + palette.setColor(QPalette.ColorRole.AlternateBase, QColor(53, 53, 53)) + palette.setColor(QPalette.ColorRole.ToolTipBase, QColorConstants.White) + palette.setColor(QPalette.ColorRole.ToolTipText, QColorConstants.Black) + palette.setColor(QPalette.ColorRole.Text, QColorConstants.White) + palette.setColor(QPalette.ColorRole.Button, QColor(53, 53, 53)) + palette.setColor(QPalette.ColorRole.ButtonText, QColorConstants.White) + palette.setColor(QPalette.ColorRole.BrightText, QColorConstants.Red) + palette.setColor(QPalette.ColorRole.Link, QColor(42, 130, 218)) + palette.setColor(QPalette.ColorRole.Highlight, QColor(42, 130, 218)) + palette.setColor(QPalette.ColorRole.HighlightedText, QColorConstants.Black) + palette.setColor(QPalette.ColorRole.PlaceholderText, QColor(150, 150, 150)) + self.setPalette(palette) diff --git a/app/main_window.py b/app/main_window.py new file mode 100644 index 0000000..d8ce6b0 --- /dev/null +++ b/app/main_window.py @@ -0,0 +1,304 @@ +# -*- encoding: utf-8 -*- + +import os +import sys +import re +import time +import yaml +import webbrowser + +from PyQt6.QtCore import Qt +from PyQt6.QtWidgets import ( + QMainWindow, QFileDialog, + QMessageBox, +) +from PyQt6.QtGui import ( + QIcon, QAction, QFont, +) + +import color +import config +from widget_display import widget_display +from widget_tree import widget_tree +from widget_interact import widget_interact +from widget_term import widget_term +import formatter +import sheet + +font = QFont("consolas", 10) +font.setFamilies(["consolas", "黑体"]) + +class message_about(QMessageBox): + def __init__(self, window, *arg): + super(message_about, self).__init__(*arg) + self.window = window + self.setIcon(QMessageBox.Icon.Information) + self.setText("关于") + self.setInformativeText("by 李隆坤\n nugnikoll@qq.com") + self.setWindowTitle("关于") + # self.setDetailedText("The details are as follows:") + self.setStandardButtons(QMessageBox.StandardButton.Ok) + +class main_window(QMainWindow): + def __init__(self, ipshell, *arg): + super(main_window, self).__init__(*arg) + self.ipshell = ipshell + self.stdout_save = sys.stdout + self.stderr_save = sys.stderr + + sheet.window = self + self.ipshell.user_ns["formatter"] = formatter + self.ipshell.user_ns["sheet"] = sheet.sheet + self.ipshell.user_ns["cell"] = sheet.cell + self.ipshell.user_ns["graph"] = sheet.graph + self.ipshell.user_ns["plot"] = sheet.plot + self.ipshell.user_ns["param"] = sheet.param + + self.setFont(font) + self.setWindowTitle("数据处理") + self.statusBar().showMessage("就绪") + + self.create_menubar() + + self.widget_display = widget_display(self) + self.widget_display.setObjectName("widget display") + self.setCentralWidget(self.widget_display) + self.widget_tree = widget_tree(self) + self.widget_tree.setObjectName("widget tree") + self.addDockWidget(Qt.DockWidgetArea.LeftDockWidgetArea, self.widget_tree) + self.widget_interact = widget_interact(self) + self.widget_interact.setObjectName("widget interact") + self.addDockWidget(Qt.DockWidgetArea.RightDockWidgetArea, self.widget_interact) + self.widget_term = widget_term(self) + self.widget_term.setObjectName("widget term") + self.addDockWidget(Qt.DockWidgetArea.BottomDockWidgetArea, self.widget_term) + + self.widget_display.initial_table() + + if "main_window" in config.config: + if "geometry" in config.config["main_window"]: + self.restoreGeometry(config.config["main_window"]["geometry"]) + if "state" in config.config["main_window"]: + self.restoreState(config.config["main_window"]["state"]) + + #redirect iostream + def redirect(self): + self.stdout_save = sys.stdout + self.stderr_save = sys.stderr + + sys.stdout = self.widget_term.text_term + sys.stderr = self.widget_term.text_term + + def restore_redirect(self): + sys.stdout = self.stdout_save + sys.stderr = self.stderr_save + + def create_menubar(self): + menu_file = self.menuBar().addMenu("文件(&F)") + # act_new_game = QAction( + # "新文件(&N)", self, shortcut = "Ctrl+N", + # statusTip = "创建一个新文件", triggered = self.new_file + # ) + # menu_file.addAction(act_new_game) + act_import_data = QAction( + "导入数据(&I)", self, shortcut = "Ctrl+I", + statusTip = "从文件导入数据到表格", triggered = self.on_import_data + ) + menu_file.addAction(act_import_data) + act_export_data = QAction( + "导出数据(&E)", self, shortcut = "Ctrl+T", + statusTip = "将表格数据导出到文件", triggered = self.on_export_data + ) + menu_file.addAction(act_export_data) + act_reset_data = QAction( + "重置数据(&R)", self, #shortcut = "Ctrl+R", + statusTip = "将表格数据重置为初始数据", triggered = self.on_reset_data + ) + menu_file.addAction(act_reset_data) + act_load_script = QAction( + "运行脚本(&L)", self, shortcut = "Ctrl+L", + statusTip = "加载并运行一个Python脚本", triggered = self.on_load_script + ) + menu_file.addAction(act_load_script) + act_quit = QAction( + "退出(&Q)", self, shortcut = "Alt+F4", + statusTip = "退出程序", triggered = self.close + ) + menu_file.addAction(act_quit) + + # menu_edit = self.menuBar().addMenu("编辑(&E)") + # act_undo = QAction( + # "撤销(&U)", self, shortcut = "Ctrl+Z", + # statusTip = "撤销最新修改", triggered = self.undo + # ) + # menu_edit.addAction(act_undo) + # act_redo = QAction( + # "重做(&R)", self, shortcut = "Ctrl+Y", + # statusTip = "恢复最新修改", triggered = self.redo + # ) + # menu_edit.addAction(act_redo) + + menu_window = self.menuBar().addMenu("窗口(&W)") + act_widget_tree = QAction( + "项目窗口(&P)", self, + statusTip = "显示/隐藏 项目窗口", triggered = self.toggle_widget_tree + ) + menu_window.addAction(act_widget_tree) + act_widget_interact = QAction( + "交互窗口(&I)", self, + statusTip = "显示/隐藏 交互窗口", triggered = self.toggle_widget_interact + ) + menu_window.addAction(act_widget_interact) + act_widget_term = QAction( + "终端窗口(&T)", self, + statusTip = "显示/隐藏 终端窗口", triggered = self.toggle_widget_term + ) + menu_window.addAction(act_widget_term) + + menu_help = self.menuBar().addMenu("帮助(&H)") + act_doc_develop = QAction( + "开发指南(&D)", self, shortcut = "F1", + statusTip = "在浏览器中阅读开发指南", triggered = self.show_doc_develop + ) + menu_help.addAction(act_doc_develop) + act_about = QAction( + "关于(&A)", self, + statusTip = "关于数据处理", triggered = self.show_about + ) + menu_help.addAction(act_about) + + def on_import_data(self, filename = None): + if self.widget_display.get_current_widget() is None: + return + if not filename: + if hasattr(self.on_import_data, "filename"): + path_hint = os.path.dirname(self.on_import_data.filename) + else: + path_hint = "" + filename, _ = QFileDialog.getOpenFileName(self, "从文件导入数据", path_hint, "CSV文件(*.csv)") + if not filename: + return + + if len(filename) < 4 or filename[-4:] != ".csv": + filename += ".csv" + + filename = filename.replace("\\", "\\\\") + filename = filename.replace("\"", "\\\"") + + widget_id = self.widget_display.get_current_id() + self.process(f"sheet(\"{widget_id}\").load_file(\"{filename}\")") + + def on_export_data(self, filename = None): + if self.widget_display.get_current_widget() is None: + return + if not filename: + if hasattr(self.on_export_data, "filename"): + path_hint = os.path.dirname(self.on_export_data.filename) + else: + path_hint = "" + filename, _ = QFileDialog.getSaveFileName(self, "导出数据到文件", path_hint, "CSV文件(*.csv)") + if not filename: + return + + if len(filename) < 4 or filename[-4:] != ".csv": + filename += ".csv" + + filename = filename.replace("\\", "\\\\") + filename = filename.replace("\"", "\\\"") + + widget_id = self.widget_display.get_current_id() + self.process(f"sheet(\"{widget_id}\").dump_file(\"{filename}\")") + + def on_reset_data(self): + widget_id = self.widget_display.get_current_id() + self.process(f"sheet(\"{widget_id}\").reset_content()") + + def get_config(self): + data = { + "main_window": { + "geometry": self.saveGeometry().data(), + "state": self.saveState().data(), + #"widget_interact": self.widget_interact.get_config(), + }, + } + return data + + def closeEvent(self, event): + self.restore_redirect() + + data = self.get_config() + with open(config.config_file, "w", encoding = "utf-8") as fobj: + yaml.safe_dump(data, fobj, allow_unicode = True) + + super().closeEvent(event) + + #process command + def process(self, s): + s = s.replace("\u2029", "\n") + + print(f"{color.light_green}>>{color.nc}" + s) + + if not s: + return + if s[0] == "%": + result = self.ipshell.magic(s) + if result: + print(result) + else: + query = re.search(r"[_0-9a-zA-Z.]+\?", s) + if query: + result = self.ipshell.magic("pinfo " + query.group()[:-1]) + else: + query = re.search(r"[_0-9a-zA-Z.]+\?\?", s) + if query: + result = self.ipshell.magic("pinfo2 " + query.group()[:-1]) + self.ipshell.ex(s) + + #load and execute a script + def load_script(self, filename): + with open(filename, "r", encoding = "utf-8") as fobj: + content = fobj.read() + self.ipshell.ex(content) + + #load and execute a script + def on_load_script(self, filename = None): + if not filename: + filename, _ = QFileDialog.getOpenFileName(self, "加载python脚本", "", "Python脚本(*.py)") + if not filename: + return + filename = filename.replace("\\", "\\\\") + filename = filename.replace("\"", "\\\"") + self.process(f"window.load_script(\"{filename}\")") + + def undo(self): + pass + + def redo(self): + pass + + def show_doc_develop(self, event): + doc_file = os.path.join(config.doc_path, "开发指南.html") + webbrowser.open_new_tab(doc_file) + + def show_about(self, event): + if not hasattr(self, "msg_about"): + self.msg_about = message_about(self) + self.msg_about.exec() + + def toggle_widget_interact(self, event): + if self.widget_interact.isVisible(): + self.widget_interact.hide() + else: + self.widget_interact.show() + + def toggle_widget_tree(self, event): + if self.widget_tree.isVisible(): + self.widget_tree.hide() + else: + self.widget_tree.show() + + def toggle_widget_term(self, event): + if self.widget_term.isVisible(): + self.widget_term.hide() + else: + self.widget_term.show() diff --git a/app/script/calc_center_stake.py b/app/script/calc_center_stake.py new file mode 100644 index 0000000..8262b12 --- /dev/null +++ b/app/script/calc_center_stake.py @@ -0,0 +1,106 @@ +#计算中桩坐标 + +import math + +#直曲表 +sheet_align = sheet("alignment_table") + +#坐标计算表 +sheet_coord = sheet("coord_calc") + +row1 = 4 +row2 = 2 + +with sheet_align: + ss1 = 0 + while not sheet_coord[row2, 1].empty(): + lxzh = sheet_coord[row2, 1].value #待计算点桩号 + xjd = cell(row1, 1).value #交点x坐标 + yjd = cell(row1, 2).value #交点y坐标 + kjd = cell(row1, 3).value #jd点桩号 + a0 = cell(row1, 20).value #后切线方位角 + + if cell(row1, 13).empty(): + x = xjd - (kjd - lxzh) * math.cos(a0) + y = yjd - (kjd - lxzh) * math.sin(a0) + sheet_coord[row2, 2].value = x + sheet_coord[row2, 3].value = y + sheet_coord[row2, 4].value = a0 + else: + a1 = cell(row1 + 1, 20).value #前切线方位角 + r = cell(row1, 6).value #圆曲线半径 + ls1 = cell(row1, 7).value #第一缓和曲线长 + ls2 = cell(row1, 8).value #第二缓和曲线长 + t1 = cell(row1, 9).value #第一切线长 + t2 = cell(row1, 10).value #第二切线长 + ll = cell(row1, 11).value #曲线长 + ly = ll - ls1 - ls2 #圆曲线长 + kzh = cell(row1, 13).value #zh点桩号 + khy = cell(row1, 14).value #hy点桩号 + kqz = cell(row1, 15).value #qz点桩号 + kyh = cell(row1, 16).value #yh点桩号 + khz = cell(row1, 17).value #hz点桩号 + zy = cell(row1, 21).value #路线左右偏代码 + + if lxzh <= kzh: #直线段上的点 + l = kzh - lxzh + x = xjd - (t1 + l) * math.cos(a0) + y = yjd - (t1 + l) * math.sin(a0) + sheet_coord[row2, 2].value = x + sheet_coord[row2, 3].value = y + sheet_coord[row2, 4].value = a0 + elif lxzh > kzh and lxzh < khy: #第一回旋线上的点 + if ss1 != 3: + x1 = xjd - t1 * math.cos(a0) + y1 = yjd - t1 * math.sin(a0) + ss1 = 3 + l = lxzh - kzh + xp = l - l ** 5 / (40 * (r * ls1) ** 2) + l ** 9 / (3456 * (r * ls1) ** 4) + yp = l ** 3 / (6 * r * ls1) - l ** 7 / (336 * (r * ls1) ** 3) + l ** 11 / (42240 * (r * ls1) ** 5) + x = x1 + xp * math.cos(a0) - zy * yp * math.sin(a0) + y = y1 + xp * math.sin(a0) + zy * yp * math.cos(a0) + b = a0 + zy * l * l / (2 * r * ls1) + b %= math.pi * 2 + sheet_coord[row2, 2].value = x + sheet_coord[row2, 3].value = y + sheet_coord[row2, 4].value = b + elif lxzh >= khy and lxzh <= kyh: #圆曲线上的点 + if ss1 != 4: + x1 = xjd - t1 * math.cos(a0) + y1 = yjd - t1 * math.sin(a0) + q1 = ls1 / 2 - ls1 ** 3 / (240 * r ** 2) + ls1 ** 5 / (34560 * r ** 4) + p1 = ls1 ** 2 / (24 * r) - ls1 ** 4 / (2688 * r ** 3) + ls1 ** 6 / (506880 * r ** 5) + ss1 = 4 + l = lxzh - kzh + tp = (2 * l - ls1) / 2 / r + xp = r * math.sin(tp) + q1 + yp = r * (1 - math.cos(tp)) + p1 + x = x1 + xp * math.cos(a0) - zy * yp * math.sin(a0) + y = y1 + xp * math.sin(a0) + zy * yp * math.cos(a0) + b = a0 + zy * tp + b %= math.pi * 2 + sheet_coord[row2, 2].value = x + sheet_coord[row2, 3].value = y + sheet_coord[row2, 4].value = b + elif lxzh > kyh and lxzh < khz: #第二回旋线上的点 + if ss1 != 5: + x1 = xjd + t2 * math.cos(a1) + y1 = yjd + t2 * math.sin(a1) + ss1 = 5 + l = khz - lxzh + xp = l - l ** 5 / (40 * (r * ls2) ** 2) + l ** 9 / (3456 * (r * ls2) ** 4) + yp = l ** 3 / (6 * r * ls2) - l ** 7 / (336 * (r * ls2) ** 3) + l ** 11 / (42240 * (r * ls2) ** 5) + x = x1 - xp * math.cos(a1) - zy * yp * math.sin(a1) + y = y1 - xp * math.sin(a1) + zy * yp * math.cos(a1) + b = a1 - zy * l * l / (2 * ls2 * r) + b %= math.pi * 2 + sheet_coord[row2, 2].value = x + sheet_coord[row2, 3].value = y + sheet_coord[row2, 4].value = b + else: + ss1 = 10 + row1 += 1 + row2 -= 1 + row2 += 1 + +sheet_coord.fit_content() diff --git a/app/script/calc_elevation.py b/app/script/calc_elevation.py new file mode 100644 index 0000000..04d3c9a --- /dev/null +++ b/app/script/calc_elevation.py @@ -0,0 +1,67 @@ +# 计算中桩设计高程 + +import color + +#纵断面表 +sheet_longitudinal = sheet("longitudinal_profile") + +#坐标计算表 +sheet_coord = sheet("coord_calc") + +def sgn(x): + if x > 0: + return 1 + if x < 0: + return -1 + return 0 + +def calc_elevation(): + with sheet_longitudinal: + row = 0 + while not cell(row, 0).empty(): + row += 1 + if row < 2: + print(f"{color.red}错误{color.nc}:纵断面表缺少高程设计数据") + return + max_row = row + + min_chainage = cell(0, 0).value + max_chainage = cell(max_row - 1, 0).value + + row = 2 + d = 0 + while not sheet_coord[row, 1].empty(): + chainage = sheet_coord[row, 1].value + if min_chainage <= chainage <= max_chainage: + row2 = 1 + while not cell(row2, 0).empty(): + if chainage < cell(row2, 0).value: + break + row2 = row2 + 1 + start_chainage = cell(row2 - 1, 0).value #起始里程 + end_chainage = cell(row2, 0).value #终止里程 + if cell(row2 - 1, 2).empty(): + start_radius = None + else: + start_radius = cell(row2 - 1, 2).value * sgn(cell(row2, 4).value - cell(row2 - 1, 4).value) #起始半径 + end_radius = cell(row2, 2).value * sgn(cell(row2 + 1, 4).value - cell(row2, 4).value) #终止半径 + start_t = cell(row2 - 1, 6).value or 0 #起始切线长 + end_t = cell(row2, 6).value #终止切线长 + start_h = cell(row2 - 1, 1).value #起始高程 + ratio = cell(row2, 4).value / 100 #坡度 + + elevation = start_h + (chainage - start_chainage) * ratio + + if chainage < start_chainage + start_t: + d = (start_chainage + start_t - chainage) ** 2 / 2 / start_radius + elif chainage > end_chainage - end_t: + if end_t < 0.000001: + d = 0 + else: + d = (chainage - end_chainage + end_t) ** 2 / 2 / end_radius + elevation += d + sheet_coord[row, 5].value = elevation + + row += 1 + +calc_elevation() diff --git a/app/script/calc_measure_data.py b/app/script/calc_measure_data.py new file mode 100644 index 0000000..323265a --- /dev/null +++ b/app/script/calc_measure_data.py @@ -0,0 +1,71 @@ +#计算轨道数据 + +import numpy as np +import color + +#轨道数据表 +sheet_measure = sheet("measure_data") + +def linear_regression(x, y): + n = x.size + sx = x.sum() + sx2 = (x ** 2).sum() + sy = y.sum() + sxy = (x * y).sum() + delta = n * sx2 - sx ** 2 + a = (n * sxy - sx * sy) / delta + b = (sx2 * sy - sx * sxy) / delta + return a, b + +def calc_measure_data(): + diff_param = param("height_diff_param").strip() + if not diff_param: + print(f"{color.yellow}警告:{color.nc}缺少高差参数") + diff_param = 0 + else: + diff_param = float(diff_param) + + with sheet_measure: + row = 0 + left = [] + right = [] + while not cell(row, 1).empty(): + left.append(cell(row, 1).value) + right.append(cell(row, 3).value) + row += 1 + left = np.array(left, dtype = np.float64) + right = np.array(right, dtype = np.float64) + n = left.size + index = np.array(range(left.size), dtype = np.float64) + h_diff = (left - right) * 1000 + diff_param + # left_a, left_b = linear_regression(index, left) + # right_a, right_b = linear_regression(index, right) + left_a = (left[-1] - left[0]) / (n - 1) + left_b = left[0] + right_a = (right[-1] - right[0]) / (n - 1) + right_b = right[0] + + left_diff = (left - left_a * index - left_b) * 1000 + right_diff = (right - right_a * index - right_b) * 1000 + + left_diff2 = left_diff[1: -1] - (left_diff[2:] + left_diff[:-2]) / 2 + right_diff2 = right_diff[1: -1] - (right_diff[2:] + right_diff[:-2]) / 2 + + for row, data in enumerate(h_diff): + cell(row, 4).value = data + for row, data in enumerate(left_diff): + cell(row, 5).value = data + for row, data in enumerate(right_diff): + cell(row, 6).value = data + for row, data in enumerate(left_diff2): + cell(row + 1 , 7).value = data + for row, data in enumerate(right_diff2): + cell(row + 1 , 8).value = data + + graph("road_graph").plot(index, left, "左轨", index, right, "右轨") + graph("road_relative_graph").plot(index, left_diff, "左轨", index, right_diff, "右轨") + graph("road_horizon_graph").plot(index, h_diff, "轨道水平") + graph("road_concave_graph").plot(index[1:-1], left_diff2, "左轨", index[1:-1], right_diff2, "右轨") + +calc_measure_data() +sheet_measure.fit_content() diff --git a/app/script/calc_side_stake.py b/app/script/calc_side_stake.py new file mode 100644 index 0000000..dda72d9 --- /dev/null +++ b/app/script/calc_side_stake.py @@ -0,0 +1,31 @@ +#计算边桩坐标 + +import math + +sheet_coord = sheet("coord_calc") + +with sheet_coord: + row = 2 + while not cell(row, 2).empty(): + x = cell(row, 2).value + y = cell(row, 3).value + a = cell(row, 4).value + if not cell(row, 6).empty(): + d = cell(row, 6).value + if cell(row, 7).empty(): + ap = math.pi / 2 + else: + ap = cell(row, 7).value + cell(row, 8).value = x - math.cos(a + ap) * d + cell(row, 9).value = y - math.sin(a + ap) * d + if not cell(row, 10).empty(): + d = cell(row, 10).value + if cell(row, 11).empty(): + ap = math.pi / 2 + else: + ap = cell(row, 11).value + cell(row, 12).value = x + math.cos(a + ap) * d + cell(row, 13).value = y + math.sin(a + ap) * d + row += 1 + +sheet_coord.fit_content() diff --git a/app/script/calc_slope_param.py b/app/script/calc_slope_param.py new file mode 100644 index 0000000..fb667ac --- /dev/null +++ b/app/script/calc_slope_param.py @@ -0,0 +1,20 @@ +#计算坡道参数 + +sheet_longitudinal = sheet("longitudinal_profile") + +with sheet_longitudinal: + row = 1 + while not cell(row, 1).empty(): + cell(row, 3).value = cell(row, 0).value - cell(row - 1, 0).value #坡长 + cell(row, 4).value = (cell(row, 1).value - cell(row - 1, 1).value) / cell(row, 3).value * 100 #坡度 + row = row + 1 + + row = 1 + while not cell(row + 1, 1).empty(): + diff = cell(row + 1, 4).value - cell(row, 4).value #坡度差 + cell(row, 5).value = cell(row, 2).value * abs(diff / 100) #曲线长 + cell(row, 6).value = cell(row, 5).value / 2 #切线长 + cell(row, 7).value = cell(row, 6).value * diff / 400 #外距 + row += 1 + +sheet_longitudinal.fit_content() diff --git a/app/script/clear_slope_param.py b/app/script/clear_slope_param.py new file mode 100644 index 0000000..3c1e958 --- /dev/null +++ b/app/script/clear_slope_param.py @@ -0,0 +1,8 @@ +# 清空计算的坡道参数 + +sheet_longitudinal = sheet("longitudinal_profile") + +with sheet_longitudinal: + for row in range(sheet_longitudinal.row): + for col in range(3, sheet_longitudinal.col): + cell(row, col).value = None diff --git a/app/script/create_alignment_table.py b/app/script/create_alignment_table.py new file mode 100644 index 0000000..1b385d6 --- /dev/null +++ b/app/script/create_alignment_table.py @@ -0,0 +1,142 @@ +# 生成直曲表 + +import math +import numpy as np + +#计算方位角 +def azimuth(x1, y1, x2, y2): + dx = x2 - x1 + dy = y2 - y1 + if abs(dy) < 1e-6: + if dx > 0: + return 0 + else: + return math.pi + theta = math.atan(dy / dx) + if dx < 0: + theta += math.pi + #print(dx, dy, theta / math.pi * 180) + return theta + +#计算两点距离 +def distance(x1, y1, x2, y2): + dx = x2 - x1 + dy = y2 - y1 + return math.sqrt(dx**2 + dy**2) + + +#平面资料表 +sheet_surface = sheet("surface_statistics") + +#直曲表 +sheet_align = sheet("alignment_table") + +#创建3*5矩阵 数据类型为64位浮点数 初始值为0 +#用于存储中间数据 +pm = np.zeros((3, 5), dtype = np.float64) + +with sheet_surface: + jd = cell(0, 1).value + pm[0, 0] = cell(0, 2).value + pm[0, 1] = cell(0, 3).value + stt = cell(0, 7).value + +with sheet_align: + sheet_align.clear_content() + sheet_align.initial() + + cell(3, 0).value = jd + cell(3, 1).value = pm[0, 0] + cell(3, 2).value = pm[0, 1] + cell(3, 3).value = stt + + for row in range(0, sheet_surface.row): + with sheet_surface: + if cell(row + 2, 2).empty(): + break + + pm[0,0] = cell(row, 2).value + pm[0,1] = cell(row, 3).value + jd = cell(row + 1, 1).value + + for col in range(2, 7): + pm[1, col - 2] = cell(row + 1, col).value + pm[2, col - 2] = cell(row + 2, col).value + + theta1 = azimuth(pm[0, 0], pm[0, 1], pm[1, 0], pm[1, 1]) + theta2 = azimuth(pm[1, 0], pm[1, 1], pm[2, 0], pm[2, 1]) + d = distance(pm[0, 0], pm[0, 1], pm[1, 0], pm[1, 1]) + dtheta = theta2 - theta1 + sign = 1 + if dtheta < 0: + sign = -1 + dtheta = abs(dtheta) + + # 计算曲线要素 + q1 = pm[1, 3] / 2 - pm[1, 3] ** 3 / (240 * pm[1, 2] ** 2) + pm[1, 3] ** 5 / (34560 * pm[1, 2] ** 4) + q2 = pm[1, 4] / 2 - pm[1, 4] ** 3 / (240 * pm[1, 2] ** 2) + pm[1, 4] ** 5 / (34560 * pm[1, 2] ** 4) + p1 = pm[1, 3] ** 2 / (24 * pm[1, 2]) - pm[1, 3] ** 4 / (2688 * pm[1, 2] ** 3) + pm[1, 3] ** 6 / (506880 * pm[1, 2] ** 5) + p2 = pm[1, 4] ** 2 / (24 * pm[1, 2]) - pm[1, 4] ** 4 / (2688 * pm[1, 2] ** 3) + pm[1, 4] ** 6 / (506880 * pm[1, 2] ** 5) + t1 = q1 + (pm[1, 2] + p2 - (pm[1, 2] + p1) * math.cos(dtheta)) / math.sin(dtheta) + t2 = q2 + (pm[1, 2] + p1 - (pm[1, 2] + p2) * math.cos(dtheta)) / math.sin(dtheta) + ly = pm[1, 2] * dtheta - (pm[1, 3] + pm[1, 4]) / 2 + ll = ly + pm[1, 3] + pm[1, 4] + eh = (pm[1, 2] + p1 / 2 + p2 / 2) / math.cos(dtheta / 2) - pm[1, 2] + + # 计算主点桩号 + + # 填写直曲表 + cell(row + 4, 0).value = jd + cell(row + 4, 1).value = pm[1, 0] + cell(row + 4, 2).value = pm[1, 1] + if sign == 1: + cell(row + 4, 5).value = dtheta + else: + cell(row + 4, 4).value = dtheta + cell(row + 4, 6).value = pm[1, 2] #半径 + cell(row + 4, 7).value = pm[1, 3] #第一缓和曲线 + cell(row + 4, 8).value = pm[1, 4] #第二缓和曲线 + cell(row + 4, 9).value = t1 #第一切线长 + cell(row + 4, 10).value = t2 #第二切线长 + cell(row + 4, 11).value = ll #曲线长 + cell(row + 4, 12).value = eh #外距 + cell(row + 4, 19).value = d #交点间距 + + t1_before = cell(row + 3, 9).value or 0 + t2_before = cell(row + 3, 10).value or 0 + ll_before = cell(row + 3, 11).value or 0 + cell(row + 4, 18).value = cell(row + 4, 19).value - t2_before - cell(row + 4, 9).value #夹直线长度 + cell(row + 4, 20).value = theta1 #计算方位角 + cell(row + 4, 21).value = sign #路线左右偏代码 + cell(row + 4, 13).value = cell(row + 3, 3).value - t1_before + ll_before + cell(row + 4, 18).value #ZH点桩号 + cell(row + 4, 3).value = cell(row + 4, 13).value + cell(row + 4, 9).value #交点桩号 + cell(row + 4, 17).value = cell(row + 4, 13).value + cell(row + 4, 11).value #HZ点桩号 + cell(row + 4, 14).value = cell(row + 4, 13).value + cell(row + 4, 7).value #HY点桩号 + cell(row + 4, 16).value = cell(row + 4, 17).value - cell(row + 4, 8).value #YH点桩号 + cell(row + 4, 15).value = cell(row + 4, 14).value + ly / 2 #QZ点桩号 + + with sheet_surface: + pm[0, 0] = cell(row, 2).value + pm[0, 1] = cell(row, 3).value + jd = cell(row + 1, 1).value + + for col in range(5): + pm[1, col] = cell(row + 1, col + 2).value + + #计算方位角 + theta1 = azimuth(pm[0, 0], pm[0, 1], pm[1, 0], pm[1, 1]) + d = distance(pm[0, 0], pm[0, 1], pm[1, 0], pm[1, 1]) + + #填写直曲表 + cell(row + 4, 0).value = jd + cell(row + 4, 1).value = pm[1, 0] + cell(row + 4, 2).value = pm[1, 1] + cell(row + 4, 19).value = d + cell(row + 4, 18).value = cell(row + 4, 19).value - cell(row + 3, 10).value - (cell(row + 4, 9).value or 0) + cell(row + 4, 3).value = cell(row + 3, 17).value + cell(row + 4, 18).value + cell(row + 4, 20).value = theta1 + +sheet_align.fit_content() + +script_file = os.path.join(config.script_path,"create_linear_feature.py") +window.load_script(script_file) diff --git a/app/script/create_linear_feature.py b/app/script/create_linear_feature.py new file mode 100644 index 0000000..e43e951 --- /dev/null +++ b/app/script/create_linear_feature.py @@ -0,0 +1,167 @@ +# 生成线元要素表 + +import copy +import numpy + +#直曲表 +sheet_align = sheet("alignment_table") + +#线元数据表 +sheet_linear = sheet("linear_feature") + +#生成线元数据 +sheet_linear.clear_content() + +row1 = 3 +row2 = 0 +epsilon = 0.0005 + +sheet_linear[row2, 0].value = sheet_align[row1, 3].value +sheet_linear[row2, 6].value = sheet_align[row1 + 1, 20].value +sheet_linear[row2, 7].value = sheet_align[row1, 1].value +sheet_linear[row2, 8].value = sheet_align[row1, 2].value + +row1 += 1 +row2 += 1 + +while not sheet_align[row1, 6].empty(): + sheet_linear[row2, 0].value = sheet_align[row1, 13].value + if abs(sheet_linear[row2, 0].value - sheet_linear[row2 - 1, 0].value) > epsilon: + sheet_linear[row2, 2].value = 0 + sheet_linear[row2, 3].value = 0 + row2 += 1 + + sheet_linear[row2, 0].value = sheet_align[row1, 14].value + if abs(sheet_linear[row2, 0].value - sheet_linear[row2 - 1, 0].value) > epsilon: + sheet_linear[row2, 2].value = 0 + sheet_linear[row2, 3].value = sheet_align[row1, 6].value * sheet_align[row1, 21].value + row2 += 1 + + sheet_linear[row2, 0].value = sheet_align[row1, 16].value + if abs(sheet_linear[row2, 0].value - sheet_linear[row2 - 1, 0].value) > epsilon: + sheet_linear[row2, 2].value = sheet_align[row1, 6].value * sheet_align[row1, 21].value + sheet_linear[row2, 3].value = sheet_linear[row2, 2].value + row2 += 1 + + sheet_linear[row2, 0].value = sheet_align[row1, 17].value + if abs(sheet_linear[row2, 0].value - sheet_linear[row2 - 1, 0].value) > epsilon: + sheet_linear[row2, 2].value = sheet_align[row1, 6].value * sheet_align[row1, 21].value + sheet_linear[row2, 3].value = 0 + row2 += 1 + + row1 += 1 + + sheet_linear[row2, 0].value = sheet_align[row1, 3].value + sheet_linear[row2, 2].value = 0 + sheet_linear[row2, 3].value = 0 + +#线元要素计算 + +def calc_linear_type(x, y): + #0-圆曲线,1-直线,2-缓和曲线 + epsilon = 0.00001 + if abs(x - y) >= epsilon: + return 2 + if abs(x) < epsilon: + return 1 + return 0 + +# 定义桩点 +class stake_point: + def __init__( + self, chainage = 0, x = 0, y = 0, z = 0, + alpha = 0, beta = 0, rho = 0 + ): + self.chainage = chainage #里程 + self.x = x #x坐标 + self.y = y #y坐标 + self.z = z #高程 + self.alpha = alpha #切线方位角 + self.beta = beta # + self.rho = rho #曲率 + +# 缓和曲线 +# 起点里程、曲率、坐标、切线方位角以及终点里程、曲率确定一条缓和曲线 +class curve: + def __init__(self, start = None, end = None): + if start is None: + self.start = stake_point() + else: + self.start = copy.copy(start) #起始桩点 + if end is None: + self.end = stake_point() + else: + self.end = copy.copy(end) #终止桩点 + + # 求缓和曲线曲率变化参数 + def get_ratio(self): + return math.sqrt((self.end.chainage - self.start.chainage) / abs(self.end.rho - self.start.rho)) + + # 求里程为chainage的一点处的曲率、坐标及切线方位角,采用Gauss-Legendre公式计算 + def get_point(self, chainage): + + l = chainage - self.start.chainage + ll = self.end.chainage - self.start.chainage + if abs(ll) < 0.001: + return copy.copy(self.start) + + sp = stake_point(chainage = chainage) + # 求点的切线方位角及曲率 + sp.rho = self.start.rho + (self.end.rho - self.start.rho) * l / ll # 曲率线性变化 + sp.alpha = self.start.alpha + (self.start.rho + sp.rho) * l / 2 + sp.alpha %= 2 * math.pi + + f = np.zeros((2, 4), dtype = np.float64) + f[0, 0] = 0.0694318442 + f[0, 1] = 0.3300094782 + f[0, 2] = 1 - f[0, 1] + f[0, 3] = 1 - f[0, 0] + f[1, 0] = 0.1739274226 + f[1, 1] = 0.3260725774 + f[1, 2] = f[1, 1] + f[1, 3] = f[1, 0] + + s1 = 0 + s2 = 0 + a0 = self.start.alpha + c0 = self.start.rho + c1 = self.end.rho + h = (c1 - c0) * l * l / (2 * ll) + for i in range(4): + s1 = s1 + f[1, i] * math.cos(a0 + c0 * l * f[0, i] + h * f[0, i] * f[0, i]) + s2 = s2 + f[1, i] * math.sin(a0 + c0 * l * f[0, i] + h * f[0, i] * f[0, i]) + sp.x = self.start.x + l * s1 + sp.y = self.start.y + l * s2 + + return sp + +row = 1 +with sheet_linear: + while not cell(row, 0).empty(): + cell(row, 1).value = cell(row, 0).value - cell(row - 1, 0).value + if cell(row, 2).value != 0: + cell(row, 4).value = 1 / cell(row, 2).value + if cell(row, 3).value != 0: + cell(row, 5).value = 1 / cell(row, 3).value + cell(row, 9).value = calc_linear_type(cell(row, 2).value, cell(row, 3).value) + + cv = curve() + cv.start.chainage = cell(row - 1, 0).value + cv.start.rho = (cell(row, 4).value or 0) + cv.start.alpha = cell(row - 1, 6).value + cv.start.x = cell(row - 1, 7).value + cv.start.y = cell(row - 1, 8).value + cv.end.chainage = cell(row, 0).value + cv.end.rho = (cell(row, 5).value or 0) + + if cell(row, 9).value == 2: + cell(row, 10).value = cv.get_ratio() + + sp = cv.get_point(cv.end.chainage) + cell(row, 6).value = sp.alpha + cell(row, 7).value = sp.x + cell(row, 8).value = sp.y + + row += 1 + +sheet_linear.fit_content() diff --git a/app/script/create_stake_point.py b/app/script/create_stake_point.py new file mode 100644 index 0000000..98a466e --- /dev/null +++ b/app/script/create_stake_point.py @@ -0,0 +1,59 @@ +# 生成桩号 + +import re +import color + +line_gap = int(param("line_gap")) +curve_gap = int(param("curve_gap")) + +with sheet("alignment_table"): + if cell(3, 2).empty(): + print(f"{color.red}错误{color.nc}:缺少数据") + start = cell(3, 3).value + j = 4 + while not cell(j, 3).empty(): + j += 1 + end = cell(j - 1, 3).value + +align_table = [0] * 5 +list_label = ["ZH", "HY", "QZ", "YH", "HZ", ""] +list_stake = [] +pos = start - (start % line_gap) +with sheet("alignment_table"): + row = 5 + while not cell(row, 13).empty(): + for k in range(13, 18): + align_table[k - 13] = cell(row, k).value + + while pos + line_gap < align_table[0]: + pos += line_gap + list_stake.append([row, pos, 5]) + + pos = align_table[0] - (align_table[0] % curve_gap) + while pos + curve_gap < align_table[4]: + pos += curve_gap + list_stake.append([row, pos, 5]) + pos = align_table[4] - (align_table[4] % line_gap) + + for k in range(5): + list_stake.append([row, align_table[k], k]) + + row += 1 + + while pos + line_gap < end: + pos += line_gap + list_stake.append([row, pos, 5]) + + list_stake.append([row, end, 5]) + +with sheet("coord_calc") as sheet_coord: + for row in range(2, sheet_coord.row): + for col in range(6): + cell(row, col).clear() + list_stake.sort() + for row, stake in enumerate(list_stake): + row += 2 + cell(row, 0).text = list_label[stake[2]] + cell(row, 1).value = stake[1] + + sheet_coord.fit_content() diff --git a/app/script/format_alignment_table.py b/app/script/format_alignment_table.py new file mode 100644 index 0000000..3828ded --- /dev/null +++ b/app/script/format_alignment_table.py @@ -0,0 +1,15 @@ +import formatter + +#规定表格中的数据格式 +def table_formatter(row, col): + if row < 3: # 直曲表前3行为表头,不做格式转化 + return None + if col in [6, 7, 8]: + return formatter.integer() + elif col in [1, 2, 9, 10, 11, 12, 18, 19]: + return formatter.decimal() + elif col in [3, 13, 14, 15, 16, 17]: + return formatter.kdecimal() + elif col in [4, 5, 20]: + return formatter.angle() + return None diff --git a/app/script/format_coord_calc.py b/app/script/format_coord_calc.py new file mode 100644 index 0000000..a4b6d3a --- /dev/null +++ b/app/script/format_coord_calc.py @@ -0,0 +1,15 @@ +import formatter + +#规定表格中的数据格式 +def table_formatter(row, col): + if row < 2: + return None + if col in [2, 3, 5, 6, 8, 9, 10, 12, 13, 14, 15, 16]: + return formatter.decimal() + elif col in [1]: + return formatter.kdecimal() + elif col in [4, 7, 11]: + return formatter.angle() + elif col in []: + return formatter.integer() + return None diff --git a/app/script/format_linear_feature.py b/app/script/format_linear_feature.py new file mode 100644 index 0000000..2ce68ef --- /dev/null +++ b/app/script/format_linear_feature.py @@ -0,0 +1,31 @@ +import formatter + +class linear_type: + dtype = int + table = ["圆曲线", "直线", "缓和曲线"] + def __init__(self): + pass + def str2val(self, s): + return linear_type.table.index(s) + + def val2str(self, v): + return linear_type.table[v] + +#规定表格中的数据格式 +def table_formatter(row, col): + if col in [2, 3]: + return formatter.integer() + elif col in [1, 7, 8]: + return formatter.decimal() + elif col in [0]: + return formatter.kdecimal() + elif col in [6]: + return formatter.angle() + elif col in [4, 5]: + return formatter.decimal(fmt = "%.8f") + elif col in [10]: + return formatter.decimal(fmt = "%.2f") + elif col in [9]: + return linear_type() + return None + diff --git a/app/script/format_longitudinal_profile.py b/app/script/format_longitudinal_profile.py new file mode 100644 index 0000000..f41f784 --- /dev/null +++ b/app/script/format_longitudinal_profile.py @@ -0,0 +1,13 @@ +import formatter + +#规定表格中的数据格式 +def table_formatter(row, col): + if col in [2]: + return formatter.integer() + elif col in [1, 3, 4, 5, 6, 7]: + return formatter.decimal() + elif col in [0]: + return formatter.kdecimal() + elif col in []: + return formatter.angle() + return None diff --git a/app/script/format_measure_data.py b/app/script/format_measure_data.py new file mode 100644 index 0000000..953b498 --- /dev/null +++ b/app/script/format_measure_data.py @@ -0,0 +1,11 @@ +import formatter + +#规定表格中的数据格式 +def table_formatter(row, col): + if col in []: + return formatter.decimal() # 小数 默认精确到后三位 + elif col in [4, 5, 6, 7, 8]: + return formatter.decimal("%.2f") # 小数 精确到后两位 + elif col in [1, 3]: + return formatter.decimal("%.5f") # 小数 精确到后五位 + return None diff --git a/app/script/format_surface_statistic.py b/app/script/format_surface_statistic.py new file mode 100644 index 0000000..35ba91c --- /dev/null +++ b/app/script/format_surface_statistic.py @@ -0,0 +1,13 @@ +import formatter + +#规定表格中的数据格式 +def table_formatter(row, col): + if col in [0, 4, 5, 6, 7]: + return formatter.integer() # 整数 + elif col in [2, 3]: + return formatter.decimal() # 小数 + elif col in []: + return formatter.kdecimal() # k#+###.###格式的小数 + elif col in []: + return formatter.angle() # 角度 + return None diff --git a/app/script/load_measure_data.py b/app/script/load_measure_data.py new file mode 100644 index 0000000..ef4359f --- /dev/null +++ b/app/script/load_measure_data.py @@ -0,0 +1,123 @@ +#导入测量的轨道数据 + +import re +from PyQt6.QtWidgets import QFileDialog +import color + +def get_filename(filename = None): + if not filename: + if hasattr(get_filename, "filename"): + path_hint = os.path.dirname(get_filename.filename) + else: + path_hint = "" + filename, _ = QFileDialog.getOpenFileName(window, "从DAT文件导入数据", path_hint, "DAT数据文件(*.dat *.DAT)") + if not filename: + return + + if len(filename) < 4 or filename[-4:].lower() != ".dat": + filename += ".dat" + + filename = filename.replace("\\", "\\\\") + filename = filename.replace("\"", "\\\"") + return filename + +def load_measure_data(file_name): + with open(file_name, "r") as fobj: + raw = fobj.readlines() + + flag = False + r1 = [] + + for line in raw: + line = line.strip() + match = re.match(r"For\s+M5\|Adr\s+", line) + if match is None: + raise RuntimeError("Unrecognized data: {line}") + m = match.group(0) + pos = len(m) + line = line[pos:] + + match = re.match(r"\d+\|([0-9A-Z]+)\s+", line) + if match is None: + raise RuntimeError("Unrecognized data: {line}") + m = match.group(0) + pos = len(m) + line = line[pos:] + + match = re.match(r"[0-9a-zA-Z\.\-]+", line) + if match is None: + raise RuntimeError("Unrecognized data: {line}") + label = match.group(0) + pos = len(label) + line = line[pos:] + + match = re.match(r"KZ\d*", label) + if not match is None: + label = match.group(0) + pos = len(label) + line = line[pos:] + #print("控制点", label, line) + continue + + if label == "Intermediate": + flag = True + continue + + if label == "End": + flag = False + continue + + if not flag: + continue + + match = re.match(r"[A-Z]*\d+[\.\-]\d+", label) + if match is None: + continue + + data = line.split("|") + data = data[3] + match = re.match(r"[0-9a-zA-Z]+\s+(\d+\.\d+)", data) + if match is None: + raise RuntimeError(f"找不到所需数据: {data}") + data = match.group(1) + + #print("轨道点", label, data) + r1.append([label, data]) + + r2 = [] + for label, data in r1: + match = re.match(r"([A-Z]*)(\d+)[\.\-](\d+)", label) + l = match.group(1) + d1 = int(match.group(2)) + d2 = int(match.group(3)) + d3 = float(data) + r2.append([l, d1, d2, d3]) + + r2.sort(key = lambda x: (x[1], x[2])) + # for line in r2: + # print(f"{line[0]}{line[1]}.{line[2]} {line[3]}") + return r2 + +filename = get_filename() +if filename: + #轨道数据表 + sheet_measure = sheet("measure_data") + + data = load_measure_data(filename) + sheet_measure.clear_content() + with sheet_measure: + for line in data: + label = "%s%d.%d" % tuple(line[:3]) + row = line[1] - 1 + flag = line[2] > 1 + if line[2] > 2: + print(f"{color.yellow}警告{color.nc}:编号{label}第2个数字大于2,当作右轨处理") + data = line[3] + if flag: + cell(row, 2).value = label + cell(row, 3).value = data + else: + cell(row, 0).value = label + cell(row, 1).value = data + + sheet_measure.fit_content() diff --git a/app/sheet.py b/app/sheet.py new file mode 100644 index 0000000..9e27048 --- /dev/null +++ b/app/sheet.py @@ -0,0 +1,164 @@ +window = None + +class project: + list_id = [] + def __init__(self, id): + self.id = id + + def __enter__(self): + project.list_id.append(self.id) + return self + + def __exit__(self, *args): + project.list_id.pop() + +class sheet: + list_widget = [] + def __init__(self, sheet_id): + widget = window.widget_display.map_table[sheet_id] + self.id = sheet_id + self.widget = widget + + def __enter__(self): + sheet.list_widget.append(self.widget) + return self + + def __exit__(self, *args): + sheet.list_widget.pop() + + def at(self, *args): + c = cell(*args, widget = self.widget) + return c + + def __getitem__(self, index): + if type(index) is tuple: + return self.at(*index) + else: + return self.at(index) + + @property + def row(self): + return self.widget.row + + @row.setter + def row(self, row): + self.widget.row = row + + @property + def col(self): + return self.widget.col + + @col.setter + def col(self, col): + self.widget.col = col + + def clear(self): + self.widget.clear() + + def clear_content(self): + self.widget.clearContents() + + def initial(self): + self.widget.initial() + + def reset_content(self): + self.widget.reset_content() + + def fit_content(self): + self.widget.fit_content() + + def load_data(self, *arg, **kwarg): + self.widget.load_data(*arg, **kwarg) + + def dump_data(self, *arg, **kwarg): + return self.widget.dump_data(*arg, **kwarg) + + def load_str(self, *arg, **kwarg): + self.widget.load_str(*arg, **kwarg) + + def dump_str(self, *arg, **kwarg): + return self.widget.dump_str(*arg, **kwarg) + + def load_file(self, *arg, **kwarg): + self.widget.load_file(*arg, **kwarg) + + def dump_file(self, *arg, **kwarg): + self.widget.dump_file(*arg, **kwarg) + +class cell: + def __init__(self, *arg, widget = None): + if len(arg) == 1: + pos = arg[0] + pos = pos.lower() + row = None + col = None + match = re.match(r"([a-z]+)(\d+)", pos) + if not match: + raise RuntimeError(f"unrecognized pos: \"{pos}\"") + row = match.group(2) + cl = match.group(1) + row = int(row) - 1 + col = 0 + for chr in cl: + col *= 26 + col += ord(chr) - ord("a") + + elif len(arg) == 2: + row = arg[0] + col = arg[1] + else: + raise RuntimeError("The number of params should not be more than 2") + + self.item = None + if widget is None and sheet.list_widget: + widget = sheet.list_widget[-1] + if widget: + self.item = widget.at(row, col) + + @property + def text(self): + return self.item.text + + @text.setter + def text(self, s): + self.item.text = s + + @property + def value(self): + return self.item.value + + @value.setter + def value(self, v): + self.item.value = v + + def empty(self): + return self.item.empty() + + def clear(self): + self.item.value = None + +class graph: + list_widget = [] + def __init__(self, graph_id): + widget = window.widget_display.map_graph[graph_id] + self.id = graph_id + self.widget = widget + + def __enter__(self): + graph.list_widget.append(self.widget) + return self + + def __exit__(self, *args): + graph.list_widget.pop() + + def plot(self, *arg, **kwarg): + self.widget.plot(*arg, **kwarg) + +def plot(*arg, **kwarg): + widget = graph.list_widget[-1] + widget.plot(*arg, **kwarg) + +def param(id): + map_input = window.widget_interact.widget_grid.map_input + result = map_input.get(id) + return result diff --git a/app/text_term.py b/app/text_term.py new file mode 100644 index 0000000..48c63b3 --- /dev/null +++ b/app/text_term.py @@ -0,0 +1,110 @@ +import re + +from PyQt6.QtWidgets import ( + QTextEdit, +) +from PyQt6.QtGui import ( + QColor, + QTextCharFormat, QTextCursor +) + +import color + +class text_term(QTextEdit): + def __init__(self, window, limit = None, *args): + super().__init__(*args) + self.window = window + self.setTabStopDistance(40) + self.setReadOnly(True) + self.limit = limit + + def erase_text(self, pos_begin, pos_end): + cursor = self.textCursor() + cursor.setPosition(pos_begin) + cursor.movePosition(QTextCursor.NextCharacter, QTextCursor.KeepAnchor, pos_end - pos_begin) + cursor.removeSelectedText() + + def write(self, s): + cursor = self.textCursor() + cursor.setPosition(cursor.currentFrame().lastPosition()) + ptn_color = r"\x1b\[([0-9]+(?:;[0-9]+)*)m" + g = re.finditer(ptn_color, s) + pos1 = 0 + fmt = QTextCharFormat() + fore_color = QColor(200, 200, 200) + back_color = QColor(0, 0, 0) + + for i in g: + cursor.insertText(s[pos1:i.span()[0]], fmt) + text_color = i.group() + match = re.fullmatch(ptn_color, text_color) + match = match.group(1) + match = [int(i) for i in match.split(";")] + # print(text_color, match, file = self.window.stdout_save) + match.reverse() + flag_normal = False + flag_bold = False + + while match: + m = match.pop() + if m <= 1: + fore_color = QColor(200, 200, 200) + back_color = QColor(0, 0, 0) + if m == 1: + flag_bold = True + else: + flag_normal = True + elif ( + 30 <= m <= 37 or 40 <= m <= 47 + or 90 <= m <= 97 or 100 <= m <= 107 + ): + flag = False + if m >= 40: + m -= 10 + flag = True + if m >= 90: + m -= 90 - 38 + m -= 30 + if flag_normal: + fore_color = color.color_normal_table[m] + elif flag_bold: + fore_color = color.color_bold_table[m] + elif not flag: + fore_color = color.color4_table[m] + else: + back_color = color.color4_table[m] + elif m == 38 or m == 48: + if m == 38: + m = match.pop() + m = match.pop() + fore_color = color.color8_table[m] + elif m == 48: + m = match.pop() + m = match.pop() + back_color = color.color8_table[m] + elif m in (39, 49): + if m == 39: + fore_color = QColor(200, 200, 200) + else: + back_color = QColor(0, 0, 0) + else: + # cursor.insertText(text_color) + break + + fmt.setForeground(fore_color) + fmt.setBackground(back_color) + self.setTextColor(fore_color) + pos1 = i.span()[1] + + cursor.insertText(s[pos1:], fmt) + + if not (self.limit is None): + surplus = self.document().characterCount() - self.limit + if surplus > 0: + self.erase_text(0, surplus) + + self.ensureCursorVisible() + self.setTextCursor(cursor) + + def flush(self): + pass diff --git a/app/util.py b/app/util.py new file mode 100644 index 0000000..da2c543 --- /dev/null +++ b/app/util.py @@ -0,0 +1,7 @@ +import importlib.util + +def load_module(path): + spec = importlib.util.spec_from_file_location("dynamic_module", path) + module = importlib.util.module_from_spec(spec) + spec.loader.exec_module(module) + return module diff --git a/app/widget_display.py b/app/widget_display.py new file mode 100644 index 0000000..8b31226 --- /dev/null +++ b/app/widget_display.py @@ -0,0 +1,763 @@ +# -*- encoding: utf-8 -*- + +import os +import copy +import math +from functools import partial +import numpy as np + +from PyQt6.QtCore import ( + Qt, QSize, QPoint, QPointF, + QMimeData, +) +from PyQt6.QtWidgets import ( + QWidget, QTabWidget, QTableWidget, QTableWidgetItem, + QVBoxLayout, QMenu, QSizePolicy, QHeaderView, + QApplication, QStyledItemDelegate, +) +from PyQt6.QtGui import ( + QIcon, QPainter, QColor, QPen, QBrush, QPalette, + QFont, QPainterPath, QImage, QAction, + QValidator, QIntValidator, QDoubleValidator, +) + +from PyQt6.QtCharts import QChartView, QChart, QLineSeries, QScatterSeries, QValueAxis + +from config import config, data_path, script_path +import util + +font = QFont("consolas", 14) +font.setFamilies(["consolas", "黑体"]) + +def str2data(s, delimiter = None, line_end = "\n"): + if delimiter is None: + delimiter = [",", "\t", ";"] + data = s.split(line_end) + data = [line for line in data] + for i, line in enumerate(data): + ss = "" + l = [] + for c in line: + if c in delimiter: + l.append(ss) + ss = "" + else: + ss += c + l.append(ss) + data[i] = l + return data + +def data2str(data, delimiter = ",", line_end = "\n"): + return line_end.join([delimiter.join(line) for line in data]) + +class optional_int_validator(QIntValidator): + def validate(self, text, pos): + if not text: + return (QValidator.State.Acceptable, text, pos) + return super().validate(text, pos) + +class optional_doublle_validator(QDoubleValidator): + def validate(self, text, pos): + if not text: + return (QValidator.State.Acceptable, text, pos) + return super().validate(text, pos) + +def get_step(span): + base = math.log10(span) + base += 0.1 + b = int(base) + c = int((b - base) * 3) + b = 10.0 ** b + if c == 0: + step = b / 10 + elif c == 1: + step = b / 5 + else: + step = b / 2 + return step + +def get_tick(a, b): + step = get_step(b - a) + list_tick = [] + tick = a - a % step + if tick < a: + tick += step + while tick <= b: + list_tick.append(tick) + tick += step + + return list_tick + +class header_view(QHeaderView): + def __init__(self, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.setContextMenuPolicy(Qt.ContextMenuPolicy.DefaultContextMenu) + + def contextMenuEvent(self, event): + # Get the clicked header position + pos = event.pos() # Position relative to the header + + # Get the logical index of the clicked section + orient = self.orientation() + index = self.logicalIndexAt(pos) + parent = self.parent() + + menu_table = QMenu() + act_insert_above = QAction("在上方插入行", menu_table, triggered = partial(parent.insert_row, index)) + act_insert_below = QAction("在下方插入行", menu_table, triggered = partial(parent.insert_row, index + 1)) + act_remove_row = QAction("删除行", menu_table, triggered = partial(parent.remove_row, index)) + act_insert_left = QAction("在左侧插入列", menu_table, triggered = partial(parent.insert_col, index)) + act_insert_right = QAction("在右侧插入列", menu_table, triggered = partial(parent.insert_col, index + 1)) + act_remove_col = QAction("删除列", menu_table, triggered = partial(parent.remove_col, index)) + if orient == Qt.Orientation.Horizontal: + menu_table.addActions([ + act_insert_left, + act_insert_right, + act_remove_col, + ]) + else: + menu_table.addActions([ + act_insert_above, + act_insert_below, + act_remove_row, + ]) + menu_table.exec(event.globalPos()) + +class table_item(QTableWidgetItem): + def __init__(self, text = "", value = None, formatter = None, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.data = None + self.formatter = formatter + if text: + self.text = text + elif value: + self.value = value + + @property + def text(self): + return super().text() + + @text.setter + def text(self, s): + if self.formatter: + self.data = self.formatter.str2val(s) + if self.data is None: + s = "" + else: + s = self.formatter.val2str(self.data) + super().setText(s) + + @property + def value(self): + if not (self.data is None): + return self.data + if self.formatter: + value = self.formatter.str2val(super().text()) + return value + return super().text() + + @value.setter + def value(self, v): + if v is None: + super().setText("") + elif self.formatter: + super().setText(self.formatter.val2str(v)) + else: + super().setText(str(v)) + self.data = v + + def empty(self): + return self.data is None + +class item_delegate(QStyledItemDelegate): + def createEditor(self, parent, option, index): + # Create the editor widget (e.g., QLineEdit) + editor = super().createEditor(parent, option, index) + + row = index.row() + col = index.column() + item = self.parent().at(row, col) + if item.formatter is None: + pass + elif item.data is None: + item.setText("") + else: + item.setText(str(item.data)) + + if item.formatter: + if item.formatter.dtype is int: + editor.setValidator(optional_int_validator()) + if item.formatter.dtype is float: + editor.setValidator(optional_doublle_validator()) + width = self.parent().horizontalHeader().sectionSize(col) + editor.setFixedWidth(width) + #editor.setMinimumWidth(editor.width()) + return editor + + def setModelData(self, editor, model, index): + # Process data before saving to the model + text = editor.text() + row = index.row() + col = index.column() + item = self.parent().at(row, col) + if text == "": + item.value = None + else: + if item.formatter: + item.value = item.formatter.dtype(text) + else: + item.text = text + + # def displayText(self, value, locale): + # return super().displayText(value, locale) + + # def updateEditorGeometry(self, editor, option, index): + # row = index.row() + # col = index.column() + # item = self.parent().at(row, col) + # editor.setWidth(item.width()) + # editor.setGeometry(option.rect) + # # editor.setGeometry(option.rect.adjusted(0, 0, 0, 0)) + +class widget_table(QTableWidget): + def __init__(self, window, id, config_tab, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + self.app = QApplication.instance() + horizontal_header = header_view(Qt.Orientation.Horizontal, self) + horizontal_header.setMinimumSectionSize(100) + self.setHorizontalHeader(horizontal_header) + self.setVerticalHeader(header_view(Qt.Orientation.Vertical, self)) + self.setItemDelegate(item_delegate(self)) + self.id = id + self.config_tab = config_tab + self.setFont(font) + self.formatter = None + + @property + def row(self): + return super().rowCount() + + @row.setter + def row(self, row): + super().setRowCount(row) + + @property + def col(self): + return super().columnCount() + + @col.setter + def col(self, col): + super().setColumnCount(col) + + def at(self, row, col): + if row >= super().rowCount(): + self.setRowCount(row + 1) + if col >= super().columnCount(): + self.setColumnCount(col + 1) + item = super().item(row, col) + if item is None: + formatter = None + if self.formatter: + formatter = self.formatter(row, col) + item = table_item(formatter = formatter) + super().setItem(row, col, item) + return item + + def clear_content(self): + super().clearContents() + + def load_data(self, data, row_begin = 0, col_begin = 0, row_end = None, col_end = None, as_value = False): + row = row_begin + while (not row_end or row < row_end) and row < len(data): + line = data[row] + col = col_begin + while (not col_end or col < col_end) and col < len(line): + if as_value: + self.at(row, col).value = line[col] + else: + self.at(row, col).text = line[col] + col += 1 + row += 1 + + def dump_data(self, row_begin = 0, col_begin = 0, row_end = None, col_end = None, as_value = False): + if row_end is None: + row_end = self.row + if col_end is None: + col_end = self.col + if row_end <= row_begin or col_end <= col_begin: + return [] + + data = [] + for row in range(row_begin, row_end): + line = [] + for col in range(col_begin, col_end): + if as_value: + line.append(self.at(row, col).value) + else: + line.append(self.at(row, col).text) + data.append(line) + + return data + + def load_str(self, s, delimiter = None, line_end = "\n", *arg, **kwarg): + data = str2data(s, delimiter, line_end) + self.load_data(data, *arg, **kwarg) + + def dump_str(self, delimiter = ",", line_end = "\n", *arg, **kwarg): + data = self.dump_data(*arg, **kwarg) + s = data2str(data, delimiter, line_end) + return s + + def load_file(self, filename, *arg, **kwarg): + with open(filename, "r", encoding="utf-8") as fobj: + content = fobj.read() + self.load_str(content, *arg, **kwarg) + + def dump_file(self, filename, *arg, **kwarg): + s = self.dump_str(*arg, **kwarg) + with open(filename, "w", encoding="utf-8") as fobj: + fobj.write(s) + + def initial(self): + config_tab = self.config_tab + if "row" in config_tab: + self.row = config_tab["row"] + if "col" in config_tab: + self.col = config_tab["col"] + if "column_header" in config_tab: + self.setHorizontalHeaderLabels(config_tab["column_header"]) + if "format_script" in config_tab: + filename = os.path.join(script_path, config_tab["format_script"]) + module = util.load_module(filename) + self.formatter = module.table_formatter + if "data" in config_tab: + data = config_tab["data"] + self.load_data(data) + if "datafile" in config_tab: + datafile = os.path.join(data_path, config_tab["datafile"]) + self.load_file(datafile) + if "span" in config_tab: + for span in config_tab["span"]: + self.setSpan(*span) + self.fit_content() + + def reset_content(self): + self.clear_content() + self.initial() + + def fit_content(self): + header = self.horizontalHeader() + header.resizeSections(QHeaderView.ResizeMode.ResizeToContents) + + def calc_index(self): + list_index = self.selectedIndexes() + if not list_index: + return + min_r = min(list_index, key = lambda x:x.row()).row() + max_r = max(list_index, key = lambda x:x.row()).row() + 1 + min_c = min(list_index, key = lambda x:x.column()).column() + max_c = max(list_index, key = lambda x:x.column()).column() + 1 + flag_rect = (max_r - min_r) * (max_c - min_c) != len(list_index) + flag_row = flag_rect and min_c == 0 and max_c == self.columnCount() + flag_col = flag_rect and min_r == 0 and max_r == self.rowCount() + return list_index, min_r, max_r, min_c, max_c, flag_rect, flag_row, flag_col + + def load_clipboard(self): + clipboard = self.app.clipboard() + mimedata = clipboard.mimeData() + + # if mimedata.hasHtml(): + # # Handle HTML with explicit UTF-16 decoding + # raw_html = bytes(mimedata.data("text/html")) + # try: + # html = raw_html.decode("utf-16") + # except UnicodeDecodeError: + # html = raw_html.decode("utf-8", errors="replace") + # self.parse_html_table(html) + + text = None + if mimedata.hasText(): + # Handle plain text with encoding detection + raw_text = bytes(mimedata.data("text/plain")) + + # Check for UTF-16 BOM + if raw_text.startswith(b"\xff\xfe") or raw_text.startswith(b"\xfe\xff"): + text = raw_text.decode("utf-16") + else: + try: + text = raw_text.decode("utf-8") + except UnicodeDecodeError: + text = raw_text.decode(locale.getpreferredencoding(), errors="replace") + if text is None: + return + + data = str2data(text, delimiter=["\t"]) + return data + + def clear_select(self): + list_index = self.selectedIndexes() + for index in list_index: + row = index.row() + col = index.column() + self.at(row, col).value = None + + def copy_select(self, as_value = False): + data = self.calc_index() + if not data: + return + list_index, min_r, max_r, min_c, max_c, flag_rect, flag_row, flag_col = data + + data = [[""] * (max_c - min_c) for row in range(max_r - min_r)] + for index in list_index: + row = index.row() + col = index.column() + item = self.at(row, col) + if as_value: + if item.value is None: + data[row - min_r][col - min_c] = "" + else: + data[row - min_r][col - min_c] = str(self.at(row, col).value) + else: + data[row - min_r][col - min_c] = self.at(row, col).text + + text = data2str(data, delimiter = "\t") + clipboard = self.app.clipboard() + mimedata = QMimeData() + mimedata.setText(text) + clipboard.setMimeData(mimedata) + + def paste_select(self, as_value = False): + data = self.calc_index() + if not data: + return + list_index, min_r, max_r, min_c, max_c, flag_rect, flag_row, flag_col = data + + data = self.load_clipboard() + + for index in list_index: + row = index.row() + col = index.column() + r = row - min_r + if r >= len(data): + continue + c = col - min_c + line = data[r] + if c >= len(line): + continue + item = self.at(row, col) + if as_value and item.formatter: + if line[c] == "": + item.value = None + else: + dtype = item.formatter.dtype + try: + try: + item.value = dtype(line[c]) + except: + if dtype is int: + item.value = int(float(line[c])) + except: + raise RuntimeError(f"无法将\"{line[c]}\"转化为{dype}类型") + else: + item.text = line[c] + + def insert_row(self, row): + self.insertRow(row) + + def remove_row(self, row): + self.removeRow(row) + + def insert_col(self, col): + self.insertColumn(col) + + def remove_col(self, col): + self.removeColumn(col) + + def contextMenuEvent(self, event): + data = self.calc_index() + if not data: + return + list_index, min_r, max_r, min_c, max_c, flag_rect, flag_row, flag_col = data + + menu_table = QMenu() + act_clear_select = QAction("清空所选区域", menu_table, triggered = self.clear_select) + act_copy_text = QAction("复制所选区域文本", menu_table, triggered = self.copy_select) + act_copy_value = QAction("复制所选区域数据", menu_table, triggered = partial(self.copy_select, True)) + act_paste_text = QAction("粘贴文本到所选区域", menu_table, triggered = self.paste_select) + act_paste_value = QAction("粘贴数据到所选区域", menu_table, triggered = partial(self.paste_select, True)) + menu_table.addActions([ + act_clear_select, + act_copy_text, + act_copy_value, + act_paste_text, + act_paste_value, + ]) + menu_table.exec(event.globalPos()) + + def keyPressEvent(self, event): + if ( + event.key() == Qt.Key.Key_Delete + ): + self.clear_select() + event.accept() + elif ( + event.modifiers() == Qt.KeyboardModifier.ControlModifier + and event.key() == Qt.Key.Key_C + ): + self.copy_select() + event.accept() + elif ( + (event.modifiers() == Qt.KeyboardModifier.ControlModifier | Qt.KeyboardModifier.ShiftModifier) + and event.key() == Qt.Key.Key_C + ): + self.copy_select(as_value = True) + event.accept() + elif ( + event.modifiers() == Qt.KeyboardModifier.ControlModifier + and event.key() == Qt.Key.Key_V + ): + self.paste_select() + event.accept() + elif ( + (event.modifiers() == Qt.KeyboardModifier.ControlModifier | Qt.KeyboardModifier.ShiftModifier) + and event.key() == Qt.Key.Key_V + ): + self.paste_select(as_value = True) + event.accept() + else: + super().keyPressEvent(event) + +class chart_plot(QChart): + def __init__(self, window, config_tab, *arg): + super().__init__(*arg) + self.window = window + + self.setBackgroundBrush(QBrush(QColor(0, 0, 0))) + self.setAnimationOptions(QChart.AnimationOption.SeriesAnimations) + self.legend().setLabelColor(QColor(220, 220, 220)) + + self.axis_x = QValueAxis() + self.axis_y = QValueAxis() + + if "axis_x_title" in config_tab: + title = config_tab["axis_x_title"] + self.axis_x.setTitleText(title) + if "axis_y_title" in config_tab: + title = config_tab["axis_y_title"] + self.axis_y.setTitleText(title) + + axis_list = [self.axis_x, self.axis_y] + for axis in axis_list: + axis.setTitleBrush(QBrush(QColor(220, 220, 220))) + axis.setLabelsColor(QColor(220, 220, 220)) + axis.setLinePenColor(QColor(200, 200, 200)) + axis.setGridLineColor(QColor(100, 100, 100)) + + self.addAxis(self.axis_x, Qt.AlignmentFlag.AlignBottom) + self.addAxis(self.axis_y, Qt.AlignmentFlag.AlignLeft) + + self.list_name = [] + + def plot(self, *arg, **kwarg): + self.removeAllSeries() + self.list_name.clear() + + min_x, max_x = None, None + min_y, max_y = None, None + + for i in range((len(arg) + 2) // 3): + x = arg[i * 3] + y = arg[i * 3 + 1] + line = QLineSeries() + if i * 3 + 2 < len(arg): + name = arg[i * 3 + 2] + else: + name = f"数据{i}" + line.setName(name) + self.list_name.append(name) + self.addSeries(line) + + scatter = QScatterSeries() + scatter.setColor(line.color()) + scatter.setMarkerSize(10) + scatter.setPointLabelsColor(line.color()) + #scatter.setPointLabelsVisible() + self.addSeries(scatter) + + line.attachAxis(self.axis_x) + line.attachAxis(self.axis_y) + scatter.attachAxis(self.axis_x) + scatter.attachAxis(self.axis_y) + + marker = self.legend().markers(scatter) + for i in marker: + i.setVisible(False) + + for i in range(len(x)): + xx = x[i] + yy = y[i] + point = QPointF(xx, yy) + line.append(point) + scatter.append(point) + + # Calculate and set axis ranges + x1, x2 = min(x), max(x) + y1, y2 = min(y), max(y) + if min_x is None: + min_x, max_x = x1, x2 + min_y, max_y = y1, y2 + else: + min_x, max_x = min(min_x, x1), max(max_x, x2) + min_y, max_y = min(min_y, y1), max(max_y, y2) + + # Add 10% padding to axis ranges + + min_x, max_x = min_x - 0.1 * (max_x - min_x), max_x + 0.1 * (max_x - min_x) + min_y, max_y = min_y - 0.1 * (max_y - min_y), max_y + 0.1 * (max_y - min_y) + + self.axis_x.setRange(min_x, max_x) + self.axis_y.setRange(min_y, max_y) + + step = get_step(max_x - min_x) + self.axis_x.setTickType(QValueAxis.TickType.TicksDynamic); + self.axis_x.setTickAnchor(min_x - min_x % step); + self.axis_x.setTickInterval(step); + step = get_step(max_y - min_y) + self.axis_y.setTickType(QValueAxis.TickType.TicksDynamic); + self.axis_y.setTickAnchor(min_y - min_y % step); + self.axis_y.setTickInterval(step); + + def contextMenuEvent(self, event): + if not self.list_name: + return + menu = QMenu() + for index, name in enumerate(self.list_name): + act_toggle_series = QAction(f"显示/隐藏{name}", menu, triggered = partial(self.toggle_series, index)) + menu.addAction(act_toggle_series) + menu.exec(event.screenPos()) + + def toggle_series(self, index): + line = self.series()[index * 2] + scatter = self.series()[index * 2 + 1] + flag = line.isVisible() + flag = not flag + line.setVisible(flag) + scatter.setVisible(flag) + marker = self.legend().markers(scatter) + for i in marker: + i.setVisible(False) + +class chart_view(QChartView): + def __init__(self, window, id, config_tab, *arg): + super().__init__(*arg) + self.window = window + self.id = id + self.config_tab = config_tab + + self.setRenderHint(QPainter.RenderHint.Antialiasing) + self.chart_plot = chart_plot(window, config_tab) + self.setChart(self.chart_plot) + + def plot(self, *arg, **kwarg): + self.chart_plot.plot(*arg, **kwarg) + +class tab_widget(QTabWidget): + def __init__(self, window, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + self.currentChanged.connect(self.on_current_changed) + self.setFont(font) + + def on_current_changed(self, index): + list_id = self.window.widget_display.list_id + if index < 0 or not list_id: + return + table_id = list_id[index] + self.window.widget_interact.load_interact(table_id) + +class widget_display(QWidget): + def __init__(self, window, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + + self.setFont(font) + + layout_base = QVBoxLayout() + self.setLayout(layout_base) + self.tab_widget = tab_widget(window) + layout_base.addWidget(self.tab_widget) + + self.map_table = {} + self.map_graph = {} + self.list_id = [] + + if not ("display" in config): + return + config_display = config["display"] + for project, config_project in config_display.items(): + for config_tab in config_project: + if not "type" in config_tab: + continue + if config_tab["type"] == "table": + id = config_tab["id"] + label = config_tab["label"] + widget = widget_table(self.window, id, config_tab) + self.map_table[id] = widget + elif config_tab["type"] == "graph": + id = config_tab["id"] + label = config_tab["label"] + widget = chart_view(self.window, id, config_tab) + self.map_graph[id] = widget + + def initial_table(self): + for widget in self.map_table.values(): + widget.initial() + + def load_project(self, project): + self.list_id.clear() + self.tab_widget.clear() + if not ("display" in config): + return + + config_display = config["display"] + if not (project in config_display): + return + config_project = config_display[project] + for config_tab in config_project: + if not "type" in config_tab: + continue + id = config_tab["id"] + label = config_tab["label"] + widget = None + if config_tab["type"] == "table": + widget = self.map_table[id] + elif config_tab["type"] == "graph": + widget = self.map_graph[id] + self.list_id.append(id) + self.tab_widget.addTab(widget, label) + self.tab_widget.setTabToolTip(self.tab_widget.count() - 1, f"id:{id}") + + def get_current_widget(self): + widget = self.tab_widget.currentWidget() + return widget + + def get_current_id(self): + widget = self.get_current_widget() + if widget is None: + return + return self.get_current_widget().id + + def load_table(self, data): + widget = self.get_current_widget() + if widget is None: + return + widget.load_table(data) + + def dump_table(self): + widget = self.get_current_widget() + if widget is None: + return + return widget.dump_table() + + diff --git a/app/widget_interact.py b/app/widget_interact.py new file mode 100644 index 0000000..25f9666 --- /dev/null +++ b/app/widget_interact.py @@ -0,0 +1,130 @@ +# -*- encoding:utf-8 -*- + +import os +from PyQt6.QtCore import Qt, QSize +from PyQt6.QtWidgets import ( + QWidget, QDockWidget, QTabWidget, QVBoxLayout, QHBoxLayout, + QGridLayout, QPushButton, QLabel, QLineEdit, QGroupBox, +) +from PyQt6.QtGui import ( + QFont, QIcon, QColor, QIntValidator, QDoubleValidator, +) + +import color +from config import config, script_path + +font = QFont("consolas", 14) +font.setFamilies(["consolas", "黑体"]) + +class edit_input(QLineEdit): + def __init__(self, window, id, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + self.id = id + self.textChanged.connect(self.on_text_changed) + + def on_text_changed(self): + if self.id: + self.window.widget_interact.widget_grid.map_input[self.id] = self.text() + +class button_input(QPushButton): + def __init__(self, window, script, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + self.script = script + self.clicked.connect(self.on_click) + + def on_click(self): + if not self.script: + return + filename = os.path.join(script_path, self.script) + if not os.path.isfile(filename): + raise RuntimeError(f"the path is not a valid file: \"{filename}\"") + + filename = filename.replace("\\", "\\\\") + filename = filename.replace("\"", "\\\"") + self.window.process(f"window.load_script(\"{filename}\")") + +class widget_grid(QWidget): + def __init__(self, window, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + layout_base = QVBoxLayout() + self.setLayout(layout_base) + + group_grid = QGroupBox() + layout_base.addWidget(group_grid) + self.layout_grid = QGridLayout() + group_grid.setLayout(self.layout_grid) + + self.list_widget = [] + self.map_input = {} + + def load_interact(self, table_id): + for widget in self.list_widget: + self.layout_grid.removeWidget(widget) + widget.deleteLater() + self.list_widget.clear() + + if not ("interact" in config): + return + config_interact = config["interact"] + if not (table_id in config_interact): + return + config_interact = config_interact[table_id] + + row = 0 + col = 0 + for cfg in config_interact: + tp = cfg["type"] + label = cfg["label"] + if tp == "input": + if col > 0: + row += 1 + col = 0 + id = cfg.get("id") + if id in self.map_input: + text = self.map_input[id] + else: + text = cfg.get("text", "") + self.map_input[id] = text + label = QLabel(label) + label.setFont(font) + label.setToolTip(f"id:{id}") + + edit = edit_input(self.window, id, text) + self.list_widget.append(label) + self.list_widget.append(edit) + self.layout_grid.addWidget(label, row, 0) + self.layout_grid.addWidget(edit, row, 1) + row += 1 + elif tp == "button": + if "script" in cfg: + script = cfg["script"] + else: + script = None + button = button_input(self.window, script, label) + self.list_widget.append(button) + self.layout_grid.addWidget(button, row, col) + if col == 0: + col += 1 + else: + row += 1 + col = 0 + +class widget_interact(QDockWidget): + + def __init__(self, window, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + + self.setAllowedAreas(Qt.DockWidgetArea.LeftDockWidgetArea | Qt.DockWidgetArea.RightDockWidgetArea) + self.setFont(font) + + self.widget_grid = widget_grid(window) + self.setWidget(self.widget_grid) + + def load_interact(self, table_id): + self.widget_grid.load_interact(table_id) + + diff --git a/app/widget_term.py b/app/widget_term.py new file mode 100644 index 0000000..c792da7 --- /dev/null +++ b/app/widget_term.py @@ -0,0 +1,173 @@ +import re +from PyQt6.QtCore import Qt, QPoint, QStringListModel +from PyQt6.QtWidgets import ( + QDockWidget, QTextEdit, QPlainTextEdit, + QSplitter, QMenu, QCompleter, +) +from PyQt6.QtGui import ( + QFont, QTextCursor, QKeySequence, + QAction, QPalette, QColorConstants, +) +from IPython.core.completer import ( + provisionalcompleter, cursor_to_position, + _deduplicate_completions +) + +from text_term import text_term + +class completer_py(QCompleter): + def __init__(self, widget, *args): + super().__init__(*args) + model = QStringListModel([], self) + self.setWidget(widget) + self.setModel(model) + self.setModelSorting(QCompleter.ModelSorting.CaseInsensitivelySortedModel) + self.setCaseSensitivity(Qt.CaseSensitivity.CaseInsensitive) + self.setWrapAround(False) + self.setCompletionMode(QCompleter.CompletionMode.PopupCompletion) + self.setCaseSensitivity(Qt.CaseSensitivity.CaseInsensitive) + self.activated.connect(widget.insertCompletion) + +class text_input(QPlainTextEdit): + def __init__(self, window, *arg): + super().__init__(*arg) + self.window = window + self.setTabStopDistance(40) + self.setPlaceholderText( + "按 %s 发送命令\n" + "按 %s 自动补全\n" + "按 %s 或 %s 浏览命令历史\n" + % ( + QKeySequence("Ctrl+Enter").toString(QKeySequence.SequenceFormat.NativeText), + QKeySequence("Ctrl+E").toString(QKeySequence.SequenceFormat.NativeText), + QKeySequence("Ctrl+Up").toString(QKeySequence.SequenceFormat.NativeText), + QKeySequence("Ctrl+Down").toString(QKeySequence.SequenceFormat.NativeText), + ) + ) + self.completer_py = completer_py(self) + self.history = [""] + self.history_idx = 0 + + def insertCompletion(self, completion): + tc = self.textCursor() + extra = len(completion) - len(self.completer_py.completionPrefix()) + tc.movePosition(QTextCursor.MoveOperation.Left) + tc.movePosition(QTextCursor.MoveOperation.EndOfWord) + tc.insertText(completion[-extra:]) + self.setTextCursor(tc) + + def textUnderCursor(self): + tc = self.textCursor() + tc.select(QTextCursor.SelectionType.WordUnderCursor) + + return tc.selectedText() + + def focusInEvent(self, event): + if self.completer_py is not None: + self.completer_py.setWidget(self) + + super().focusInEvent(event) + + def keyPressEvent(self, event): + if( + event.key() in (Qt.Key.Key_Enter, Qt.Key.Key_Return) + and bool(event.modifiers() & Qt.KeyboardModifier.ControlModifier) + ): + s = self.toPlainText() + if not s: + return + self.window.process(s) + self.history[-1] = s + if len(self.history) >= 2 and self.history[-1] == self.history[-2]: + self.history.pop() + self.history_idx = len(self.history) + self.history.append("") + self.clear() + return + + if( + event.key() == Qt.Key.Key_Up + and bool(event.modifiers() & Qt.KeyboardModifier.ControlModifier) + and self.history_idx > 0 + ): + if self.history_idx == len(self.history) - 1: + self.history[-1] = self.toPlainText() + self.history_idx -= 1 + self.setPlainText(self.history[self.history_idx]) + return + + if( + event.key() == Qt.Key.Key_Down + and bool(event.modifiers() & Qt.KeyboardModifier.ControlModifier) + and self.history_idx < len(self.history) - 1 + ): + self.history_idx += 1 + self.setPlainText(self.history[self.history_idx]) + return + + if self.completer_py is not None and self.completer_py.popup().isVisible(): + # The following keys are forwarded by the completer to the widget. + if event.key() in (Qt.Key.Key_Enter, Qt.Key.Key_Return, Qt.Key.Key_Escape, Qt.Key.Key_Tab, Qt.Key.Key_Backtab): + event.ignore() + # Let the completer do default behavior. + return + + isShortcut = (bool(event.modifiers() & Qt.KeyboardModifier.ControlModifier) and event.key() == Qt.Key.Key_E) + if self.completer_py is None or not isShortcut: + # Do not process the shortcut when we have a completer. + super().keyPressEvent(event) + + ctrlOrShift = event.modifiers() & (Qt.KeyboardModifier.ControlModifier | Qt.KeyboardModifier.ShiftModifier) + if self.completer_py is None or (ctrlOrShift and len(event.text()) == 0): + return + + eow = "~!@#$%^&*()_+{}|:\"<>?,./;'[]\\-=" + hasModifier = (event.modifiers() != Qt.KeyboardModifier.NoModifier) and not ctrlOrShift + completionPrefix = self.textUnderCursor() + + if not isShortcut and (hasModifier or len(event.text()) == 0 or len(completionPrefix) < 3 or event.text()[-1] in eow): + self.completer_py.popup().hide() + return + + pos = self.textCursor().position() + value = self.document().toRawText() + hint = re.search(r"[_0-9a-zA-Z.%]*$", value[:pos]).group() + pos_hint = pos - len(hint) + hint += re.search(r"^[_0-9a-zA-Z.%]*", value[pos:]).group() + with provisionalcompleter(): + complete_list = _deduplicate_completions(hint, self.window.ipshell.Completer.completions(hint, pos - pos_hint)) + complete_list = list(complete_list) + complete_list = [i.text for i in complete_list] + # complete_list = self.window.ipshell.complete(hint, cursor_pos = pos - pos_hint) + # print(complete_list) + self.completer_py.model().setStringList(complete_list) + + if completionPrefix != self.completer_py.completionPrefix(): + self.completer_py.setCompletionPrefix(completionPrefix) + self.completer_py.popup().setCurrentIndex( + self.completer_py.completionModel().index(0, 0)) + + cr = self.cursorRect() + cr.setWidth(self.completer_py.popup().sizeHintForColumn(0) + self.completer_py.popup().verticalScrollBar().sizeHint().width()) + self.completer_py.complete(cr) + +class widget_term(QDockWidget): + def __init__(self, window, *arg): + super().__init__(*arg) + self.window = window + + self.setAllowedAreas( + Qt.DockWidgetArea.LeftDockWidgetArea | Qt.DockWidgetArea.RightDockWidgetArea + | Qt.DockWidgetArea.TopDockWidgetArea | Qt.DockWidgetArea.BottomDockWidgetArea + ) + font = QFont("consolas", 12) + font.setFamilies(["consolas", "黑体"]) + self.setFont(font) + split = QSplitter(Qt.Orientation.Horizontal) + self.setWidget(split) + + self.text_term = text_term(window, limit = 2 ** 16) + split.addWidget(self.text_term) + + self.text_input = text_input(window) + split.addWidget(self.text_input) diff --git a/app/widget_tree.py b/app/widget_tree.py new file mode 100644 index 0000000..e9cbb36 --- /dev/null +++ b/app/widget_tree.py @@ -0,0 +1,68 @@ +# -*- encoding: utf-8 -*- + +import os +import datetime + +from PyQt6.QtCore import Qt +from PyQt6.QtWidgets import ( + QDockWidget, QTabWidget, QTreeWidget, QTreeWidgetItem, +) +from PyQt6.QtGui import ( + QFont, QIcon, +) + +from config import config + +font = QFont("consolas", 14) +font.setFamilies(["consolas", "黑体"]) + +class tree_item(QTreeWidgetItem): + def __init__(self, data, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.data = data + +class tree_widget(QTreeWidget): + def __init__(self, window, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + + self.setColumnCount(1) + self.setHeaderLabels(["项目"]) + + if "tree" in config: + config_tree = config["tree"] + + def search(node, config): + for child in config: + id = child["id"] + label = child["label"] + data = { + "id": id, + } + item = tree_item(data, [label]) + node.addChild(item) + if "child" in child: + search(item, child["child"]) + + search(self, config_tree) + + self.itemClicked.connect(self.on_item_clicked) + + def addChild(self, item): + return super().addTopLevelItem(item) + + def on_item_clicked(self, item, column): + self.window.widget_display.load_project(item.data["id"]) + +class widget_tree(QDockWidget): + + def __init__(self, window, *arg, **kwarg): + super().__init__(*arg, **kwarg) + self.window = window + + self.setAllowedAreas(Qt.DockWidgetArea.LeftDockWidgetArea | Qt.DockWidgetArea.RightDockWidgetArea) + self.setFont(font) + + self.tree_widget = tree_widget(window) + self.setWidget(self.tree_widget) + diff --git a/pyinstaller/build.ps1 b/pyinstaller/build.ps1 new file mode 100644 index 0000000..ffa0678 --- /dev/null +++ b/pyinstaller/build.ps1 @@ -0,0 +1,19 @@ +. "E:/program/env_win_gui/Scripts/Activate.ps1" +pyinstaller -y program.spec + +$src = "../app/" +$dist = "./dist/dataprocess/" +$files = @("config/", "data/", "script/", "doc/") + +foreach ($file in $files) { + $src_path = Join-Path -Path $src -ChildPath $file + $dist_path = Join-Path -Path $dist -ChildPath $file + + # Check if the file exists before copying + if (Test-Path $src_path) { + Copy-Item -Recurse -Path $src_path -Destination $dist_path -Verbose + Write-Host "Copied: $src_path → $dist_path" + } else { + Write-Warning "Path not found: $src_path" + } +} diff --git a/pyinstaller/program.spec b/pyinstaller/program.spec new file mode 100644 index 0000000..75d4ea5 --- /dev/null +++ b/pyinstaller/program.spec @@ -0,0 +1,172 @@ +# -*- mode: python coding: utf-8 -*- + +# freeze the python application into a stand-alone executable +# https://www.pyinstaller.org/ + +# usage: +# pyinstaller -y visualstock.spec + +import sys +import os +import shutil + +block_cipher = None + +a = Analysis( + ["../app/main.py"], + pathex = ["./"], + binaries = [ + #("../python/*.dll", "./"), + ], + datas = [ + #("../app/config/", "config"), + #("../app/data/", "data"), + #("../app/script/", "script"), + ], + hiddenimports = ["numpy.core.multiarray"], + hookspath = [], + runtime_hooks = [], + excludes = [ + "astroid", + "astropy", + "babel", + "bcolz", + "bcrypt", + "black", + "blib2to3", + "blosc", + "bokeh", + "boto3", + "botocore", + "bottleneck", + "branca", + #"certifi", + "contourpy", + "coverage", + "cryptography", + "cv2", + "cvxopt", + "cytoolz", + "Cython", + "dask", + "distributed", + "django", + "docutils", + "duckdb", + "erfa", + "greenlet", + "h5py", + "jedi", + "jsonschema", + "markupsafe", + "matplotlib", + "nacl", + "netCDF4", + "netcdftime", + "notebook", + "numexpr", + "parso", + "PIL", + "psutil", + "pyarrow", + "pydantic", + "pymongo", + "PyQt5", + "Pythonwin", + #"pytz", + #"regex", + "scikit-image", + "scikit-learn", + "scipy", + "sphinx", + "sqlalchemy", + "tables", + #"tcl", + "tcl8", + #"tk", + "torch", + "torchaudio", + "torchvision", + "tornado", + "msgpack", + "nbconvert", + "nbformat", + "simplejson", + #"win32", + "win32com", + "wx", + "zmq", + "zope", + ], + win_no_prefer_redirects = False, + win_private_assemblies = False, + cipher = block_cipher, + noarchive = False +) + +custom_exclude = [ + "mkl_avx.dll", + "mkl_avx2.dll", + "mkl_avx512.dll", + #"mkl_core.dll", + #"mkl_def.dll", + #"mkl_intel_thread.dll", + "mkl_mc.dll", + "mkl_mc3.dll", + #"mkl_rt.dll", + "mkl_sequential.dll", + "mkl_tbb_thread.dll", + "mkl_vml_avx.dll", + "mkl_vml_avx2.dll", + "mkl_vml_avx512.dll", + "mkl_vml_cmpt.dll", + "mkl_vml_def.dll", + "mkl_vml_mc.dll", + "mkl_vml_mc2.dll", + "mkl_vml_mc3.dll", + "svml_dispmd.dll", +] +binaries = [] +for item in a.binaries: + flag = True + for ptn in custom_exclude: + l = len(ptn) + i = item[0] + if len(i) < l: + continue + if i[-l:] == ptn: + flag = False + if flag: + binaries.append(item) +#print(len(binaries), binaries) +a.binaries = binaries + +pyz = PYZ( + a.pure, a.zipped_data, + cipher = block_cipher +) + +exe = EXE( + pyz, + a.scripts, + [], + exclude_binaries = True, + name = "DataProcess", + debug = False, + bootloader_ignore_signals = False, + strip = False, + upx = False, + console = False, + #icon = "../image/visualstock.png" +) + +coll = COLLECT( + exe, + a.binaries, + a.zipfiles, + a.datas, + strip = False, + upx = True, + upx_exclude = [], + name = "dataprocess" +) diff --git a/pyinstaller/test.bat b/pyinstaller/test.bat new file mode 100644 index 0000000..5dba0b1 --- /dev/null +++ b/pyinstaller/test.bat @@ -0,0 +1,10 @@ +pushd dist\dataprocess + +set PATH_SAVE=%PATH% +set PATH=C:\WINDOWS\System32; + +dataprocess.exe + +set PATH=%PATH_SAVE% + +popd