/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* finance libraries */
/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 316, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 497, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 524, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 555, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 561, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 569, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 576, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 582, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 590, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 600, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 609, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

/* line 42, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 59, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 86, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 98, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 121, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 131, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 141, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 166, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 47, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 66, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 70, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 87, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 141, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 152, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* line 14, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 43, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 87, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 91, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 136, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 136, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 132, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 158, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 158, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 158, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 158, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 158, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 158, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 158, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 158, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 170, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 194, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 46, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

/* line 133, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 138, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 72, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 77, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 85, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 128, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 180, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 41, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 63, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 113, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 215, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 222, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 230, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 31, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 46, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 51, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 58, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 58, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 70, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 81, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 85, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 93, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 98, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 103, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 107, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 112, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 118, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 128, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 133, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 134, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 138, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

/* line 145, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

/* line 153, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 80, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 6, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 184, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 6, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 133, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 140, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 147, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 156, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 170, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 177, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 183, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 189, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 195, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 202, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 213, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 219, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 230, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 213, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 213, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 213, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 213, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 213, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 135, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

/* line 138, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

/* line 147, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 161, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 161, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 181, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 191, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 205, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 205, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, .carousel[data-bs-theme="dark"] .carousel-control-prev-icon,
.carousel[data-bs-theme="dark"] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 128, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

/* line 134, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 139, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 19, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 9, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_extends.scss */
.CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus {
  background: linear-gradient(90deg, #7C32FF 0%, #A235EC 70%, #C738D8 100%);
}

/**************** common css start ****************/
/* line 3, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
body {
  font-family: "Muli", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background: #F7FAFF;
}

@media (min-width: 1200px) {
  /* line 12, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .container {
    max-width: 1310px;
  }
}

/* line 16, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.body_white_bg {
  background: #fff;
}

/* line 19, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.br_5 {
  border-radius: 5px;
}

/* line 23, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 26, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
input:hover, input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 30, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* line 33, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

/* line 37, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form-control {
  border-color: #BBC1C9;
}

/* line 40, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #BBC1C9;
}

/* line 44, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.dropdown-menu {
  margin: 0;
  padding: 0;
}

/* line 48, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.section_padding {
  padding: 120px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 48, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 575.98px) {
  /* line 48, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 63, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.padding_top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  /* line 63, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 63, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .padding_top {
    padding-top: 80px;
  }
}

/* line 72, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.padding_bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  /* line 72, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 72, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .padding_bottom {
    padding-bottom: 80px;
  }
}

/* line 82, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
a {
  text-decoration: none;
  transition: 0.5s;
}

/* line 85, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 91, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #222222;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

/* line 97, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 100, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
h3, .h3 {
  font-size: 26px;
}

/* line 103, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 106, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
h5, .h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

/* line 111, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
li {
  list-style: none;
}

/* line 114, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 118, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #828BB2;
  font-family: "Muli", sans-serif;
  font-weight: 300;
}

/* line 127, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 1s;
}

/* line 133, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.p_30 {
  padding: 30px;
}

@media (max-width: 991px) {
  /* line 133, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .p_30 {
    padding: 20px;
  }
}

/* line 139, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.p_20 {
  padding: 20px;
}

/* line 142, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.p_15 {
  padding: 20px 20px 15px;
}

/* line 145, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.pb_20 {
  padding-bottom: 20px;
}

/* line 148, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mt_60 {
  margin-top: 60px;
}

@media (max-width: 991px) {
  /* line 148, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .mt_60 {
    margin-top: 30px;
  }
}

/* line 154, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mt_25 {
  margin-top: 25px;
}

/* line 158, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mt_30 {
  margin-top: 30px;
}

@media (max-width: 991px) {
  /* line 158, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .mt_30 {
    margin-top: 15px;
  }
}

/* line 165, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 168, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 171, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_15_imp {
  margin-bottom: 13px !important;
}

/* line 174, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 177, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_20_imp {
  margin-bottom: 20px;
}

/* line 180, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_25 {
  margin-bottom: 20px;
}

/* line 183, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_50 {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 183, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .mb_50 {
    margin-bottom: 30px;
  }
}

/* line 189, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mt_50 {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  /* line 189, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .mt_50 {
    margin-top: 25px;
  }
}

/* line 195, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mt_20 {
  margin-top: 20px;
}

/* line 198, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_10 {
  margin-bottom: 10px !important;
}

/* line 202, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
th:focus, td:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* line 206, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
table.dataTable tbody th, table.dataTable tbody td {
  vertical-align: middle;
}

/* line 209, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mt_40 {
  margin-top: 40px;
}

/* line 212, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.section_bg {
  background-color: #fef1f2;
}

/* line 215, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 226, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 233, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #e4e8ec;
}

/* line 244, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.section_tittle {
  text-align: center;
}

/* line 246, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.section_tittle h2, .section_tittle .h2 {
  font-size: 36px;
  margin-bottom: 25px;
  line-height: 33px;
}

@media (max-width: 991px) {
  /* line 246, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .section_tittle h2, .section_tittle .h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  /* line 246, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .section_tittle h2, .section_tittle .h2 {
    font-size: 30px;
  }
}

/* line 258, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.section_tittle p {
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  /* line 258, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .section_tittle p {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 258, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .section_tittle p {
    margin-bottom: 50px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 269, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 276, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_checkbox input:checked ~ .checkmark:after {
  display: block;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #7e7172;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}

/* line 291, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_checkbox span {
  padding: 0 !important;
}

/* line 297, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.custom_checkbox tr th:first-child, .custom_checkbox tr td:first-child {
  padding: 16px 0 16px 0 !important;
}

/* line 302, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.border_1px {
  border-right: 1px solid rgba(130, 139, 178, 0.3);
  height: 40px;
  margin-right: 20px;
  margin-left: 8px;
}

/* line 308, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select {
  border: 0;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 30px;
  color: #415094;
}

/* line 314, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select .nice-select-search-box {
  width: 200px !important;
}

/* line 317, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select.bgLess {
  background: transparent;
  border: 0 !important;
}

/* line 321, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select:after {
  content: "\e62a";
  font-family: 'themify';
  border: 0;
  transform: rotate(0deg);
  margin-top: -16px;
  font-size: 12px;
  font-weight: 500;
  right: 18px;
  transform-origin: none;
  transition: all 0.1s ease-in-out;
  margin-top: -22px;
}

/* line 338, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select.open::after {
  transform: rotate(180deg);
  margin-top: 15px;
  margin-top: 12px;
  right: 12px;
}

/* line 348, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select:focus {
  box-shadow: none;
  border: 0 !important;
}

/* line 352, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select:hover {
  border: 0;
}

/* line 355, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select.open .list {
  min-width: 200px;
  left: 0;
  overflow-y: auto;
}

/* line 359, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select.open .list li:first-child {
  color: #000;
}

/* line 363, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select .current {
  transition: all 0.4s ease 0s;
}

/* line 369, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select .list {
  width: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

/* line 377, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select .list li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 385, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2 {
  border: 0;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 30px;
  color: #415094;
  background: transparent;
  border: 1px solid #EAF0F4;
  padding-left: 25px;
  padding-right: 47px;
  border-radius: 4px;
  height: 32px;
  line-height: 31px;
  font-size: 12px;
  text-transform: capitalize;
}

/* line 400, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2 .nice-select-search-box {
  width: 100% !important;
  margin-top: 5px;
}

/* line 404, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2:after {
  content: "\e62a";
  font-family: 'themify';
  border: 0;
  transform: rotate(0deg);
  margin-top: -16px;
  font-size: 12px;
  font-weight: 500;
  right: 18px;
  transform-origin: none;
  transition: all 0.1s ease-in-out;
  margin-top: -16px;
  right: 30px;
}

/* line 422, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2:active, .nice_Select2.open, .nice_Select2:focus {
  border-color: #EAF0F4;
}

/* line 425, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2.open::after {
  transform: rotate(180deg);
  margin-top: 15px;
  margin-top: 8px;
  right: 24px;
}

/* line 435, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2:focus {
  box-shadow: none;
  border: 1px solid #EAF0F4 !important;
}

/* line 439, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2:hover {
  border: 1px solid #EAF0F4 !important;
}

/* line 442, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2.open .list {
  min-width: 100%;
  margin-top: 5px;
  left: 0;
  overflow-y: auto;
}

/* line 447, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2.open .list li:first-child {
  color: #000;
}

/* line 451, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2 .current {
  transition: all 0.4s ease 0s;
}

/* line 457, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2 .list {
  width: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

/* line 465, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nice_Select2 .list li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 477, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.white_box {
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 991px) {
  /* line 477, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .white_box {
    padding: 20px 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 477, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 477, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .white_box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 477, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .white_box {
    padding: 30px 20px;
  }
}

/* line 492, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.white_box h3, .white_box .h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 22px;
  font-family: "Muli", sans-serif;
}

@media (max-width: 991px) {
  /* line 492, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .white_box h3, .white_box .h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 492, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .white_box h3, .white_box .h3 {
    margin-bottom: 10px;
  }
}

/* line 504, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.white_box h3 span, .white_box .h3 span {
  font-weight: 300;
  color: #7e7172;
}

/* line 510, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.progress-bar {
  text-align: right;
  padding-right: 8px;
}

/* line 514, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.white_box_p_30 {
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 991px) {
  /* line 514, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .white_box_p_30 {
    padding: 25px 15px;
  }
}

/* line 523, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cu_dropdown .btn {
  border: 1px solid #f1f2f3;
  background-color: #fef1f2;
  color: #7e7172;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 15px;
}

/* line 531, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cu_dropdown .btn_1 {
  padding: 11px 20px;
}

/* line 534, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cu_dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0;
  content: "\e64b";
  border-top: none;
  font-family: 'themify';
  font-size: 10px;
}

/* line 543, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cu_dropdown .dropdown-menu {
  min-width: auto;
  background-color: #222222;
  min-width: 102px;
  left: 0 !important;
  border-radius: 0 0 5px 5px;
  top: -2px !important;
  padding: 17px 0;
}

/* line 551, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cu_dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 7px 20px;
  padding: 7px 20px;
  color: #fff;
}

/* line 561, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cu_dropdown .left_arrow:hover {
  background-color: transparent;
  padding-left: 38px;
}

/* line 565, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cu_dropdown .left_arrow:after {
  left: 18px;
  top: 11px;
}

/* line 584, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.switch {
  -webkit-appearance: none;
  background-color: gray;
  border-radius: 43px;
  position: relative;
  cursor: pointer;
  padding: 14px 25px !important;
  margin-right: 20px;
  height: 30px;
}

/* line 593, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.switch::after {
  top: 6px;
  left: 6px;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #4D4F5C;
  position: absolute;
  border-radius: 100%;
  transition: 1s;
}

/* line 604, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.switch:checked {
  background-color: #4D4F5C !important;
}

/* line 606, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.switch:checked::after {
  background-color: #fff !important;
}

/* line 609, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.switch:checked::after {
  transform: translateX(25px);
}

/* line 613, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.switch:focus {
  outline-color: transparent;
}

/* line 617, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.menu_bropdown {
  display: inline-block;
}

/* line 619, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.menu_bropdown .dropdown-menu {
  min-width: 168px !important;
  right: 0;
}

@media (max-width: 991px) {
  /* line 624, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .sidebar_widget {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 624, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .sidebar_widget {
    margin-top: 0;
  }
}

/* line 632, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.text_underline {
  color: #222222;
  text-decoration: underline;
  transition: 0.5s;
}

/* line 636, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.text_underline:hover {
  color: #222222;
  text-decoration: underline;
}

/* line 641, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.check_box_item {
  margin-top: 11px;
}

/* line 643, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.check_box_item .single_check_box {
  padding: 15px 0;
  border-bottom: 1px solid #e4e8ec;
}

/* line 646, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.check_box_item .single_check_box .switch {
  -webkit-appearance: none;
  background-color: transparent;
  padding: 14px 27px !important;
  margin-right: 0;
  border: 1px solid #e4e8ec;
}

/* line 652, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.check_box_item .single_check_box .switch:after {
  top: 4px;
  width: 20px;
  height: 20px;
}

/* line 658, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.check_box_item .single_check_box .switch:checked::after {
  background-color: #7e7172 !important;
  left: 4px;
}

/* line 662, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.check_box_item .single_check_box .switch:checked {
  background-color: transparent !important;
}

/* line 668, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.list_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 668, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header {
    display: block;
  }
}

/* line 679, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.list_header p {
  color: #222222;
  font-weight: 500;
}

/* line 683, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.list_header .nice_Select {
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  /* line 683, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header .nice_Select {
    margin-left: 10px;
  }
}

/* line 689, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.list_header .list_header_filter {
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 689, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header .list_header_filter {
    margin-top: 15px;
  }
}

/* line 695, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.list_header .list_header_filter img {
  width: 17px;
  margin-right: 8px;
}

/* line 703, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-content {
  background-color: #fef1f2;
  padding: 0 30px;
}

@media (max-width: 575.98px) {
  /* line 703, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .cs_modal .modal-content {
    padding: 0 20px;
  }
}

/* line 710, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-header {
  padding: 34px 0 30px 0px;
  align-items: center;
  border-bottom: 0px solid transparent;
}

/* line 714, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-header h5, .cs_modal .modal-header .h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

/* line 720, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
}

/* line 724, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-header .close i {
  font-size: 14px;
  color: #707070;
}

/* line 731, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px !important;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  /* line 731, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .cs_modal .modal-body {
    padding: 25px 20px !important;
  }
}

/* line 738, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .chose_thumb_title {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 749, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 759, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .input_wrap textarea {
  height: 100px;
  padding: 0;
  line-height: 28px;
  padding: 13px 25px;
}

/* line 766, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select, .cs_modal .modal-body input, .cs_modal .modal-body textarea {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 10px 25px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
}

/* line 780, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select::-moz-placeholder, .cs_modal .modal-body input::-moz-placeholder, .cs_modal .modal-body textarea::-moz-placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}
.cs_modal .modal-body .nice_Select::placeholder, .cs_modal .modal-body input::placeholder, .cs_modal .modal-body textarea::placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}

/* line 786, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 30px;
}

/* line 788, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select :after {
  left: 22px;
}

/* line 792, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body ::-moz-placeholder {
  color: #222222;
}
.cs_modal .modal-body ::placeholder {
  color: #222222;
}

/* line 796, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal_btn {
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 800, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal_btn .btn_1 {
  padding: 16px 26px !important;
  margin: 0 5px;
  text-align: center;
}

/* line 807, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-footer {
  border-top: 0px solid transparent;
  padding: 30px 0 40px 0;
}

/* line 813, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}

/* line 817, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 13px;
  color: #707070;
}

/* line 823, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group .nice_Select, .form_box .from_group input, .form_box .from_group textarea {
  width: 100%;
  display: block;
  background-color: #fef1f2;
  border: 1px solid #f1f2f3;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding: 10px 20px;
}

/* line 833, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group textarea {
  height: 115px;
  line-height: 27px;
}

/* line 837, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput input {
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  background-color: transparent !important;
}

/* line 843, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput .badge [data-role="remove"]:after {
  background-color: transparent !important;
}

/* line 846, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput .badge {
  margin: 0 5px;
  padding: 9px 8px;
  line-height: 12px;
  font-weight: 500;
  font-size: 13px;
}

/* line 853, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group .badge-info {
  color: #fff;
  background-color: #2EC9B8;
}

/* line 857, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.form_box .from_group .nice_Select {
  line-height: 30px;
}

/* line 862, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.note-editable {
  background-color: #fef1f2;
}

/* line 866, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.note-btn-group.note-style {
  display: none;
}

/* line 873, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.plr_30 {
  padding: 0 30px !important;
}

@media (max-width: 767.98px) {
  /* line 873, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .plr_30 {
    padding: 0 15px !important;
  }
}

/* line 880, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_8 {
  margin-bottom: 8px !important;
}

/* line 883, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_7 {
  margin-bottom: 7px !important;
}

/* line 894, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 897, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  /* line 900, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .lms_block {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  /* line 906, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .add_button {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* line 914, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_pagination_wrap {
  margin-top: 30px;
}

/* line 917, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_pagination_wrap ul li {
  display: inline-block;
  margin: 0 .8px;
}

/* line 920, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_pagination_wrap ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  line-height: 40px;
  color: #cec1c2;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}

/* line 930, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_pagination_wrap ul li a.active {
  background: #fe1724;
  color: #fff;
}

/* line 934, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_pagination_wrap ul li a:hover {
  background: #fe1724;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 947, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 650px;
  }
}

@media (min-width: 992px) {
  /* line 952, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  /* line 957, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 1050px;
  }
}

/* line 963, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload {
  border: 1px solid #eee1e2 !important;
  padding: 9px 24px;
  border-radius: 3px;
  /* input file style */
}

/* line 967, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload label {
  margin-bottom: 0 !important;
}

/* line 970, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload .form-group {
  padding: 0;
  margin-bottom: 0;
}

/* line 974, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload .btn_file_upload {
  color: #fff;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  display: inline-block;
}

/* line 981, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload .btn_file_upload:hover, .file_upload .btn_file_upload:focus {
  color: #888888;
  border-color: #888888;
}

/* line 990, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload .input-file, .file_upload .input-file2 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 997, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload .input-file + .js-labelFile, .file_upload .input-file + .js-labelFile2, .file_upload .input-file2 + .js-labelFile, .file_upload .input-file2 + .js-labelFile2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}

/* line 1005, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload .btn {
  padding: 0px 16px !important;
  border-radius: 5px;
  background-color: #fe1724;
  display: inline-block !important;
  font-size: 14px;
  color: #fff !important;
  border-radius: 30px;
  bottom: 0;
  margin-bottom: 0;
}

/* line 1015, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload .btn:hover {
  background-color: #4D4F5C;
  color: #fff;
  border: 0;
}

/* line 1021, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.file_upload .form-group {
  background-color: #fff;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
}

/* line 1028, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
td:focus, th:focus {
  outline: none !important;
}

/* line 1031, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 1034, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mr_10 {
  margin-right: 10px !important;
}

/* line 1039, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.checkbox_wrap p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 1046, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_checkbox_1 {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}

/* line 1053, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_checkbox_1 input {
  display: none !important;
}

/* line 1056, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_checkbox_1 .slider-check {
  background-color: #7e7172;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

/* line 1065, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_checkbox_1 .slider-check.round {
  border-radius: 34px;
}

/* line 1068, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_checkbox_1 .slider-check::before {
  background-color: #222222;
  bottom: 5px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 20px;
}

/* line 1078, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_checkbox_1 .slider-check.round:before {
  border-radius: 50%;
}

/* line 1082, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_checkbox_1 input:checked + .slider-check {
  background-color: #fef1f2;
  color: #fff;
  content: "oui";
}

/* line 1087, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.lms_checkbox_1 input:checked + .slider-check:before {
  transform: translateX(20px);
  background: #fe1724;
}

/* line 1097, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 991px) {
  /* line 1112, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .medium_modal_width .modal-dialog {
    max-width: 780px;
  }
}

/* line 1120, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.list_header_btn_wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin-right: 60px;
}

@media (max-width: 575.98px) {
  /* line 1120, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1120, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1120, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1120, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1120, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1148, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_block {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1152, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_block .success_faild_btn {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1157, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_block .serach_field_2 {
    width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1157, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_block .serach_field_2 {
    width: 380%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1165, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
  .list_header_block .box_right {
    justify-content: space-between;
  }
}

/* line 1173, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.gj-datepicker .fa-calendar-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #cec1c2;
  right: 25px;
}

/* line 1183, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.white_box_border {
  border: 1px solid rgba(202, 206, 213, 0.7);
}

/* line 1187, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.nowrap {
  white-space: nowrap;
}

/* line 1191, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 1194, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 1197, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 1200, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mr_5 {
  margin-right: 5px;
}

/* line 1203, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px;
}

/* line 1206, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.mt_10px {
  margin-top: 10px;
}

/* line 1209, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.pt_30 {
  padding-top: 30px !important;
}

/* line 1216, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.wrapper .progress {
  margin-bottom: 15px;
}

/* line 1230, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.apexcharts-datalabels-group {
  position: relative;
  top: -13px !important;
}

/* line 1234, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal {
  background-color: #fef1f2;
}

/* line 1236, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-header {
  background-color: #F7FAFF;
  padding: 23px 30px;
  border-bottom: 0px solid transparent;
}

/* line 1240, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-header h5, .cs_modal .modal-header .h5 {
  font-size: 22px;
  font-weight: 600;
}

/* line 1244, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-header span {
  font-size: 14px;
  color: #707070;
  opacity: 1;
}

/* line 1250, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px;
}

/* line 1252, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body input, .cs_modal .modal-body .nice_Select {
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  border: 1px solid #F1F3F5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
}

/* line 1263, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 29px;
}

/* line 1265, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select:after {
  right: 22px;
}

/* line 1268, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select .list {
  width: 100%;
}

/* line 1272, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .form-group {
  margin-bottom: 12px;
}

/* line 1275, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body textarea {
  height: 168px;
  padding: 15px 20px;
  border: 1px solid #F1F3F5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

/* line 1283, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  color: #707070;
  text-align: center;
}

/* line 1289, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body p a {
  color: #4D4F5C;
}

/* line 1294, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .btn_1 {
  width: 100%;
  display: block;
  margin-top: 20px;
}

/* line 1300, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 {
  color: #fff;
  background-color: #3B5998;
  border: 1px solid #3B5998;
  margin-top: 0;
}

/* line 1305, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1:hover {
  color: #fff !important;
}

/* line 1308, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 i {
  margin-right: 10px;
}

/* line 1314, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
  background-color: #4285F4;
  border: 1px solid #4285F4;
}

/* line 1321, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn {
  color: #707070;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}

/* line 1328, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn:hover {
  color: #4D4F5C;
}

/* line 1336, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.border_style {
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 0 17px;
  position: relative;
  z-index: 1;
}

/* line 1343, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.border_style span {
  padding: 0 25px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}

/* line 1349, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.border_style:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #BBC1C9;
  top: 24px;
  left: 0;
  z-index: -1;
}

/* line 1361, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
p a {
  color: #7e7172;
}

/* line 1363, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
p a:hover {
  color: #4D4F5C;
}

/* line 1369, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_check_box {
  display: flex;
  margin-top: 20px;
}

/* line 1372, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_check_box input, .cs_check_box label {
  line-height: 20px !important;
  height: auto !important;
  width: auto !important;
  max-width: auto;
}

/* line 1378, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_check_box .common_checkbox {
  display: none;
}

/* line 1381, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_check_box label {
  position: relative;
  padding-left: 34px;
  margin-bottom: 0;
}

/* line 1386, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_check_box .common_checkbox + label {
  display: block;
  cursor: pointer;
  color: #7e7172;
}

/* line 1391, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_check_box .common_checkbox + label:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #7e7172;
  border-radius: 5px;
  content: "";
}

/* line 1401, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_check_box .common_checkbox:checked + label:after {
  content: '\f00c';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  padding: 2px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

/* line 1411, app/assets/stylesheets/../../../vendor/assets/finance/scss/_reset.scss */
.cs_check_box .common_checkbox {
  display: none !important;
}

/******** base color css ********/
/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1 {
  background-color: #3B76EF;
  border: 1px solid #3B76EF;
  color: #fff;
  display: inline-block;
  padding: 11px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  transition: 0.5s;
}

/* line 15, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1 i {
  font-size: 15px;
  padding-right: 7px;
}

/* line 19, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1:hover {
  background-color: #fff;
  border: 1px solid #3B76EF;
  color: #3B76EF;
}

/* line 24, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1.light {
  background-color: rgba(77, 79, 92, 0.1);
  border: 1px solid transparent;
  color: #4D4F5C;
}

/* line 29, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1.green {
  background-color: rgba(46, 201, 184, 0.1);
  border: 1px solid transparent;
  color: #2EC9B8;
}

/* line 34, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1.sm {
  font-size: 12px;
  padding: 6px 15px;
}

/* line 38, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1.big_btn {
  padding: 11px 36px;
}

/* line 41, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1.form_big_btn_1 {
  padding: 16px 62px !important;
}

@media (max-width: 575.98px) {
  /* line 41, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
  .btn_1.form_big_btn_1 {
    padding: 16px 30px !important;
  }
}

/* line 47, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_1.big_btn2 {
  padding: 11px 37px;
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_2 {
  color: #4D4F5C;
  border: 1px solid #4D4F5C;
  display: inline-block;
  padding: 11px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
}

/* line 64, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_2:hover {
  background-color: #4D4F5C;
  border: 1px solid #4D4F5C;
  color: #fff;
}

/* line 70, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_3 {
  color: #222222;
  border: 1px solid #e4e8ec;
  display: inline-block;
  padding: 11px 27px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
}

/* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_3.border_color_1 {
  border: 1px solid #eee1e2;
}

/* line 87, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_3:hover {
  background-color: #4D4F5C;
  border: 1px solid #4D4F5C;
  color: #fff;
}

/* line 93, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_4 {
  display: inline-block;
  border: 1px solid #e4e8ec;
  border-radius: 5px;
  color: #7e7172;
  text-align: center;
  padding: 9px 15px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 300;
  transition: 0.5s;
}

/* line 104, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_4:hover {
  background-color: #4D4F5C;
  border: 1px solid #4D4F5C;
  color: #fff;
}

/* line 111, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_5 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 16px 26px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #222222;
}

/* line 127, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_5:hover {
  background-color: #4D4F5C !important;
  border: 1px solid #4D4F5C !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 133, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_5.small_btn {
  padding: 11px 26px !important;
}

@media (max-width: 575.98px) {
  /* line 133, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
  .btn_5.small_btn {
    padding: 11px 19px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 133, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
  .btn_5.small_btn {
    padding: 11px 19px !important;
  }
}

/* line 143, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_6 {
  color: #222222;
  border: 1px solid #eee1e2;
  display: inline-block;
  padding: 11px 25px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
}

/* line 156, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.btn_6:hover {
  background-color: #4D4F5C;
  border: 1px solid #4D4F5C;
  color: #fff;
}

/* line 162, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.sm_btn {
  line-height: 15px;
  background-color: #fff;
  height: 34px;
  padding: 9px 20px;
  color: #212e40;
  width: 150px;
  text-transform: capitalize;
  border: 1px solid #eee1e2;
}

/* line 172, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.view_archive_btn {
  border: 1px solid #e4e8ec;
  color: #7e7172;
  padding: 16px 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 16px;
  background-color: #fff;
  transition: 0.5s;
}

/* line 182, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.view_archive_btn i {
  margin-right: 15px;
}

/* line 185, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.view_archive_btn:hover {
  color: #4D4F5C;
  border: 1px solid #4D4F5C;
}

/* line 191, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn {
  display: inline-block;
  color: #7e7172;
  font-size: 12px;
  font-weight: 400;
  background: #fff;
  transition: .3s;
  padding: 6px 20px;
  border-radius: 3px;
}

/* line 200, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn:hover {
  background: #3B76EF;
  color: #fff;
}

/* line 206, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.red_btn {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background: #3B76EF;
  transition: .3s;
  padding: 6px 20px;
  border-radius: 3px;
}

/* line 215, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.red_btn:hover {
  background: #fff;
  color: #7e7172;
}

/* line 220, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.close.white_btn2 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 16px 26px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #222222;
  margin-right: 10px;
}

/* line 237, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.close.white_btn2:hover {
  background-color: #4D4F5C !important;
  border: 1px solid #4D4F5C !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 244, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn3 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 11px 30px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #222222;
  margin-right: 10px;
}

/* line 261, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn3:hover {
  background-color: #4D4F5C !important;
  border: 1px solid #4D4F5C !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 269, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.status_btn {
  display: inline-block;
  padding: 2px 15px;
  font-size: 11px;
  font-weight: 300;
  color: #fff !important;
  background: #05d34e;
  border-radius: 30px;
  text-transform: capitalize;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
}

/* line 281, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.status_btn.yellow_btn {
  background: #ffba00;
}

/* line 284, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.status_btn:hover {
  color: #fff;
}

/* line 289, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1 {
  background: #fff;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: left;
  color: #7e7172;
  display: inline-block;
  width: 102px;
  border: 0;
  border: 1px solid #eee1e2;
  position: relative;
  transition: .3s;
}

/* line 304, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 12px;
  color: #cec1c2;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  border: 0;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

/* line 321, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1.lms_drop_2 {
  min-width: 140px;
}

/* line 326, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown.show .dropdown-toggle.lms_drop_1 {
  background: #3B76EF;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: left;
  color: #7e7172;
  display: inline-block;
  width: 102px;
  border: 0;
  color: #fff;
  border: 1px solid #3B76EF;
}

/* line 340, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown.show .dropdown-toggle.lms_drop_1::after {
  content: "\f0d8";
}

/* line 345, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown .dropdown-menu {
  border: 0;
  border: 1px solid #eee1e2;
  padding: 12px 0 20px 0;
  margin: 0;
  border-radius: 0 !important;
}

/* line 351, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 300;
  padding: 4px 20px;
  color: #7f7778;
}

/* line 356, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #3B76EF;
  background: transparent;
}

/* line 361, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown .dropdown-menu.dropdown-menu-w140 {
  min-width: 140px;
}

/* line 366, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn_line {
  white-space: nowrap;
  height: 50px;
  background: transparent;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  padding: 0 19px;
  border-radius: 3px;
  border: 1px solid #eee1e2;
  color: #7e7172;
  transition: .3s;
}

/* line 380, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn_line i {
  font-size: 13px;
  color: #7e7172;
  margin-right: 6px;
}

/* line 385, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn_line:hover {
  background: #3B76EF;
  color: #fff;
  border: 1px solid #3B76EF;
}

/* line 389, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn_line:hover i {
  color: #fff;
  transition: .3s;
}

/* line 395, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn_line2 {
  white-space: nowrap;
  height: 30px;
  background: transparent;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  text-transform: capitalize;
  border: 0;
  border: 1px solid #eee1e2;
  color: #7e7172;
  transition: .3s;
  border-radius: 30px;
  line-height: 28px;
  padding: 0 18px;
}

/* line 410, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn_line2:hover {
  background: #3B76EF;
  color: #fff !important;
  border: 1px solid #3B76EF;
}

/* line 414, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.white_btn_line2:hover i {
  color: #fff;
  transition: .3s;
}

/* line 422, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  content: "\e61a";
  font-family: 'themify';
  font-size: 8px;
  line-height: 14px;
  font-weight: 600;
  background-color: #fef1f2;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px white;
}

/* line 438, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: "\e622";
  box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.08), inset -6px -6px 12px white;
}

/* line 452, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle {
  background: transparent;
  color: #415094;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #7c32ff;
  border-radius: 32px;
  padding: 5px 20px;
  text-transform: uppercase;
  overflow: hidden;
  transition: .3s;
}

/* line 463, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle:after {
  content: "\e62a";
  font-family: "themify";
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 0px;
  font-size: 10px;
  position: relative;
  top: 3px;
  left: 0;
  font-weight: 600;
  transition: .3s;
}

/* line 478, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: none;
}

/* line 493, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu {
  border-radius: 5px 5px 10px 10px;
  border: 0px;
  padding: 15px 0px;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

/* line 498, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu .dropdown-item {
  color: #828bb2;
  text-align: right;
  font-size: 12px;
  padding: 4px 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 505, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
  color: #4D4F5C;
}

/* line 512, app/assets/stylesheets/../../../vendor/assets/finance/scss/_button.scss */
.dropdown-menu.option_width_8 {
  min-width: 150px;
}

/******** header css here *********/
/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 30px;
  position: relative;
  margin: 27px 30px;
  border-radius: 7px;
}

@media (max-width: 575.98px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media (max-width: 991px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner {
    padding: 20px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner {
    margin: 0 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner {
    margin: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner {
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner {
    margin-bottom: 20px;
  }
}

/* line 49, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .page_tittle h3, .header_iner .page_tittle .h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  /* line 49, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .page_tittle h3, .header_iner .page_tittle .h3 {
    margin-right: 15px;
  }
}

/* line 59, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr {
  color: #7e7172;
}

/* line 66, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr.active_subcat {
  color: #fe1724;
  white-space: nowrap;
}

/* line 70, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr i {
  margin-left: 10px;
  margin-right: 7px;
  font-size: 12px;
}

/* line 75, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
  position: relative;
  margin: 0 7px 0 10px;
  top: -1px;
}

@media (max-width: 575.98px) {
  /* line 75, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
    margin: 0 2px 0 2px;
  }
}

/* line 87, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .btn_1 {
  margin: 0 30px;
}

@media (max-width: 991px) {
  /* line 90, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .notification {
    margin: 0 10px;
  }
}

/* line 94, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .notification i {
  color: #707070;
  position: relative;
  font-size: 20px;
}

/* line 98, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .notification i:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 0;
  height: 9px;
  width: 9px;
  background-color: #4D4F5C;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  /* line 110, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .serach_field-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 110, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 110, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    margin-right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 110, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    margin-right: 70px;
  }
}

/* line 128, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .header_right .header_notification_warp {
  margin-right: 50px;
  margin-left: 40px;
}

@media (max-width: 575.98px) {
  /* line 128, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .header_right .header_notification_warp {
    margin-right: 25px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 128, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .header_right .header_notification_warp {
    margin-right: 35px;
    margin-left: 25px;
  }
}

/* line 139, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .header_right .header_notification_warp li {
  display: inline-block;
}

/* line 141, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .header_right .header_notification_warp li:last-child a {
  margin-right: 0;
}

/* line 144, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .header_right .header_notification_warp li a {
  font-size: 20px;
  color: #929BB5;
  position: relative;
  margin-right: 29px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  /* line 167, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .header_right .select_style {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 167, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .header_iner .header_right .select_style {
    display: none !important;
  }
}

/* line 176, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.header_iner .nice_Select {
  color: #929BB5;
}

/* line 180, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info {
  position: relative;
}

/* line 184, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info img {
  max-width: 77px;
  max-height: 77px;
  border-radius: 50%;
  border: 2px solid #A5ADC6;
  cursor: pointer;
}

@media (max-width: 991px) {
  /* line 184, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .profile_info img {
    max-width: 30px;
  }
}

/* line 194, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_iner {
  position: absolute;
  right: 0;
  background-color: #4D4F5C;
  text-align: right;
  width: 215px;
  padding: 30px 30px 20px;
  opacity: 0;
  visibility: hidden;
  top: 77px;
  transition: 0.5s;
  border-radius: 5px;
}

/* line 206, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_iner::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  top: -14px;
  right: 10px;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #4D4F5C transparent;
}

/* line 217, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_iner a {
  display: block;
}

/* line 221, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_iner p {
  font-size: 12px;
  font-weight: 300;
}

/* line 225, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_iner h5, .profile_info .profile_info_iner .h5 {
  font-size: 12px;
  color: #fff;
}

/* line 231, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info:hover .profile_info_iner {
  opacity: 1;
  visibility: visible;
  top: 77px;
}

/* line 237, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_details {
  margin-top: 20px;
  border-top: 1px solid #79838b;
  padding-top: 10px;
}

/* line 241, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_details a {
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 10px 0;
}

/* line 246, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_details a:hover {
  color: #fff;
}

/* line 248, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_details a:hover i {
  color: #fff;
}

/* line 253, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.profile_info .profile_info_details i {
  color: #cccccc;
  font-size: 12px;
  margin-left: 20px;
  transition: 0.5s;
}

/* line 261, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.sidebar_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 20px;
}

@media (max-width: 575.98px) {
  /* line 261, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .sidebar_icon {
    right: auto;
    left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 261, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .sidebar_icon {
    right: auto;
    left: 20px;
  }
}

/* line 276, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.sidebar_icon i {
  font-size: 20px;
}

/******** header css end *********/
/* line 285, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field-area {
  width: 480px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 285, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .serach_field-area {
    width: 400px;
  }
}

/* line 293, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field-area .search_inner input {
  color: #000;
  font-size: 17px;
  height: 60px;
  width: 100%;
  padding-left: 82px;
  border: 0;
  padding-right: 15px;
  border-bottom: 1px solid #F4F7FC;
  background: #F7FAFF;
  border-radius: 30px;
}

/* line 304, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field-area .search_inner input::-moz-placeholder {
  font-size: 17px;
  font-weight: 500;
  color: #818E94;
  font-family: "Muli", sans-serif;
}
.serach_field-area .search_inner input::placeholder {
  font-size: 17px;
  font-weight: 500;
  color: #818E94;
  font-family: "Muli", sans-serif;
}

/* line 310, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field-area .search_inner input:focus {
  outline: none;
}

/* line 314, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field-area .search_inner button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  font-size: 12px;
  border: 0;
  padding-left: 40px;
  padding-right: 11px;
}

/* line 324, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field-area .search_inner button i {
  font-size: 14px;
  color: #818E94;
}

/* line 334, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field_2 {
  width: 430px;
  position: relative;
  margin-right: 0px;
}

@media (max-width: 575.98px) {
  /* line 334, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .serach_field_2 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 334, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .serach_field_2 {
    width: 190px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 334, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .serach_field_2 {
    width: 230px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 334, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
  .serach_field_2 {
    width: 300px;
  }
}

/* line 351, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field_2 .search_inner input {
  color: #000;
  font-size: 13px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  padding-left: 55px;
  border: 1px solid #144BF6;
  padding-right: 15px;
}

/* line 360, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field_2 .search_inner input::-moz-placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
}
.serach_field_2 .search_inner input::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
}

/* line 365, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field_2 .search_inner input:focus {
  outline: none;
}

/* line 369, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field_2 .search_inner button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  font-size: 12px;
  border: 0;
  padding-left: 19px;
  padding-right: 11px;
}

/* line 380, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field_2 .search_inner button i {
  font-size: 12px;
  color: #144BF6;
}

/* line 384, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.serach_field_2 .search_inner button::before {
  position: absolute;
  width: 1px;
  height: 24px;
  content: '';
  background: #144BF6;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/* line 402, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 415, app/assets/stylesheets/../../../vendor/assets/finance/scss/_header.scss */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0 !important;
}

/************ sidebar css here ************/
/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar {
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 270px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 17, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -20%;
  }
}

@media (min-width: 1201px) {
  /* line 17, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -270px;
  }
}

@media (max-width: 991px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar {
    left: -280px;
    transition: 0.5s;
    top: 0;
    width: 280px;
    background: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar {
    width: 20%;
  }
}

/* line 36, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .logo {
  margin: 30px;
  background: #fff;
  padding: 33px 30px;
  border-radius: 7px;
}

/* line 41, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .logo img {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 36, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar .logo {
    padding: 30px;
  }
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle i {
  font-size: 18px;
  margin-right: 12px;
  color: #f8dbdd;
  transition: 0.5s;
}

/* line 57, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  padding: 10px 25px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: .3s;
  position: relative;
  z-index: 0;
  border-top: 1px solid transparent;
  background: transparent;
}

/* line 72, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a::before {
  position: absolute;
  right: 0;
  background: #4D4F5C;
  width: 0px;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  transition: .3s;
  right: 0px;
  visibility: hidden;
}

/* line 86, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active i {
  color: #4D4F5C;
}

/* line 89, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active::before {
  opacity: 1;
  width: 3px;
  visibility: visible;
}

/* line 95, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a:hover::before {
  opacity: 1;
  right: 0;
  visibility: visible;
  width: 3px;
}

/* line 101, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title {
  padding: 28px 25px 18px 40px;
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
}

/* line 105, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title:after {
  position: absolute;
  right: 40px;
  top: 55%;
  transform: translateY(-50%);
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 116, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed {
  padding: 10px 25px 10px 40px;
  background: #fff;
  border-top: 1px solid transparent;
}

/* line 120, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 134, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover {
  background-color: #192434;
}

/* line 136, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover i {
  color: #4D4F5C;
}

/* line 141, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_menu_item {
  padding-left: 36px;
  margin: 6px 0;
  line-height: 21px;
}

/* line 145, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .single_menu_item:hover {
  padding-left: 55px !important;
}

/* line 151, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li {
  list-style: none;
}

/* line 153, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu {
  background: #fff7f8;
  padding: 0px 0px 0px 70px !important;
  border-bottom: 1px solid #eee1e2;
}

/* line 158, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li a {
  font-size: 13px;
  line-height: 36px;
  color: #7e7172;
  font-weight: 400;
}

/* line 164, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li:last-child {
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  /* line 177, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .active_sidebar {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}

/* line 182, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_close_icon i {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  font-size: 25px;
  top: 29px;
  cursor: pointer;
  color: #222222;
}

/* line 197, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_widget .white_box {
  padding: 30px;
}

@media (max-width: 991px) {
  /* line 197, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 197, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 15px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 197, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

/* line 208, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_widget .white_box .btn_2 {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  padding: 16px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 208, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box .btn_2 {
    padding: 12px 7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 217, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box .btn_1 {
    padding: 8px 10px;
    font-size: 11px;
  }
}

/* line 224, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_widget .date_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 18px;
}

/* line 229, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_widget .date_range .btn_3 {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
}

/* line 234, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_widget .date_range i {
  display: none;
}

/* line 237, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date, .sidebar_widget .date_range .end_date {
  width: 115px;
}

/* line 239, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date input, .sidebar_widget .date_range .end_date input {
  width: 100%;
  border: 1px solid #e4e8ec;
  color: #7e7172;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 5px;
  font-weight: 300;
}

/* line 248, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date ::-moz-placeholder, .sidebar_widget .date_range .end_date ::-moz-placeholder {
  color: #7e7172;
}
.sidebar_widget .date_range .start_date ::placeholder, .sidebar_widget .date_range .end_date ::placeholder {
  color: #7e7172;
}

/************ sidebar css end ************/
/* line 260, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li a {
  font-size: 15px;
  font-weight: 400;
  color: #676B84;
  padding: 15px 25px 15px 30px;
  background: #fff;
  transition: .3s;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 26px auto;
  grid-gap: 15px;
  align-items: center;
  position: relative;
  background: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 260, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar #sidebar_menu li a {
    padding: 18px 25px 18px 30px;
  }
}

/* line 291, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li a i {
  font-size: 15px;
  margin-right: 12px;
  color: #A5ADC6;
  transition: 0.5s;
}

/* line 304, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li a:hover::before {
  width: 6px;
  opacity: 1;
  visibility: visible;
}

/* line 313, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li.mm-active > a {
  color: #1F253A;
}

/* line 317, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li.mm-active.metis_dropmenu > a {
  padding-top: 29px;
  padding-bottom: 30px;
  color: #A5ADC6;
}

/* line 324, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li.mm-active > a i {
  color: #A5ADC6;
}

/* line 327, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li.mm-active > a::before {
  opacity: 1;
  width: 6px;
  visibility: visible;
}

/* line 334, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul {
  padding: 0px 0px 0px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 334, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .sidebar #sidebar_menu li ul {
    padding: 0px 0px 0px 55px;
  }
}

/* line 342, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li:last-child a {
  padding-bottom: 30px;
}

/* line 346, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li a {
  font-size: 13px;
  color: #676B84;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  padding: 0;
  padding: 10px 0 !important;
}

/* line 354, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li a::before {
  display: none;
}

/* line 357, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li a.active {
  color: #1F253A;
}

/* line 361, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li ul {
  padding-left: 5px;
}

/* line 371, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap {
  margin-bottom: 30px;
}

/* line 375, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li {
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
  border-bottom: 1px solid #eee1e2;
  padding: 30px 0 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 375, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .admin_profile_Wrap ul li {
    padding: 30px 0 30px 20px;
  }
}

/* line 386, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a {
  display: block;
}

/* line 391, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 397, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext {
  margin-left: 15px;
}

/* line 399, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5, .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext .h5 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 1px;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 399, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5, .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext .h5 {
    font-size: 12px;
  }
}

/* line 409, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
  display: block;
  font-size: 12px;
  color: #7e7172;
  font-weight: 300;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 409, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
    font-size: 11px;
  }
}

/* line 422, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul {
  padding-left: 70px;
}

/* line 425, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li {
  padding: 0;
  border: 0;
}

/* line 428, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li a {
  font-size: 13px;
  color: #7e7172;
  font-weight: 400;
  padding-bottom: 17px;
}

/* line 435, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li:last-child a {
  padding-bottom: 0;
}

/* line 440, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li:first-child a {
  margin-top: 29px;
}

/* line 448, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.admin_profile_Wrap .metismenu .has-arrow::after {
  top: 38%;
}

/* line 455, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background-color: #ddd;
}

/* line 460, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 6px;
  background-color: #ddd;
}

/* line 465, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #f8dbdd;
}

/* line 471, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
body::-webkit-scrollbar {
  width: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 478, app/assets/stylesheets/../../../vendor/assets/finance/scss/_sidebar.scss */
  .metismenu .has-arrow::after {
    right: 25px;
  }
}

/* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.body_content {
  display: flex;
}

/* line 6, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.main-title h3, .main-title .h3 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #4D4F5C;
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  /* line 6, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
  .main-title h3, .main-title .h3 {
    font-size: 13px;
  }
}

/* line 16, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.main-title span {
  font-size: 12px;
  font-weight: 400;
  color: #A3A0FB;
  display: block;
  margin-top: 6px;
}

/* line 24, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.box_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 29, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
  .box_header.box_header_block {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 575.98px) {
  /* line 34, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
  .box_header.box_header_block .main-title {
    margin-bottom: 15px;
  }
}

/* line 41, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.box_header .title_info p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: #a3a0fb;
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.legend_style li {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 10px;
}

/* line 57, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.legend_style li span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4400eb;
  margin-right: 4px;
}

/* line 65, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.legend_style li.inactive {
  opacity: .29;
}

/* line 69, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.legend_style.legend_style_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

/* line 73, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.legend_style.legend_style_grid li {
  margin: 0 !important;
}

/* line 78, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.title_btn {
  margin-bottom: 20px;
}

/* line 81, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.title_btn ul li {
  display: inline-block;
}

/* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.title_btn ul li a {
  display: inline-block;
  padding: 4px;
  background: #fff;
  font-size: 11px;
  text-transform: capitalize;
  color: #706F9A;
  border-radius: 5px;
  line-height: 25px;
  padding: 0 10px;
  transition: .3s;
}

/* line 94, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.title_btn ul li a:hover {
  background: #A66DD4;
  color: #fff;
}

/* line 98, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.title_btn ul li a.active {
  background: #A66DD4;
  color: #fff;
}

/* line 108, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer {
  padding-left: 10px;
  margin-bottom: 20px;
}

/* line 111, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer h5, .radial_footer .radial_footer_inner .left_footer .h5 {
  font-size: 13px;
  color: #43425D;
  font-weight: 500;
  margin-bottom: 0px;
  position: relative;
}

/* line 117, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer h5 span, .radial_footer .radial_footer_inner .left_footer .h5 span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #A4A1FB;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 6px;
}

/* line 128, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer p {
  font-size: 12px;
  color: #4D4F5C;
  opacity: .5;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 137, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.radial_footer .radial_bottom {
  border-top: 1px solid #EFEFEF;
  text-align: center;
  padding-top: 15px;
  margin-top: 4px;
}

/* line 143, app/assets/stylesheets/../../../vendor/assets/finance/scss/_body_content.scss */
.radial_footer .radial_bottom p a {
  font-size: 12px;
  color: #3B86FF;
  font-weight: 600;
}

/******** main content css here *********/
/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.main_content {
  padding-left: 270px;
  width: 100%;
  padding-top: 0px !important;
  transition: .5s;
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.main_content.main_content_padding_hide {
  padding-left: 0px;
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content {
    padding: 90px 0 100px 0;
  }
}

@media (max-width: 575.98px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content {
    padding-left: 20%;
  }
}

/* line 34, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.main_content .main_content_iner {
  min-height: 68vh;
  transition: .5s;
  margin: 30px;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content .main_content_iner {
    margin: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 43, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 43, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 60px 0 60px;
  }
}

@media (min-width: 1680px) {
  /* line 43, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 135px 0 135px;
  }
}

@media (max-width: 575.98px) {
  /* line 34, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .main_content .main_content_iner {
    margin-bottom: 20px;
  }
}

/* line 63, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.address_book_hint p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
}

/* line 70, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element h4, .single_element .h4 {
  margin-bottom: 30px;
}

/* line 73, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .quick_activity_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 73, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 73, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 73, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 73, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 73, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 101, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity {
  background-color: #fff;
  border-radius: 10px;
  transition: 0.5s;
  padding: 41px 30px;
  position: relative;
  background: #3B76EF;
}

/* line 108, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity:nth-child(2) {
  background: #63C7FF;
}

/* line 111, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity:nth-child(3) {
  background: #A66DD4;
}

/* line 114, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity:nth-child(4) {
  background: #6DD4B1;
}

/* line 117, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: 0.5s;
  background-size: cover;
}

@media (max-width: 575.98px) {
  /* line 101, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .single_element .single_quick_activity {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 101, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
  .single_element .single_quick_activity {
    padding: 20px 15px;
  }
}

/* line 144, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity h4, .single_element .single_quick_activity .h4 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 12px;
}

/* line 152, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity h3, .single_element .single_quick_activity .h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 900;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 7px;
}

/* line 161, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity p {
  transition: 0.5s;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

/* line 167, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity:hover {
  background: #3B76EF;
}

/* line 169, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity:hover::before {
  background-image: url(/../img/diamond.png);
}

/* line 175, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity:hover .quick_activity_icon {
  background-color: rgba(255, 247, 248, 0.2);
}

/* line 177, app/assets/stylesheets/../../../vendor/assets/finance/scss/_main_content.scss */
.single_element .single_quick_activity:hover .quick_activity_icon i {
  color: #ffffff;
}

/******** main content css end *********/
/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.dashboard_part .notification_tab {
  padding: 27px 25px;
  background-color: #F5ECEC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  transition: 0.5s;
}

/* line 10, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.dashboard_part .notification_tab p {
  font-size: 16px;
  color: #222222;
}

/* line 13, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.dashboard_part .notification_tab p a {
  color: #4D4F5C;
}

/* line 18, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.dashboard_part .hide_icon {
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.dashboard_part .hide_icon i {
  color: #4D4F5C;
  font-size: 10px;
}

/* line 26, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.white_box {
  padding: 30px;
  background-color: rgba(247, 250, 255, 0.7);
  border-radius: 7px;
}

/* line 30, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.white_box.box_border {
  border: 1px solid rgba(202, 206, 213, 0.7);
}

@media (max-width: 575.98px) {
  /* line 26, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .white_box {
    padding: 30px 25px;
  }
}

/* line 37, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.white_box .white_box_tittle h4, .white_box .white_box_tittle .h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .white_box .white_box_tittle h4, .white_box .white_box_tittle .h4 {
    margin-bottom: 15px;
  }
}

/* line 47, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.white_box2 {
  padding: 40px 40px 25px 40px;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  /* line 47, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .white_box2 {
    padding: 30px 25px;
  }
}

/* line 55, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.white_box2 .white_box_tittle h4, .white_box2 .white_box_tittle .h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 55, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .white_box2 .white_box_tittle h4, .white_box2 .white_box_tittle .h4 {
    margin-bottom: 15px;
  }
}

/* line 66, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .white_box_tittle {
  margin-bottom: 20px;
}

/* line 68, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .white_box_tittle h4, .chart_box .white_box_tittle .h4 {
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  /* line 68, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .chart_box .white_box_tittle h4, .chart_box .white_box_tittle .h4 {
    margin-bottom: 15px;
  }
}

/* line 75, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box p {
  margin-bottom: 29px;
  color: #707070;
}

/* line 82, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box label {
  margin-bottom: 0;
}

/* line 85, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .b {
  display: block !important;
}

/* line 88, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .toggle {
  position: relative;
  width: 44px;
  height: 22px;
  border-radius: 50px;
  background-color: #222222;
  border: 1px solid #222222;
  overflow: hidden;
}

/* line 97, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

/* line 108, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .check:checked ~ .switch {
  right: 5px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

/* line 115, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .switch {
  position: absolute;
  left: 5px;
  top: 3px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  height: 13px;
  width: 13px;
  padding: 6px !important;
  margin-right: 0;
}

/* line 131, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .switch:after {
  display: none;
}

/* line 135, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box .hide {
  display: none !important;
}

/* line 144, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .table {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-bottom: 40px;
}

/* line 153, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table th, .QA_section .QA_table td {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  color: #222222;
  padding: 16px 30px;
  vertical-align: middle;
}

/* line 161, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content {
  color: #7e7172;
  font-size: 13px;
}

/* line 164, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content:hover {
  color: #4D4F5C;
}

/* line 170, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table thead th {
  white-space: nowrap;
  border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
}

/* line 176, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th {
  font-size: 14px;
  color: #415094;
  font-weight: 400 !important;
}

/* line 182, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th, .QA_section .QA_table tbody td {
  color: #7e7172;
  font-size: 14px;
  color: #828BB2;
  font-weight: 400;
  border-bottom: 1px solid rgba(130, 139, 178, 0.15);
}

/* line 188, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th a, .QA_section .QA_table tbody td a {
  font-size: 14px;
  font-weight: 400;
  color: #828BB2;
}

/* line 192, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th a:hover, .QA_section .QA_table tbody td a:hover {
  color: #7C32FF;
}

/* line 196, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th.pending, .QA_section .QA_table tbody td.pending {
  color: #E09079;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

/* line 203, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th.priority_hight, .QA_section .QA_table tbody td.priority_hight {
  font-size: 14px;
  color: #D7598F;
  font-weight: 400;
}

/* line 212, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr {
  transition: 0.3s;
}

/* line 219, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr:hover {
  background: #fff;
}

/* line 225, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn {
  color: #4D4F5C;
}

/* line 227, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn:hover {
  text-decoration: underline;
}

/* line 231, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .table {
  margin-bottom: 0 !important;
}

/* line 233, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .table thead th {
  border-bottom: 0 solid transparent;
  background-color: #fff;
  padding: 17px 30px;
  line-height: 16px;
  border: 0px solid transparent;
  font-size: 12px;
  font-weight: 400;
  color: #4D4F5C;
  white-space: nowrap;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 252, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header {
    flex-direction: column;
  }
}

/* line 256, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left {
  flex-basis: 50%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 256, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 55%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 256, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 55%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 256, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 269, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 273, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li {
  display: inline-block;
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 273, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left ul li {
    flex: 50% 0 0;
    margin-bottom: 20px;
  }
}

/* line 280, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li h4, .chart_box_1 .box_header .box_header_left ul li .h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
}

/* line 285, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li p {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 296, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li {
  color: #828BB2;
  font-size: 12px;
  font-weight: 400;
  margin-right: 30px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  /* line 296, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_right .legend_circle ul li {
    margin-right: 14px;
  }
}

/* line 305, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li:last-child {
  margin-right: 0;
}

/* line 308, app/assets/stylesheets/../../../vendor/assets/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 4, app/assets/stylesheets/../../../vendor/assets/finance/scss/_form_style.scss */
.form_style .form-group label, .form_style .form-group p {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 13px;
  color: #7e7172;
}

/* line 11, app/assets/stylesheets/../../../vendor/assets/finance/scss/_form_style.scss */
.form_style .form-group input {
  border: 1px solid #e4e8ec;
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  padding: 15px 25px;
  background-color: #fef1f2;
  height: auto;
  line-height: 18px;
}

/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_revenue_part.scss */
.revenue_part .btn_2 {
  padding: 8px 13px;
  margin-left: 30px;
}

/* line 7, app/assets/stylesheets/../../../vendor/assets/finance/scss/_revenue_part.scss */
.revenue_part .courses_price .btn_1 {
  padding: 13px 32px;
  line-height: 16px;
  height: auto;
  width: auto;
}

/* line 15, app/assets/stylesheets/../../../vendor/assets/finance/scss/_revenue_part.scss */
.revenue_part .courses_details span {
  font-size: 16px;
  font-weight: 600;
  color: #7e7172;
  margin-top: 3px;
}

/* line 23, app/assets/stylesheets/../../../vendor/assets/finance/scss/_revenue_part.scss */
.revenue_part .courses_duration {
  position: relative;
  padding-left: 25px;
}

/* line 26, app/assets/stylesheets/../../../vendor/assets/finance/scss/_revenue_part.scss */
.revenue_part .courses_duration h6, .revenue_part .courses_duration .h6 {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 29, app/assets/stylesheets/../../../vendor/assets/finance/scss/_revenue_part.scss */
.revenue_part .courses_duration h6 i, .revenue_part .courses_duration .h6 i {
  color: #4D4F5C;
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord h3, .payment_methord .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* line 7, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content {
  background-color: #fff;
  padding: 30px;
}

/* line 10, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content h4, .payment_methord .payment_mathord_content .h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 28px 0 7px;
}

/* line 15, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content .btn_1 {
  margin-top: 28px;
}

/* line 19, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .nav-tabs {
  border-bottom: 0 solid transparent;
}

/* line 22, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo {
  display: flex;
  align-items: center;
}

/* line 26, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner {
  width: 188px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BBC1C9;
  border-left: 0px solid transparent;
  transition: 0.5s;
}

/* line 35, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner:first-child {
  border-left: 1px solid #BBC1C9;
  border-radius: 5px 0 0 5px;
}

/* line 39, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner:last-child {
  border-radius: 0 5px 5px 0;
}

/* line 42, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner img {
  max-width: 100px;
}

/* line 45, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner.active {
  border: 1px solid #4D4F5C !important;
}

/* line 54, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.form_group {
  margin-top: 24px;
}

/* line 56, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.form_group input {
  width: 100%;
  background-color: #fef1f2;
  border-radius: 5px;
  border: 1px solid #F1F3F5;
  padding: 12px 20px;
}

/* line 64, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.form_group .single_form_item label {
  width: 100%;
  display: block;
}

/* line 68, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.form_group .single_form_item input {
  width: auto;
  display: inline-block;
  padding: 12px 20px;
  max-width: 85px;
  color: #9C9C9C;
}

/* line 76, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.form_group #CVV {
  max-width: 118px !important;
}

/* line 79, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.form_group .nice_Select {
  background-color: #fef1f2;
  margin-right: 10px;
  color: #9C9C9C;
}

/* line 86, app/assets/stylesheets/../../../vendor/assets/finance/scss/_payment_setting.scss */
.checkbox label {
  margin-bottom: 0;
  margin-top: 25px;
  color: #9C9C9C;
  margin-left: 8px;
}

/************** footer css ****************/
/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_part {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 6px;
  background: transparent;
  padding-left: 270px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
  .footer_part {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
  .footer_part {
    padding-left: 20%;
  }
}

/* line 22, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_part p {
  font-size: 14px;
  font-weight: 300;
  color: #828BB2;
}

/* line 26, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_part p span {
  margin: 0 10px;
}

/* line 29, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_part p a {
  color: #3B76EF;
}

/* line 31, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_part p a:hover {
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_part .footer_iner {
  padding: 0 15px;
}

@media (max-width: 575.98px) {
  /* line 36, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
  .footer_part .footer_iner {
    text-align: center;
  }
}

/* line 43, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_links {
  padding: 0 15px;
}

@media (max-width: 575.98px) {
  /* line 45, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
  .footer_links ul {
    justify-content: center !important;
    margin-top: 15px;
  }
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_links ul li a {
  color: #3B76EF;
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
  text-transform: capitalize;
}

/* line 59, app/assets/stylesheets/../../../vendor/assets/finance/scss/_footer.scss */
.footer_links ul li:first-child a {
  margin-left: 0;
}

/************** footer css end ****************/
/********* breadcrumd css here **********/
/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content {
  background-color: #fff;
  padding: 19px 30px;
  line-height: 22px;
}

@media (max-width: 991px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
  .breadcrumb_content {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
  .breadcrumb_content {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
  .breadcrumb_content {
    display: block !important;
  }
}

/* line 17, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .active {
  color: #4D4F5C;
}

/* line 20, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content h2, .breadcrumb_content .h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 20, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
  .breadcrumb_content h2, .breadcrumb_content .h2 {
    margin-bottom: 15px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
  .breadcrumb_content h2, .breadcrumb_content .h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 20, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
  .breadcrumb_content h2, .breadcrumb_content .h2 {
    margin-bottom: 15px;
  }
}

/* line 36, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a {
  position: relative;
  color: #7e7172;
  padding-left: 30px;
}

/* line 40, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  clip-path: polygon(0 0, 100% 55%, 0 100%);
  background-color: #7e7172;
  width: 10px;
  height: 10px;
  transition: 0.5s;
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:first-child {
  padding-left: 0;
}

/* line 53, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:first-child:after {
  display: none;
}

/* line 57, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:hover {
  color: #4D4F5C;
}

/* line 58, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:hover:after {
  background-color: #4D4F5C;
}

/* line 63, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:last-child {
  color: #4D4F5C;
}

/* line 65, app/assets/stylesheets/../../../vendor/assets/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:last-child:after {
  background-color: #4D4F5C;
}

/********* breadcrumd css end **********/
/* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_bar-chart.scss */
#morris_bar {
  height: 300px;
}

/* line 4, app/assets/stylesheets/../../../vendor/assets/finance/scss/_bar-chart.scss */
#morris_bar_bold {
  height: 300px;
}

/* line 8, app/assets/stylesheets/../../../vendor/assets/finance/scss/_bar-chart.scss */
tspan {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  text-transform: capitalize;
}

/* line 15, app/assets/stylesheets/../../../vendor/assets/finance/scss/_bar-chart.scss */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
  font-size: 13px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
  font-family: "Muli", sans-serif;
}

/* line 25, app/assets/stylesheets/../../../vendor/assets/finance/scss/_bar-chart.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  line-height: 12px;
  font-family: "Muli", sans-serif;
}

/* line 35, app/assets/stylesheets/../../../vendor/assets/finance/scss/_bar-chart.scss */
.morris-hover.morris-default-style {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-align: center;
  background: #000 !important;
  border: 0;
  padding: 7px 22px 5px 22px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}

/* line 47, app/assets/stylesheets/../../../vendor/assets/finance/scss/_bar-chart.scss */
.morris-hover.morris-default-style span {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  line-height: 12px;
  font-family: "Muli", sans-serif;
}

/* line 58, app/assets/stylesheets/../../../vendor/assets/finance/scss/_bar-chart.scss */
canvas#highlights {
  height: 300px !important;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
.lms_category_wrap {
  margin-bottom: 50px;
}

/* line 3, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
.lms_category_wrap .category_header {
  background: #fef1f2;
  border-radius: 5px;
  padding: 17px 30px;
}

/* line 8, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
.lms_category_wrap .category_header .category_left h4, .lms_category_wrap .category_header .category_left .h4 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
.lms_category_wrap .category_header .category_left p {
  color: #7e7172;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 21, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
  .lms_category_wrap .category_header .category_right {
    margin-top: 15px;
  }
}

/* line 28, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
.lms_category_wrap ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px 30px;
  background: #fff;
  align-items: center;
  border-bottom: 1px solid #eee1e2;
  transition: .3s;
}

@media (max-width: 575.98px) {
  /* line 28, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
  .lms_category_wrap ul li {
    padding: 15px 20px;
  }
}

/* line 41, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
.lms_category_wrap ul li .category_info p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
}

/* line 47, app/assets/stylesheets/../../../vendor/assets/finance/scss/_lms_category.scss */
.lms_category_wrap ul li:hover {
  background: #fff7f8;
}

/* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame {
  border: 1px solid #eee1e2;
}

/* line 3, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-popover .note-popover-content, .note-editor.note-frame .note-toolbar {
  padding: 4px 15px 8px 15px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  background-color: #fff7f8;
}

/* line 12, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn i, .note-editor.note-frame .note-current-fontname {
  color: #7e7172;
  font-size: 12px;
}

/* line 17, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #7e7172;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
}

/* line 26, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover {
  color: #fff;
  background: #fe1724;
}

/* line 30, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover i {
  color: #fff;
  background: #fe1724;
}

/* line 34, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn .note-current-fontname:hover {
  color: #fff;
}

/* line 39, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .show .dropdown-toggle::after {
  transform: rotate(180deg);
  color: red;
}

/* line 43, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-icon-font.note-recent-color {
  background: transparent !important;
  color: #7e7172 !important;
}

/* line 48, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .show .dropdown-toggle::after {
  color: #7e7172 !important;
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover span {
  color: #fff !important;
}

/* line 54, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover i {
  color: #fff !important;
}

/* line 57, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
}

/* line 61, app/assets/stylesheets/../../../vendor/assets/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-placeholder {
  padding: 18px 25px 0 25px;
  font-size: 14px;
  color: #7e7172;
  line-height: 28px;
  font-weight: 300;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .lms_sm_block {
    display: block;
  }
}

@media (max-width: 575.98px) {
  /* line 8, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .lms_xs_small_btn a {
    padding: 11px 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 14, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .mb_xs_20px {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 19, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .mb_sm_20px {
    margin-bottom: 20px;
  }
}

/* line 24, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.lms_supper_text {
  vertical-align: super !important;
}

/* line 27, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.gj-picker-md {
  border: 1px solid #fef1f2;
  padding: 10px;
}

/* line 31, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.gj-picker-md table tr td.today div {
  color: #fff;
  background: #3B76EF;
  border-radius: 50%;
}

/* line 36, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.gj-picker-md table tr td.gj-cursor-pointer div:hover {
  border-radius: 50%;
  background: #3B76EF;
  color: #fff;
}

/* line 42, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.gj-picker-md div[role="navigator"] div:first-child, .gj-picker-md div[role="navigator"] div:last-child {
  max-width: 42px;
  background: #fef1f2;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
  line-height: 44px;
  height: 42px;
  font-weight: 900;
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.gj-picker-md div[role="navigator"] div:first-child i, .gj-picker-md div[role="navigator"] div:last-child i {
  font-weight: 900;
  font-size: 14px;
}

/* line 60, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.dropdown-menu.show .dropdown-toggle.lms_drop_1::after {
  color: #fff !important;
}

/* line 64, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.dropdown-menu.option_width {
  min-width: 102px;
}

/* line 68, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.dropdown.show .dropdown-toggle.lms_drop_1::after {
  color: #fff;
}

/* line 75, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.lms_common_header .lms_common_title h4, .lms_common_header .lms_common_title .h4 {
  margin-bottom: 3px;
}

/* line 78, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.lms_common_header .lms_common_title p {
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.common_line_separator {
  display: inline-block;
  width: 2px;
  height: 11px;
  background: #b9b3b3;
  margin: 0 7px 0 7px;
}

/* line 94, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.h-120px {
  height: 120px !important;
}

/* line 97, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.h-260px {
  height: 260px !important;
}

@media (max-width: 991px) {
  /* line 97, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .h-260px {
    height: 160px !important;
  }
}

/* line 103, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.h-230px {
  height: 230px !important;
}

@media (max-width: 991px) {
  /* line 103, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .h-230px {
    height: 160px !important;
  }
}

/* line 111, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.discription_list_wrap p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
  margin-bottom: 17px;
}

/* line 118, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.discription_list_wrap h5, .discription_list_wrap .h5 {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  margin-top: 19px;
  margin-bottom: 14px;
}

/* line 128, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.common_list_style li {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
}

/* line 135, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.common_list_style li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #7e7172;
  content: '';
  border-radius: 50%;
}

/* line 150, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.result_modal_table_form .modal-body {
  margin: 30px 0;
  padding: 120px 100px 104px 100px !important;
}

@media (max-width: 991px) {
  /* line 150, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .result_modal_table_form .modal-body {
    padding: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .result_modal_table_form .modal-body {
    padding: 50px 50px !important;
  }
}

/* line 163, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.result_modal_table_form .table thead th {
  border-bottom: 0 solid transparent;
  background-color: #fef1f2;
  padding: 17px 30px;
  line-height: 16px;
  border: 0px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  white-space: nowrap;
}

/* line 179, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.result_modal_table_form .table tbody th, .result_modal_table_form .table tbody td {
  color: #7e7172;
  font-size: 13px !important;
  color: #7e7172;
  font-weight: 300;
  border-bottom: 1px solid #eee1e2;
  padding: 10px 25px !important;
}

/* line 189, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.result_modal_table_form .result_header_modal {
  margin-bottom: 45px;
}

/* line 192, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.result_modal_table_form .result_header_modal h2, .result_modal_table_form .result_header_modal .h2 {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  /* line 192, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal h2, .result_modal_table_form .result_header_modal .h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 192, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal h2, .result_modal_table_form .result_header_modal .h2 {
    font-size: 20px;
  }
}

/* line 204, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.result_modal_table_form .result_header_modal p {
  font-size: 14px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
}

/* line 210, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.result_modal_table_form .result_header_modal .passed_text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 29px;
  margin-bottom: 35px;
}

@media (max-width: 575.98px) {
  /* line 210, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 210, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 210, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* line 237, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.student_list_img img {
  width: 50px;
  height: 50px;
}

/* line 243, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.common_date_picker input {
  width: 100%;
  border: 1px solid #eee1e2;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #7e7172;
  padding: 0px 25px;
  font-weight: 300;
}

/* line 256, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.website_settings_wrap .modal-body {
  padding: 0 !important;
}

/* line 260, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.input_form_persent {
  position: relative;
}

/* line 262, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.input_form_persent:before {
  content: "\f295";
  border-bottom: 0;
  border-right: 0;
  display: block;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: auto;
  right: 25px;
  border: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #cec1c2;
  transform: translateY(-50%);
  font-size: 13px;
}

/* line 286, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.tagInput_field {
  margin-bottom: 21px;
}

/* line 288, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.tagInput_field label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 298, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput {
  text-align: left;
  border: 1px solid #eee1e2;
  padding: 9px 25px 4px 25px;
  box-shadow: none;
  border-radius: 3px;
  min-height: 50px;
}

/* line 305, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput input {
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  background-color: transparent !important;
  height: 0;
  margin: 0;
  min-width: 20px;
  padding: 7px !important;
}

/* line 316, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge {
  margin: 0 5px 5px 0;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 20px;
  font-size: 12px;
  color: #3B76EF;
  font-weight: 400;
  background: #ffff;
  border: 1px solid #3B76EF;
  border-radius: 30px;
  position: relative;
}

/* line 329, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]::after {
  font-size: 10px;
  font-family: 'themify';
  content: "\e646";
  background: none;
  padding: 0;
  margin: 0;
  margin-left: 0px;
  background: transparent;
  margin-left: 5px;
  padding: 0;
  border: 1px solid transparent;
  padding: 2px;
}

/* line 343, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]:hover::after {
  background: #3B76EF;
  color: #fff;
  border-color: #3B76EF;
}

/* line 348, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.tagInput_field span.badge.badge-info span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

/* line 357, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress {
  height: 24px;
  background: transparent;
  border-radius: 30px;
  width: 256px;
}

/* line 364, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar {
  position: relative;
  border-radius: 30px;
  text-align: left;
  font-size: 15px;
  padding-left: 15px;
  color: #fff;
  font-weight: 300;
  background: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* line 375, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.green_bar {
  background-image: url(/../img/progress/progress-bg.png);
  background-size: cover;
}

/* line 379, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.yellow_bar {
  background-image: url(/../img/progress/design-progress-yellow.png);
  background-size: cover;
}

/* line 384, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.red_bar {
  background-image: url(/../img/progress/design-progress-red.png);
  background-size: cover;
}

/* line 394, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  margin-left: 0;
  padding-bottom: 15px;
  margin-top: 0;
}

/* line 405, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 20px;
  transform-origin: center;
  border: 1px solid #eee2e3;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 15px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

/* line 419, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 label span:before {
  content: "";
  width: 0px;
  height: 1px;
  border-radius: 2px;
  background: #3B76EF;
  position: absolute;
  transform: rotate(38deg);
  top: 13px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
  top: 9.69px;
  left: 4.99px;
  border-radius: 0;
}

/* line 436, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 label span:after {
  content: "";
  width: 0;
  height: 1px;
  border-radius: 2px;
  background: #3B76EF;
  position: absolute;
  transform: rotate(305deg);
  top: 12.8px;
  left: 7.48px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
  border-radius: 0;
}

/* line 453, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 label:hover span:before {
  width: 4px;
  transition: width 100ms ease;
}

/* line 458, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

/* line 465, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"] {
  display: none;
}

/* line 469, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span {
  background-color: #3B76EF;
  transform: scale(1);
  border-color: #3B76EF;
}

/* line 474, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 480, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span:before {
  width: 4px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 487, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span {
  background-color: #3B76EF;
  transform: scale(1.25);
  border-color: #3B76EF;
}

/* line 492, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 497, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span:before {
  width: 4px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 510, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.import_topic_wrapper.modal_btn {
  display: grid !important;
  grid-gap: 10px;
  grid-template-columns: 3fr 9fr;
  align-items: end;
}

/* line 515, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.import_topic_wrapper.modal_btn .btn_1 {
  margin: 0 !important;
}

@media (max-width: 575.98px) {
  /* line 510, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
  .import_topic_wrapper.modal_btn {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 528, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .btn_1.big_btn {
  padding: 16px 36px;
}

/* line 531, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .chose_thumb_title {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 542, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 552, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .input_wrap textarea {
  height: 100px;
  padding: 0;
  line-height: 28px;
  padding: 13px 25px;
}

/* line 557, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .input_wrap textarea.max_textarea {
  height: 290px;
}

/* line 563, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .nice_Select, .indvisual_form input, .indvisual_form textarea {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 10px 25px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
}

/* line 577, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .nice_Select::-moz-placeholder, .indvisual_form input::-moz-placeholder, .indvisual_form textarea::-moz-placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}
.indvisual_form .nice_Select::placeholder, .indvisual_form input::placeholder, .indvisual_form textarea::placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}

/* line 583, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .nice_Select {
  line-height: 30px;
}

/* line 585, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .nice_Select :after {
  left: 22px;
}

/* line 589, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .nice-select.nice_Select2 {
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 0 37px 0 20px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
  margin: 0;
  width: auto;
}

/* line 605, app/assets/stylesheets/../../../vendor/assets/finance/scss/_common_component.scss */
.indvisual_form .nice-select.nice_Select2::after {
  top: 20%;
}

/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.assign_list li {
  display: inline-block;
  margin-right: 5px;
}

/* line 5, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.assign_list li:last-child {
  margin-right: 0;
}

/* line 9, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.assign_list li a img {
  width: 100%;
  border-radius: 50%;
  transition: 0.2s;
  width: 23px;
  height: 23px;
  transform: translateY(0px);
}

/* line 17, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.assign_list li a img:hover {
  transform: translateY(-2px);
}

/* line 27, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.dataTables_paginate {
  margin-top: 0;
  margin-top: 30px;
}

/* line 30, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.dataTables_paginate a {
  width: 32px;
  height: 32px;
  background: #FFFFFF !important;
  border-radius: 3px !important;
  text-align: center !important;
  line-height: 32px;
  padding: 0 !important;
  margin: 0 !important;
  margin: 0 5px !important;
}

/* line 40, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.dataTables_paginate a.current {
  background: #3B76EF !important;
  box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.3) !important;
  border: 0 !important;
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.dataTables_paginate a:hover {
  background: #3B76EF !important;
  box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.3);
  border: 0 !important;
  color: #fff !important;
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.dataTables_paginate a:hover i {
  color: #fff !important;
}

/* line 55, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.dataTables_paginate a i {
  line-height: 32px;
  font-size: 12px;
  color: #415094;
}

/* line 62, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #fff !important;
  border: 0;
}

/* line 67, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
#DataTables_Table_0_info {
  font-size: 14px;
  color: #415094;
  font-weight: 400;
  margin-top: 35px;
  padding-top: 0;
}

/* line 74, app/assets/stylesheets/../../../vendor/assets/finance/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #3B76EF;
  background-color: #3B76EF !important;
}

/* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_pie.scss */
.min_400 {
  height: calc(100% - 30px);
}

/* line 4, app/assets/stylesheets/../../../vendor/assets/finance/scss/_pie.scss */
.min_430 {
  height: calc(100% - 30px);
}

/* line 7, app/assets/stylesheets/../../../vendor/assets/finance/scss/_pie.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 4, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-picture {
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -55px;
}

/* line 17, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-picture img {
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  width: 100px;
  height: 100px;
}

/* line 25, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-cover-image {
  height: 300px;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-cover-image img {
  width: 100%;
}

/* line 34, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content {
  padding: 40px 20px;
  text-align: center;
}

/* line 38, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content h1, .profile_box_1 .profile-content .h1 {
  font-weight: normal;
  margin-bottom: 0.2em;
}

/* line 43, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #d2d2d2;
}

/* line 50, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content .socials a {
  color: #d2d2d2;
  margin: 0 15px;
  font-size: 1.6em;
  transform: translateY(4px);
}

/* line 56, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content .socials a:hover {
  color: #aaa;
  transform: translateY(0);
}

/* line 74, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile {
  background-color: #e6e5e1;
  border-radius: 0;
  border: 0;
  box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.2);
}

/* line 80, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-img-top {
  border-radius: 0;
}

/* line 84, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-img-profile {
  max-width: 100%;
  border-radius: 50%;
  margin-top: -95px;
  margin-bottom: 35px;
  border: 5px solid #e6e5e1;
}

/* line 92, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-title {
  margin-bottom: 50px;
}

/* line 95, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-title small, .card-profile .card-title .small {
  display: block;
  font-size: .6em;
  margin-top: .2em;
}

/* line 102, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links {
  margin-bottom: 25px;
}

/* line 105, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links .fa {
  margin: 0 1em;
  font-size: 1.6em;
}

/* line 109, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links .fa:focus, .card-profile .card-links .fa:hover {
  text-decoration: none;
}

/* line 114, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-dribbble {
  color: #ea4b89;
  font-weight: bold;
}

/* line 118, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-dribbble:hover {
  color: #e51d6b;
}

/* line 123, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-twitter {
  color: #68aade;
}

/* line 126, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-twitter:hover {
  color: #3e92d5;
}

/* line 131, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-facebook {
  color: #3b5999;
}

/* line 134, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-facebook:hover {
  color: #2d4474;
}

/* line 142, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 2px 3px #222;
}

/* line 148, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4:hover .profile-img img {
  transform: scale(1.2);
}

/* line 152, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-img img {
  width: 100%;
  height: auto;
  transition: transform 1s;
}

/* line 157, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 40%;
  border: 3px solid #333;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: scale(1, 1);
  transition: all 0.50s linear;
}

/* line 170, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 40%;
  border: 3px solid #222;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: all 0.50s linear;
}

/* line 183, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4:hover .profile-content:before {
  top: 20px;
  left: 20px;
}

/* line 187, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4:hover .profile-content:after {
  bottom: 20px;
  right: 20px;
}

/* line 192, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50% 4%;
  text-align: center;
}

/* line 202, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content:hover {
  background-color: rgba(255, 43, 131, 0.5);
}

/* line 205, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .title {
  font-size: 24px;
  color: #333;
  opacity: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(-100px);
  transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

/* line 214, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4:hover .title {
  opacity: 1;
  transform: translateY(0);
}

/* line 218, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4:hover .title::after {
  content: "";
  display: block;
  width: 50%;
  margin: 10px auto;
  border-bottom: 2px solid #222;
}

/* line 225, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .title > span {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  text-transform: capitalize;
}

/* line 231, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .social-link {
  margin: 20px 0;
  padding: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

/* line 238, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4:hover .social-link {
  opacity: 1;
  transform: translateY(0);
}

/* line 242, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .social-link li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
}

/* line 247, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .social-link li a {
  color: #333;
  width: 30px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}

/* line 261, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card {
  height: 615px;
  border-radius: 30px;
  background-color: #f6fcfe;
  -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
  position: relative;
  overflow: hidden;
}

/****************
  Back
  ****************/
/* line 282, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -139px;
  font-weight: 600;
  z-index: 1;
}

/* line 292, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a {
  text-decoration: none;
}

/****************
  UP
  ****************/
/* line 300, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_up {
  position: absolute;
  width: 100%;
  height: 437px;
  background-image: url(/../img/card2.jpg);
  background-position: 50%;
  background-size: cover;
  z-index: 3;
  text-align: center;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  transition: 0.5s ease-in-out;
}

/* line 326, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_on .pCard_up {
  height: 100px;
  box-shadow: 0 0 30px #cfd8dc;
}

/* line 331, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text {
  position: absolute;
  top: 319px;
  left: 0;
  right: 0;
  color: #f1f7f9;
  transition: 0.5s ease-in-out;
}

/* line 344, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_on .pCard_up .pCard_text {
  top: 20px;
}

/* line 348, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text h2, .pCard_card .pCard_up .pCard_text .h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

/* line 355, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text p {
  margin: 0;
  font-size: 16px;
  color: #e3f1f5;
}

/* line 361, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_add {
  border-radius: 50%;
  background-color: #ed145b;
  -ms-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  position: absolute;
  top: 392px;
  left: 0;
  right: 0;
  margin: auto;
  width: 88px;
  height: 88px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

/* line 388, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_on .pCard_up .pCard_add {
  transform: rotate(360deg) scale(0.5);
  top: 470px;
}

/****************
  Down
  ****************/
/* line 401, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_down {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 178px;
  z-index: 2;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: 0.5s ease-in-out;
}

/* line 425, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_on .pCard_down {
  height: 100px;
  -ms-box-shadow: 0 0 30px #cfd8dc;
  -o-box-shadow: 0 0 30px #cfd8dc;
  box-shadow: 0 0 30px #cfd8dc;
}

/* line 434, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_down div {
  width: 33.333%;
  float: left;
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

/* line 447, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_on .pCard_down div {
  margin-top: 10px;
}

/* line 451, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_down div p:first-of-type {
  color: #68818c;
  margin-bottom: 5px;
}

/* line 456, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_down div p:last-of-type {
  color: #334750;
  font-weight: 700;
  margin-top: 0;
}

/* line 461, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  margin: 10px;
  display: inline-block;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
  font-size: 15px;
}

/* line 481, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a i:hover {
  transform: scale(1.2);
}

/* line 489, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(1) i {
  color: #3b5998;
  border: 2px solid #3b5998;
}

/* line 494, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(2) i {
  color: #0077b5;
  border: 2px solid #0077b5;
}

/* line 499, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(3) i {
  color: #1769ff;
  border: 2px solid #1769ff;
}

/* line 504, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(4) i {
  color: #000000;
  border: 2px solid #000000;
}

/* line 509, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(5) i {
  color: #eb5e95;
  border: 2px solid #eb5e95;
}

/* line 514, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(6) i {
  color: #3f729b;
  border: 2px solid #3f729b;
}

/* line 519, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_add i {
  color: white;
  font-size: 38px;
  line-height: 88px;
}

/* line 528, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 {
  min-height: 500px;
  box-shadow: 0 0 5px 1px rgba(52, 52, 52, 0.224);
  position: relative;
  border-radius: 20px;
  transition: 2s;
}

/* line 534, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2:hover {
  box-shadow: 0 0 15px 1px rgba(52, 52, 52, 0.25);
}

/* line 537, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2::after {
  content: " ";
  background-image: linear-gradient(135deg, #3B76EF 10%, #3B76EF 100%);
  clip-path: circle(50% at 50% 1%);
  display: block;
  min-height: 500px;
  transition: 2s;
  border-radius: 20px;
}

/* line 546, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2:hover::after {
  content: " ";
  clip-path: circle(100% at 50% 170%);
  transition: 2s;
  display: block;
  min-height: 500px;
  transition: 2s;
  border-radius: 20px;
}

/* line 556, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 img {
  width: 100px !important;
  height: 100px !important;
  position: absolute;
  top: 78px;
  left: 37%;
  z-index: 99999999;
  transition: 2s;
  border-radius: 100%;
}

/* line 567, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 :hover img {
  transform: scale(1.3) translateY(20px);
  transition: 2s;
}

/* line 574, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 h1, .profile-cart_2 .h1 {
  z-index: 999;
  position: absolute;
  justify-content: center;
  display: flex;
  width: 100%;
  font-family: "poppins bold";
  color: rgba(30, 29, 29, 0.85);
  letter-spacing: 2px;
}

/* line 585, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 p {
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  text-align: center;
  top: 50%;
  font-family: "poppins";
  font-weight: 500;
  margin: 0 20px;
  color: rgba(30, 29, 29, 0.85);
}

/* line 598, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 .social-area {
  position: absolute;
  bottom: 30px;
  z-index: 999;
  justify-content: center;
  display: flex;
  width: 100%;
}

/* line 607, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 .social-area a {
  color: rgba(30, 29, 29, 0.85);
}

/* line 611, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 .social-area a {
  margin: 15px 15px 0 15px;
  font-size: 20px;
  transition: 4s;
}

/* line 617, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 :hover .social-area svg {
  color: white;
  transition: 1s;
}

/* line 622, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile-cart_2 .social-area svg:hover {
  transform: scale(1.5);
}

/* line 631, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 .cover-photo {
  background: url(https://images.unsplash.com/photo-1540228232483-1b64a7024923?ixlib=rb-1.2.1&auto=format&fit=crop&w=967&q=80);
  height: 160px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

/* line 637, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 .profile {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #1f1a32;
  padding: 7px;
  background: #292343;
  margin-top: 80px;
  margin-left: 10px;
}

/* line 648, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 .profile-name {
  font-size: 25px;
  font-weight: bold;
  margin: 27px 0 0 120px;
}

/* line 653, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 .about {
  margin-top: 35px;
  line-height: 21px;
}

/* line 657, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 button {
  margin: 10px 0 40px 0;
}

/* line 660, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 .msg-btn, .profile_card_5 .follow-btn {
  background: #03bfbc;
  border: 1px solid #03bfbc;
  padding: 10px 25px;
  color: #231e39;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

/* line 669, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 .follow-btn {
  margin-left: 10px;
  background: transparent;
  color: #02899c;
}

/* line 674, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 .follow-btn:hover {
  color: #231e39;
  background: #03bfbc;
  transition: .5s;
}

/* line 679, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 i {
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: .5s;
}

/* line 686, app/assets/stylesheets/../../../vendor/assets/finance/scss/_profilebox.scss */
.profile_card_5 i:hover {
  color: #03bfbc;
}

/* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart {
  text-align: center;
  padding: 1rem;
  position: relative;
}

/* line 5, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart .rounded {
  border-radius: .25rem !important;
}

/* line 8, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart .icon-wrapper {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart .icon-wrapper .icon-wrapper-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: .2;
}

/* line 21, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart .icon-wrapper i {
  margin: 0 auto;
  font-size: 1.7rem;
  position: relative;
  z-index: 5;
  line-height: 54px;
}

/* line 30, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart .widget-numbers {
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
  line-height: 1;
  margin: 1rem auto;
}

/* line 36, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart .widget-numbers span {
  font-weight: bold;
  font-size: 2.5rem;
}

/* line 41, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart .widget-subheading {
  margin-top: -.5rem;
}

/* line 44, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.widget-chart .widget-description {
  margin: 1rem 0 0;
}

/* line 49, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.bg-light {
  background-color: #eee !important;
}

/* line 52, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.icon-wrapper .icon-wrapper-bg.bg-light {
  opacity: .08;
}

/* line 55, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.bg-focus {
  background-color: #444054 !important;
}

/* line 58, app/assets/stylesheets/../../../vendor/assets/finance/scss/_chart_box.scss */
.bg-primary {
  background-color: #3f6ad8 !important;
}

/* line 2, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom h4, .accordion_custom .h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 7, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card {
  margin-bottom: 15px;
  border: 0;
  overflow: visible;
}

/* line 11, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-header {
  border: 0;
  padding: 0;
  border-radius: 30px !important;
}

/* line 15, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2, .accordion_custom .card .card-header .h2 {
  padding: 0;
}

/* line 18, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a, .accordion_custom .card .card-header .h2 a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  position: relative;
  position: relative;
  padding: 13px 20px;
  background: #3B76EF;
  box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.25);
  color: #fff;
  transition: 0.3s;
  border: 0;
  border-radius: 30px;
}

/* line 36, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a::before, .accordion_custom .card .card-header .h2 a::before {
  content: "\e622";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'themify';
  font-size: 14px;
  right: 30px;
  color: #fff;
}

/* line 47, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a.collapsed, .accordion_custom .card .card-header .h2 a.collapsed {
  background: #F5F7FB;
  color: #415094;
  box-shadow: none;
  border-radius: 30px;
}

/* line 52, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a.collapsed::before, .accordion_custom .card .card-header .h2 a.collapsed::before {
  content: "\e61a";
  color: #415094;
}

/* line 57, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a:focus, .accordion_custom .card .card-header .h2 a:focus {
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-body {
  padding: 24px 20px 30px 20px;
}

@media (max-width: 575.98px) {
  /* line 63, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .accordion_custom .card .card-body {
    padding: 15px;
  }
}

/* line 68, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-body p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  font-weight: 300;
  margin-bottom: 28px;
}

/* line 74, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.accordion_custom .card .card-body p:last-child {
  margin-bottom: 0;
}

/* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 30px;
}

@media (max-width: 575.98px) {
  /* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  /* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 6fr 6fr;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 5fr 7fr;
  }
}

/* line 103, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list .serach_field_2 {
  width: 100%;
}

/* line 106, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 110, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #eee1e2;
  padding: 20px 0;
  transition: 0.3s;
}

/* line 117, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left {
  display: flex;
  align-items: center;
}

/* line 123, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb img {
  width: 50px;
  height: 50px;
}

/* line 128, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left .messges_info {
  padding-left: 20px;
}

/* line 131, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left h4, .messages_box_area .messages_list ul li a .message_pre_left .h4 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 6px;
}

/* line 137, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left p {
  font-size: 13px;
  font-weight: 300;
  color: #676B84;
  margin-bottom: 0;
}

/* line 145, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .messge_time span {
  font-size: 12px;
  font-weight: 300;
  color: #cec1c2;
  white-space: nowrap;
}

/* line 153, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li:hover a {
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(255, 247, 248, 0.6);
}

/* line 163, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .messge_time span {
  white-space: nowrap;
}

/* line 167, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat {
  margin-bottom: 50px;
  padding-right: 20%;
}

@media (max-width: 575.98px) {
  /* line 167, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 167, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 167, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 167, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

/* line 186, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view {
  background: #fff7f8;
  border-radius: 10px;
  padding: 30px;
}

/* line 190, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view.red_border {
  border: 1px solid #1E50EC;
}

/* line 193, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view span {
  display: block;
  margin: 17px 0 17px 0;
}

/* line 197, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view p {
  font-size: 13px;
  font-weight: 300;
  color: #676B84;
  line-height: 26px;
}

/* line 204, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* line 210, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left .message_preview_thumb img {
  width: 50px;
  height: 50px;
}

/* line 215, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left .messges_info {
  padding-left: 20px;
}

/* line 218, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left h4, .messages_box_area .messages_chat .single_message_chat .message_pre_left .h4 {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 2px;
}

/* line 224, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left p {
  font-size: 12px;
  font-weight: 300;
  color: #676B84;
  margin-bottom: 0;
}

/* line 231, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message {
  padding-right: 0%;
  padding-left: 20%;
}

@media (max-width: 575.98px) {
  /* line 231, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 231, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 231, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 231, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

/* line 254, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message .message_pre_left {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 260, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message .messges_info {
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
}

/* line 267, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field {
  padding-top: 50px;
  display: grid;
  grid-template-columns: auto 110px;
  grid-gap: 10px;
}

@media (max-width: 575.98px) {
  /* line 267, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .message_send_field {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

/* line 276, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field input {
  color: #676B84;
  font-size: 13px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  padding-left: 25px;
  border: 1px solid #eee1e2;
  padding-right: 15px;
}

/* line 285, app/assets/stylesheets/../../../vendor/assets/finance/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field input::-moz-placeholder {
  color: #676B84;
  font-weight: 300;
  opacity: 1;
}
.messages_box_area .messages_chat .message_send_field input::placeholder {
  color: #676B84;
  font-weight: 300;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 6;
  height: calc(100% - 3.9375rem);
}

/* line 7, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar h4, .email-sidebar .h4 {
  font-weight: 600;
  font-size: .875rem;
  color: #333;
  padding: 2.5rem 0 3.125rem 1.5625rem;
}

/* line 13, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar ul {
  margin-bottom: 3.125rem;
}

/* line 15, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar ul li {
  display: block;
}

/* line 17, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar ul li.active {
  background: #3B76EF;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(59, 118, 239, 0.3);
  color: #fff !important;
}

/* line 21, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar ul li.active a {
  color: #fff;
}

/* line 25, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar ul li a {
  display: block;
  padding: .625rem .625rem .625rem 1.5rem;
  transition: all .5s ease-in-out;
  font-weight: 600;
  font-size: .875rem;
  color: #333;
}

/* line 32, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar ul li a:hover {
  background: #3B76EF;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(59, 118, 239, 0.3);
  color: #fff !important;
}

/* line 37, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.email-sidebar ul li a i {
  margin-right: .7rem;
}

/* line 1, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 47, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.primary_checkbox {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 18px 0 0;
  line-height: 18px;
}

/* line 9, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 58, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.primary_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 50%;
}

/* line 26, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 72, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.primary_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 35, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 83, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark:after {
  width: 100%;
  height: 100%;
  border: 0;
  transition: .3s;
  transform: scale(0);
}

/* line 44, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 92, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark {
  background: #3B76EF !important;
  box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.3) !important;
  transition: .3s;
}

/* line 52, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 99, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark::before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 0px;
  left: 3px;
  text-indent: 1px;
  color: #828BB2;
  background-color: transparent;
  border: 0px;
  transform: rotate(8deg);
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  z-index: 99;
  color: #fff;
  transition: .3s;
}

/* line 76, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 124, app/assets/stylesheets/../../../vendor/assets/finance/scss/_mailbox.scss */
.primary_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #828BB2;
  transition: .3s;
  transform: scale(1);
}
@font-face {
	font-family: 'themify';
	src:url(/assets/fonts/themify-f1ba2ff6b8910c974fe48b17a80843b8b19ac6e6ae08d68bd27df2259ce6c658.eot);
	src:url(/assets/fonts/themify-f1ba2ff6b8910c974fe48b17a80843b8b19ac6e6ae08d68bd27df2259ce6c658.eot?#iefix-fvbane) format('embedded-opentype'),
		url(/assets/fonts/themify-efcb3c913adebf3e17d241a55cab2c25f0ff6fbd217d1ae4c29e7c84952a404b.woff) format('woff'),
		url(/assets/fonts/themify-67c745cef69ad6303b7cf19bd616a48401e7bb8e1e1d9de050c7d6622c56fcb5.ttf) format('truetype'),
		url(/assets/fonts/themify-65e509ce3dede84abcba9340e383d7188b5fd05d30a7558ad4b7bc2c8d8d1118.svg#themify) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    max-height: 400px;
    overflow-y: scroll;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
    font-size: 13px;
    text-transform: capitalize;
    min-height: 30px;
    line-height: 30px;
    padding-top: 12px;
    border-bottom: 1px solid #ccc;
    margin: 0px 20px 10px;
    padding-left: 0px;
}
.nice-select .option.disabled:hover {
    color: #999;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}
.nice-select .list::-webkit-scrollbar {
    width: 0;
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 52px 0 0;
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px;
}

.nice-select.has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0;
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid rgba(130, 139, 178, 0.3);
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 8px;
    width: 100% !important;
    height: 36px;
    line-height: 36px;
    outline: 0 !important;
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 99999;
    border-radius: 0px 0px 10px 10px;
    pointer-events: auto;
    transform: scale(1) translateY(1px);
}

.nice-select-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    position: relative;
    top: 0px;
}
.nice-select-search::-moz-placeholder {
    /* Firefox 19+ */
    position: relative;
    top: 0px;
}
.nice-select-search:-ms-input-placeholder {
    /* IE 10+ */
    position: relative;
    top: 0px;
}
.nice-select-search:-moz-placeholder {
    /* Firefox 18- */
    position: relative;
    top: 0px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
.gj-button-md,
.gj-text-align-center {
  text-align: center;
}
.gj-button-md,
.gj-modal {
  overflow: hidden;
  outline: 0;
}
.gj-button-md,
.gj-button-md-group {
  position: relative;
  vertical-align: middle;
}
.gj-button,
.gj-button-md,
.gj-cursor-pointer {
  cursor: pointer;
}
.gj-button {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #000;
  border-radius: 3px;
  padding: 6px 10px;
}
.gj-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gj-row {
  display: flex;
  flex-wrap: wrap;
}
.gj-margin-left-5 {
  margin-left: 5px;
}
.gj-margin-left-10 {
  margin-left: 10px;
}
.gj-width-full {
  width: 100%;
}
.gj-font-size-16 {
  font-size: 16px;
}
.gj-hidden {
  display: none;
}
.gj-button-md {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  line-height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gj-button-md:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
.gj-button-md:disabled {
  color: rgba(0, 0, 0, 0.26);
  background: 0 0;
}
.gj-button-md .gj-icon,
.gj-button-md .material-icons {
  vertical-align: middle;
}
.gj-button-md.gj-button-md-icon {
  width: 24px;
  height: 31px;
  min-width: 24px;
  padding: 0;
  display: table;
}
ul.gj-list-bootstrap li [data-role="image"],
ul.gj-list-md li [data-role="checkbox"],
ul.gj-list-md li [data-role="image"] {
  height: 24px;
  width: 24px;
}
.gj-button-md.gj-button-md-icon .gj-icon,
.gj-button-md.gj-button-md-icon .material-icons {
  display: table-cell;
  margin-right: 0;
  width: 24px;
  height: 24px;
}
.gj-button-md.active {
  background-color: rgba(158, 158, 158, 0.4);
}
.gj-button-md-group {
  display: inline-block;
}
.gj-textbox-md {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 0;
  margin: 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
.gj-textbox-md:active,
.gj-textbox-md:focus {
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.42); */
  outline: 0;
}
.gj-textbox-md::-moz-placeholder {
  color: #7e7172;;
}
.gj-textbox-md::placeholder {
  color: #7e7172;;
}
.gj-textbox-md:-ms-input-placeholder {
  color: #7e7172;;
}
.gj-textbox-md::-ms-input-placeholder {
  color: #7e7172;;
}
.gj-md-spacer-24 {
  min-width: 24px;
  width: 24px;
  display: inline-block;
}
.gj-md-spacer-32 {
  min-width: 32px;
  width: 32px;
  display: inline-block;
}
.gj-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1203;
  display: none;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.54118);
  transition: 0.2s ease opacity;
  will-change: opacity;
}
ul.gj-list li [data-role="wrapper"] {
  display: table;
  width: 100%;
}
ul.gj-list li [data-role="checkbox"],
ul.gj-list li [data-role="image"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.gj-list li [data-role="display"] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
ul.gj-list li [data-role="display"]:empty:before {
  content: "\200b";
}
ul.gj-list-bootstrap {
  padding-left: 0;
  margin-bottom: 0;
}
ul.gj-list-bootstrap li {
  padding: 0;
}
ul.gj-list-bootstrap li [data-role="wrapper"] {
  padding: 0 10px;
}
ul.gj-list-bootstrap li [data-role="checkbox"] {
  width: 24px;
  padding: 3px;
}
ul.gj-list-bootstrap li [data-role="display"] {
  padding: 8px 0 8px 4px;
}
.list-group-item.active ul li,
.list-group-item.active:focus ul li,
.list-group-item.active:hover ul li {
  text-shadow: none;
  color: initial;
}
ul.gj-list-md {
  padding: 0;
  list-style: none;
  line-height: 24px;
  letter-spacing: 0;
  color: #616161;
}
.gj-picker-md,
ul.gj-list-md li {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
ul.gj-list-md li {
  display: list-item;
  list-style-type: none;
  padding: 0;
  min-height: unset;
  box-sizing: border-box;
  align-items: center;
  cursor: default;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
}
ul.gj-list-md li [data-role="display"] {
  padding: 8px 0 8px 5px;
  order: 0;
  flex-grow: 2;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="display"] {
  color: #9e9e9e;
}
.gj-list-md-active {
  background: #e0e0e0;
  color: #ff3b00;
}
.gj-picker {
  position: absolute;
  z-index: 1203;
  background-color: #fff;
}
.gj-picker .selected {
  color: #fff;
}
.gj-picker-md {
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid #e0e0e0;
}
.gj-modal .gj-picker-md {
  border: 0;
}
.gj-picker-md [role="header"] {
  color: rgba(255, 255, 255, 0.54);
  display: flex;
  background: #ff3b00;
  align-items: baseline;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
}
.gj-picker-md [role="footer"] {
  float: right;
  padding: 10px;
}
.gj-picker-md [role="footer"] button.gj-button-md {
  color: #ff3b00;
  font-weight: 700;
  font-size: 13px;
}
.gj-picker-bootstrap {
  border: 1px solid #e0e0e0;
}
.gj-picker-bootstrap .selected {
  color: #888;
}
.gj-picker-bootstrap [role="header"] {
  background: #eee;
  color: #aaa;
}
/* @font-face {
  font-family: gijgo-material;
  src: url(/../fonts/gijgo-material.eot?235541);
  src: url(/../fonts/gijgo-material.eot?235541#iefix) format("embedded-opentype"),
    url(/../fonts/gijgo-material.ttf?235541) format("truetype"),
    url(/../fonts/gijgo-material.woff?235541) format("woff"),
    url(/../fonts/gijgo-material.svg?235541#gijgo-material) format("svg");
  font-weight: 400;
  font-style: normal;
} */
.gj-icon {
  font-family: gijgo-material !important;
  font-size: 24px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gj-icon.undo:before {
  content: "\e900";
}
.gj-icon.vertical-align-top:before {
  content: "\e901";
}
.gj-icon.vertical-align-center:before {
  content: "\e902";
}
.gj-icon.vertical-align-bottom:before {
  content: "\e903";
}
.gj-icon.arrow-dropup:before {
  content: "\e904";
}
.gj-icon.clock:before {
  content: "\e905";
}
.gj-icon.refresh:before {
  content: "\e906";
}
.gj-icon.last-page:before {
  content: "\e907";
}
.gj-icon.first-page:before {
  content: "\e908";
}
.gj-icon.cancel:before {
  content: "\e909";
}
.gj-icon.clear:before {
  content: "\e90a";
}
.gj-icon.check-circle:before {
  content: "\e90b";
}
.gj-icon.delete:before {
  content: "\e90c";
}
.gj-icon.arrow-upward:before {
  content: "\e90d";
}
.gj-icon.arrow-forward:before {
  content: "\e90e";
}
.gj-icon.arrow-downward:before {
  content: "\e90f";
}
.gj-icon.arrow-back:before {
  content: "\e910";
}
.gj-icon.list-numbered:before {
  content: "\e911";
}
.gj-icon.list-bulleted:before {
  content: "\e912";
}
.gj-icon.indent-increase:before {
  content: "\e913";
}
.gj-icon.indent-decrease:before {
  content: "\e914";
}
.gj-icon.redo:before {
  content: "\e915";
}
.gj-icon.align-right:before {
  content: "\e916";
}
.gj-icon.align-left:before {
  content: "\e917";
}
.gj-icon.align-justify:before {
  content: "\e918";
}
.gj-icon.align-center:before {
  content: "\e919";
}
.gj-icon.strikethrough:before {
  content: "\e91a";
}
.gj-icon.italic:before {
  content: "\e91b";
}
.gj-icon.underlined:before {
  content: "\e91c";
}
.gj-icon.bold:before {
  content: "\e91d";
}
.gj-icon.arrow-dropdown:before {
  content: "\e91e";
}
.gj-icon.done:before {
  content: "\e91f";
}
.gj-icon.pencil:before {
  content: "\e920";
}
.gj-icon.minus:before {
  content: "\e921";
}
.gj-icon.plus:before {
  content: "\e922";
}
.gj-icon.chevron-up:before {
  content: "\e923";
}
.gj-icon.chevron-right:before {
  content: "\e924";
}
.gj-icon.chevron-down:before {
  content: "\e925";
}
.gj-icon.chevron-left:before {
  content: "\e926";
}
.gj-icon.event:before {
  content: "\e927";
}
.gj-draggable {
  cursor: move;
}
.gj-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
  z-index: 1203;
}
.gj-dialog-bootstrap [data-role="title"],
.gj-dialog-bootstrap4 [data-role="title"] {
  display: inline;
}
.gj-dialog-bootstrap,
.gj-dialog-bootstrap4,
.gj-dialog-md {
  z-index: 1202;
  overflow: hidden;
}
.gj-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.gj-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.gj-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.gj-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.gj-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.gj-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.gj-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.gj-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.gj-dialog-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}
.gj-dialog-scrollable [data-role="body"] {
  overflow-x: hidden;
  overflow-y: scroll;
}
.gj-dialog-bootstrap [data-role="close"] {
  line-height: 1.42857143;
}
.gj-dialog-bootstrap4 [data-role="close"] {
  line-height: 1.5;
}
.gj-dialog-md {
  background-color: #fff;
  border: none;
  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);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.gj-dialog-md-header {
  padding: 24px 24px 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.gj-dialog-md-title {
  margin: 0;
  font-weight: 400;
  display: inline;
  line-height: 28px;
  font-size: 20px;
}
.gj-dialog-md-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  line-height: 28px;
  font-size: 28px;
}
.gj-dialog-md-body {
  padding: 20px 24px 24px;
  color: rgba(0, 0, 0, 0.54);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.gj-dialog-md-footer {
  padding: 8px 8px 8px 24px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.gj-dialog-md-footer > :first-child {
  margin-right: 0;
}
.gj-dialog-md-footer > * {
  margin-right: 8px;
  height: 36px;
}
div.gj-grid-wrapper {
  margin: auto;
  position: relative;
  clear: both;
  z-index: 1;
}
table.gj-grid {
  margin: auto;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
table.gj-grid thead th [data-role="selectAll"] {
  margin: auto;
}
table.gj-grid-bootstrap thead th [data-role="sorticon"],
table.gj-grid-md thead th [data-role="sorticon"] {
  margin-left: 5px;
}
table.gj-grid thead th [data-role="title"],
table.gj-grid thead th [data-role="sorticon"] {
  display: inline-block;
}
table.gj-grid thead th {
  overflow: hidden;
  text-overflow: ellipsis;
}
table.gj-grid.autogrow-header-row thead th {
  overflow: auto;
  text-overflow: initial;
  white-space: pre-wrap;
  -ms-word-break: break-word;
  word-break: break-word;
}
table.gj-grid > tbody > tr > td {
  overflow: hidden;
  position: relative;
}
table.gj-grid tbody div[data-role="display"] {
  vertical-align: middle;
  text-indent: 0;
  white-space: pre-wrap;
  -ms-word-break: break-word;
  word-break: break-word;
}
table.gj-grid.fixed-body-rows tbody div[data-role="display"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-word-break: initial;
  word-break: initial;
}
table.gj-grid tfoot div[data-role="display"] {
  vertical-align: middle;
  text-indent: 0;
  display: flex;
}
table.gj-grid .fa {
  padding: 2px;
}
table.gj-grid > tbody > tr > td > div {
  padding: 2px;
  overflow: hidden;
}
div.gj-grid-wrapper div.gj-grid-loading-cover {
  background: #bbb;
  opacity: 0.5;
  position: absolute;
  vertical-align: middle;
}
div.gj-grid-wrapper div.gj-grid-loading-text {
  position: absolute;
  font-weight: 700;
}
table.gj-grid-bootstrap thead th {
  background-color: #f5f5f5;
  vertical-align: middle;
}
table.gj-grid-bootstrap thead th [data-role="sorticon"] i.gj-icon,
table.gj-grid-bootstrap thead th [data-role="sorticon"] i.material-icons {
  position: absolute;
  font-size: 20px;
  top: 15px;
}
table.gj-grid-bootstrap tbody tr td div[data-role="display"] {
  padding: 0;
}
.gj-grid-bootstrap-4 .gj-checkbox-bootstrap {
  display: inline-block;
  padding-top: 2px;
}
.gj-grid-bootstrap-4 tbody tr.active {
  background-color: rgba(0, 0, 0, 0.075);
}
.gj-grid-md {
  position: relative;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 13px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  background-color: #fff;
}
.gj-grid-md td:first-of-type,
.gj-grid-md th:first-of-type {
  padding-left: 24px;
}
.gj-grid-md td,
.gj-grid-md th {
  padding: 12px 18px;
  position: relative;
  box-sizing: border-box;
}
.gj-grid-md th {
  vertical-align: bottom;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0;
  height: 56px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: right;
}
.gj-grid-md td {
  height: 48px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
.gj-grid-bootstrap tbody tr.gj-grid-top-border td,
.gj-grid-md tbody tr.gj-grid-top-border td {
  border-top: 2px solid #777;
}
.gj-grid-bootstrap tbody tr.gj-grid-bottom-border td,
.gj-grid-md tbody tr.gj-grid-bottom-border td {
  border-bottom: 2px solid #777;
}
.gj-grid-md tbody tr {
  position: relative;
  height: 48px;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
}
.gj-grid-md tbody tr:hover {
  background-color: #eee;
}
.gj-grid-md tbody tr.gj-grid-md-select {
  background-color: #f5f5f5;
}
table.gj-grid-md thead th [data-role="sorticon"] i.gj-icon,
table.gj-grid-md thead th [data-role="sorticon"] i.material-icons {
  position: absolute;
  font-size: 16px;
  top: 19px;
}
table.gj-grid-md thead th.gj-grid-select-all {
  padding-bottom: 3px;
}
@media only all {
  td.display-1120,
  td.display-320,
  td.display-480,
  td.display-640,
  td.display-800,
  td.display-960,
  th.display-1120,
  th.display-320,
  th.display-480,
  th.display-640,
  th.display-800,
  th.display-960 {
    display: none;
  }
}
@media screen and (min-width: 20em) {
  table.gj-grid-bootstrap td.display-320,
  table.gj-grid-bootstrap th.display-320 {
    display: table-cell;
  }
}
@media screen and (min-width: 30em) {
  table.gj-grid-bootstrap td.display-480,
  table.gj-grid-bootstrap th.display-480 {
    display: table-cell;
  }
}
@media screen and (min-width: 40em) {
  table.gj-grid-bootstrap td.display-640,
  table.gj-grid-bootstrap th.display-640 {
    display: table-cell;
  }
}
@media screen and (min-width: 50em) {
  table.gj-grid-bootstrap td.display-800,
  table.gj-grid-bootstrap th.display-800 {
    display: table-cell;
  }
}
@media screen and (min-width: 60em) {
  table.gj-grid-bootstrap td.display-960,
  table.gj-grid-bootstrap th.display-960 {
    display: table-cell;
  }
}
@media screen and (min-width: 70em) {
  table.gj-grid-bootstrap td.display-1120,
  table.gj-grid-bootstrap th.display-1120 {
    display: table-cell;
  }
}
.gj-grid-md tfoot tr th {
  padding-right: 14px;
}
.gj-grid-md tfoot tr[data-role="pager"] .gj-grid-mdl-pager-label {
  padding-left: 5px;
  padding-right: 5px;
}
.gj-grid-md tfoot tr[data-role="pager"] .gj-dropdown-md {
  margin-left: 12px;
}
.gj-grid-md tfoot tr[data-role="pager"] .gj-dropdown-md [role="presenter"] {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}
.gj-grid-md
  tfoot
  tr[data-role="pager"]
  .gj-dropdown-md
  [role="presenter"]
  [role="display"] {
  text-align: right;
}
.gj-grid-md tfoot tr[data-role="pager"] .gj-grid-md-limit-select {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}
.gj-grid-bootstrap tfoot tr[data-role="pager"] th {
  line-height: 30px;
  background-color: #f5f5f5;
}
.gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > button,
.gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > div {
  margin-right: 5px;
}
.gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th > div button {
  height: 34px;
}
.gj-grid-bootstrap-4
  tfoot
  tr[data-role="pager"]
  th
  div
  .gj-dropdown-bootstrap-4
  .gj-dropdown-expander-mi
  .gj-icon {
  top: 5px;
}
.gj-grid-bootstrap-3 tfoot tr[data-role="pager"] th > div > input {
  margin-right: 5px;
  width: 40px;
  text-align: right;
  display: inline-block;
  font-weight: 700;
}
.gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th > div > div.input-group {
  width: 40px;
}
.gj-grid-bootstrap-4
  tfoot
  tr[data-role="pager"]
  th
  > div
  > div.input-group
  input {
  text-align: right;
  font-weight: 700;
  height: 34px;
  padding-top: 2px;
  padding-bottom: 6px;
}
.gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > select {
  display: inline-block;
  margin-right: 5px;
  width: 60px;
}
.gj-grid-bootstrap
  tfoot
  tr[data-role="pager"]
  th
  .gj-dropdown-bootstrap
  .gj-list-bootstrap
  [data-role="display"] {
  line-height: 14px;
}
.gj-grid-bootstrap
  tfoot
  tr[data-role="pager"]
  th
  .gj-dropdown-bootstrap
  [role="presenter"]
  [role="display"] {
  font-weight: 700;
}
.gj-grid-bootstrap
  tfoot
  tr[data-role="pager"]
  th
  .gj-dropdown-bootstrap-3
  [role="presenter"] {
  padding: 2px 8px;
}
.gj-grid-bootstrap
  tfoot
  tr[data-role="pager"]
  th
  .gj-dropdown-bootstrap-4
  [role="presenter"] {
  padding: 1px 8px;
}
.gj-grid thead tr th div.gj-grid-column-resizer-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  padding: 0;
}
span.gj-grid-column-resizer {
  position: absolute;
  right: 0;
  width: 10px;
  top: -100px;
  height: 300px;
  z-index: 1203;
  cursor: e-resize;
}
.gj-grid-resize-cursor {
  cursor: e-resize;
}
.gj-grid-md tbody tr td.gj-grid-left-border,
.gj-grid-md thead tr th.gj-grid-left-border {
  border-left: 3px solid #777;
}
.gj-grid-md tbody tr td.gj-grid-right-border,
.gj-grid-md thead tr th.gj-grid-right-border {
  border-right: 3px solid #777;
}
.gj-grid-bootstrap tbody tr td.gj-grid-left-border,
.gj-grid-bootstrap thead tr th.gj-grid-left-border {
  border-left: 5px solid #ddd;
}
.gj-grid-bootstrap tbody tr td.gj-grid-right-border,
.gj-grid-bootstrap thead tr th.gj-grid-right-border {
  border-right: 5px solid #ddd;
}
.gj-dirty {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 3px;
  border-color: red transparent transparent red;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
}
.gj-grid-md tbody tr td.gj-grid-management-column {
  padding: 3px;
}
.gj-grid-md tbody tr td[data-mode="edit"] {
  padding: 0 18px;
}
.gj-grid-bootstrap tbody tr td[data-mode="edit"],
.gj-grid-bootstrap tbody tr td[data-mode="edit"] [data-role="edit"],
.gj-grid-md tbody .gj-dropdown-md [role="presenter"] [role="display"] {
  padding: 0;
}
.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column {
  padding: 3px;
}
.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] {
  height: 38px;
}
.gj-grid-bootstrap-3
  tbody
  tr
  td[data-mode="edit"]
  [data-role="edit"]
  input[type="text"] {
  height: 37px;
  padding: 8px;
}
.gj-grid-bootstrap-3
  tbody
  tr
  td[data-mode="edit"]
  .gj-dropdown-bootstrap
  [role="presenter"] {
  border: 0;
  border-radius: 0;
  height: 37px;
  padding-left: 8px;
}
.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap {
  height: 37px;
}
.gj-grid-bootstrap-3
  tbody
  tr
  td[data-mode="edit"]
  .gj-datepicker-bootstrap
  [role="input"] {
  height: 37px;
  border: 0;
  border-radius: 0;
}
.gj-grid-bootstrap-3
  tbody
  tr
  td[data-mode="edit"]
  .gj-datepicker-bootstrap
  [role="right-icon"] {
  border: 0;
  border-radius: 0;
}
.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-checkbox-bootstrap {
  display: inline-block;
  padding-top: 10px;
  height: 32px;
}
.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
  padding: 6px;
}
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  [data-role="edit"]
  input[type="text"] {
  height: 48px;
  padding-left: 12px;
}
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  .gj-dropdown-bootstrap
  [role="presenter"] {
  border: 0;
  border-radius: 0;
  height: 48px;
  padding-left: 12px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  .gj-dropdown-bootstrap-4
  [role="expander"].gj-dropdown-expander-mi
  .gj-icon,
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  .gj-dropdown-bootstrap-4
  [role="expander"].gj-dropdown-expander-mi
  .material-icons {
  top: 13px;
}
.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap {
  height: 48px;
}
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  .gj-datepicker-bootstrap
  [role="input"] {
  height: 48px;
  border: 0;
  border-radius: 0;
}
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  .gj-datepicker-bootstrap
  [role="right-icon"] {
  background-color: #fff;
}
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  .gj-datepicker-bootstrap
  [role="right-icon"]
  button {
  border: 0;
  border-radius: 0;
  width: 43px;
  position: relative;
}
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  .gj-datepicker-bootstrap
  [role="right-icon"]
  .gj-icon,
.gj-grid-bootstrap-4
  tbody
  tr
  td[data-mode="edit"]
  .gj-datepicker-bootstrap
  [role="right-icon"]
  .material-icons {
  top: 13px;
  left: 10px;
  font-size: 24px;
}
.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-checkbox-bootstrap {
  display: inline-block;
  padding-top: 15px;
  height: 42px;
}
.gj-grid-md thead tr[data-role="filter"] th {
  border-top: 1px solid #e0e0e0;
}
div.gj-grid-wrapper div.gj-grid-bootstrap-toolbar {
  background-color: #f5f5f5;
  padding: 8px;
  font-weight: 700;
  border: 1px solid #ddd;
}
div.gj-grid-wrapper div.gj-grid-bootstrap-4-toolbar {
  background-color: #f5f5f5;
  padding: 12px;
  font-weight: 700;
  border: 1px solid #ddd;
}
div.gj-grid-wrapper div.gj-grid-md-toolbar {
  font-weight: 700;
  font-size: 24px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 0;
  border-collapse: collapse;
  padding: 0 18px;
  line-height: 56px;
}
.gj-checkbox-bootstrap,
.gj-checkbox-md {
  min-width: 0;
  font-weight: 400;
  text-align: center;
  position: relative;
}
table.gj-grid-scrollable tbody {
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}
table.gj-grid-md.gj-grid-scrollable {
  border-bottom: 0;
}
table.gj-grid-md.gj-grid-scrollable tbody {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
table.gj-grid-md.gj-grid-scrollable tfoot {
  border-bottom: 1px solid #e0e0e0;
}
table.gj-grid-bootstrap.gj-grid-scrollable {
  border-bottom: 0;
}
table.gj-grid-bootstrap.gj-grid-scrollable tbody {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.gj-grid-bootstrap.gj-grid-scrollable
  tbody
  tr[data-role="row"]:first-child
  td {
  border-top: 0;
}
table.gj-grid-bootstrap.gj-grid-scrollable
  tbody
  tr[data-role="row"]
  td:first-child {
  border-left: 0;
}
table.gj-grid-bootstrap.gj-grid-scrollable
  tbody
  tr[data-role="row"]
  td:last-child {
  border-right: 0;
}
table.gj-grid-bootstrap.gj-grid-scrollable tfoot {
  border-bottom: 1px solid #ddd;
}
ul.gj-list li [data-role="spacer"] {
  display: table-cell;
}
ul.gj-list li [data-role="expander"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
[data-type="tree"] ul li [data-role="expander"].gj-tree-font-awesome-expander,
[data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander,
[data-type="tree"]
  ul
  li
  [data-role="expander"].gj-tree-material-icons-expander {
  width: 24px;
}
[data-type="tree"]
  ul
  li
  [data-role="expander"].gj-tree-glyphicons-expander
  .glyphicon {
  top: 4px;
  height: 24px;
}
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
  border: 0;
  border-radius: 0;
  color: #333;
}
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
  color: #fff;
}
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
  color: #777;
  background-color: #eee;
}
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
  border: 0;
  border-radius: 0;
  color: #212529;
}
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
  color: #fff;
}
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
  color: #868e96;
}
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap {
  width: 100%;
}
.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
  border: 1px solid #ddd;
}
.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li {
  border-left: 0;
  border-right: 0;
}
.gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.gj-tree-bootstrap-border
  ul.gj-list-bootstrap
  li
  ul.gj-list-bootstrap
  li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.gj-tree-bootstrap-border
  ul.gj-list-bootstrap
  li
  ul.gj-list-bootstrap
  li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {
  padding-top: 8px;
  padding-bottom: 4px;
}
.gj-tree-drag-el,
.gj-tree-drag-el li {
  padding: 0;
  margin: 0;
}
ul.gj-list-bootstrap
  li
  [data-role="expander"].gj-tree-material-icons-expander
  .gj-icon {
  width: 24px;
  height: 24px;
}
ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="expander"] {
  color: #9e9e9e;
}
.gj-tree-md-border ul.gj-list-md li {
  border: 1px solid #616161;
  margin-bottom: -1px;
}
.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
  border-left: 0;
  border-right: 0;
}
.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child {
  border-bottom: 0;
}
.gj-tree-drop-above {
  border-top: 1px solid #000;
}
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role="wrapper"].drop-above,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role="wrapper"].drop-above {
  border-top: 2px solid #000;
}
.gj-tree-drop-below {
  border-bottom: 1px solid #000;
}
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role="wrapper"].drop-below,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role="wrapper"].drop-below {
  border-bottom: 2px solid #000;
}
.gj-tree-drag-el {
  z-index: 1203;
}
.gj-tree-drag-el [data-role="wrapper"] {
  cursor: move;
  display: table;
}
.gj-tree-drag-el [data-role="indicator"] {
  width: 14px;
  padding: 0 3px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gj-tree-bootstrap-drag-el li.list-group-item {
  border: 0;
  background: unset;
}
.gj-tree-bootstrap-drag-el [data-role="indicator"],
.gj-tree-md-drag-el [data-role="indicator"] {
  width: 24px;
  height: 24px;
  padding: 0;
}
.gj-checkbox-bootstrap {
  font-size: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  display: inline;
}
.gj-checkbox-bootstrap input[type="checkbox"] {
  display: none;
  margin-bottom: -12px;
}
.gj-checkbox-bootstrap span {
  background: #fff;
  display: block;
  content: " ";
  width: 18px;
  height: 18px;
  line-height: 11px;
  font-size: 11px;
  padding: 2px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
  cursor: pointer;
  margin: auto;
}
.gj-checkbox-bootstrap input[type="checkbox"]:focus + span:before {
  outline: 0;
  box-shadow: 0 0 0 0 #66afe9, 0 0 6px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
}
.gj-datepicker-bootstrap :active,
.gj-datepicker-bootstrap :focus,
.gj-timepicker-bootstrap :active,
.gj-timepicker-bootstrap :focus {
  box-shadow: none;
}
.gj-checkbox-bootstrap input[type="checkbox"][disabled] + span {
  opacity: 0.6;
  cursor: not-allowed;
}
.gj-checkbox-bootstrap.gj-checkbox-bootstrap-4 span {
  line-height: 16px;
  padding: 0;
}
.gj-checkbox-bootstrap-4.gj-checkbox-material-icons
  input[type="checkbox"]:checked
  + span:after,
.gj-checkbox-bootstrap-4.gj-checkbox-material-icons
  input[type="checkbox"]:indeterminate
  + span:after {
  font-size: 16px;
}
.gj-checkbox-md {
  font-size: 0;
  margin: 0;
  width: 16px;
  height: 16px;
}
.gj-checkbox-md input[type="checkbox"] {
  display: none;
  margin-bottom: -12px;
}
.gj-checkbox-md span {
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #616161;
  border-radius: 2px;
  z-index: 2;
}
.gj-checkbox-md input[type="checkbox"]:checked + span {
  border: 2px solid #ff3b00;
}
.gj-checkbox-md input[type="checkbox"]:checked + span:after {
  color: #fff;
  background-color: #ff3b00;
  position: absolute;
  left: 1px;
  top: -15px;
}
.gj-checkbox-md input[type="checkbox"]:indeterminate + span {
  border: 2px solid #616161;
}
.gj-checkbox-md input[type="checkbox"]:indeterminate + span:after {
  color: #616161;
  position: absolute;
  left: 1px;
  top: -15px;
}
.gj-checkbox-md input[type="checkbox"][disabled] + span {
  border: 2px solid #9e9e9e;
}
.gj-editor-md,
.gj-editor-md [role="body"] {
  border: 1px solid rgba(158, 158, 158, 0.2);
}
.gj-checkbox-md input[type="checkbox"][disabled] + span:after {
  background-color: #9e9e9e;
}
.gj-checkbox-md input[type="checkbox"][disabled]:indeterminate + span:after {
  color: #fff;
}
.gj-checkbox-material-icons input[type="checkbox"]:checked + span:after {
  content: "\e91f";
  font-size: 14px;
  font-weight: 700;
  white-space: pre;
}
.gj-checkbox-material-icons input[type="checkbox"]:indeterminate + span:after {
  content: "\e921";
  font-size: 14px;
  font-weight: 700;
  white-space: pre;
}
.gj-checkbox-glyphicons input[type="checkbox"]:checked + span:after {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  content: "\e013 ";
}
.gj-checkbox-glyphicons input[type="checkbox"]:indeterminate + span:after {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  content: "\2212 ";
  padding-right: 1px;
}
.gj-checkbox-fontawesome .fa {
  font-size: 14px;
}
.gj-checkbox-bootstrap.gj-checkbox-fontawesome .fa {
  line-height: 18px;
}
.gj-checkbox-fontawesome input[type="checkbox"]:checked + span:before {
  content: "\f00c ";
}
.gj-checkbox-fontawesome input[type="checkbox"]:indeterminate + span:before {
  content: "\f068 ";
}
.gj-editor [role="body"] {
  overflow: auto;
  outline: transparent solid 0;
  box-sizing: border-box;
}
.gj-editor-md {
  padding: 7px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.gj-editor-md [role="toolbar"] {
  margin-bottom: 7px;
}
.gj-editor-md [role="toolbar"] .gj-button-md {
  min-width: 54px;
  margin-right: 5px;
}
.gj-editor-md [role="toolbar"] .gj-button-md .gj-icon {
  width: 24px;
  height: 24px;
}
.gj-editor-bootstrap,
.gj-editor-bootstrap [role="body"] {
  border: 1px solid #eceeef;
}
.gj-editor-md p {
  margin: 0;
  padding: 0;
}
.gj-editor-md blockquote {
  font-size: 14px;
}
.gj-editor-bootstrap {
  padding: 7px;
}
.gj-editor-bootstrap [role="toolbar"] {
  margin-bottom: 7px;
}
.gj-editor-bootstrap [role="toolbar"] .btn-group {
  margin-right: 10px;
}
.gj-editor-bootstrap [role="toolbar"] button {
  height: 36px;
}
.gj-editor-bootstrap p {
  margin: 0;
  padding: 0;
}
.gj-editor-bootstrap blockquote {
  font-size: 14px;
}
.gj-datepicker-md,
.gj-dropdown-md [role="presenter"] {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.gj-dropdown {
  position: relative;
  border-collapse: separate;
}
.gj-dropdown [role="presenter"] {
  display: table;
  cursor: pointer;
  outline: 0;
  position: relative;
}
.gj-dropdown [role="presenter"] [role="display"] {
  display: table-cell;
  text-align: left;
  width: 100%;
}
.gj-dropdown [role="presenter"] [role="expander"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 24px;
  height: 24px;
}
.gj-dropdown-md [role="presenter"] {
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  background: 0 0;
}
.gj-dropdown-md [role="presenter"]:active,
.gj-dropdown-md [role="presenter"]:focus {
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
.gj-dropdown-md [role="presenter"] [role="display"] {
  padding: 4px 0;
  line-height: 18px;
}
.gj-dropdown-md [role="presenter"] [role="display"] .placeholder {
  color: #7e7172;;
}
.gj-dropdown-list-md {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  color: #000;
  margin: 0;
  z-index: 1203;
}
.gj-dropdown-list-md li.active,
.gj-dropdown-list-md li:hover {
  background-color: #eee;
}
.gj-dropdown-bootstrap [role="presenter"] [role="display"] {
  padding-right: 5px;
}
.gj-dropdown-bootstrap [role="presenter"] [role="expander"] {
  padding-left: 5px;
}
.gj-dropdown-bootstrap
  [role="presenter"]
  [role="expander"].gj-dropdown-expander-mi {
  width: 24px;
}
.gj-dropdown-bootstrap-3 [role="presenter"] [role="display"] {
  line-height: 20px;
}
.gj-dropdown-bootstrap-3 [role="presenter"] [role="display"] .placeholder {
  color: #9999b3;
}
.gj-dropdown-bootstrap-3 [role="presenter"] [role="expander"] {
  width: 20px;
  height: 20px;
}
.gj-dropdown-bootstrap-3
  [role="presenter"]
  [role="expander"].gj-dropdown-expander-mi
  .gj-icon,
.gj-dropdown-bootstrap-3
  [role="presenter"]
  [role="expander"].gj-dropdown-expander-mi
  .material-icons {
  top: 5px;
  right: 10px;
  position: absolute;
}
.gj-dropdown-bootstrap-4 [role="presenter"] {
  border: 1px solid #ced4da;
}
.gj-dropdown-bootstrap-4 [role="presenter"] [role="display"] {
  line-height: 24px;
}
.gj-dropdown-bootstrap-4
  [role="presenter"]
  [role="expander"].gj-dropdown-expander-mi
  .gj-icon,
.gj-dropdown-bootstrap-4
  [role="presenter"]
  [role="expander"].gj-dropdown-expander-mi
  .material-icons {
  top: 7px;
  right: 10px;
  position: absolute;
}
.gj-dropdown-list-bootstrap {
  position: absolute;
  top: 32px;
  left: 0;
  margin: 0;
  z-index: 1203;
}
.gj-datepicker [role="input"]::-ms-clear {
  display: none;
}
.gj-datepicker [role="right-icon"] {
  cursor: pointer;
}
.gj-picker div[role="navigator"] {
  display: flex;
  flex-wrap: wrap;
}
.gj-picker div[role="navigator"] div {
  cursor: pointer;
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.gj-datepicker-md {
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}
.gj-datepicker-md [role="right-icon"] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}
.gj-datepicker-md.small .gj-textbox-md {
  font-size: 14px;
}
.gj-datepicker-md.small .gj-icon {
  font-size: 22px;
}
.gj-datepicker-md.large .gj-textbox-md {
  font-size: 18px;
}
.gj-datepicker-md.large .gj-icon {
  font-size: 28px;
}
.gj-picker-md.datepicker [role="header"] {
  padding: 20px;
  display: block;
}
.gj-picker-md.datepicker [role="header"] [role="year"] {
  font-size: 17px;
  padding-bottom: 5px;
  cursor: pointer;
}
.gj-picker-md.datepicker [role="header"] [role="date"] {
  font-size: 36px;
  cursor: pointer;
}
.gj-picker-md div[role="navigator"] {
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.gj-picker div[role="navigator"] div[role="period"] {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
.gj-picker-md div[role="navigator"] div:first-child,
.gj-picker-md div[role="navigator"] div:last-child {
  max-width: 42px;
}
.gj-picker-md div[role="navigator"] div i.gj-icon,
.gj-picker-md div[role="navigator"] div i.material-icons {
  position: absolute;
  top: 8px;
}
.gj-picker-md div[role="navigator"] div:first-child i.gj-icon,
.gj-picker-md div[role="navigator"] div:first-child i.material-icons {
  left: 10px;
}
.gj-picker-md div[role="navigator"] div:last-child i.gj-icon,
.gj-picker-md div[role="navigator"] div:last-child i.material-icons {
  right: 11px;
}
.gj-picker-md table thead {
  color: #9e9e9e;
}
.gj-picker-md table tr td div,
.gj-picker-md table tr th div {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
[type="year"].gj-picker-md table tr td div,
[type="decade"].gj-picker-md table tr td div,
[type="century"].gj-picker-md table tr td div {
  width: 73px;
  height: 73px;
  line-height: 73px;
  cursor: pointer;
}
.gj-picker-md table tr td.gj-cursor-pointer div:hover {
  background: #eee;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
}
.gj-picker-md table tr td.disabled div,
.gj-picker-md table tr td.other-month div {
  color: #bdbdbd;
}
.gj-picker-md table tr td.focused div {
  background: #e0e0e0;
  border-radius: 50%;
}
.gj-picker-md table tr td.today div {
  color: #ff3b00;
}
.gj-picker-md table tr td.selected.gj-cursor-pointer div {
  color: #000 !important;
  background: transparent !important;
  border-radius: 50%;
}
.gj-picker-md table tr td.calendar-week div {
  font-weight: 700;
}
.gj-picker-bootstrap {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 4px;
}
.gj-modal .gj-picker-bootstrap {
  padding: 0;
}
.gj-picker-bootstrap.datepicker [role="header"] {
  padding: 10px 20px;
  display: block;
}
.gj-picker-bootstrap.datepicker [role="header"] [role="year"] {
  font-size: 15px;
  cursor: pointer;
}
.gj-picker-bootstrap [role="header"] [role="date"] {
  font-size: 24px;
  cursor: pointer;
}
.gj-modal .gj-picker-bootstrap.datepicker [role="body"] {
  padding: 15px;
}
.gj-picker-bootstrap div[role="navigator"] {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.gj-picker-bootstrap div[role="navigator"] div:first-child,
.gj-picker-bootstrap div[role="navigator"] div:last-child {
  max-width: 30px;
}
.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}
[type="year"].gj-picker-bootstrap table tr td div,
[type="decade"].gj-picker-bootstrap table tr td div,
[type="century"].gj-picker-bootstrap table tr td div {
  width: 53px;
  height: 53px;
  line-height: 53px;
  cursor: pointer;
}
.gj-picker-bootstrap table tr th div i,
.gj-picker-bootstrap table tr th div span {
  line-height: 30px;
}
.gj-picker-bootstrap div[role="navigator"] .gj-icon,
.gj-picker-bootstrap div[role="navigator"] .material-icons {
  margin: 3px;
}
.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
  background: #eee;
  border-radius: 4px;
  color: #212529;
}
.gj-picker-bootstrap table tr td.today div {
  color: #204d74;
  font-weight: 700;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
  border-radius: 4px;
}
.gj-picker-bootstrap table tr td.disabled div,
.gj-picker-bootstrap table tr td.other-month div {
  color: #777;
}
.gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
  border-left: 0;
  position: relative;
  border-radius: 0 4px 4px 0;
}
.gj-datepicker-bootstrap span[role="right-icon"].input-group-addon .gj-icon,
.gj-datepicker-bootstrap
  span[role="right-icon"].input-group-addon
  .material-icons {
  position: absolute;
  top: 7px;
  left: 7px;
}
.gj-datepicker-bootstrap [role="right-icon"] button {
  width: 38px;
  position: relative;
  border: 1px solid #ced4da;
}
.gj-datepicker-bootstrap [role="right-icon"] button:hover {
  color: #6c757d;
  background-color: transparent;
}
.gj-datepicker-bootstrap.input-group-sm [role="right-icon"] button {
  width: 30px;
}
.gj-datepicker-bootstrap.input-group-lg [role="right-icon"] button {
  width: 48px;
}
.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
  position: absolute;
  font-size: 21px;
  top: 9px;
  left: 9px;
}
.gj-datepicker-bootstrap.input-group-sm [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap.input-group-sm
  [role="right-icon"]
  button
  .material-icons {
  top: 6px;
  left: 6px;
  font-size: 19px;
}
.gj-datepicker-bootstrap.input-group-lg [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap.input-group-lg
  [role="right-icon"]
  button
  .material-icons {
  font-size: 27px;
  top: 10px;
  left: 10px;
}
.gj-timepicker [role="input"]::-ms-clear {
  display: none;
}
.gj-timepicker [role="right-icon"] {
  cursor: pointer;
}
.gj-picker.timepicker [role="header"] {
  font-size: 58px;
  padding: 20px 0;
  line-height: 58px;
  display: flex;
  align-items: baseline;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
}
.gj-picker.timepicker [role="header"] div {
  cursor: pointer;
  width: 66px;
  text-align: right;
}
.gj-picker [role="header"] [role="mode"] {
  position: relative;
  width: 0;
}
.gj-picker [role="header"] [role="mode"] span {
  position: absolute;
  left: 7px;
  line-height: 18px;
  font-size: 18px;
}
.gj-picker [role="header"] [role="mode"] span[role="am"] {
  top: 7px;
}
.gj-picker [role="header"] [role="mode"] span[role="pm"] {
  bottom: 7px;
}
.gj-picker [role="body"] [role="dial"] {
  width: 256px;
  color: rgba(0, 0, 0, 0.87);
  height: 256px;
  position: relative;
  background: #eee;
  border-radius: 50%;
  margin: 10px;
}
.gj-picker-md .arrow-begin,
.gj-picker-md [role="body"] [role="arrow"] {
  background-color: #ff3b00;
}
.gj-picker [role="body"] [role="hour"] {
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.gj-colorpicker-md,
.gj-timepicker-md {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
.gj-picker [role="body"] [role="hour"].selected {
  color: rgba(255, 255, 255, 1);
}
.gj-picker [role="body"] [role="arrow"] {
  top: calc(50% - 1px);
  left: 50%;
  height: 2px;
  position: absolute;
  pointer-events: none;
  transform-origin: left center;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(50% - 52px);
}
.gj-picker .arrow-begin {
  top: -3px;
  left: -4px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
}
.gj-picker .arrow-end {
  top: -15px;
  right: -16px;
  width: 0;
  height: 0;
  position: absolute;
  box-sizing: content-box;
  border-width: 16px;
  border-radius: 50%;
}
.gj-timepicker-md {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}
.gj-timepicker-md.small .gj-textbox-md {
  font-size: 14px;
}
.gj-timepicker-md.small .gj-icon {
  font-size: 22px;
}
.gj-timepicker-md.large .gj-textbox-md {
  font-size: 18px;
}
.gj-timepicker-md.large .gj-icon {
  font-size: 28px;
}
.gj-timepicker-md [role="right-icon"] {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}
.gj-picker-md .arrow-end {
  border: 16px solid #ff3b00;
}
.gj-picker-bootstrap .arrow-begin,
.gj-picker-bootstrap [role="body"] [role="arrow"] {
  background-color: #888;
}
.gj-picker-bootstrap .arrow-end {
  border: 16px solid #888;
}
.gj-timepicker-bootstrap .input-group-addon {
  border-left: 0;
  position: relative;
  width: 38px;
  border-radius: 0 4px 4px 0;
}
.gj-timepicker-bootstrap.input-group-sm .input-group-addon {
  width: 30px;
}
.gj-timepicker-bootstrap.input-group-lg .input-group-addon {
  width: 46px;
}
.gj-timepicker-bootstrap .input-group-addon .gj-icon,
.gj-timepicker-bootstrap .input-group-addon .material-icons {
  position: absolute;
  font-size: 21px;
  top: 6px;
  left: 8px;
}
.gj-timepicker-bootstrap.input-group-sm .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-sm .input-group-addon .material-icons {
  font-size: 19px;
  top: 5px;
  left: 5px;
}
.gj-timepicker-bootstrap.input-group-lg .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-lg .input-group-addon .material-icons {
  font-size: 27px;
  top: 10px;
  left: 10px;
}
.gj-timepicker-bootstrap [role="right-icon"] button {
  width: 38px;
  position: relative;
}
.gj-timepicker-bootstrap.input-group-sm [role="right-icon"] button {
  width: 30px;
}
.gj-timepicker-bootstrap.input-group-lg [role="right-icon"] button {
  width: 48px;
}
.gj-timepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-timepicker-bootstrap [role="right-icon"] button .material-icons {
  position: absolute;
  font-size: 21px;
  top: 7px;
  left: 9px;
}
.gj-timepicker-bootstrap.input-group-sm [role="right-icon"] button .gj-icon,
.gj-timepicker-bootstrap.input-group-sm
  [role="right-icon"]
  button
  .material-icons {
  top: 4px;
  left: 6px;
  font-size: 19px;
}
.gj-timepicker-bootstrap.input-group-lg [role="right-icon"] button .gj-icon,
.gj-timepicker-bootstrap.input-group-lg
  [role="right-icon"]
  button
  .material-icons {
  font-size: 27px;
  top: 8px;
  left: 10px;
}
.gj-picker.datetimepicker [role="header"] [role="date"] {
  padding-bottom: 5px;
  text-align: center;
  cursor: pointer;
}
.gj-picker [role="switch"] {
  align-items: baseline;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.gj-picker [role="switch"] [role="calendarMode"] {
  position: absolute;
  bottom: 2px;
  left: 0;
  cursor: pointer;
}
.gj-picker [role="switch"] [role="time"] {
  width: 100%;
  text-align: center;
}
.gj-picker [role="switch"] [role="time"] div {
  display: inline;
  cursor: pointer;
}
.gj-picker [role="switch"] [role="clockMode"] {
  position: absolute;
  right: 0;
  bottom: 3px;
  cursor: pointer;
}
.gj-picker-md.datetimepicker [role="header"] {
  font-size: 36px;
  padding: 10px 20px;
  display: block;
}
.gj-picker-md [role="switch"] {
  color: rgba(255, 255, 255, 0.54);
  background: #ff3b00;
  font-size: 32px;
}
.gj-picker-bootstrap.datetimepicker [role="header"] {
  font-size: 36px;
  padding: 10px 20px;
  display: block;
}
.gj-picker-bootstrap.datetimepicker [role="header"] [role="time"] {
  font-size: 22px;
}
.gj-slider {
  position: relative;
  padding: 8px 6px;
}
.gj-slider [role="track"] {
  width: 100%;
}
.gj-slider [role="progress"] {
  position: absolute;
  z-index: 1203;
}
.gj-slider [role="handle"] {
  position: absolute;
}
.gj-slider-md [role="track"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #e9ecef;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.26);
}
.gj-slider-md [role="progress"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  height: 2px;
  background-color: #ff3b00;
  top: 8px;
  left: 6px;
}
.gj-slider-md [role="handle"] {
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #ff3b00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0 solid transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1204;
}
.gj-slider-bootstrap [role="track"] {
  border-radius: 4px;
  height: 10px;
}
.gj-slider-bootstrap [role="progress"] {
  height: 10px;
  border-radius: 4px;
  top: 8px;
  left: 6px;
  transition: none;
}
.gj-slider-bootstrap [role="handle"] {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0 solid transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1204;
}
.gj-slider-bootstrap-3 [role="handle"] {
  background-color: #337ab7;
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
}
.gj-slider-bootstrap-4 [role="handle"] {
  background-color: #007bff;
  background-image: linear-gradient(to bottom, #007bff 0, #2e6da4 100%);
  background-repeat: repeat-x;
}
.gj-colorpicker [role="right-icon"] {
  cursor: pointer;
}
.gj-colorpicker-md {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}
.gj-colorpicker-md [role="right-icon"] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}


.gj-picker-md table tr td.selected.gj-cursor-pointer div {
  color: #fff;
  background: #ff3b00;
  border-radius: 50%;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-spner:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(/assets/vendors/font_awesome/webfonts/fa-brands-400-360d2558b46ddeced59260cdb148ed02b3435ab03b07a25cea33b65e5576d842.eot);src:url(/assets/vendors/font_awesome/webfonts/fa-brands-400-360d2558b46ddeced59260cdb148ed02b3435ab03b07a25cea33b65e5576d842.eot?#iefix) format("embedded-opentype"),url(/assets/vendors/font_awesome/webfonts/fa-brands-400-dea21ae9a3c21343f8b48ff0ccc381c93f78ec9897066ad6e34063837d373668.woff2) format("woff2"),url(/assets/vendors/font_awesome/webfonts/fa-brands-400-873ff5865ca89b78071e0101e04a28e92dca606da0dcda78a22cad9383b8df85.woff) format("woff"),url(/assets/vendors/font_awesome/webfonts/fa-brands-400-d7b820c270440259ce8df600790189fb748b3d5e580bbbf3b72b2bb4d6fe1ce9.ttf) format("truetype"),url(/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(/assets/vendors/font_awesome/webfonts/fa-regular-400-03f01a73a680638d0585213a267e0c89682b8626f4619647adec8f05e09cf3f1.eot);src:url(/assets/vendors/font_awesome/webfonts/fa-regular-400-03f01a73a680638d0585213a267e0c89682b8626f4619647adec8f05e09cf3f1.eot?#iefix) format("embedded-opentype"),url(/assets/vendors/font_awesome/webfonts/fa-regular-400-87d7ab616d43654d9388b325ba58b8147fac7b9d1c95d1bb58f280040657f9fb.woff2) format("woff2"),url(/assets/vendors/font_awesome/webfonts/fa-regular-400-2f1c9210f189fe3415148232ebdb92a088870003116a84357d2e18a684a8b781.woff) format("woff"),url(/assets/vendors/font_awesome/webfonts/fa-regular-400-7f644c519e17f322e817eba1027f9aa40d322faba31e979be54e30dd8eedbb9a.ttf) format("truetype"),url(/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(/assets/vendors/font_awesome/webfonts/fa-solid-900-c07e6232b6ea8ae191dadd5153c3e919bd03100402b791f5804ad2d437d4934f.eot);src:url(/assets/vendors/font_awesome/webfonts/fa-solid-900-c07e6232b6ea8ae191dadd5153c3e919bd03100402b791f5804ad2d437d4934f.eot?#iefix) format("embedded-opentype"),url(/assets/vendors/font_awesome/webfonts/fa-solid-900-ead560191bb8732cf4044f58c7f7ce104aec3b55018cbe12a9f4ecf63a6048d5.woff2) format("woff2"),url(/assets/vendors/font_awesome/webfonts/fa-solid-900-1bc3aaf331658c720dfc5b5b712a481801a219076f24410d6355fd239b3271ab.woff) format("woff"),url(/assets/vendors/font_awesome/webfonts/fa-solid-900-a387a24e77c63622d83f95cb657c0f1a277078ba5868a7f0677e5b3aabaea679.ttf) format("truetype"),url(/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .badge {
  margin: 2px 0;
  padding:5px 8px;
}
.bootstrap-tagsinput .badge [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  content: "×";
  padding: 0px 4px;
  background-color:rgba(0, 0, 0, 0.1);
  border-radius:50%;
  font-size:13px
}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {

  background-color:rgba(0, 0, 0, 0.62);}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 16px 25px;
    border: 0 solid transparent;
    font-size: 14px;
    font-weight:300;
    color: #00273d;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 0px solid transparent;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url(/../images/sort_both.png);
}
table.dataTable thead .sorting_asc {
  background-image: url(/../images/sort_asc.png);
}
table.dataTable thead .sorting_desc {
  background-image: url(/../images/sort_desc.png);
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/../images/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/../images/sort_desc_disabled.png);
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 16px 25px;
  font-size: 12px;
  color: #888;
  font-weight: 300;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 0 solid transparent;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #ff3b00;
  background-color: #ff3b00 !important;

}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #ff3b00;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #ff3b00;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td {
  vertical-align: middle;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 20px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
  background-color: #ff3b00;
  z-index: 9;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}
div.dt-button-collection-title:empty {
  display: none;
}
button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
}
button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
}
.dt-button embed {
  outline: none;
}
div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > div:last-child {
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > div:last-child > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
}
div.dt-button-collection.two-column > div:last-child {
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > div:last-child {
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > div:last-child {
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(
    ellipse farthest-corner at center,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 2001;
}
@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot);
  src: url(/assets/fonts/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot)
      format("embedded-opentype"),
    url(/assets/fonts/summernote-1fba7b35914a7b5888c138fe26cff82c9531eac6f4afbb715d05ffbb91e0ac45.woff)
      format("woff"),
    url(/assets/fonts/summernote-11d51be934cdec9381ccff90ed02e5e478139c582335968cb5839edaf3f10cbb.ttf)
      format("truetype");
}
[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}
.note-icon-align-center:before,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-float-left:before,
.note-icon-float-none:before,
.note-icon-float-right:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-rollback:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.note-icon-align-center:before {
  content: "\f101";
}
.note-icon-align-indent:before {
  content: "\f102";
}
.note-icon-align-justify:before {
  content: "\f103";
}
.note-icon-align-left:before {
  content: "\f104";
}
.note-icon-align-outdent:before {
  content: "\f105";
}
.note-icon-align-right:before {
  content: "\f106";
}
.note-icon-align:before {
  content: "\f107";
}
.note-icon-arrow-circle-down:before {
  content: "\f108";
}
.note-icon-arrow-circle-left:before {
  content: "\f109";
}
.note-icon-arrow-circle-right:before {
  content: "\f10a";
}
.note-icon-arrow-circle-up:before {
  content: "\f10b";
}
.note-icon-arrows-alt:before {
  content: "\f10c";
}
.note-icon-arrows-h:before {
  content: "\f10d";
}
.note-icon-arrows-v:before {
  content: "\f10e";
}
.note-icon-bold:before {
  content: "\f10f";
}
.note-icon-caret:before {
  content: "\f110";
}
.note-icon-chain-broken:before {
  content: "\f111";
}
.note-icon-circle:before {
  content: "\f112";
}
.note-icon-close:before {
  content: "\f113";
}
.note-icon-code:before {
  content: "\f114";
}
.note-icon-col-after:before {
  content: "\f115";
}
.note-icon-col-before:before {
  content: "\f116";
}
.note-icon-col-remove:before {
  content: "\f117";
}
.note-icon-eraser:before {
  content: "\f118";
}
.note-icon-float-left:before {
  content: "\f119";
}
.note-icon-float-none:before {
  content: "\f11a";
}
.note-icon-float-right:before {
  content: "\f11b";
}
.note-icon-font:before {
  content: "\f11c";
}
.note-icon-frame:before {
  content: "\f11d";
}
.note-icon-italic:before {
  content: "\f11e";
}
.note-icon-link:before {
  content: "\f11f";
}
.note-icon-magic:before {
  content: "\f120";
}
.note-icon-menu-check:before {
  content: "\f121";
}
.note-icon-minus:before {
  content: "\f122";
}
.note-icon-orderedlist:before {
  content: "\f123";
}
.note-icon-pencil:before {
  content: "\f124";
}
.note-icon-picture:before {
  content: "\f125";
}
.note-icon-question:before {
  content: "\f126";
}
.note-icon-redo:before {
  content: "\f127";
}
.note-icon-rollback:before {
  content: "\f128";
}
.note-icon-row-above:before {
  content: "\f129";
}
.note-icon-row-below:before {
  content: "\f12a";
}
.note-icon-row-remove:before {
  content: "\f12b";
}
.note-icon-special-character:before {
  content: "\f12c";
}
.note-icon-square:before {
  content: "\f12d";
}
.note-icon-strikethrough:before {
  content: "\f12e";
}
.note-icon-subscript:before {
  content: "\f12f";
}
.note-icon-summernote:before {
  content: "\f130";
}
.note-icon-superscript:before {
  content: "\f131";
}
.note-icon-table:before {
  content: "\f132";
}
.note-icon-text-height:before {
  content: "\f133";
}
.note-icon-trash:before {
  content: "\f134";
}
.note-icon-underline:before {
  content: "\f135";
}
.note-icon-undo:before {
  content: "\f136";
}
.note-icon-unorderedlist:before {
  content: "\f137";
}
.note-icon-video:before {
  content: "\f138";
}
.note-frame * {
  color: #79838b;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.note-toolbar {
  padding: 10px 5px;
  border-bottom: 1px solid transparent;
}
.note-btn-group {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.note-btn-group > .note-btn-group {
  margin-right: 0;
}
.note-btn-group > .note-btn,
.note-btn-group > .note-btn-group {
  margin-left: -4px;
  border-radius: 0;
}
.note-btn-group > .note-btn.focus,
.note-btn-group > .note-btn-group.focus,
.note-btn-group > .note-btn.active,
.note-btn-group > .note-btn-group.active {
  border-radius: 0;
}
.note-btn-group > .note-btn:first-child,
.note-btn-group > .note-btn-group:first-child {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.note-btn-group > .note-btn:first-child.focus,
.note-btn-group > .note-btn-group:first-child.focus,
.note-btn-group > .note-btn:first-child.active,
.note-btn-group > .note-btn-group:first-child.active {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.note-btn-group > .note-btn:last-child:not(.note-dropdown),
.note-btn-group > .note-btn-group:last-child:not(.note-dropdown) {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.note-btn-group > .note-btn:last-child:not(.note-dropdown).focus,
.note-btn-group > .note-btn-group:last-child:not(.note-dropdown).focus,
.note-btn-group > .note-btn:last-child:not(.note-dropdown).active,
.note-btn-group > .note-btn-group:last-child:not(.note-dropdown).active {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.note-btn-group.open > .note-dropdown {
  display: block;
}
.note-btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-color: #fff;
  border-radius: 1px;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
}
.note-btn:focus,
.note-btn.focus {
  color: #333;
  background-color: #ebebeb;
  border-color: #fff;
}
.note-btn:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #fff;
}
.note-btn.disabled:focus,
.note-btn[disabled]:focus,
fieldset[disabled] .note-btn:focus,
.note-btn.disabled.focus,
.note-btn[disabled].focus,
fieldset[disabled] .note-btn.focus {
  background-color: #fff;
  border-color: #fff;
}
.note-btn:hover,
.note-btn:focus,
.note-btn.focus {
  color: #333;
  text-decoration: none;
  background-color: #ebebeb;
  border: 1px solid #fff;
  border-radius: 1px;
  outline: 0;
}
.note-btn:active,
.note-btn.active {
  background-image: none;
  outline: 0;
}
.note-btn.disabled,
.note-btn[disabled],
fieldset[disabled] .note-btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.note-btn-primary {
  color: #fff;
  background: #fa6362;
}
.note-btn-primary:hover,
.note-btn-primary:focus,
.note-btn-primary.focus {
  color: #fff;
  text-decoration: none;
  background-color: #fa6362;
  border: 1px solid #fff;
  border-radius: 1px;
}
.note-btn-block {
  display: block;
  width: 100%;
}
.note-btn-block + .note-btn-block {
  margin-top: 5px;
}
input[type="submit"].note-btn-block,
input[type="reset"].note-btn-block,
input[type="button"].note-btn-block {
  width: 100%;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: 0.2;
}
.close:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}
.note-dropdown {
  position: relative;
}
.note-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px;
  text-align: left;
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  background-clip: padding-box;
}
.note-btn-group.open .note-dropdown-menu {
  display: block;
}
.note-dropdown-item {
  display: block;
}
.note-dropdown-item:hover {
  background-color: #ebebeb;
}
a.note-dropdown-item,
a.note-dropdown-item:hover {
  margin: 2px 0;
  color: #000;
  text-decoration: none;
}
.note-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}
.note-modal.open {
  display: block;
}
.note-modal-content {
  position: relative;
  width: auto;
  margin: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  background-clip: border-box;
}
.note-modal-header {
  padding: 30px 20px 20px 20px;
  border: 1px solid #ededef;
}
.note-modal-header .close {
  margin-top: -10px;
}
.note-modal-body {
  position: relative;
  padding: 20px 30px;
}
.note-modal-body kbd {
  padding: 3px 5px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.note-modal-footer {
  height: 40px;
  padding: 10px 10px 35px;
  text-align: center;
}
.note-modal-footer a {
  color: #337ab7;
  text-decoration: none;
}
.note-modal-footer a:hover,
.note-modal-footer a:focus {
  color: #23527c;
  text-decoration: underline;
}
.note-modal-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.4;
  color: #42515f;
}
.note-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background: #000;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}
.note-modal-backdrop.open {
  display: block;
}
@media (min-width: 768px) {
  .note-modal-content {
    width: 600px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .note-modal-content-large {
    width: 900px;
  }
}
.note-form-group {
  padding-bottom: 20px;
}
.note-form-group:last-child {
  padding-bottom: 0;
}
.note-form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #42515f;
}
.note-input {
  display: block;
  width: 100%;
  padding: 6px 4px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ededef;
  outline: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.note-input::-webkit-input-placeholder {
  color: #eee;
}
.note-input:-moz-placeholder {
  color: #eee;
}
.note-input::-moz-placeholder {
  color: #eee;
}
.note-input:-ms-input-placeholder {
  color: #eee;
}
.note-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 13px;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}
.note-tooltip.in {
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
.note-tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.note-tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.note-tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.note-tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.note-tooltip.bottom .note-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
.note-tooltip.top .note-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}
.note-tooltip.right .note-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}
.note-tooltip.left .note-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}
.note-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.note-tooltip-content {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.note-popover {
  position: absolute;
  z-index: 1060;
  display: block;
  display: none;
  font-size: 13px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.note-popover.in {
  display: block;
}
.note-popover.top {
  padding: 5 0;
  margin-top: -3px;
}
.note-popover.right {
  padding: 0 5;
  margin-left: 3px;
}
.note-popover.bottom {
  padding: 5 0;
  margin-top: 3px;
}
.note-popover.left {
  padding: 0 5;
  margin-left: -3px;
}
.note-popover.bottom .note-popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.note-popover.bottom .note-popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}
.note-popover.top .note-popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.note-popover.top .note-popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}
.note-popover.right .note-popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -10px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.note-popover.right .note-popover-arrow::after {
  left: 1px;
  margin-top: -10px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}
.note-popover.left .note-popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -10px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.note-popover.left .note-popover-arrow::after {
  right: 1px;
  margin-top: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}
.note-popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid transparent;
}
.note-popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
}
.note-popover-content {
  min-width: 100px;
  min-height: 30px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
}
.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  pointer-events: none;
  background-color: #fff;
  opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-editing-area {
  position: relative;
}
.note-editor .note-editing-area p {
  margin: 0 0 10px;
}
.note-editor .note-editing-area .note-editable {
  outline: 0;
}
.note-editor .note-editing-area .note-editable table {
  width: 100%;
  border-collapse: collapse;
}
.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
  padding: 5px 3px;
  border: 1px solid #79838b;
}
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.note-editor .note-editing-area .note-editable a {
  font-family: inherit;
  font-weight: inherit;
  color: #337ab7;
  text-decoration: inherit;
  background-color: inherit;
}
.note-editor .note-editing-area .note-editable a:hover,
.note-editor .note-editing-area .note-editable a:focus {
  color: #23527c;
  text-decoration: underline;
  outline: 0;
}
.note-editor .note-editing-area .note-editable figure {
  margin: 0;
}
.note-editor.note-frame {
  border: 1px solid #e4e8ec;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 16px 20px 0 25px;
  overflow: auto;
  color: #9C9C9C;
  word-wrap: break-word;
  background-color: #F6F8FA;
}
.note-editor.note-frame
  .note-editing-area
  .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #79838b;
}
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}
.note-editor.note-frame .note-placeholder {
    padding: 18px 25px 0 25px;
}
.note-popover {
  max-width: none;
}
.note-popover .note-popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover .note-popover-arrow {
  left: 20px !important;
}
.note-popover .note-popover-content,
.note-toolbar {
  padding: 4px 15px 8px 15px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}
.note-popover .note-popover-content > .note-btn-group,
.note-toolbar > .note-btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .note-popover-content .note-btn-group .note-table,
.note-toolbar .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover
  .note-popover-content
  .note-btn-group
  .note-table
  .note-dimension-picker,
.note-toolbar .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover
  .note-popover-content
  .note-btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-mousecatcher,
.note-toolbar
  .note-btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover
  .note-popover-content
  .note-btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-unhighlighted,
.note-toolbar
  .note-btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
    repeat;
}
.note-popover
  .note-popover-content
  .note-btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-highlighted,
.note-toolbar
  .note-btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
    repeat;
}
.note-popover .note-popover-content .note-style h1,
.note-toolbar .note-style h1,
.note-popover .note-popover-content .note-style h2,
.note-toolbar .note-style h2,
.note-popover .note-popover-content .note-style h3,
.note-toolbar .note-style h3,
.note-popover .note-popover-content .note-style h4,
.note-toolbar .note-style h4,
.note-popover .note-popover-content .note-style h5,
.note-toolbar .note-style h5,
.note-popover .note-popover-content .note-style h6,
.note-toolbar .note-style h6,
.note-popover .note-popover-content .note-style blockquote,
.note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .note-popover-content .note-color-all .note-dropdown-menu,
.note-toolbar .note-color-all .note-dropdown-menu {
  min-width: 346px;
}
.note-popover .note-popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu,
.note-toolbar .note-color .note-dropdown-menu {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette,
.note-toolbar .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette:first-child,
.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
  margin-right: 15px;
}
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-palette-title,
.note-toolbar
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-color-reset,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-color-select,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 2px 3px;
  margin: 3px;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
}
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-color-row,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-color-reset:hover,
.note-toolbar
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-color-reset:hover {
  background: #eee;
}
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-color-select-btn,
.note-toolbar
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-color-select-btn {
  display: none;
}
.note-popover
  .note-popover-content
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-holder-custom
  .note-color-btn,
.note-toolbar
  .note-color
  .note-dropdown-menu
  .note-palette
  .note-holder-custom
  .note-color-btn {
  border: 1px solid #eee;
}
.note-popover .note-popover-content .note-style .note-dropdown-menu,
.note-toolbar .note-style .note-dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover
  .note-popover-content
  .note-style
  .note-dropdown-menu
  > div:first-child,
.note-toolbar .note-style .note-dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .note-popover-content .note-btn-fontname .note-dropdown-menu,
.note-toolbar .note-btn-fontname .note-dropdown-menu {
  min-width: 200px;
}
.note-popover .note-popover-content .note-dropdown-menu,
.note-toolbar .note-dropdown-menu {
  min-width: 160px;
}
.note-popover .note-popover-content .note-dropdown-menu.right,
.note-toolbar .note-dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .note-popover-content .note-dropdown-menu.right::before,
.note-toolbar .note-dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .note-popover-content .note-dropdown-menu.right::after,
.note-toolbar .note-dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover
  .note-popover-content
  .note-dropdown-menu.note-check
  .note-dropdown-item
  i,
.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover
  .note-popover-content
  .note-dropdown-menu.note-check
  .note-dropdown-item.checked
  i,
.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item.checked i {
  visibility: visible;
}
.note-popover .note-popover-content .note-dropdown-menu .note-dropdown-item > *,
.note-toolbar .note-dropdown-menu .note-dropdown-item > * {
  margin: 0;
}
.note-popover .note-popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .note-popover-content .note-color-palette,
.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .note-popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover
  .note-popover-content
  .note-color-palette
  div
  .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.note-modal .note-modal-body label {
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 2px;
}
.note-modal .note-modal-body .help-list-item:hover {
  background-color: #e0e0e0;
}
@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .note-popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}
.note-hint-popover .note-popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}
.note-hint-popover
  .note-popover-content
  .note-hint-group
  .note-hint-item.active,
.note-hint-popover
  .note-popover-content
  .note-hint-group
  .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}
.help-list-item label {
  display: inline-block;
  margin-bottom: 5px;
}
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
@font-face {
  src:
    url(/MaterialIcons-Regular.ttf) format('truetype'),
    url(/material-icons.woff) format('woff');
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
}

[class^="material-icons"], [class*=" material-icons"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Material Icons' !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-iconsd_rotation:before {
  content: "\e9fd";
}
.material-icons4k:before {
  content: "\e9fe";
}
.material-icons360:before {
  content: "\e9ff";
}
.material-iconszoom_in:before {
  content: "\ea53";
}
.material-iconszoom_out:before {
  content: "\ea54";
}
.material-iconszoom_out_map:before {
  content: "\ea55";
}
.material-iconsyoutube_searched_for:before {
  content: "\ea56";
}
.material-iconswallpaper:before {
  content: "\ea57";
}
.material-iconswarning:before {
  content: "\ea58";
}
.material-iconswatch:before {
  content: "\ea59";
}
.material-iconswatch_later:before {
  content: "\ea5a";
}
.material-iconswaves:before {
  content: "\ea5b";
}
.material-iconswb_auto:before {
  content: "\ea5c";
}
.material-iconswb_cloudy:before {
  content: "\ea5d";
}
.material-iconswb_incandescent:before {
  content: "\ea5e";
}
.material-iconswb_iridescent:before {
  content: "\ea5f";
}
.material-iconswb_sunny:before {
  content: "\ea60";
}
.material-iconswc:before {
  content: "\ea61";
}
.material-iconsweb:before {
  content: "\ea62";
}
.material-iconsweb_asset:before {
  content: "\ea63";
}
.material-iconsweekend:before {
  content: "\ea64";
}
.material-iconswhatshot:before {
  content: "\ea65";
}
.material-iconswhere_to_vote:before {
  content: "\ea66";
}
.material-iconswidgets:before {
  content: "\ea67";
}
.material-iconswifi:before {
  content: "\ea68";
}
.material-iconswifi_lock:before {
  content: "\ea69";
}
.material-iconswifi_off:before {
  content: "\ea6a";
}
.material-iconswifi_tethering:before {
  content: "\ea6b";
}
.material-iconswork:before {
  content: "\ea6c";
}
.material-iconswork_off:before {
  content: "\ea6d";
}
.material-iconswork_outline:before {
  content: "\ea6e";
}
.material-iconswrap_text:before {
  content: "\ea6f";
}
.material-iconsverified_user:before {
  content: "\ea70";
}
.material-iconsvertical_align_bottom:before {
  content: "\ea71";
}
.material-iconsvertical_align_center:before {
  content: "\ea72";
}
.material-iconsvertical_align_top:before {
  content: "\ea73";
}
.material-iconsvertical_split:before {
  content: "\ea74";
}
.material-iconsvibration:before {
  content: "\ea75";
}
.material-iconsvideo_call:before {
  content: "\ea76";
}
.material-iconsvideocam:before {
  content: "\ea77";
}
.material-iconsvideocam_off:before {
  content: "\ea78";
}
.material-iconsvideogame_asset:before {
  content: "\ea79";
}
.material-iconsvideo_label:before {
  content: "\ea7a";
}
.material-iconsvideo_library:before {
  content: "\ea7b";
}
.material-iconsview_agenda:before {
  content: "\ea7c";
}
.material-iconsview_array:before {
  content: "\ea7d";
}
.material-iconsview_carousel:before {
  content: "\ea7e";
}
.material-iconsview_column:before {
  content: "\ea7f";
}
.material-iconsview_comfy:before {
  content: "\ea80";
}
.material-iconsview_compact:before {
  content: "\ea81";
}
.material-iconsview_day:before {
  content: "\ea82";
}
.material-iconsview_headline:before {
  content: "\ea83";
}
.material-iconsview_list:before {
  content: "\ea84";
}
.material-iconsview_module:before {
  content: "\ea85";
}
.material-iconsview_quilt:before {
  content: "\ea86";
}
.material-iconsview_stream:before {
  content: "\ea87";
}
.material-iconsview_week:before {
  content: "\ea88";
}
.material-iconsvignette:before {
  content: "\ea89";
}
.material-iconsvisibility:before {
  content: "\ea8a";
}
.material-iconsvisibility_off:before {
  content: "\ea8b";
}
.material-iconsvoice_chat:before {
  content: "\ea8c";
}
.material-iconsvoicemail:before {
  content: "\ea8d";
}
.material-iconsvoice_over_off:before {
  content: "\ea8e";
}
.material-iconsvolume_down:before {
  content: "\ea8f";
}
.material-iconsvolume_mute:before {
  content: "\ea90";
}
.material-iconsvolume_off:before {
  content: "\ea91";
}
.material-iconsvolume_up:before {
  content: "\ea92";
}
.material-iconsvpn_key:before {
  content: "\ea93";
}
.material-iconsvpn_lock:before {
  content: "\ea94";
}
.material-iconsunarchive:before {
  content: "\ea95";
}
.material-iconsundo:before {
  content: "\ea96";
}
.material-iconsunfold_less:before {
  content: "\ea97";
}
.material-iconsunfold_more:before {
  content: "\ea98";
}
.material-iconsunsubscribe:before {
  content: "\ea99";
}
.material-iconsupdate:before {
  content: "\ea9a";
}
.material-iconsusb:before {
  content: "\ea9b";
}
.material-iconstab:before {
  content: "\ea9c";
}
.material-iconstable_chart:before {
  content: "\ea9d";
}
.material-iconstablet:before {
  content: "\ea9e";
}
.material-iconstablet_android:before {
  content: "\ea9f";
}
.material-iconstablet_mac:before {
  content: "\eaa0";
}
.material-iconstab_unselected:before {
  content: "\eaa1";
}
.material-iconstag_faces:before {
  content: "\eaa2";
}
.material-iconstap_and_play:before {
  content: "\eaa3";
}
.material-iconsterrain:before {
  content: "\eaa4";
}
.material-iconstext_fields:before {
  content: "\eaa5";
}
.material-iconstext_format:before {
  content: "\eaa6";
}
.material-iconstext_rotate_up:before {
  content: "\eaa7";
}
.material-iconstext_rotate_vertical:before {
  content: "\eaa8";
}
.material-iconstext_rotation_down:before {
  content: "\eaa9";
}
.material-iconstext_rotation_none:before {
  content: "\eaaa";
}
.material-iconstextsms:before {
  content: "\eaab";
}
.material-iconstexture:before {
  content: "\eaac";
}
.material-iconstheaters:before {
  content: "\eaad";
}
.material-iconsthumb_down:before {
  content: "\eaae";
}
.material-iconsthumb_down_alt:before {
  content: "\eaaf";
}
.material-iconsthumbs_up_down:before {
  content: "\eab0";
}
.material-iconsthumb_up:before {
  content: "\eab1";
}
.material-iconsthumb_up_alt:before {
  content: "\eab2";
}
.material-iconstimelapse:before {
  content: "\eab3";
}
.material-iconstimeline:before {
  content: "\eab4";
}
.material-iconstimer:before {
  content: "\eab5";
}
.material-iconstimer_3:before {
  content: "\eab6";
}
.material-iconstimer_10:before {
  content: "\eab7";
}
.material-iconstimer_off:before {
  content: "\eab8";
}
.material-iconstime_to_leave:before {
  content: "\eab9";
}
.material-iconstitle:before {
  content: "\eaba";
}
.material-iconstoc:before {
  content: "\eabb";
}
.material-iconstoday:before {
  content: "\eabc";
}
.material-iconstoggle_off:before {
  content: "\eabd";
}
.material-iconstoggle_on:before {
  content: "\eabe";
}
.material-iconstoll:before {
  content: "\eabf";
}
.material-iconstonality:before {
  content: "\eac0";
}
.material-iconstouch_app:before {
  content: "\eac1";
}
.material-iconstoys:before {
  content: "\eac2";
}
.material-iconstrack_changes:before {
  content: "\eac3";
}
.material-iconstraffic:before {
  content: "\eac4";
}
.material-iconstrain:before {
  content: "\eac5";
}
.material-iconstram:before {
  content: "\eac6";
}
.material-iconstransfer_within_a_station:before {
  content: "\eac7";
}
.material-iconstransform:before {
  content: "\eac8";
}
.material-iconstransit_enterexit:before {
  content: "\eac9";
}
.material-iconstranslate:before {
  content: "\eaca";
}
.material-iconstrending_down:before {
  content: "\eacb";
}
.material-iconstrending_flat:before {
  content: "\eacc";
}
.material-iconstrending_up:before {
  content: "\eacd";
}
.material-iconstrip_origin:before {
  content: "\eace";
}
.material-iconstune:before {
  content: "\eacf";
}
.material-iconsturned_in:before {
  content: "\ead0";
}
.material-iconsturned_in_not:before {
  content: "\ead1";
}
.material-iconstv:before {
  content: "\ead2";
}
.material-iconstv_off:before {
  content: "\ead3";
}
.material-iconsswitch_video:before {
  content: "\ead4";
}
.material-iconssync:before {
  content: "\ead5";
}
.material-iconssync_disabled:before {
  content: "\ead6";
}
.material-iconssync_problem:before {
  content: "\ead7";
}
.material-iconssystem_update:before {
  content: "\ead8";
}
.material-iconsstreetview:before {
  content: "\ead9";
}
.material-iconsstrikethrough_s:before {
  content: "\eada";
}
.material-iconsstyle:before {
  content: "\eadb";
}
.material-iconssubdirectory_arrow_left:before {
  content: "\eadc";
}
.material-iconssubdirectory_arrow_right:before {
  content: "\eadd";
}
.material-iconssubject:before {
  content: "\eade";
}
.material-iconssubscriptions:before {
  content: "\eadf";
}
.material-iconssubtitles:before {
  content: "\eae0";
}
.material-iconssubway:before {
  content: "\eae1";
}
.material-iconssupervised_user_circle:before {
  content: "\eae2";
}
.material-iconssupervisor_account:before {
  content: "\eae3";
}
.material-iconssurround_sound:before {
  content: "\eae4";
}
.material-iconsswap_calls:before {
  content: "\eae5";
}
.material-iconsswap_horiz:before {
  content: "\eae6";
}
.material-iconsswap_horizontal_circle:before {
  content: "\eae7";
}
.material-iconsswap_vert:before {
  content: "\eae8";
}
.material-iconsswap_vertical_circle:before {
  content: "\eae9";
}
.material-iconsswitch_camera:before {
  content: "\eaea";
}
.material-iconsspeaker_notes_off:before {
  content: "\eaeb";
}
.material-iconsspeaker_phone:before {
  content: "\eaec";
}
.material-iconsspellcheck:before {
  content: "\eaed";
}
.material-iconsstar:before {
  content: "\eaee";
}
.material-iconsstar_border:before {
  content: "\eaef";
}
.material-iconsstar_half:before {
  content: "\eaf0";
}
.material-iconsstar_rate:before {
  content: "\eaf1";
}
.material-iconsstars:before {
  content: "\eaf2";
}
.material-iconsstay_current_landscape:before {
  content: "\eaf3";
}
.material-iconsstay_current_portrait:before {
  content: "\eaf4";
}
.material-iconsstay_primary_landscape:before {
  content: "\eaf5";
}
.material-iconsstay_primary_portrait:before {
  content: "\eaf6";
}
.material-iconsstop:before {
  content: "\eaf7";
}
.material-iconsstop_screen_share:before {
  content: "\eaf8";
}
.material-iconsstorage:before {
  content: "\eaf9";
}
.material-iconsstore:before {
  content: "\eafa";
}
.material-iconsstore_mall_directory:before {
  content: "\eafb";
}
.material-iconsstraighten:before {
  content: "\eafc";
}
.material-iconsspeaker:before {
  content: "\eafd";
}
.material-iconsspeaker_group:before {
  content: "\eafe";
}
.material-iconsspeaker_notes:before {
  content: "\eaff";
}
.material-iconssim_card:before {
  content: "\eb00";
}
.material-iconsskip_next:before {
  content: "\eb01";
}
.material-iconsskip_previous:before {
  content: "\eb02";
}
.material-iconsslideshow:before {
  content: "\eb03";
}
.material-iconsslow_motion_video:before {
  content: "\eb04";
}
.material-iconssmartphone:before {
  content: "\eb05";
}
.material-iconssmoke_free:before {
  content: "\eb06";
}
.material-iconssmoking_rooms:before {
  content: "\eb07";
}
.material-iconssms:before {
  content: "\eb08";
}
.material-iconssms_failed:before {
  content: "\eb09";
}
.material-iconssnooze:before {
  content: "\eb0a";
}
.material-iconssort:before {
  content: "\eb0b";
}
.material-iconssort_by_alpha:before {
  content: "\eb0c";
}
.material-iconsspa:before {
  content: "\eb0d";
}
.material-iconsspace_bar:before {
  content: "\eb0e";
}
.material-iconssignal_cellular_connected_no_internet_3_bar .path1:before {
  content: "\eb0f";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_cellular_connected_no_internet_3_bar .path2:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_cellular_connected_no_internet_4_bar:before {
  content: "\eb11";
}
.material-iconssignal_cellular_no_sim:before {
  content: "\eb12";
}
.material-iconssignal_cellular_null:before {
  content: "\eb13";
}
.material-iconssignal_cellular_off:before {
  content: "\eb14";
}
.material-iconssignal_wifi_0_bar:before {
  content: "\eb15";
}
.material-iconssignal_wifi_1_bar .path1:before {
  content: "\eb16";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_wifi_1_bar .path2:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_wifi_1_bar_lock .path1:before {
  content: "\eb18";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_wifi_1_bar_lock .path2:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_wifi_2_bar .path1:before {
  content: "\eb1a";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_wifi_2_bar .path2:before {
  content: "\eb1b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_wifi_2_bar_lock .path1:before {
  content: "\eb1c";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_wifi_2_bar_lock .path2:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_wifi_3_bar .path1:before {
  content: "\eb1e";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_wifi_3_bar .path2:before {
  content: "\eb1f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_wifi_3_bar_lock .path1:before {
  content: "\eb20";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_wifi_3_bar_lock .path2:before {
  content: "\eb21";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_wifi_4_bar:before {
  content: "\eb22";
}
.material-iconssignal_wifi_4_bar_lock:before {
  content: "\eb23";
}
.material-iconssignal_wifi_off:before {
  content: "\eb24";
}
.material-iconsshopping_cart:before {
  content: "\eb25";
}
.material-iconsshop_two:before {
  content: "\eb26";
}
.material-iconsshort_text:before {
  content: "\eb27";
}
.material-iconsshow_chart:before {
  content: "\eb28";
}
.material-iconsshuffle:before {
  content: "\eb29";
}
.material-iconsshutter_speed:before {
  content: "\eb2a";
}
.material-iconssignal_cellular_0_bar:before {
  content: "\eb2b";
}
.material-iconssignal_cellular_1_bar .path1:before {
  content: "\eb2c";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_cellular_1_bar .path2:before {
  content: "\eb2d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_cellular_2_bar .path1:before {
  content: "\eb2e";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_cellular_2_bar .path2:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_cellular_3_bar .path1:before {
  content: "\eb30";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_cellular_3_bar .path2:before {
  content: "\eb31";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_cellular_4_bar:before {
  content: "\eb32";
}
.material-iconssignal_cellular_alt:before {
  content: "\eb33";
}
.material-iconssignal_cellular_connected_no_internet_0_bar .path1:before {
  content: "\eb34";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_cellular_connected_no_internet_0_bar .path2:before {
  content: "\eb35";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_cellular_connected_no_internet_1_bar .path1:before {
  content: "\eb36";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_cellular_connected_no_internet_1_bar .path2:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssignal_cellular_connected_no_internet_2_bar .path1:before {
  content: "\eb38";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconssignal_cellular_connected_no_internet_2_bar .path2:before {
  content: "\eb39";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconssettings_ethernet:before {
  content: "\eb3a";
}
.material-iconssettings_input_antenna:before {
  content: "\eb3b";
}
.material-iconssettings_input_component:before {
  content: "\eb3c";
}
.material-iconssettings_input_composite:before {
  content: "\eb3d";
}
.material-iconssettings_input_hdmi:before {
  content: "\eb3e";
}
.material-iconssettings_input_svideo:before {
  content: "\eb3f";
}
.material-iconssettings_overscan:before {
  content: "\eb40";
}
.material-iconssettings_phone:before {
  content: "\eb41";
}
.material-iconssettings_power:before {
  content: "\eb42";
}
.material-iconssettings_remote:before {
  content: "\eb43";
}
.material-iconssettings_system_daydream:before {
  content: "\eb44";
}
.material-iconssettings_voice:before {
  content: "\eb45";
}
.material-iconsshare:before {
  content: "\eb46";
}
.material-iconsshop:before {
  content: "\eb47";
}
.material-iconsshopping_basket:before {
  content: "\eb48";
}
.material-iconssearch:before {
  content: "\eb49";
}
.material-iconssecurity:before {
  content: "\eb4a";
}
.material-iconsselect_all:before {
  content: "\eb4b";
}
.material-iconssend:before {
  content: "\eb4c";
}
.material-iconssentiment_dissatisfied:before {
  content: "\eb4d";
}
.material-iconssentiment_satisfied:before {
  content: "\eb4e";
}
.material-iconssentiment_satisfied_alt:before {
  content: "\eb4f";
}
.material-iconssentiment_very_dissatisfied:before {
  content: "\eb50";
}
.material-iconssentiment_very_satisfied:before {
  content: "\eb51";
}
.material-iconssettings:before {
  content: "\eb52";
}
.material-iconssettings_applications:before {
  content: "\eb53";
}
.material-iconssettings_backup_restore:before {
  content: "\eb54";
}
.material-iconssettings_bluetooth:before {
  content: "\eb55";
}
.material-iconssettings_brightness:before {
  content: "\eb56";
}
.material-iconssettings_cell:before {
  content: "\eb57";
}
.material-iconssatellite:before {
  content: "\eb58";
}
.material-iconssave:before {
  content: "\eb59";
}
.material-iconssave_alt:before {
  content: "\eb5a";
}
.material-iconsscanner:before {
  content: "\eb5b";
}
.material-iconsscatter_plot:before {
  content: "\eb5c";
}
.material-iconsschedule:before {
  content: "\eb5d";
}
.material-iconsschool:before {
  content: "\eb5e";
}
.material-iconsscore:before {
  content: "\eb5f";
}
.material-iconsscreen_lock_landscape:before {
  content: "\eb60";
}
.material-iconsscreen_lock_portrait:before {
  content: "\eb61";
}
.material-iconsscreen_lock_rotation:before {
  content: "\eb62";
}
.material-iconsscreen_rotation:before {
  content: "\eb63";
}
.material-iconsscreen_share:before {
  content: "\eb64";
}
.material-iconssd_card:before {
  content: "\eb65";
}
.material-iconssd_storage:before {
  content: "\eb66";
}
.material-iconsradio:before {
  content: "\eb67";
}
.material-iconsradio_button_checked:before {
  content: "\eb68";
}
.material-iconsradio_button_unchecked:before {
  content: "\eb69";
}
.material-iconsrate_review:before {
  content: "\eb6a";
}
.material-iconsreceipt:before {
  content: "\eb6b";
}
.material-iconsrecent_actors:before {
  content: "\eb6c";
}
.material-iconsrecord_voice_over:before {
  content: "\eb6d";
}
.material-iconsredeem:before {
  content: "\eb6e";
}
.material-iconsredo:before {
  content: "\eb6f";
}
.material-iconsrefresh:before {
  content: "\eb70";
}
.material-iconsremove:before {
  content: "\eb71";
}
.material-iconsremove_circle:before {
  content: "\eb72";
}
.material-iconsremove_circle_outline:before {
  content: "\eb73";
}
.material-iconsremove_from_queue:before {
  content: "\eb74";
}
.material-iconsremove_red_eye:before {
  content: "\eb75";
}
.material-iconsremove_shopping_cart:before {
  content: "\eb76";
}
.material-iconsreorder:before {
  content: "\eb77";
}
.material-iconsrepeat:before {
  content: "\eb78";
}
.material-iconsrepeat_one:before {
  content: "\eb79";
}
.material-iconsreplay:before {
  content: "\eb7a";
}
.material-iconsreplay_5:before {
  content: "\eb7b";
}
.material-iconsreplay_10:before {
  content: "\eb7c";
}
.material-iconsreplay_30:before {
  content: "\eb7d";
}
.material-iconsreply:before {
  content: "\eb7e";
}
.material-iconsreply_all:before {
  content: "\eb7f";
}
.material-iconsreport:before {
  content: "\eb80";
}
.material-iconsreport_off:before {
  content: "\eb81";
}
.material-iconsreport_problem:before {
  content: "\eb82";
}
.material-iconsrestaurant:before {
  content: "\eb83";
}
.material-iconsrestaurant_menu:before {
  content: "\eb84";
}
.material-iconsrestore:before {
  content: "\eb85";
}
.material-iconsrestore_from_trash:before {
  content: "\eb86";
}
.material-iconsrestore_page:before {
  content: "\eb87";
}
.material-iconsring_volume:before {
  content: "\eb88";
}
.material-iconsroom:before {
  content: "\eb89";
}
.material-iconsroom_service:before {
  content: "\eb8a";
}
.material-iconsrotate_90_degrees_ccw:before {
  content: "\eb8b";
}
.material-iconsrotate_left:before {
  content: "\eb8c";
}
.material-iconsrotate_right:before {
  content: "\eb8d";
}
.material-iconsrounded_corner:before {
  content: "\eb8e";
}
.material-iconsrouter:before {
  content: "\eb8f";
}
.material-iconsrowing:before {
  content: "\eb90";
}
.material-iconsrss_feed:before {
  content: "\eb91";
}
.material-iconsrv_hookup:before {
  content: "\eb92";
}
.material-iconsquery_builder:before {
  content: "\eb93";
}
.material-iconsquestion_answer:before {
  content: "\eb94";
}
.material-iconsqueue:before {
  content: "\eb95";
}
.material-iconsqueue_music:before {
  content: "\eb96";
}
.material-iconsqueue_play_next:before {
  content: "\eb97";
}
.material-iconspages:before {
  content: "\eb98";
}
.material-iconspageview:before {
  content: "\eb99";
}
.material-iconspalette:before {
  content: "\eb9a";
}
.material-iconspanorama:before {
  content: "\eb9b";
}
.material-iconspanorama_fish_eye:before {
  content: "\eb9c";
}
.material-iconspanorama_horizontal:before {
  content: "\eb9d";
}
.material-iconspanorama_vertical:before {
  content: "\eb9e";
}
.material-iconspanorama_wide_angle:before {
  content: "\eb9f";
}
.material-iconspan_tool:before {
  content: "\eba0";
}
.material-iconsparty_mode:before {
  content: "\eba1";
}
.material-iconspause:before {
  content: "\eba2";
}
.material-iconspause_circle_filled:before {
  content: "\eba3";
}
.material-iconspause_circle_outline:before {
  content: "\eba4";
}
.material-iconspause_presentation:before {
  content: "\eba5";
}
.material-iconspayment:before {
  content: "\eba6";
}
.material-iconspeople:before {
  content: "\eba7";
}
.material-iconspeople_outline:before {
  content: "\eba8";
}
.material-iconsperm_camera_mic:before {
  content: "\eba9";
}
.material-iconsperm_contact_calendar:before {
  content: "\ebaa";
}
.material-iconsperm_data_setting:before {
  content: "\ebab";
}
.material-iconsperm_device_information:before {
  content: "\ebac";
}
.material-iconsperm_identity:before {
  content: "\ebad";
}
.material-iconsperm_media:before {
  content: "\ebae";
}
.material-iconsperm_phone_msg:before {
  content: "\ebaf";
}
.material-iconsperm_scan_wifi:before {
  content: "\ebb0";
}
.material-iconsperson:before {
  content: "\ebb1";
}
.material-iconsperson_add:before {
  content: "\ebb2";
}
.material-iconsperson_add_disabled:before {
  content: "\ebb3";
}
.material-iconspersonal_video:before {
  content: "\ebb4";
}
.material-iconsperson_outline:before {
  content: "\ebb5";
}
.material-iconsperson_pin:before {
  content: "\ebb6";
}
.material-iconsperson_pin_circle:before {
  content: "\ebb7";
}
.material-iconspets:before {
  content: "\ebb8";
}
.material-iconsphone:before {
  content: "\ebb9";
}
.material-iconsphone_android:before {
  content: "\ebba";
}
.material-iconsphone_bluetooth_speaker:before {
  content: "\ebbb";
}
.material-iconsphone_callback:before {
  content: "\ebbc";
}
.material-iconsphone_forwarded:before {
  content: "\ebbd";
}
.material-iconsphone_in_talk:before {
  content: "\ebbe";
}
.material-iconsphone_iphone:before {
  content: "\ebbf";
}
.material-iconsphonelink:before {
  content: "\ebc0";
}
.material-iconsphonelink_erase:before {
  content: "\ebc1";
}
.material-iconsphonelink_lock:before {
  content: "\ebc2";
}
.material-iconsphonelink_off:before {
  content: "\ebc3";
}
.material-iconsphonelink_ring:before {
  content: "\ebc4";
}
.material-iconsphonelink_setup:before {
  content: "\ebc5";
}
.material-iconsphone_locked:before {
  content: "\ebc6";
}
.material-iconsphone_missed:before {
  content: "\ebc7";
}
.material-iconsphone_paused:before {
  content: "\ebc8";
}
.material-iconsphoto:before {
  content: "\ebc9";
}
.material-iconsphoto_album:before {
  content: "\ebca";
}
.material-iconsphoto_camera:before {
  content: "\ebcb";
}
.material-iconsphoto_filter:before {
  content: "\ebcc";
}
.material-iconsphoto_library:before {
  content: "\ebcd";
}
.material-iconsphoto_size_select_actual:before {
  content: "\ebce";
}
.material-iconsphoto_size_select_large:before {
  content: "\ebcf";
}
.material-iconsphoto_size_select_small:before {
  content: "\ebd0";
}
.material-iconspicture_as_pdf:before {
  content: "\ebd1";
}
.material-iconspicture_in_picture:before {
  content: "\ebd2";
}
.material-iconspicture_in_picture_alt:before {
  content: "\ebd3";
}
.material-iconspie_chart:before {
  content: "\ebd4";
}
.material-iconspin_drop:before {
  content: "\ebd5";
}
.material-iconsplace:before {
  content: "\ebd6";
}
.material-iconsplay_arrow:before {
  content: "\ebd7";
}
.material-iconsplay_circle_filled:before {
  content: "\ebd8";
}
.material-iconsplay_circle_filled_white:before {
  content: "\ebd9";
}
.material-iconsplay_circle_outline:before {
  content: "\ebda";
}
.material-iconsplay_for_work:before {
  content: "\ebdb";
}
.material-iconsplaylist_add:before {
  content: "\ebdc";
}
.material-iconsplaylist_add_check:before {
  content: "\ebdd";
}
.material-iconsplaylist_play:before {
  content: "\ebde";
}
.material-iconsplus_one:before {
  content: "\ebdf";
}
.material-iconspoll:before {
  content: "\ebe0";
}
.material-iconspolymer:before {
  content: "\ebe1";
}
.material-iconspool:before {
  content: "\ebe2";
}
.material-iconsportable_wifi_off:before {
  content: "\ebe3";
}
.material-iconsportrait:before {
  content: "\ebe4";
}
.material-iconspower:before {
  content: "\ebe5";
}
.material-iconspower_input:before {
  content: "\ebe6";
}
.material-iconspower_off:before {
  content: "\ebe7";
}
.material-iconspower_settings_new:before {
  content: "\ebe8";
}
.material-iconspregnant_woman:before {
  content: "\ebe9";
}
.material-iconspresent_to_all:before {
  content: "\ebea";
}
.material-iconsprint:before {
  content: "\ebeb";
}
.material-iconsprint_disabled:before {
  content: "\ebec";
}
.material-iconspriority_high:before {
  content: "\ebed";
}
.material-iconspublic:before {
  content: "\ebee";
}
.material-iconspublish:before {
  content: "\ebef";
}
.material-iconsoffline_bolt:before {
  content: "\ebf0";
}
.material-iconsoffline_pin:before {
  content: "\ebf1";
}
.material-iconsondemand_video:before {
  content: "\ebf2";
}
.material-iconsopacity:before {
  content: "\ebf3";
}
.material-iconsopen_in_browser:before {
  content: "\ebf4";
}
.material-iconsopen_in_new:before {
  content: "\ebf5";
}
.material-iconsopen_with:before {
  content: "\ebf6";
}
.material-iconsoutlined_flag:before {
  content: "\ebf7";
}
.material-iconsnature:before {
  content: "\ebf8";
}
.material-iconsnature_people:before {
  content: "\ebf9";
}
.material-iconsnavigate_before:before {
  content: "\ebfa";
}
.material-iconsnavigate_next:before {
  content: "\ebfb";
}
.material-iconsnavigation:before {
  content: "\ebfc";
}
.material-iconsnear_me:before {
  content: "\ebfd";
}
.material-iconsnetwork_cell .path1:before {
  content: "\ebfe";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsnetwork_cell .path2:before {
  content: "\ebff";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsnetwork_check:before {
  content: "\ec00";
}
.material-iconsnetwork_locked:before {
  content: "\ec01";
}
.material-iconsnetwork_wifi .path1:before {
  content: "\ec02";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsnetwork_wifi .path2:before {
  content: "\ec03";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsnew_releases:before {
  content: "\ec04";
}
.material-iconsnext_week:before {
  content: "\ec05";
}
.material-iconsnfc:before {
  content: "\ec06";
}
.material-iconsno_encryption:before {
  content: "\ec07";
}
.material-iconsno_meeting_room:before {
  content: "\ec08";
}
.material-iconsno_sim:before {
  content: "\ec09";
}
.material-iconsnote:before {
  content: "\ec0a";
}
.material-iconsnote_add:before {
  content: "\ec0b";
}
.material-iconsnotes:before {
  content: "\ec0c";
}
.material-iconsnotification_important:before {
  content: "\ec0d";
}
.material-iconsnotifications:before {
  content: "\ec0e";
}
.material-iconsnotifications_active:before {
  content: "\ec0f";
}
.material-iconsnotifications_none:before {
  content: "\ec10";
}
.material-iconsnotifications_off:before {
  content: "\ec11";
}
.material-iconsnotifications_paused:before {
  content: "\ec12";
}
.material-iconsnot_interested:before {
  content: "\ec13";
}
.material-iconsnot_listed_location:before {
  content: "\ec14";
}
.material-iconsmail:before {
  content: "\ec15";
}
.material-iconsmail_outline:before {
  content: "\ec16";
}
.material-iconsmap:before {
  content: "\ec17";
}
.material-iconsmarkunread:before {
  content: "\ec18";
}
.material-iconsmarkunread_mailbox:before {
  content: "\ec19";
}
.material-iconsmaximize:before {
  content: "\ec1a";
}
.material-iconsmeeting_room:before {
  content: "\ec1b";
}
.material-iconsmemory:before {
  content: "\ec1c";
}
.material-iconsmenu:before {
  content: "\ec1d";
}
.material-iconsmerge_type:before {
  content: "\ec1e";
}
.material-iconsmessage:before {
  content: "\ec1f";
}
.material-iconsmic:before {
  content: "\ec20";
}
.material-iconsmic_none:before {
  content: "\ec21";
}
.material-iconsmic_off:before {
  content: "\ec22";
}
.material-iconsminimize:before {
  content: "\ec23";
}
.material-iconsmissed_video_call:before {
  content: "\ec24";
}
.material-iconsmms:before {
  content: "\ec25";
}
.material-iconsmobile_friendly:before {
  content: "\ec26";
}
.material-iconsmobile_off:before {
  content: "\ec27";
}
.material-iconsmobile_screen_share:before {
  content: "\ec28";
}
.material-iconsmode_comment:before {
  content: "\ec29";
}
.material-iconsmonetization_on:before {
  content: "\ec2a";
}
.material-iconsmoney:before {
  content: "\ec2b";
}
.material-iconsmoney_off:before {
  content: "\ec2c";
}
.material-iconsmonochrome_photos:before {
  content: "\ec2d";
}
.material-iconsmood:before {
  content: "\ec2e";
}
.material-iconsmood_bad:before {
  content: "\ec2f";
}
.material-iconsmore:before {
  content: "\ec30";
}
.material-iconsmore_horiz:before {
  content: "\ec31";
}
.material-iconsmore_vert:before {
  content: "\ec32";
}
.material-iconsmotorcycle:before {
  content: "\ec33";
}
.material-iconsmouse:before {
  content: "\ec34";
}
.material-iconsmove_to_inbox:before {
  content: "\ec35";
}
.material-iconsmovie:before {
  content: "\ec36";
}
.material-iconsmovie_creation:before {
  content: "\ec37";
}
.material-iconsmovie_filter:before {
  content: "\ec38";
}
.material-iconsmultiline_chart:before {
  content: "\ec39";
}
.material-iconsmusic_note:before {
  content: "\ec3a";
}
.material-iconsmusic_off:before {
  content: "\ec3b";
}
.material-iconsmusic_video:before {
  content: "\ec3c";
}
.material-iconsmy_location:before {
  content: "\ec3d";
}
.material-iconslabel:before {
  content: "\ec3e";
}
.material-iconslabel_important:before {
  content: "\ec3f";
}
.material-iconslabel_off:before {
  content: "\ec40";
}
.material-iconslandscape:before {
  content: "\ec41";
}
.material-iconslanguage:before {
  content: "\ec42";
}
.material-iconslaptop:before {
  content: "\ec43";
}
.material-iconslaptop_chromebook:before {
  content: "\ec44";
}
.material-iconslaptop_mac:before {
  content: "\ec45";
}
.material-iconslaptop_windows:before {
  content: "\ec46";
}
.material-iconslast_page:before {
  content: "\ec47";
}
.material-iconslaunch:before {
  content: "\ec48";
}
.material-iconslayers:before {
  content: "\ec49";
}
.material-iconslayers_clear:before {
  content: "\ec4a";
}
.material-iconsleak_add:before {
  content: "\ec4b";
}
.material-iconsleak_remove:before {
  content: "\ec4c";
}
.material-iconslens:before {
  content: "\ec4d";
}
.material-iconslibrary_add:before {
  content: "\ec4e";
}
.material-iconslibrary_books:before {
  content: "\ec4f";
}
.material-iconslibrary_music:before {
  content: "\ec50";
}
.material-iconslinear_scale:before {
  content: "\ec51";
}
.material-iconsline_style:before {
  content: "\ec52";
}
.material-iconsline_weight:before {
  content: "\ec53";
}
.material-iconslink:before {
  content: "\ec54";
}
.material-iconslinked_camera:before {
  content: "\ec55";
}
.material-iconslink_off:before {
  content: "\ec56";
}
.material-iconslist:before {
  content: "\ec57";
}
.material-iconslist_alt:before {
  content: "\ec58";
}
.material-iconslive_help:before {
  content: "\ec59";
}
.material-iconslive_tv:before {
  content: "\ec5a";
}
.material-iconslocal_activity:before {
  content: "\ec5b";
}
.material-iconslocal_airport:before {
  content: "\ec5c";
}
.material-iconslocal_atm:before {
  content: "\ec5d";
}
.material-iconslocal_bar:before {
  content: "\ec5e";
}
.material-iconslocal_cafe:before {
  content: "\ec5f";
}
.material-iconslocal_car_wash:before {
  content: "\ec60";
}
.material-iconslocal_convenience_store:before {
  content: "\ec61";
}
.material-iconslocal_dining:before {
  content: "\ec62";
}
.material-iconslocal_drink:before {
  content: "\ec63";
}
.material-iconslocal_florist:before {
  content: "\ec64";
}
.material-iconslocal_gas_station:before {
  content: "\ec65";
}
.material-iconslocal_grocery_store:before {
  content: "\ec66";
}
.material-iconslocal_hospital:before {
  content: "\ec67";
}
.material-iconslocal_hotel:before {
  content: "\ec68";
}
.material-iconslocal_laundry_service:before {
  content: "\ec69";
}
.material-iconslocal_library:before {
  content: "\ec6a";
}
.material-iconslocal_mall:before {
  content: "\ec6b";
}
.material-iconslocal_movies:before {
  content: "\ec6c";
}
.material-iconslocal_offer:before {
  content: "\ec6d";
}
.material-iconslocal_parking:before {
  content: "\ec6e";
}
.material-iconslocal_pharmacy:before {
  content: "\ec6f";
}
.material-iconslocal_phone:before {
  content: "\ec70";
}
.material-iconslocal_pizza:before {
  content: "\ec71";
}
.material-iconslocal_play:before {
  content: "\ec72";
}
.material-iconslocal_post_office:before {
  content: "\ec73";
}
.material-iconslocal_printshop:before {
  content: "\ec74";
}
.material-iconslocal_see:before {
  content: "\ec75";
}
.material-iconslocal_shipping:before {
  content: "\ec76";
}
.material-iconslocal_taxi:before {
  content: "\ec77";
}
.material-iconslocation_city:before {
  content: "\ec78";
}
.material-iconslocation_disabled:before {
  content: "\ec79";
}
.material-iconslocation_off:before {
  content: "\ec7a";
}
.material-iconslocation_on:before {
  content: "\ec7b";
}
.material-iconslocation_searching:before {
  content: "\ec7c";
}
.material-iconslock:before {
  content: "\ec7d";
}
.material-iconslock_open:before {
  content: "\ec7e";
}
.material-iconslooks:before {
  content: "\ec7f";
}
.material-iconslooks_3:before {
  content: "\ec80";
}
.material-iconslooks_4:before {
  content: "\ec81";
}
.material-iconslooks_5:before {
  content: "\ec82";
}
.material-iconslooks_6:before {
  content: "\ec83";
}
.material-iconslooks_one:before {
  content: "\ec84";
}
.material-iconslooks_two:before {
  content: "\ec85";
}
.material-iconsloop:before {
  content: "\ec86";
}
.material-iconsloupe:before {
  content: "\ec87";
}
.material-iconslow_priority:before {
  content: "\ec88";
}
.material-iconsloyalty:before {
  content: "\ec89";
}
.material-iconskeyboard:before {
  content: "\ec8a";
}
.material-iconskeyboard_arrow_down:before {
  content: "\ec8b";
}
.material-iconskeyboard_arrow_left:before {
  content: "\ec8c";
}
.material-iconskeyboard_arrow_right:before {
  content: "\ec8d";
}
.material-iconskeyboard_arrow_up:before {
  content: "\ec8e";
}
.material-iconskeyboard_backspace:before {
  content: "\ec8f";
}
.material-iconskeyboard_capslock:before {
  content: "\ec90";
}
.material-iconskeyboard_hide:before {
  content: "\ec91";
}
.material-iconskeyboard_return:before {
  content: "\ec92";
}
.material-iconskeyboard_tab:before {
  content: "\ec93";
}
.material-iconskeyboard_voice:before {
  content: "\ec94";
}
.material-iconskitchen:before {
  content: "\ec95";
}
.material-iconsimage:before {
  content: "\ec96";
}
.material-iconsimage_aspect_ratio:before {
  content: "\ec97";
}
.material-iconsimage_search:before {
  content: "\ec98";
}
.material-iconsimportant_devices:before {
  content: "\ec99";
}
.material-iconsimport_contacts:before {
  content: "\ec9a";
}
.material-iconsimport_export:before {
  content: "\ec9b";
}
.material-iconsinbox:before {
  content: "\ec9c";
}
.material-iconsindeterminate_check_box:before {
  content: "\ec9d";
}
.material-iconsinfo:before {
  content: "\ec9e";
}
.material-iconsinput:before {
  content: "\ec9f";
}
.material-iconsinsert_chart:before {
  content: "\eca0";
}
.material-iconsinsert_chart_outlined:before {
  content: "\eca1";
}
.material-iconsinsert_comment:before {
  content: "\eca2";
}
.material-iconsinsert_drive_file:before {
  content: "\eca3";
}
.material-iconsinsert_emoticon:before {
  content: "\eca4";
}
.material-iconsinsert_invitation:before {
  content: "\eca5";
}
.material-iconsinsert_link:before {
  content: "\eca6";
}
.material-iconsinsert_photo:before {
  content: "\eca7";
}
.material-iconsinvert_colors:before {
  content: "\eca8";
}
.material-iconsinvert_colors_off:before {
  content: "\eca9";
}
.material-iconsiso:before {
  content: "\ecaa";
}
.material-iconshd:before {
  content: "\ecab";
}
.material-iconshdr_off:before {
  content: "\ecac";
}
.material-iconshdr_on:before {
  content: "\ecad";
}
.material-iconshdr_strong:before {
  content: "\ecae";
}
.material-iconshdr_weak:before {
  content: "\ecaf";
}
.material-iconsheadset:before {
  content: "\ecb0";
}
.material-iconsheadset_mic:before {
  content: "\ecb1";
}
.material-iconshealing:before {
  content: "\ecb2";
}
.material-iconshearing:before {
  content: "\ecb3";
}
.material-iconshelp:before {
  content: "\ecb4";
}
.material-iconshelp_outline:before {
  content: "\ecb5";
}
.material-iconshighlight:before {
  content: "\ecb6";
}
.material-iconshighlight_off:before {
  content: "\ecb7";
}
.material-iconshigh_quality:before {
  content: "\ecb8";
}
.material-iconshistory:before {
  content: "\ecb9";
}
.material-iconshome:before {
  content: "\ecba";
}
.material-iconshorizontal_split:before {
  content: "\ecbb";
}
.material-iconshotel:before {
  content: "\ecbc";
}
.material-iconshot_tub:before {
  content: "\ecbd";
}
.material-iconshourglass_empty:before {
  content: "\ecbe";
}
.material-iconshourglass_full:before {
  content: "\ecbf";
}
.material-iconshow_to_reg:before {
  content: "\ecc0";
}
.material-iconshow_to_vote:before {
  content: "\ecc1";
}
.material-iconshttp:before {
  content: "\ecc2";
}
.material-iconshttps:before {
  content: "\ecc3";
}
.material-iconsgamepad:before {
  content: "\ecc4";
}
.material-iconsgames:before {
  content: "\ecc5";
}
.material-iconsgavel:before {
  content: "\ecc6";
}
.material-iconsgesture:before {
  content: "\ecc7";
}
.material-iconsget_app:before {
  content: "\ecc8";
}
.material-iconsgif:before {
  content: "\ecc9";
}
.material-iconsgolf_course:before {
  content: "\ecca";
}
.material-iconsgps_fixed:before {
  content: "\eccb";
}
.material-iconsgps_not_fixed:before {
  content: "\eccc";
}
.material-iconsgps_off:before {
  content: "\eccd";
}
.material-iconsgrade:before {
  content: "\ecce";
}
.material-iconsgradient:before {
  content: "\eccf";
}
.material-iconsgrain:before {
  content: "\ecd0";
}
.material-iconsgraphic_eq:before {
  content: "\ecd1";
}
.material-iconsgrid_off:before {
  content: "\ecd2";
}
.material-iconsgrid_on:before {
  content: "\ecd3";
}
.material-iconsgroup:before {
  content: "\ecd4";
}
.material-iconsgroup_add:before {
  content: "\ecd5";
}
.material-iconsgroup_work:before {
  content: "\ecd6";
}
.material-iconsg_translate:before {
  content: "\ecd7";
}
.material-iconsface:before {
  content: "\ecd8";
}
.material-iconsfastfood:before {
  content: "\ecd9";
}
.material-iconsfast_forward:before {
  content: "\ecda";
}
.material-iconsfast_rewind:before {
  content: "\ecdb";
}
.material-iconsfavorite:before {
  content: "\ecdc";
}
.material-iconsfavorite_border:before {
  content: "\ecdd";
}
.material-iconsfeatured_play_list:before {
  content: "\ecde";
}
.material-iconsfeatured_video:before {
  content: "\ecdf";
}
.material-iconsfeedback:before {
  content: "\ece0";
}
.material-iconsfiber_dvr:before {
  content: "\ece1";
}
.material-iconsfiber_manual_record:before {
  content: "\ece2";
}
.material-iconsfiber_new:before {
  content: "\ece3";
}
.material-iconsfiber_pin:before {
  content: "\ece4";
}
.material-iconsfiber_smart_record:before {
  content: "\ece5";
}
.material-iconsfile_copy:before {
  content: "\ece6";
}
.material-iconsfilter:before {
  content: "\ece7";
}
.material-iconsfilter_1:before {
  content: "\ece8";
}
.material-iconsfilter_2:before {
  content: "\ece9";
}
.material-iconsfilter_3:before {
  content: "\ecea";
}
.material-iconsfilter_4:before {
  content: "\eceb";
}
.material-iconsfilter_5:before {
  content: "\ecec";
}
.material-iconsfilter_6:before {
  content: "\eced";
}
.material-iconsfilter_7:before {
  content: "\ecee";
}
.material-iconsfilter_8:before {
  content: "\ecef";
}
.material-iconsfilter_9:before {
  content: "\ecf0";
}
.material-iconsfilter_9_plus:before {
  content: "\ecf1";
}
.material-iconsfilter_b_and_w:before {
  content: "\ecf2";
}
.material-iconsfilter_center_focus:before {
  content: "\ecf3";
}
.material-iconsfilter_drama:before {
  content: "\ecf4";
}
.material-iconsfilter_frames:before {
  content: "\ecf5";
}
.material-iconsfilter_hdr:before {
  content: "\ecf6";
}
.material-iconsfilter_list:before {
  content: "\ecf7";
}
.material-iconsfilter_none:before {
  content: "\ecf8";
}
.material-iconsfilter_tilt_shift:before {
  content: "\ecf9";
}
.material-iconsfilter_vintage:before {
  content: "\ecfa";
}
.material-iconsfind_in_page:before {
  content: "\ecfb";
}
.material-iconsfind_replace:before {
  content: "\ecfc";
}
.material-iconsfingerprint:before {
  content: "\ecfd";
}
.material-iconsfirst_page:before {
  content: "\ecfe";
}
.material-iconsfitness_center:before {
  content: "\ecff";
}
.material-iconsflag:before {
  content: "\ed00";
}
.material-iconsflare:before {
  content: "\ed01";
}
.material-iconsflash_auto:before {
  content: "\ed02";
}
.material-iconsflash_off:before {
  content: "\ed03";
}
.material-iconsflash_on:before {
  content: "\ed04";
}
.material-iconsflight:before {
  content: "\ed05";
}
.material-iconsflight_land:before {
  content: "\ed06";
}
.material-iconsflight_takeoff:before {
  content: "\ed07";
}
.material-iconsflip:before {
  content: "\ed08";
}
.material-iconsflip_to_back:before {
  content: "\ed09";
}
.material-iconsflip_to_front:before {
  content: "\ed0a";
}
.material-iconsfolder:before {
  content: "\ed0b";
}
.material-iconsfolder_open:before {
  content: "\ed0c";
}
.material-iconsfolder_shared:before {
  content: "\ed0d";
}
.material-iconsfolder_special:before {
  content: "\ed0e";
}
.material-iconsfont_download:before {
  content: "\ed0f";
}
.material-iconsformat_align_center:before {
  content: "\ed10";
}
.material-iconsformat_align_justify:before {
  content: "\ed11";
}
.material-iconsformat_align_left:before {
  content: "\ed12";
}
.material-iconsformat_align_right:before {
  content: "\ed13";
}
.material-iconsformat_bold:before {
  content: "\ed14";
}
.material-iconsformat_clear:before {
  content: "\ed15";
}
.material-iconsformat_color_fill .path1:before {
  content: "\ed16";
  color: rgb(0, 0, 0);
}
.material-iconsformat_color_fill .path2:before {
  content: "\ed17";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.36;
}
.material-iconsformat_color_reset:before {
  content: "\ed18";
}
.material-iconsformat_color_text .path1:before {
  content: "\ed19";
  color: rgb(0, 0, 0);
  opacity: 0.36;
}
.material-iconsformat_color_text .path2:before {
  content: "\ed1a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsformat_indent_decrease:before {
  content: "\ed1b";
}
.material-iconsformat_indent_increase:before {
  content: "\ed1c";
}
.material-iconsformat_italic:before {
  content: "\ed1d";
}
.material-iconsformat_line_spacing:before {
  content: "\ed1e";
}
.material-iconsformat_list_bulleted:before {
  content: "\ed1f";
}
.material-iconsformat_list_numbered:before {
  content: "\ed20";
}
.material-iconsformat_list_numbered_rtl:before {
  content: "\ed21";
}
.material-iconsformat_paint:before {
  content: "\ed22";
}
.material-iconsformat_quote:before {
  content: "\ed23";
}
.material-iconsformat_shapes:before {
  content: "\ed24";
}
.material-iconsformat_size:before {
  content: "\ed25";
}
.material-iconsformat_strikethrough:before {
  content: "\ed26";
}
.material-iconsformat_textdirection_l_to_r:before {
  content: "\ed27";
}
.material-iconsformat_textdirection_r_to_l:before {
  content: "\ed28";
}
.material-iconsformat_underlined:before {
  content: "\ed29";
}
.material-iconsforum:before {
  content: "\ed2a";
}
.material-iconsforward:before {
  content: "\ed2b";
}
.material-iconsforward_5:before {
  content: "\ed2c";
}
.material-iconsforward_10:before {
  content: "\ed2d";
}
.material-iconsforward_30:before {
  content: "\ed2e";
}
.material-iconsfree_breakfast:before {
  content: "\ed2f";
}
.material-iconsfullscreen:before {
  content: "\ed30";
}
.material-iconsfullscreen_exit:before {
  content: "\ed31";
}
.material-iconsfunctions:before {
  content: "\ed32";
}
.material-iconsedit:before {
  content: "\e900";
}
.material-iconsedit_attributes:before {
  content: "\e901";
}
.material-iconsedit_location:before {
  content: "\e902";
}
.material-iconseject:before {
  content: "\e903";
}
.material-iconsemail:before {
  content: "\e904";
}
.material-iconsenhanced_encryption:before {
  content: "\e905";
}
.material-iconsequalizer:before {
  content: "\e906";
}
.material-iconserror:before {
  content: "\e907";
}
.material-iconserror_outline:before {
  content: "\e908";
}
.material-iconseuro_symbol:before {
  content: "\e909";
}
.material-iconsevent:before {
  content: "\e90a";
}
.material-iconsevent_available:before {
  content: "\e90b";
}
.material-iconsevent_busy:before {
  content: "\e90c";
}
.material-iconsevent_note:before {
  content: "\e90d";
}
.material-iconsevent_seat:before {
  content: "\e90e";
}
.material-iconsev_station:before {
  content: "\e90f";
}
.material-iconsexit_to_app:before {
  content: "\e910";
}
.material-iconsexpand_less:before {
  content: "\e911";
}
.material-iconsexpand_more:before {
  content: "\e912";
}
.material-iconsexplicit:before {
  content: "\e913";
}
.material-iconsexplore:before {
  content: "\e914";
}
.material-iconsexplore_off:before {
  content: "\e915";
}
.material-iconsexposure:before {
  content: "\e916";
}
.material-iconsexposure_neg_1:before {
  content: "\e917";
}
.material-iconsexposure_neg_2:before {
  content: "\e918";
}
.material-iconsexposure_plus_1:before {
  content: "\e919";
}
.material-iconsexposure_plus_2:before {
  content: "\e91a";
}
.material-iconsexposure_zero:before {
  content: "\e91b";
}
.material-iconsextension:before {
  content: "\e91c";
}
.material-iconsdashboard:before {
  content: "\e91d";
}
.material-iconsdata_usage:before {
  content: "\e91e";
}
.material-iconsdate_range:before {
  content: "\e91f";
}
.material-iconsdehaze:before {
  content: "\e920";
}
.material-iconsdelete:before {
  content: "\e921";
}
.material-iconsdelete_forever:before {
  content: "\e922";
}
.material-iconsdelete_outline:before {
  content: "\e923";
}
.material-iconsdelete_sweep:before {
  content: "\e924";
}
.material-iconsdeparture_board:before {
  content: "\e925";
}
.material-iconsdescription:before {
  content: "\e926";
}
.material-iconsdesktop_access_disabled:before {
  content: "\e927";
}
.material-iconsdesktop_mac:before {
  content: "\e928";
}
.material-iconsdesktop_windows:before {
  content: "\e929";
}
.material-iconsdetails:before {
  content: "\e92a";
}
.material-iconsdeveloper_board:before {
  content: "\e92b";
}
.material-iconsdeveloper_mode:before {
  content: "\e92c";
}
.material-iconsdevice_hub:before {
  content: "\e92d";
}
.material-iconsdevices:before {
  content: "\e92e";
}
.material-iconsdevices_other:before {
  content: "\e92f";
}
.material-iconsdevice_unknown:before {
  content: "\e930";
}
.material-iconsdialer_sip:before {
  content: "\e931";
}
.material-iconsdialpad:before {
  content: "\e932";
}
.material-iconsdirections:before {
  content: "\e933";
}
.material-iconsdirections_bike:before {
  content: "\e934";
}
.material-iconsdirections_boat:before {
  content: "\e935";
}
.material-iconsdirections_bus:before {
  content: "\e936";
}
.material-iconsdirections_car:before {
  content: "\e937";
}
.material-iconsdirections_railway:before {
  content: "\e938";
}
.material-iconsdirections_run:before {
  content: "\e939";
}
.material-iconsdirections_subway:before {
  content: "\e93a";
}
.material-iconsdirections_transit:before {
  content: "\e93b";
}
.material-iconsdirections_walk:before {
  content: "\e93c";
}
.material-iconsdisc_full:before {
  content: "\e93d";
}
.material-iconsdns:before {
  content: "\e93e";
}
.material-iconsdock:before {
  content: "\e93f";
}
.material-iconsdomain:before {
  content: "\e940";
}
.material-iconsdomain_disabled:before {
  content: "\e941";
}
.material-iconsdone:before {
  content: "\e942";
}
.material-iconsdone_all:before {
  content: "\e943";
}
.material-iconsdone_outline:before {
  content: "\e944";
}
.material-iconsdonut_large:before {
  content: "\e945";
}
.material-iconsdonut_small:before {
  content: "\e946";
}
.material-iconsdrafts:before {
  content: "\e947";
}
.material-iconsdrag_handle:before {
  content: "\e948";
}
.material-iconsdrag_indicator:before {
  content: "\e949";
}
.material-iconsdrive_eta:before {
  content: "\e94a";
}
.material-iconsduo:before {
  content: "\e94b";
}
.material-iconsdvr:before {
  content: "\e94c";
}
.material-iconscached:before {
  content: "\e94d";
}
.material-iconscake:before {
  content: "\e94e";
}
.material-iconscalendar_today:before {
  content: "\e94f";
}
.material-iconscalendar_view_day:before {
  content: "\e950";
}
.material-iconscall:before {
  content: "\e951";
}
.material-iconscall_end:before {
  content: "\e952";
}
.material-iconscall_made:before {
  content: "\e953";
}
.material-iconscall_merge:before {
  content: "\e954";
}
.material-iconscall_missed:before {
  content: "\e955";
}
.material-iconscall_missed_outgoing:before {
  content: "\e956";
}
.material-iconscall_received:before {
  content: "\e957";
}
.material-iconscall_split:before {
  content: "\e958";
}
.material-iconscall_to_action:before {
  content: "\e959";
}
.material-iconscamera:before {
  content: "\e95a";
}
.material-iconscamera_alt:before {
  content: "\e95b";
}
.material-iconscamera_enhance:before {
  content: "\e95c";
}
.material-iconscamera_front:before {
  content: "\e95d";
}
.material-iconscamera_rear:before {
  content: "\e95e";
}
.material-iconscamera_roll:before {
  content: "\e95f";
}
.material-iconscancel:before {
  content: "\e960";
}
.material-iconscancel_presentation:before {
  content: "\e961";
}
.material-iconscard_giftcard:before {
  content: "\e962";
}
.material-iconscard_membership:before {
  content: "\e963";
}
.material-iconscard_travel:before {
  content: "\e964";
}
.material-iconscasino:before {
  content: "\e965";
}
.material-iconscast:before {
  content: "\e966";
}
.material-iconscast_connected:before {
  content: "\e967";
}
.material-iconscast_for_education:before {
  content: "\e968";
}
.material-iconscategory:before {
  content: "\e969";
}
.material-iconscell_wifi .path1:before {
  content: "\e96a";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconscell_wifi .path2:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconscenter_focus_strong:before {
  content: "\e96c";
}
.material-iconscenter_focus_weak:before {
  content: "\e96d";
}
.material-iconschange_history:before {
  content: "\e96e";
}
.material-iconschat:before {
  content: "\e96f";
}
.material-iconschat_bubble:before {
  content: "\e970";
}
.material-iconschat_bubble_outline:before {
  content: "\e971";
}
.material-iconscheck:before {
  content: "\e972";
}
.material-iconscheck_box:before {
  content: "\e973";
}
.material-iconscheck_box_outline_blank:before {
  content: "\e974";
}
.material-iconscheck_circle:before {
  content: "\e975";
}
.material-iconscheck_circle_outline:before {
  content: "\e976";
}
.material-iconschevron_left:before {
  content: "\e977";
}
.material-iconschevron_right:before {
  content: "\e978";
}
.material-iconschild_care:before {
  content: "\e979";
}
.material-iconschild_friendly:before {
  content: "\e97a";
}
.material-iconschrome_reader_mode:before {
  content: "\e97b";
}
.material-iconsclass:before {
  content: "\e97c";
}
.material-iconsclear:before {
  content: "\e97d";
}
.material-iconsclear_all:before {
  content: "\e97e";
}
.material-iconsclose:before {
  content: "\e97f";
}
.material-iconsclosed_caption:before {
  content: "\e980";
}
.material-iconscloud:before {
  content: "\e981";
}
.material-iconscloud_circle:before {
  content: "\e982";
}
.material-iconscloud_done:before {
  content: "\e983";
}
.material-iconscloud_download:before {
  content: "\e984";
}
.material-iconscloud_off:before {
  content: "\e985";
}
.material-iconscloud_queue:before {
  content: "\e986";
}
.material-iconscloud_upload:before {
  content: "\e987";
}
.material-iconscode:before {
  content: "\e988";
}
.material-iconscollections:before {
  content: "\e989";
}
.material-iconscollections_bookmark:before {
  content: "\e98a";
}
.material-iconscolorize:before {
  content: "\e98b";
}
.material-iconscolor_lens:before {
  content: "\e98c";
}
.material-iconscomment:before {
  content: "\e98d";
}
.material-iconscommute:before {
  content: "\e98e";
}
.material-iconscompare:before {
  content: "\e98f";
}
.material-iconscompare_arrows:before {
  content: "\e990";
}
.material-iconscompass_calibration:before {
  content: "\e991";
}
.material-iconscomputer:before {
  content: "\e992";
}
.material-iconsconfirmation_number:before {
  content: "\e993";
}
.material-iconscontact_mail:before {
  content: "\e994";
}
.material-iconscontact_phone:before {
  content: "\e995";
}
.material-iconscontacts:before {
  content: "\e996";
}
.material-iconscontact_support:before {
  content: "\e997";
}
.material-iconscontrol_camera:before {
  content: "\e998";
}
.material-iconscontrol_point:before {
  content: "\e999";
}
.material-iconscontrol_point_duplicate:before {
  content: "\e99a";
}
.material-iconscopyright:before {
  content: "\e99b";
}
.material-iconscreate:before {
  content: "\e99c";
}
.material-iconscreate_new_folder:before {
  content: "\e99d";
}
.material-iconscredit_card:before {
  content: "\e99e";
}
.material-iconscrop:before {
  content: "\e99f";
}
.material-iconscrop_3_2:before {
  content: "\e9a0";
}
.material-iconscrop_5_4:before {
  content: "\e9a1";
}
.material-iconscrop_7_5:before {
  content: "\e9a2";
}
.material-iconscrop_16_9:before {
  content: "\e9a3";
}
.material-iconscrop_din:before {
  content: "\e9a4";
}
.material-iconscrop_free:before {
  content: "\e9a5";
}
.material-iconscrop_landscape:before {
  content: "\e9a6";
}
.material-iconscrop_original:before {
  content: "\e9a7";
}
.material-iconscrop_portrait:before {
  content: "\e9a8";
}
.material-iconscrop_rotate:before {
  content: "\e9a9";
}
.material-iconscrop_square:before {
  content: "\e9aa";
}
.material-iconsbackspace:before {
  content: "\e9ab";
}
.material-iconsbackup:before {
  content: "\e9ac";
}
.material-iconsballot:before {
  content: "\e9ad";
}
.material-iconsbar_chart:before {
  content: "\e9ae";
}
.material-iconsbattery_20 .path1:before {
  content: "\e9af";
  color: rgb(0, 0, 0);
}
.material-iconsbattery_20 .path2:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_30 .path1:before {
  content: "\e9b1";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_30 .path2:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_50 .path1:before {
  content: "\e9b3";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_50 .path2:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_60 .path1:before {
  content: "\e9b5";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_60 .path2:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_80 .path1:before {
  content: "\e9b7";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_80 .path2:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_90 .path1:before {
  content: "\e9b9";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_90 .path2:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_alert:before {
  content: "\e9bb";
}
.material-iconsbattery_charging_20 .path1:before {
  content: "\e9bc";
  color: rgb(0, 0, 0);
}
.material-iconsbattery_charging_20 .path2:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_charging_30 .path1:before {
  content: "\e9be";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_charging_30 .path2:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_charging_50 .path1:before {
  content: "\e9c0";
  color: rgb(0, 0, 0);
}
.material-iconsbattery_charging_50 .path2:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_charging_60 .path1:before {
  content: "\e9c2";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_charging_60 .path2:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_charging_80 .path1:before {
  content: "\e9c4";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_charging_80 .path2:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_charging_90 .path1:before {
  content: "\e9c6";
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.material-iconsbattery_charging_90 .path2:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.material-iconsbattery_charging_full:before {
  content: "\e9c8";
}
.material-iconsbattery_full:before {
  content: "\e9c9";
}
.material-iconsbattery_std:before {
  content: "\e9ca";
}
.material-iconsbattery_unknown:before {
  content: "\e9cb";
}
.material-iconsbeach_access:before {
  content: "\e9cc";
}
.material-iconsbeenhere:before {
  content: "\e9cd";
}
.material-iconsblock:before {
  content: "\e9ce";
}
.material-iconsbluetooth:before {
  content: "\e9cf";
}
.material-iconsbluetooth_audio:before {
  content: "\e9d0";
}
.material-iconsbluetooth_connected:before {
  content: "\e9d1";
}
.material-iconsbluetooth_disabled:before {
  content: "\e9d2";
}
.material-iconsbluetooth_searching:before {
  content: "\e9d3";
}
.material-iconsblur_circular:before {
  content: "\e9d4";
}
.material-iconsblur_linear:before {
  content: "\e9d5";
}
.material-iconsblur_off:before {
  content: "\e9d6";
}
.material-iconsblur_on:before {
  content: "\e9d7";
}
.material-iconsbook:before {
  content: "\e9d8";
}
.material-iconsbookmark:before {
  content: "\e9d9";
}
.material-iconsbookmark_border:before {
  content: "\e9da";
}
.material-iconsbookmarks:before {
  content: "\e9db";
}
.material-iconsborder_all:before {
  content: "\e9dc";
}
.material-iconsborder_bottom:before {
  content: "\e9dd";
}
.material-iconsborder_clear:before {
  content: "\e9de";
}
.material-iconsborder_color .path1:before {
  content: "\e9df";
  color: rgb(0, 0, 0);
}
.material-iconsborder_color .path2:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.36;
}
.material-iconsborder_horizontal:before {
  content: "\e9e1";
}
.material-iconsborder_inner:before {
  content: "\e9e2";
}
.material-iconsborder_left:before {
  content: "\e9e3";
}
.material-iconsborder_outer:before {
  content: "\e9e4";
}
.material-iconsborder_right:before {
  content: "\e9e5";
}
.material-iconsborder_style:before {
  content: "\e9e6";
}
.material-iconsborder_top:before {
  content: "\e9e7";
}
.material-iconsborder_vertical:before {
  content: "\e9e8";
}
.material-iconsbranding_watermark:before {
  content: "\e9e9";
}
.material-iconsbrightness_1:before {
  content: "\e9ea";
}
.material-iconsbrightness_2:before {
  content: "\e9eb";
}
.material-iconsbrightness_3:before {
  content: "\e9ec";
}
.material-iconsbrightness_4:before {
  content: "\e9ed";
}
.material-iconsbrightness_5:before {
  content: "\e9ee";
}
.material-iconsbrightness_6:before {
  content: "\e9ef";
}
.material-iconsbrightness_7:before {
  content: "\e9f0";
}
.material-iconsbrightness_auto:before {
  content: "\e9f1";
}
.material-iconsbrightness_high:before {
  content: "\e9f2";
}
.material-iconsbrightness_low:before {
  content: "\e9f3";
}
.material-iconsbrightness_medium:before {
  content: "\e9f4";
}
.material-iconsbroken_image:before {
  content: "\e9f5";
}
.material-iconsbrush:before {
  content: "\e9f6";
}
.material-iconsbubble_chart:before {
  content: "\e9f7";
}
.material-iconsbug_report:before {
  content: "\e9f8";
}
.material-iconsbuild:before {
  content: "\e9f9";
}
.material-iconsburst_mode:before {
  content: "\e9fa";
}
.material-iconsbusiness:before {
  content: "\e9fb";
}
.material-iconsbusiness_center:before {
  content: "\e9fc";
}
.material-iconsaccess_alarm:before {
  content: "\ea00";
}
.material-iconsaccess_alarms:before {
  content: "\ea01";
}
.material-iconsaccessibility:before {
  content: "\ea02";
}
.material-iconsaccessibility_new:before {
  content: "\ea03";
}
.material-iconsaccessible:before {
  content: "\ea04";
}
.material-iconsaccessible_forward:before {
  content: "\ea05";
}
.material-iconsaccess_time:before {
  content: "\ea06";
}
.material-iconsaccount_balance:before {
  content: "\ea07";
}
.material-iconsaccount_balance_wallet:before {
  content: "\ea08";
}
.material-iconsaccount_box:before {
  content: "\ea09";
}
.material-iconsaccount_circle:before {
  content: "\ea0a";
}
.material-iconsac_unit:before {
  content: "\ea0b";
}
.material-iconsadb:before {
  content: "\ea0c";
}
.material-iconsadd:before {
  content: "\ea0d";
}
.material-iconsadd_alarm:before {
  content: "\ea0e";
}
.material-iconsadd_alert:before {
  content: "\ea0f";
}
.material-iconsadd_a_photo:before {
  content: "\ea10";
}
.material-iconsadd_box:before {
  content: "\ea11";
}
.material-iconsadd_circle:before {
  content: "\ea12";
}
.material-iconsadd_circle_outline:before {
  content: "\ea13";
}
.material-iconsadd_comment:before {
  content: "\ea14";
}
.material-iconsadd_location:before {
  content: "\ea15";
}
.material-iconsadd_photo_alternate:before {
  content: "\ea16";
}
.material-iconsadd_shopping_cart:before {
  content: "\ea17";
}
.material-iconsadd_to_home_screen:before {
  content: "\ea18";
}
.material-iconsadd_to_photos:before {
  content: "\ea19";
}
.material-iconsadd_to_queue:before {
  content: "\ea1a";
}
.material-iconsadjust:before {
  content: "\ea1b";
}
.material-iconsairline_seat_flat:before {
  content: "\ea1c";
}
.material-iconsairline_seat_flat_angled:before {
  content: "\ea1d";
}
.material-iconsairline_seat_individual_suite:before {
  content: "\ea1e";
}
.material-iconsairline_seat_legroom_extra:before {
  content: "\ea1f";
}
.material-iconsairline_seat_legroom_normal:before {
  content: "\ea20";
}
.material-iconsairline_seat_legroom_reduced:before {
  content: "\ea21";
}
.material-iconsairline_seat_recline_extra:before {
  content: "\ea22";
}
.material-iconsairline_seat_recline_normal:before {
  content: "\ea23";
}
.material-iconsairplanemode_active:before {
  content: "\ea24";
}
.material-iconsairplanemode_inactive:before {
  content: "\ea25";
}
.material-iconsairplay:before {
  content: "\ea26";
}
.material-iconsairport_shuttle:before {
  content: "\ea27";
}
.material-iconsalarm:before {
  content: "\ea28";
}
.material-iconsalarm_add:before {
  content: "\ea29";
}
.material-iconsalarm_off:before {
  content: "\ea2a";
}
.material-iconsalarm_on:before {
  content: "\ea2b";
}
.material-iconsalbum:before {
  content: "\ea2c";
}
.material-iconsall_inbox:before {
  content: "\ea2d";
}
.material-iconsall_inclusive:before {
  content: "\ea2e";
}
.material-iconsall_out:before {
  content: "\ea2f";
}
.material-iconsalternate_email:before {
  content: "\ea30";
}
.material-iconsandroid:before {
  content: "\ea31";
}
.material-iconsannouncement:before {
  content: "\ea32";
}
.material-iconsapps:before {
  content: "\ea33";
}
.material-iconsarchive:before {
  content: "\ea34";
}
.material-iconsarrow_back:before {
  content: "\ea35";
}
.material-iconsarrow_back_ios:before {
  content: "\ea36";
}
.material-iconsarrow_downward:before {
  content: "\ea37";
}
.material-iconsarrow_drop_down:before {
  content: "\ea38";
}
.material-iconsarrow_drop_down_circle:before {
  content: "\ea39";
}
.material-iconsarrow_drop_up:before {
  content: "\ea3a";
}
.material-iconsarrow_forward:before {
  content: "\ea3b";
}
.material-iconsarrow_forward_ios:before {
  content: "\ea3c";
}
.material-iconsarrow_left:before {
  content: "\ea3d";
}
.material-iconsarrow_right:before {
  content: "\ea3e";
}
.material-iconsarrow_right_alt:before {
  content: "\ea3f";
}
.material-iconsarrow_upward:before {
  content: "\ea40";
}
.material-iconsart_track:before {
  content: "\ea41";
}
.material-iconsaspect_ratio:before {
  content: "\ea42";
}
.material-iconsassessment:before {
  content: "\ea43";
}
.material-iconsassignment:before {
  content: "\ea44";
}
.material-iconsassignment_ind:before {
  content: "\ea45";
}
.material-iconsassignment_late:before {
  content: "\ea46";
}
.material-iconsassignment_return:before {
  content: "\ea47";
}
.material-iconsassignment_returned:before {
  content: "\ea48";
}
.material-iconsassignment_turned_in:before {
  content: "\ea49";
}
.material-iconsassistant:before {
  content: "\ea4a";
}
.material-iconsassistant_photo:before {
  content: "\ea4b";
}
.material-iconsatm:before {
  content: "\ea4c";
}
.material-iconsattach_file:before {
  content: "\ea4d";
}
.material-iconsattachment:before {
  content: "\ea4e";
}
.material-iconsattach_money:before {
  content: "\ea4f";
}
.material-iconsaudiotrack:before {
  content: "\ea50";
}
.material-iconsautorenew:before {
  content: "\ea51";
}
.material-iconsav_timer:before {
  content: "\ea52";
}
/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
    float: right;
    line-height: 1.42857;
  }
  *[dir="rtl"] .metismenu .arrow {
    float: left;
  }
  
  /*
   * Require Bootstrap 3.x
   * https://github.com/twbs/bootstrap
  */
  
  .metismenu .glyphicon.arrow:before {
    content: "\e079";
  }
  .metismenu .mm-active > a > .glyphicon.arrow:before {
    content: "\e114";
  }
  
  /*
   * Require Font-Awesome
   * http://fortawesome.github.io/Font-Awesome/
  */
  
  .metismenu .fa.arrow:before {
    content: "\f104";
  }
  .metismenu .mm-active > a > .fa.arrow:before {
    content: "\f107";
  }
  
  /*
   * Require Ionicons
   * http://ionicons.com/
  */
  
  .metismenu .ion.arrow:before {
    content: "\f3d2"
  }
  .metismenu .mm-active > a > .ion.arrow:before {
    content: "\f3d0";
  }
  .metismenu .plus-times {
    float: right;
  }
  *[dir="rtl"] .metismenu .plus-times {
    float: left;
  }
  .metismenu .fa.plus-times:before {
    content: "\f067";
  }
  .metismenu .mm-active > a > .fa.plus-times {
    transform: rotate(45deg);
  }
  .metismenu .plus-minus {
    float: right;
  }
  *[dir="rtl"] .metismenu .plus-minus {
    float: left;
  }
  .metismenu .fa.plus-minus:before {
    content: "\f067";
  }
  .metismenu .mm-active > a > .fa.plus-minus:before {
    content: "\f068";
  }
  .metismenu .mm-collapse:not(.mm-show) {
    display: none;
  }
  
  .metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility;
  }
  
  .metismenu .has-arrow {
    position: relative;
  }
  
  .metismenu .has-arrow::after {
    position: absolute;
    content: '';
    /* width: .5em;
    height: .5em; */
    /* border-width: 1px 0 0 1px; */
    /* border-style: solid;
    border-color: currentColor;
    border-color: initial;
    right: 1em; */
    transform: rotate(0deg) translate(0, -50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out;
    right: 40px;
     content: "\e64b";
     font-family: 'themify';
      color: #A5ADC6;
      font-weight: 600;
      font-size: 14px;

  }
  
  *[dir="rtl"] .metismenu .has-arrow::after {
    right: auto;
    left: 1em;
    transform: rotate(180deg) translate(0, -50%);
  }
  
  .metismenu .mm-active > .has-arrow::after,
  .metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(180deg) translate(0, -50%);
  }
  
  *[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
  *[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(180deg) translate(0, -50%);
  }
/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* @import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
/* line 1, G:/admin_project/2 admin/finance/scss/_extends.scss */
.CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus {
  background: linear-gradient(90deg, #7C32FF 0%, #A235EC 70%, #C738D8 100%);
}

/**************** common css start ****************/
/* line 3, G:/admin_project/2 admin/finance/scss/_reset.scss */
body {
  font-family: "Muli", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background: #F7FAFF;
}

@media (min-width: 1200px) {
  /* line 12, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .container {
    max-width: 1310px;
  }
}

/* line 16, G:/admin_project/2 admin/finance/scss/_reset.scss */
.body_white_bg {
  background: #fff;
}

/* line 19, G:/admin_project/2 admin/finance/scss/_reset.scss */
.br_5 {
  border-radius: 5px;
}

/* line 23, G:/admin_project/2 admin/finance/scss/_reset.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 26, G:/admin_project/2 admin/finance/scss/_reset.scss */
input:hover, input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 30, G:/admin_project/2 admin/finance/scss/_reset.scss */
:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* line 33, G:/admin_project/2 admin/finance/scss/_reset.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

/* line 37, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form-control {
  border-color: #BBC1C9;
}

/* line 40, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #BBC1C9;
}

/* line 44, G:/admin_project/2 admin/finance/scss/_reset.scss */
.dropdown-menu {
  margin: 0;
  padding: 0;
}

/* line 48, G:/admin_project/2 admin/finance/scss/_reset.scss */
.section_padding {
  padding: 120px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 48, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 575.98px) {
  /* line 48, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 63, G:/admin_project/2 admin/finance/scss/_reset.scss */
.padding_top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  /* line 63, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 63, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .padding_top {
    padding-top: 80px;
  }
}

/* line 72, G:/admin_project/2 admin/finance/scss/_reset.scss */
.padding_bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  /* line 72, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 72, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .padding_bottom {
    padding-bottom: 80px;
  }
}

/* line 82, G:/admin_project/2 admin/finance/scss/_reset.scss */
a {
  text-decoration: none;
  transition: 0.5s;
}

/* line 85, G:/admin_project/2 admin/finance/scss/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 91, G:/admin_project/2 admin/finance/scss/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

/* line 97, G:/admin_project/2 admin/finance/scss/_reset.scss */
h2 {
  font-size: 30px;
}

/* line 100, G:/admin_project/2 admin/finance/scss/_reset.scss */
h3 {
  font-size: 26px;
}

/* line 103, G:/admin_project/2 admin/finance/scss/_reset.scss */
h4 {
  font-size: 20px;
}

/* line 106, G:/admin_project/2 admin/finance/scss/_reset.scss */
h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

/* line 111, G:/admin_project/2 admin/finance/scss/_reset.scss */
li {
  list-style: none;
}

/* line 114, G:/admin_project/2 admin/finance/scss/_reset.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 118, G:/admin_project/2 admin/finance/scss/_reset.scss */
p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #828BB2;
  font-family: "Muli", sans-serif;
  font-weight: 300;
}

/* line 127, G:/admin_project/2 admin/finance/scss/_reset.scss */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 1s;
}

/* line 133, G:/admin_project/2 admin/finance/scss/_reset.scss */
.p_30 {
  padding: 30px;
}

@media (max-width: 991px) {
  /* line 133, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .p_30 {
    padding: 20px;
  }
}

/* line 139, G:/admin_project/2 admin/finance/scss/_reset.scss */
.p_20 {
  padding: 20px;
}

/* line 142, G:/admin_project/2 admin/finance/scss/_reset.scss */
.p_15 {
  padding: 20px 20px 15px;
}

/* line 145, G:/admin_project/2 admin/finance/scss/_reset.scss */
.pb_20 {
  padding-bottom: 20px;
}

/* line 148, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mt_60 {
  margin-top: 60px;
}

@media (max-width: 991px) {
  /* line 148, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .mt_60 {
    margin-top: 30px;
  }
}

/* line 154, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mt_25 {
  margin-top: 25px;
}

/* line 158, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mt_30 {
  margin-top: 30px;
}

@media (max-width: 991px) {
  /* line 158, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .mt_30 {
    margin-top: 15px;
  }
}

/* line 165, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 168, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 171, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_15_imp {
  margin-bottom: 13px !important;
}

/* line 174, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 177, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_20_imp {
  margin-bottom: 20px;
}

/* line 180, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_25 {
  margin-bottom: 20px;
}

/* line 183, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_50 {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 183, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .mb_50 {
    margin-bottom: 30px;
  }
}

/* line 189, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mt_50 {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  /* line 189, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .mt_50 {
    margin-top: 25px;
  }
}

/* line 195, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mt_20 {
  margin-top: 20px;
}

/* line 198, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_10 {
  margin-bottom: 10px !important;
}

/* line 202, G:/admin_project/2 admin/finance/scss/_reset.scss */
th:focus, td:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* line 206, G:/admin_project/2 admin/finance/scss/_reset.scss */
table.dataTable tbody th, table.dataTable tbody td {
  vertical-align: middle;
}

/* line 209, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mt_40 {
  margin-top: 40px;
}

/* line 212, G:/admin_project/2 admin/finance/scss/_reset.scss */
.section_bg {
  background-color: #fef1f2;
}

/* line 215, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 226, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 233, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #e4e8ec;
}

/* line 244, G:/admin_project/2 admin/finance/scss/_reset.scss */
.section_tittle {
  text-align: center;
}

/* line 246, G:/admin_project/2 admin/finance/scss/_reset.scss */
.section_tittle h2 {
  font-size: 36px;
  margin-bottom: 25px;
  line-height: 33px;
}

@media (max-width: 991px) {
  /* line 246, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .section_tittle h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  /* line 246, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .section_tittle h2 {
    font-size: 30px;
  }
}

/* line 258, G:/admin_project/2 admin/finance/scss/_reset.scss */
.section_tittle p {
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  /* line 258, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .section_tittle p {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 258, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .section_tittle p {
    margin-bottom: 50px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 269, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 276, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_checkbox input:checked ~ .checkmark:after {
  display: block;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #7e7172;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}

/* line 291, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_checkbox span {
  padding: 0 !important;
}

/* line 297, G:/admin_project/2 admin/finance/scss/_reset.scss */
.custom_checkbox tr th:first-child, .custom_checkbox tr td:first-child {
  padding: 16px 0 16px 0 !important;
}

/* line 302, G:/admin_project/2 admin/finance/scss/_reset.scss */
.border_1px {
  border-right: 1px solid rgba(130, 139, 178, 0.3);
  height: 40px;
  margin-right: 20px;
  margin-left: 8px;
}

/* line 308, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select {
  border: 0;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 30px;
  color: #415094;
}

/* line 314, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select .nice-select-search-box {
  width: 200px !important;
}

/* line 317, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select.bgLess {
  background: transparent;
  border: 0 !important;
}

/* line 321, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select:after {
  content: "\e62a";
  font-family: 'themify';
  border: 0;
  transform: rotate(0deg);
  margin-top: -16px;
  font-size: 12px;
  font-weight: 500;
  right: 18px;
  transform-origin: none;
  transition: all 0.1s ease-in-out;
  margin-top: -22px;
}

/* line 338, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select.open::after {
  transform: rotate(180deg);
  margin-top: 15px;
  margin-top: 12px;
  right: 12px;
}

/* line 348, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select:focus {
  box-shadow: none;
  border: 0 !important;
}

/* line 352, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select:hover {
  border: 0;
}

/* line 355, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select.open .list {
  min-width: 200px;
  left: 0;
  overflow-y: auto;
}

/* line 359, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select.open .list li:first-child {
  color: #000;
}

/* line 363, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select .current {
  transition: all 0.4s ease 0s;
}

/* line 369, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select .list {
  width: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

/* line 377, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select .list li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 385, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2 {
  border: 0;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 30px;
  color: #415094;
  background: transparent;
  border: 1px solid #EAF0F4;
  padding-left: 25px;
  padding-right: 47px;
  border-radius: 4px;
  height: 32px;
  line-height: 31px;
  font-size: 12px;
  text-transform: capitalize;
}

/* line 400, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2 .nice-select-search-box {
  width: 100% !important;
  margin-top: 5px;
}

/* line 404, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2:after {
  content: "\e62a";
  font-family: 'themify';
  border: 0;
  transform: rotate(0deg);
  margin-top: -16px;
  font-size: 12px;
  font-weight: 500;
  right: 18px;
  transform-origin: none;
  transition: all 0.1s ease-in-out;
  margin-top: -16px;
  right: 30px;
}

/* line 422, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2:active, .nice_Select2.open, .nice_Select2:focus {
  border-color: #EAF0F4;
}

/* line 425, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2.open::after {
  transform: rotate(180deg);
  margin-top: 15px;
  margin-top: 8px;
  right: 24px;
}

/* line 435, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2:focus {
  box-shadow: none;
  border: 1px solid #EAF0F4 !important;
}

/* line 439, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2:hover {
  border: 1px solid #EAF0F4 !important;
}

/* line 442, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2.open .list {
  min-width: 100%;
  margin-top: 5px;
  left: 0;
  overflow-y: auto;
}

/* line 447, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2.open .list li:first-child {
  color: #000;
}

/* line 451, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2 .current {
  transition: all 0.4s ease 0s;
}

/* line 457, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2 .list {
  width: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

/* line 465, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nice_Select2 .list li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 477, G:/admin_project/2 admin/finance/scss/_reset.scss */
.white_box {
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 991px) {
  /* line 477, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .white_box {
    padding: 20px 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 477, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 477, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .white_box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 477, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .white_box {
    padding: 30px 20px;
  }
}

/* line 492, G:/admin_project/2 admin/finance/scss/_reset.scss */
.white_box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 22px;
  font-family: "Muli", sans-serif;
}

@media (max-width: 991px) {
  /* line 492, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .white_box h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 492, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .white_box h3 {
    margin-bottom: 10px;
  }
}

/* line 504, G:/admin_project/2 admin/finance/scss/_reset.scss */
.white_box h3 span {
  font-weight: 300;
  color: #7e7172;
}

/* line 510, G:/admin_project/2 admin/finance/scss/_reset.scss */
.progress-bar {
  text-align: right;
  padding-right: 8px;
}

/* line 514, G:/admin_project/2 admin/finance/scss/_reset.scss */
.white_box_p_30 {
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 991px) {
  /* line 514, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .white_box_p_30 {
    padding: 25px 15px;
  }
}

/* line 523, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cu_dropdown .btn {
  border: 1px solid #f1f2f3;
  background-color: #fef1f2;
  color: #7e7172;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 15px;
}

/* line 531, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cu_dropdown .btn_1 {
  padding: 11px 20px;
}

/* line 534, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cu_dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0;
  content: "\e64b";
  border-top: none;
  font-family: 'themify';
  font-size: 10px;
}

/* line 543, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cu_dropdown .dropdown-menu {
  min-width: auto;
  background-color: #222222;
  min-width: 102px;
  left: 0 !important;
  border-radius: 0 0 5px 5px;
  top: -2px !important;
  padding: 17px 0;
}

/* line 551, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cu_dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 7px 20px;
  padding: 7px 20px;
  color: #fff;
}

/* line 561, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cu_dropdown .left_arrow:hover {
  background-color: transparent;
  padding-left: 38px;
}

/* line 565, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cu_dropdown .left_arrow:after {
  left: 18px;
  top: 11px;
}

/* line 584, G:/admin_project/2 admin/finance/scss/_reset.scss */
.switch {
  -webkit-appearance: none;
  background-color: gray;
  border-radius: 43px;
  position: relative;
  cursor: pointer;
  padding: 14px 25px !important;
  margin-right: 20px;
  height: 30px;
}

/* line 593, G:/admin_project/2 admin/finance/scss/_reset.scss */
.switch::after {
  top: 6px;
  left: 6px;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #4D4F5C;
  position: absolute;
  border-radius: 100%;
  transition: 1s;
}

/* line 604, G:/admin_project/2 admin/finance/scss/_reset.scss */
.switch:checked {
  background-color: #4D4F5C !important;
}

/* line 606, G:/admin_project/2 admin/finance/scss/_reset.scss */
.switch:checked::after {
  background-color: #fff !important;
}

/* line 609, G:/admin_project/2 admin/finance/scss/_reset.scss */
.switch:checked::after {
  transform: translateX(25px);
}

/* line 613, G:/admin_project/2 admin/finance/scss/_reset.scss */
.switch:focus {
  outline-color: transparent;
}

/* line 617, G:/admin_project/2 admin/finance/scss/_reset.scss */
.menu_bropdown {
  display: inline-block;
}

/* line 619, G:/admin_project/2 admin/finance/scss/_reset.scss */
.menu_bropdown .dropdown-menu {
  min-width: 168px !important;
  right: 0;
}

@media (max-width: 991px) {
  /* line 624, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .sidebar_widget {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 624, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .sidebar_widget {
    margin-top: 0;
  }
}

/* line 632, G:/admin_project/2 admin/finance/scss/_reset.scss */
.text_underline {
  color: #222222;
  text-decoration: underline;
  transition: 0.5s;
}

/* line 636, G:/admin_project/2 admin/finance/scss/_reset.scss */
.text_underline:hover {
  color: #222222;
  text-decoration: underline;
}

/* line 641, G:/admin_project/2 admin/finance/scss/_reset.scss */
.check_box_item {
  margin-top: 11px;
}

/* line 643, G:/admin_project/2 admin/finance/scss/_reset.scss */
.check_box_item .single_check_box {
  padding: 15px 0;
  border-bottom: 1px solid #e4e8ec;
}

/* line 646, G:/admin_project/2 admin/finance/scss/_reset.scss */
.check_box_item .single_check_box .switch {
  -webkit-appearance: none;
  background-color: transparent;
  padding: 14px 27px !important;
  margin-right: 0;
  border: 1px solid #e4e8ec;
}

/* line 652, G:/admin_project/2 admin/finance/scss/_reset.scss */
.check_box_item .single_check_box .switch:after {
  top: 4px;
  width: 20px;
  height: 20px;
}

/* line 658, G:/admin_project/2 admin/finance/scss/_reset.scss */
.check_box_item .single_check_box .switch:checked::after {
  background-color: #7e7172 !important;
  left: 4px;
}

/* line 662, G:/admin_project/2 admin/finance/scss/_reset.scss */
.check_box_item .single_check_box .switch:checked {
  background-color: transparent !important;
}

/* line 668, G:/admin_project/2 admin/finance/scss/_reset.scss */
.list_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 668, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header {
    display: block;
  }
}

/* line 679, G:/admin_project/2 admin/finance/scss/_reset.scss */
.list_header p {
  color: #222222;
  font-weight: 500;
}

/* line 683, G:/admin_project/2 admin/finance/scss/_reset.scss */
.list_header .nice_Select {
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  /* line 683, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header .nice_Select {
    margin-left: 10px;
  }
}

/* line 689, G:/admin_project/2 admin/finance/scss/_reset.scss */
.list_header .list_header_filter {
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 689, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header .list_header_filter {
    margin-top: 15px;
  }
}

/* line 695, G:/admin_project/2 admin/finance/scss/_reset.scss */
.list_header .list_header_filter img {
  width: 17px;
  margin-right: 8px;
}

/* line 703, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-content {
  background-color: #fef1f2;
  padding: 0 30px;
}

@media (max-width: 575.98px) {
  /* line 703, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .cs_modal .modal-content {
    padding: 0 20px;
  }
}

/* line 710, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-header {
  padding: 34px 0 30px 0px;
  align-items: center;
  border-bottom: 0px solid transparent;
}

/* line 714, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-header h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

/* line 720, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
}

/* line 724, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-header .close i {
  font-size: 14px;
  color: #707070;
}

/* line 731, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px !important;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  /* line 731, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .cs_modal .modal-body {
    padding: 25px 20px !important;
  }
}

/* line 738, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .chose_thumb_title {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 749, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 759, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .input_wrap textarea {
  height: 100px;
  padding: 0;
  line-height: 28px;
  padding: 13px 25px;
}

/* line 766, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select, .cs_modal .modal-body input, .cs_modal .modal-body textarea {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 10px 25px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
}

/* line 780, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select::-moz-placeholder, .cs_modal .modal-body input::-moz-placeholder, .cs_modal .modal-body textarea::-moz-placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}
.cs_modal .modal-body .nice_Select::placeholder, .cs_modal .modal-body input::placeholder, .cs_modal .modal-body textarea::placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}

/* line 786, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 30px;
}

/* line 788, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select :after {
  left: 22px;
}

/* line 792, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body ::-moz-placeholder {
  color: #222222;
}
.cs_modal .modal-body ::placeholder {
  color: #222222;
}

/* line 796, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal_btn {
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 800, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal_btn .btn_1 {
  padding: 16px 26px !important;
  margin: 0 5px;
  text-align: center;
}

/* line 807, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-footer {
  border-top: 0px solid transparent;
  padding: 30px 0 40px 0;
}

/* line 813, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}

/* line 817, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 13px;
  color: #707070;
}

/* line 823, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group .nice_Select, .form_box .from_group input, .form_box .from_group textarea {
  width: 100%;
  display: block;
  background-color: #fef1f2;
  border: 1px solid #f1f2f3;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding: 10px 20px;
}

/* line 833, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group textarea {
  height: 115px;
  line-height: 27px;
}

/* line 837, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput input {
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  background-color: transparent !important;
}

/* line 843, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput .badge [data-role="remove"]:after {
  background-color: transparent !important;
}

/* line 846, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput .badge {
  margin: 0 5px;
  padding: 9px 8px;
  line-height: 12px;
  font-weight: 500;
  font-size: 13px;
}

/* line 853, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group .badge-info {
  color: #fff;
  background-color: #2EC9B8;
}

/* line 857, G:/admin_project/2 admin/finance/scss/_reset.scss */
.form_box .from_group .nice_Select {
  line-height: 30px;
}

/* line 862, G:/admin_project/2 admin/finance/scss/_reset.scss */
.note-editable {
  background-color: #fef1f2;
}

/* line 866, G:/admin_project/2 admin/finance/scss/_reset.scss */
.note-btn-group.note-style {
  display: none;
}

/* line 873, G:/admin_project/2 admin/finance/scss/_reset.scss */
.plr_30 {
  padding: 0 30px !important;
}

@media (max-width: 767.98px) {
  /* line 873, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .plr_30 {
    padding: 0 15px !important;
  }
}

/* line 880, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_8 {
  margin-bottom: 8px !important;
}

/* line 883, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_7 {
  margin-bottom: 7px !important;
}

/* line 894, G:/admin_project/2 admin/finance/scss/_reset.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 897, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  /* line 900, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .lms_block {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  /* line 906, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .add_button {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* line 914, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_pagination_wrap {
  margin-top: 30px;
}

/* line 917, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_pagination_wrap ul li {
  display: inline-block;
  margin: 0 .8px;
}

/* line 920, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_pagination_wrap ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  line-height: 40px;
  color: #cec1c2;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}

/* line 930, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_pagination_wrap ul li a.active {
  background: #fe1724;
  color: #fff;
}

/* line 934, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_pagination_wrap ul li a:hover {
  background: #fe1724;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 947, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 650px;
  }
}

@media (min-width: 992px) {
  /* line 952, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  /* line 957, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 1050px;
  }
}

/* line 963, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload {
  border: 1px solid #eee1e2 !important;
  padding: 9px 24px;
  border-radius: 3px;
  /* input file style */
}

/* line 967, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload label {
  margin-bottom: 0 !important;
}

/* line 970, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload .form-group {
  padding: 0;
  margin-bottom: 0;
}

/* line 974, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload .btn_file_upload {
  color: #fff;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  display: inline-block;
}

/* line 981, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload .btn_file_upload:hover, .file_upload .btn_file_upload:focus {
  color: #888888;
  border-color: #888888;
}

/* line 990, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload .input-file, .file_upload .input-file2 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 997, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload .input-file + .js-labelFile, .file_upload .input-file + .js-labelFile2, .file_upload .input-file2 + .js-labelFile, .file_upload .input-file2 + .js-labelFile2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}

/* line 1005, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload .btn {
  padding: 0px 16px !important;
  border-radius: 5px;
  background-color: #fe1724;
  display: inline-block !important;
  font-size: 14px;
  color: #fff !important;
  border-radius: 30px;
  bottom: 0;
  margin-bottom: 0;
}

/* line 1015, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload .btn:hover {
  background-color: #4D4F5C;
  color: #fff;
  border: 0;
}

/* line 1021, G:/admin_project/2 admin/finance/scss/_reset.scss */
.file_upload .form-group {
  background-color: #fff;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
}

/* line 1028, G:/admin_project/2 admin/finance/scss/_reset.scss */
td:focus, th:focus {
  outline: none !important;
}

/* line 1031, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 1034, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mr_10 {
  margin-right: 10px !important;
}

/* line 1039, G:/admin_project/2 admin/finance/scss/_reset.scss */
.checkbox_wrap p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 1046, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_checkbox_1 {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}

/* line 1053, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_checkbox_1 input {
  display: none !important;
}

/* line 1056, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_checkbox_1 .slider-check {
  background-color: #7e7172;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

/* line 1065, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_checkbox_1 .slider-check.round {
  border-radius: 34px;
}

/* line 1068, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_checkbox_1 .slider-check::before {
  background-color: #222222;
  bottom: 5px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 20px;
}

/* line 1078, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_checkbox_1 .slider-check.round:before {
  border-radius: 50%;
}

/* line 1082, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_checkbox_1 input:checked + .slider-check {
  background-color: #fef1f2;
  color: #fff;
  content: "oui";
}

/* line 1087, G:/admin_project/2 admin/finance/scss/_reset.scss */
.lms_checkbox_1 input:checked + .slider-check:before {
  transform: translateX(20px);
  background: #fe1724;
}

/* line 1097, G:/admin_project/2 admin/finance/scss/_reset.scss */
.input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 991px) {
  /* line 1112, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .medium_modal_width .modal-dialog {
    max-width: 780px;
  }
}

/* line 1120, G:/admin_project/2 admin/finance/scss/_reset.scss */
.list_header_btn_wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin-right: 60px;
}

@media (max-width: 575.98px) {
  /* line 1120, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1120, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1120, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1120, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1120, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1148, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_block {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1152, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_block .success_faild_btn {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1157, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_block .serach_field_2 {
    width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1157, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_block .serach_field_2 {
    width: 380%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1165, G:/admin_project/2 admin/finance/scss/_reset.scss */
  .list_header_block .box_right {
    justify-content: space-between;
  }
}

/* line 1173, G:/admin_project/2 admin/finance/scss/_reset.scss */
.gj-datepicker .fa-calendar-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #cec1c2;
  right: 25px;
}

/* line 1183, G:/admin_project/2 admin/finance/scss/_reset.scss */
.white_box_border {
  border: 1px solid rgba(202, 206, 213, 0.7);
}

/* line 1187, G:/admin_project/2 admin/finance/scss/_reset.scss */
.nowrap {
  white-space: nowrap;
}

/* line 1191, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 1194, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 1197, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 1200, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mr_5 {
  margin-right: 5px;
}

/* line 1203, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px;
}

/* line 1206, G:/admin_project/2 admin/finance/scss/_reset.scss */
.mt_10px {
  margin-top: 10px;
}

/* line 1209, G:/admin_project/2 admin/finance/scss/_reset.scss */
.pt_30 {
  padding-top: 30px !important;
}

/* line 1216, G:/admin_project/2 admin/finance/scss/_reset.scss */
.wrapper .progress {
  margin-bottom: 15px;
}

/* line 1230, G:/admin_project/2 admin/finance/scss/_reset.scss */
.apexcharts-datalabels-group {
  position: relative;
  top: -13px !important;
}

/* line 1234, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal {
  background-color: #fef1f2;
}

/* line 1236, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-header {
  background-color: #F7FAFF;
  padding: 23px 30px;
  border-bottom: 0px solid transparent;
}

/* line 1240, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-header h5 {
  font-size: 22px;
  font-weight: 600;
}

/* line 1244, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-header span {
  font-size: 14px;
  color: #707070;
  opacity: 1;
}

/* line 1250, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px;
}

/* line 1252, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body input, .cs_modal .modal-body .nice_Select {
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  border: 1px solid #F1F3F5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
}

/* line 1263, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 29px;
}

/* line 1265, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select:after {
  right: 22px;
}

/* line 1268, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .nice_Select .list {
  width: 100%;
}

/* line 1272, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .form-group {
  margin-bottom: 12px;
}

/* line 1275, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body textarea {
  height: 168px;
  padding: 15px 20px;
  border: 1px solid #F1F3F5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

/* line 1283, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  color: #707070;
  text-align: center;
}

/* line 1289, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body p a {
  color: #4D4F5C;
}

/* line 1294, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .btn_1 {
  width: 100%;
  display: block;
  margin-top: 20px;
}

/* line 1300, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 {
  color: #fff;
  background-color: #3B5998;
  border: 1px solid #3B5998;
  margin-top: 0;
}

/* line 1305, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1:hover {
  color: #fff !important;
}

/* line 1308, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 i {
  margin-right: 10px;
}

/* line 1314, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
  background-color: #4285F4;
  border: 1px solid #4285F4;
}

/* line 1321, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn {
  color: #707070;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}

/* line 1328, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn:hover {
  color: #4D4F5C;
}

/* line 1336, G:/admin_project/2 admin/finance/scss/_reset.scss */
.border_style {
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 0 17px;
  position: relative;
  z-index: 1;
}

/* line 1343, G:/admin_project/2 admin/finance/scss/_reset.scss */
.border_style span {
  padding: 0 25px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}

/* line 1349, G:/admin_project/2 admin/finance/scss/_reset.scss */
.border_style:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #BBC1C9;
  top: 24px;
  left: 0;
  z-index: -1;
}

/* line 1361, G:/admin_project/2 admin/finance/scss/_reset.scss */
p a {
  color: #7e7172;
}

/* line 1363, G:/admin_project/2 admin/finance/scss/_reset.scss */
p a:hover {
  color: #4D4F5C;
}

/* line 1369, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_check_box {
  display: flex;
  margin-top: 20px;
}

/* line 1372, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_check_box input, .cs_check_box label {
  line-height: 20px !important;
  height: auto !important;
  width: auto !important;
  max-width: auto;
}

/* line 1378, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_check_box .common_checkbox {
  display: none;
}

/* line 1381, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_check_box label {
  position: relative;
  padding-left: 34px;
  margin-bottom: 0;
}

/* line 1386, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_check_box .common_checkbox + label {
  display: block;
  cursor: pointer;
  color: #7e7172;
}

/* line 1391, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_check_box .common_checkbox + label:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #7e7172;
  border-radius: 5px;
  content: "";
}

/* line 1401, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_check_box .common_checkbox:checked + label:after {
  content: '\f00c';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  padding: 2px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

/* line 1411, G:/admin_project/2 admin/finance/scss/_reset.scss */
.cs_check_box .common_checkbox {
  display: none !important;
}

/******** base color css ********/
/* line 2, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1 {
  background-color: #ff8300;
  border: 1px solid #ff8300;
  color: #fff;
  display: inline-block;
  padding: 11px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  transition: 0.5s;
}

/* line 15, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1 i {
  font-size: 15px;
  padding-right: 7px;
}

/* line 19, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1:hover {
  background-color: #fff;
  border: 1px solid #3B76EF;
  color: #3B76EF;
}

/* line 24, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1.light {
  background-color: rgba(77, 79, 92, 0.1);
  border: 1px solid transparent;
  color: #4D4F5C;
}

/* line 29, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1.green {
  background-color: rgba(46, 201, 184, 0.1);
  border: 1px solid transparent;
  color: #2EC9B8;
}

/* line 34, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1.sm {
  font-size: 12px;
  padding: 6px 15px;
}

/* line 38, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1.big_btn {
  padding: 11px 36px;
}

/* line 41, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1.form_big_btn_1 {
  padding: 16px 62px !important;
}

@media (max-width: 575.98px) {
  /* line 41, G:/admin_project/2 admin/finance/scss/_button.scss */
  .btn_1.form_big_btn_1 {
    padding: 16px 30px !important;
  }
}

/* line 47, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_1.big_btn2 {
  padding: 11px 37px;
}

/* line 51, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_2 {
  color: #4D4F5C;
  border: 1px solid #4D4F5C;
  display: inline-block;
  padding: 11px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
}

/* line 64, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_2:hover {
  background-color: #4D4F5C;
  border: 1px solid #4D4F5C;
  color: #fff;
}

/* line 70, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_3 {
  color: #222222;
  border: 1px solid #e4e8ec;
  display: inline-block;
  padding: 11px 27px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
}

/* line 83, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_3.border_color_1 {
  border: 1px solid #eee1e2;
}

/* line 87, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_3:hover {
  background-color: #4D4F5C;
  border: 1px solid #4D4F5C;
  color: #fff;
}

/* line 93, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_4 {
  display: inline-block;
  border: 1px solid #e4e8ec;
  border-radius: 5px;
  color: #7e7172;
  text-align: center;
  padding: 9px 15px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 300;
  transition: 0.5s;
}

/* line 104, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_4:hover {
  background-color: #4D4F5C;
  border: 1px solid #4D4F5C;
  color: #fff;
}

/* line 111, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_5 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 16px 26px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #222222;
}

/* line 127, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_5:hover {
  background-color: #4D4F5C !important;
  border: 1px solid #4D4F5C !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 133, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_5.small_btn {
  padding: 11px 26px !important;
}

@media (max-width: 575.98px) {
  /* line 133, G:/admin_project/2 admin/finance/scss/_button.scss */
  .btn_5.small_btn {
    padding: 11px 19px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 133, G:/admin_project/2 admin/finance/scss/_button.scss */
  .btn_5.small_btn {
    padding: 11px 19px !important;
  }
}

/* line 143, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_6 {
  color: #222222;
  border: 1px solid #eee1e2;
  display: inline-block;
  padding: 11px 25px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
}

/* line 156, G:/admin_project/2 admin/finance/scss/_button.scss */
.btn_6:hover {
  background-color: #4D4F5C;
  border: 1px solid #4D4F5C;
  color: #fff;
}

/* line 162, G:/admin_project/2 admin/finance/scss/_button.scss */
.sm_btn {
  line-height: 15px;
  background-color: #fff;
  height: 34px;
  padding: 9px 20px;
  color: #212e40;
  width: 150px;
  text-transform: capitalize;
  border: 1px solid #eee1e2;
}

/* line 172, G:/admin_project/2 admin/finance/scss/_button.scss */
.view_archive_btn {
  border: 1px solid #e4e8ec;
  color: #7e7172;
  padding: 16px 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 16px;
  background-color: #fff;
  transition: 0.5s;
}

/* line 182, G:/admin_project/2 admin/finance/scss/_button.scss */
.view_archive_btn i {
  margin-right: 15px;
}

/* line 185, G:/admin_project/2 admin/finance/scss/_button.scss */
.view_archive_btn:hover {
  color: #4D4F5C;
  border: 1px solid #4D4F5C;
}

/* line 191, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn {
  display: inline-block;
  color: #7e7172;
  font-size: 12px;
  font-weight: 400;
  background: #fff;
  transition: .3s;
  padding: 6px 20px;
  border-radius: 3px;
}

/* line 200, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn:hover {
  background: #3B76EF;
  color: #fff;
}

/* line 206, G:/admin_project/2 admin/finance/scss/_button.scss */
.red_btn {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background: #3B76EF;
  transition: .3s;
  padding: 6px 20px;
  border-radius: 3px;
}

/* line 215, G:/admin_project/2 admin/finance/scss/_button.scss */
.red_btn:hover {
  background: #fff;
  color: #7e7172;
}

/* line 220, G:/admin_project/2 admin/finance/scss/_button.scss */
.close.white_btn2 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 16px 26px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #222222;
  margin-right: 10px;
}

/* line 237, G:/admin_project/2 admin/finance/scss/_button.scss */
.close.white_btn2:hover {
  background-color: #4D4F5C !important;
  border: 1px solid #4D4F5C !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 244, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn3 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 11px 30px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #222222;
  margin-right: 10px;
}

/* line 261, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn3:hover {
  background-color: #4D4F5C !important;
  border: 1px solid #4D4F5C !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 269, G:/admin_project/2 admin/finance/scss/_button.scss */
.status_btn {
  display: inline-block;
  padding: 2px 15px;
  font-size: 11px;
  font-weight: 300;
  color: #fff !important;
  background: #05d34e;
  border-radius: 30px;
  text-transform: capitalize;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
}

/* line 281, G:/admin_project/2 admin/finance/scss/_button.scss */
.status_btn.yellow_btn {
  background: #ffba00;
}

/* line 284, G:/admin_project/2 admin/finance/scss/_button.scss */
.status_btn:hover {
  color: #fff;
}

/* line 289, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1 {
  background: #fff;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: left;
  color: #7e7172;
  display: inline-block;
  width: 102px;
  border: 0;
  border: 1px solid #eee1e2;
  position: relative;
  transition: .3s;
}

/* line 304, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 12px;
  color: #cec1c2;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  border: 0;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

/* line 321, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1.lms_drop_2 {
  min-width: 140px;
}

/* line 326, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown.show .dropdown-toggle.lms_drop_1 {
  background: #3B76EF;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: left;
  color: #7e7172;
  display: inline-block;
  width: 102px;
  border: 0;
  color: #fff;
  border: 1px solid #3B76EF;
}

/* line 340, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown.show .dropdown-toggle.lms_drop_1::after {
  content: "\f0d8";
}

/* line 345, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown .dropdown-menu {
  border: 0;
  border: 1px solid #eee1e2;
  padding: 12px 0 20px 0;
  margin: 0;
  border-radius: 0 !important;
}

/* line 351, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 300;
  padding: 4px 20px;
  color: #7f7778;
}

/* line 356, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #3B76EF;
  background: transparent;
}

/* line 361, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown .dropdown-menu.dropdown-menu-w140 {
  min-width: 140px;
}

/* line 366, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn_line {
  white-space: nowrap;
  height: 50px;
  background: transparent;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  padding: 0 19px;
  border-radius: 3px;
  border: 1px solid #eee1e2;
  color: #7e7172;
  transition: .3s;
}

/* line 380, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn_line i {
  font-size: 13px;
  color: #7e7172;
  margin-right: 6px;
}

/* line 385, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn_line:hover {
  background: #3B76EF;
  color: #fff;
  border: 1px solid #3B76EF;
}

/* line 389, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn_line:hover i {
  color: #fff;
  transition: .3s;
}

/* line 395, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn_line2 {
  white-space: nowrap;
  height: 30px;
  background: transparent;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  text-transform: capitalize;
  border: 0;
  border: 1px solid #eee1e2;
  color: #7e7172;
  transition: .3s;
  border-radius: 30px;
  line-height: 28px;
  padding: 0 18px;
}

/* line 410, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn_line2:hover {
  background: #3B76EF;
  color: #fff !important;
  border: 1px solid #3B76EF;
}

/* line 414, G:/admin_project/2 admin/finance/scss/_button.scss */
.white_btn_line2:hover i {
  color: #fff;
  transition: .3s;
}

/* line 422, G:/admin_project/2 admin/finance/scss/_button.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  content: "\e61a";
  font-family: 'themify';
  font-size: 8px;
  line-height: 14px;
  font-weight: 600;
  background-color: #fef1f2;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px white;
}

/* line 438, G:/admin_project/2 admin/finance/scss/_button.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: "\e622";
  box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.08), inset -6px -6px 12px white;
}

/* line 452, G:/admin_project/2 admin/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle {
  background: transparent;
  color: #415094;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #7c32ff;
  border-radius: 32px;
  padding: 5px 20px;
  text-transform: uppercase;
  overflow: hidden;
  transition: .3s;
}

/* line 463, G:/admin_project/2 admin/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle:after {
  content: "\e62a";
  font-family: "themify";
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 0px;
  font-size: 10px;
  position: relative;
  top: 3px;
  left: 0;
  font-weight: 600;
  transition: .3s;
}

/* line 478, G:/admin_project/2 admin/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: none;
}

/* line 493, G:/admin_project/2 admin/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu {
  border-radius: 5px 5px 10px 10px;
  border: 0px;
  padding: 15px 0px;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

/* line 498, G:/admin_project/2 admin/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu .dropdown-item {
  color: #828bb2;
  text-align: right;
  font-size: 12px;
  padding: 4px 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 505, G:/admin_project/2 admin/finance/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
  color: #4D4F5C;
}

/* line 512, G:/admin_project/2 admin/finance/scss/_button.scss */
.dropdown-menu.option_width_8 {
  min-width: 150px;
}

/******** header css here *********/
/* line 2, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 30px;
  position: relative;
  margin: 27px 30px;
  border-radius: 7px;
}

@media (max-width: 575.98px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner {
    padding: 20px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner {
    margin: 0 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner {
    margin: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner {
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner {
    margin-bottom: 20px;
  }
}

/* line 49, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .page_tittle h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  /* line 49, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .page_tittle h3 {
    margin-right: 15px;
  }
}

/* line 59, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 64, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr {
  color: #7e7172;
}

/* line 66, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr.active_subcat {
  color: #fe1724;
  white-space: nowrap;
}

/* line 70, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr i {
  margin-left: 10px;
  margin-right: 7px;
  font-size: 12px;
}

/* line 75, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
  position: relative;
  margin: 0 7px 0 10px;
  top: -1px;
}

@media (max-width: 575.98px) {
  /* line 75, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
    margin: 0 2px 0 2px;
  }
}

/* line 87, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .btn_1 {
  margin: 0 30px;
}

@media (max-width: 991px) {
  /* line 90, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .notification {
    margin: 0 10px;
  }
}

/* line 94, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .notification i {
  color: #707070;
  position: relative;
  font-size: 20px;
}

/* line 98, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .notification i:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 0;
  height: 9px;
  width: 9px;
  background-color: #4D4F5C;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  /* line 110, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .serach_field-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 110, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 110, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    margin-right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 110, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    margin-right: 70px;
  }
}

/* line 128, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .header_right .header_notification_warp {
  margin-right: 50px;
  margin-left: 40px;
}

@media (max-width: 575.98px) {
  /* line 128, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .header_right .header_notification_warp {
    margin-right: 25px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 128, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .header_right .header_notification_warp {
    margin-right: 35px;
    margin-left: 25px;
  }
}

/* line 139, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .header_right .header_notification_warp li {
  display: inline-block;
}

/* line 141, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .header_right .header_notification_warp li:last-child a {
  margin-right: 0;
}

/* line 144, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .header_right .header_notification_warp li a {
  font-size: 20px;
  color: #929BB5;
  position: relative;
  margin-right: 29px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  /* line 167, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .header_right .select_style {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 167, G:/admin_project/2 admin/finance/scss/_header.scss */
  .header_iner .header_right .select_style {
    display: none !important;
  }
}

/* line 176, G:/admin_project/2 admin/finance/scss/_header.scss */
.header_iner .nice_Select {
  color: #929BB5;
}

/* line 180, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info {
  position: relative;
}

/* line 184, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info img {
  max-width: 77px;
  max-height: 77px;
  border-radius: 50%;
  border: 2px solid #A5ADC6;
  cursor: pointer;
}

@media (max-width: 991px) {
  /* line 184, G:/admin_project/2 admin/finance/scss/_header.scss */
  .profile_info img {
    max-width: 30px;
  }
}

/* line 194, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_iner {
  position: absolute;
  right: 0;
  background-color: #4D4F5C;
  text-align: right;
  width: 215px;
  padding: 30px 30px 20px;
  opacity: 0;
  visibility: hidden;
  top: 77px;
  transition: 0.5s;
  border-radius: 5px;
}

/* line 206, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_iner::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  top: -14px;
  right: 10px;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #4D4F5C transparent;
}

/* line 217, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_iner a {
  display: block;
}

/* line 221, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_iner p {
  font-size: 12px;
  font-weight: 300;
}

/* line 225, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_iner h5 {
  font-size: 12px;
  color: #fff;
}

/* line 231, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info:hover .profile_info_iner {
  opacity: 1;
  visibility: visible;
  top: 77px;
}

/* line 237, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_details {
  margin-top: 20px;
  border-top: 1px solid #79838b;
  padding-top: 10px;
}

/* line 241, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_details a {
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 10px 0;
}

/* line 246, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_details a:hover {
  color: #fff;
}

/* line 248, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_details a:hover i {
  color: #fff;
}

/* line 253, G:/admin_project/2 admin/finance/scss/_header.scss */
.profile_info .profile_info_details i {
  color: #cccccc;
  font-size: 12px;
  margin-left: 20px;
  transition: 0.5s;
}

/* line 261, G:/admin_project/2 admin/finance/scss/_header.scss */
.sidebar_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 20px;
}

@media (max-width: 575.98px) {
  /* line 261, G:/admin_project/2 admin/finance/scss/_header.scss */
  .sidebar_icon {
    right: auto;
    left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 261, G:/admin_project/2 admin/finance/scss/_header.scss */
  .sidebar_icon {
    right: auto;
    left: 20px;
  }
}

/* line 276, G:/admin_project/2 admin/finance/scss/_header.scss */
.sidebar_icon i {
  font-size: 20px;
}

/******** header css end *********/
/* line 285, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field-area {
  width: 480px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 285, G:/admin_project/2 admin/finance/scss/_header.scss */
  .serach_field-area {
    width: 400px;
  }
}

/* line 293, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field-area .search_inner input {
  color: #000;
  font-size: 17px;
  height: 60px;
  width: 100%;
  padding-left: 82px;
  border: 0;
  padding-right: 15px;
  border-bottom: 1px solid #F4F7FC;
  background: #F7FAFF;
  border-radius: 30px;
}

/* line 304, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field-area .search_inner input::-moz-placeholder {
  font-size: 17px;
  font-weight: 500;
  color: #818E94;
  font-family: "Muli", sans-serif;
}
.serach_field-area .search_inner input::placeholder {
  font-size: 17px;
  font-weight: 500;
  color: #818E94;
  font-family: "Muli", sans-serif;
}

/* line 310, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field-area .search_inner input:focus {
  outline: none;
}

/* line 314, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field-area .search_inner button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  font-size: 12px;
  border: 0;
  padding-left: 40px;
  padding-right: 11px;
}

/* line 324, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field-area .search_inner button i {
  font-size: 14px;
  color: #818E94;
}

/* line 334, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field_2 {
  width: 430px;
  position: relative;
  margin-right: 0px;
}

@media (max-width: 575.98px) {
  /* line 334, G:/admin_project/2 admin/finance/scss/_header.scss */
  .serach_field_2 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 334, G:/admin_project/2 admin/finance/scss/_header.scss */
  .serach_field_2 {
    width: 190px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 334, G:/admin_project/2 admin/finance/scss/_header.scss */
  .serach_field_2 {
    width: 230px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 334, G:/admin_project/2 admin/finance/scss/_header.scss */
  .serach_field_2 {
    width: 300px;
  }
}

/* line 351, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field_2 .search_inner input {
  color: #000;
  font-size: 13px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  padding-left: 55px;
  border: 1px solid #144BF6;
  padding-right: 15px;
}

/* line 360, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field_2 .search_inner input::-moz-placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
}
.serach_field_2 .search_inner input::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
}

/* line 365, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field_2 .search_inner input:focus {
  outline: none;
}

/* line 369, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field_2 .search_inner button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  font-size: 12px;
  border: 0;
  padding-left: 19px;
  padding-right: 11px;
}

/* line 380, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field_2 .search_inner button i {
  font-size: 12px;
  color: #144BF6;
}

/* line 384, G:/admin_project/2 admin/finance/scss/_header.scss */
.serach_field_2 .search_inner button::before {
  position: absolute;
  width: 1px;
  height: 24px;
  content: '';
  background: #144BF6;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/* line 402, G:/admin_project/2 admin/finance/scss/_header.scss */
table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 415, G:/admin_project/2 admin/finance/scss/_header.scss */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0 !important;
}

/************ sidebar css here ************/
/* line 2, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar {
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 270px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.5s;
  /* background: #fff; */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 17, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -20%;
  }
}

@media (min-width: 1201px) {
  /* line 17, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -270px;
  }
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar {
    left: -280px;
    transition: 0.5s;
    top: 0;
    width: 280px;
    background: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar {
    width: 20%;
  }
}

/* line 36, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .logo {
  margin: 30px;
  background: #fff;
  padding: 33px 30px;
  border-radius: 7px;
}

/* line 41, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .logo img {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 36, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar .logo {
    padding: 30px;
  }
}

/* line 51, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle i {
  font-size: 18px;
  margin-right: 12px;
  color: #f8dbdd;
  transition: 0.5s;
}

/* line 57, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  padding: 10px 25px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: .3s;
  position: relative;
  z-index: 0;
  border-top: 1px solid transparent;
  background: transparent;
}

/* line 72, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a::before {
  position: absolute;
  right: 0;
  background: #4D4F5C;
  width: 0px;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  transition: .3s;
  right: 0px;
  visibility: hidden;
}

/* line 86, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active i {
  color: #4D4F5C;
}

/* line 89, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active::before {
  opacity: 1;
  width: 3px;
  visibility: visible;
}

/* line 95, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a:hover::before {
  opacity: 1;
  right: 0;
  visibility: visible;
  width: 3px;
}

/* line 101, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title {
  padding: 28px 25px 18px 40px;
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
}

/* line 105, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title:after {
  position: absolute;
  right: 40px;
  top: 55%;
  transform: translateY(-50%);
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 116, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed {
  padding: 10px 25px 10px 40px;
  background: #fff;
  border-top: 1px solid transparent;
}

/* line 120, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 134, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover {
  background-color: #192434;
}

/* line 136, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover i {
  color: #4D4F5C;
}

/* line 141, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_menu_item {
  padding-left: 36px;
  margin: 6px 0;
  line-height: 21px;
}

/* line 145, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .single_menu_item:hover {
  padding-left: 55px !important;
}

/* line 151, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li {
  list-style: none;
}

/* line 153, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu {
  background: #fff7f8;
  padding: 0px 0px 0px 70px !important;
  border-bottom: 1px solid #eee1e2;
}

/* line 158, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li a {
  font-size: 13px;
  line-height: 36px;
  color: #7e7172;
  font-weight: 400;
}

/* line 164, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li:last-child {
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  /* line 177, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .active_sidebar {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}

/* line 182, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_close_icon i {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  font-size: 25px;
  top: 29px;
  cursor: pointer;
  color: #222222;
}

/* line 197, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_widget .white_box {
  padding: 30px;
}

@media (max-width: 991px) {
  /* line 197, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 197, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 15px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 197, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

/* line 208, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_widget .white_box .btn_2 {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  padding: 16px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 208, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box .btn_2 {
    padding: 12px 7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 217, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar_widget .white_box .btn_1 {
    padding: 8px 10px;
    font-size: 11px;
  }
}

/* line 224, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_widget .date_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 18px;
}

/* line 229, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_widget .date_range .btn_3 {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
}

/* line 234, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_widget .date_range i {
  display: none;
}

/* line 237, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date, .sidebar_widget .date_range .end_date {
  width: 115px;
}

/* line 239, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date input, .sidebar_widget .date_range .end_date input {
  width: 100%;
  border: 1px solid #e4e8ec;
  color: #7e7172;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 5px;
  font-weight: 300;
}

/* line 248, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date ::-moz-placeholder, .sidebar_widget .date_range .end_date ::-moz-placeholder {
  color: #7e7172;
}
.sidebar_widget .date_range .start_date ::placeholder, .sidebar_widget .date_range .end_date ::placeholder {
  color: #7e7172;
}

/************ sidebar css end ************/
/* line 260, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li a {
  font-size: 15px;
  font-weight: 400;
  color: #676B84;
  padding: 15px 25px 15px 30px;
  background: #fff;
  transition: .3s;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 26px auto;
  grid-gap: 15px;
  align-items: center;
  position: relative;
  background: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 260, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar #sidebar_menu li a {
    padding: 18px 25px 18px 30px;
  }
}

/* line 291, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li a i {
  font-size: 15px;
  margin-right: 12px;
  color: #A5ADC6;
  transition: 0.5s;
}

/* line 304, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li a:hover::before {
  width: 6px;
  opacity: 1;
  visibility: visible;
}

/* line 313, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li.mm-active > a {
  color: #1F253A;
}

/* line 317, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li.mm-active.metis_dropmenu > a {
  padding-top: 29px;
  padding-bottom: 30px;
  color: #A5ADC6;
}

/* line 324, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li.mm-active > a i {
  color: #A5ADC6;
}

/* line 327, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li.mm-active > a::before {
  opacity: 1;
  width: 6px;
  visibility: visible;
}

/* line 334, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul {
  padding: 0px 0px 0px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 334, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .sidebar #sidebar_menu li ul {
    padding: 0px 0px 0px 55px;
  }
}

/* line 342, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li:last-child a {
  padding-bottom: 30px;
}

/* line 346, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li a {
  font-size: 13px;
  color: #676B84;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  padding: 0;
  padding: 10px 0 !important;
}

/* line 354, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li a::before {
  display: none;
}

/* line 357, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li a.active {
  color: #1F253A;
}

/* line 361, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar #sidebar_menu li ul li ul {
  padding-left: 5px;
}

/* line 371, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap {
  margin-bottom: 30px;
}

/* line 375, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li {
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
  border-bottom: 1px solid #eee1e2;
  padding: 30px 0 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 375, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .admin_profile_Wrap ul li {
    padding: 30px 0 30px 20px;
  }
}

/* line 386, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a {
  display: block;
}

/* line 391, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 397, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext {
  margin-left: 15px;
}

/* line 399, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 1px;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 399, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
    font-size: 12px;
  }
}

/* line 409, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
  display: block;
  font-size: 12px;
  color: #7e7172;
  font-weight: 300;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 409, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
    font-size: 11px;
  }
}

/* line 422, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul {
  padding-left: 70px;
}

/* line 425, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li {
  padding: 0;
  border: 0;
}

/* line 428, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li a {
  font-size: 13px;
  color: #7e7172;
  font-weight: 400;
  padding-bottom: 17px;
}

/* line 435, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li:last-child a {
  padding-bottom: 0;
}

/* line 440, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li:first-child a {
  margin-top: 29px;
}

/* line 448, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.admin_profile_Wrap .metismenu .has-arrow::after {
  top: 38%;
}

/* line 455, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background-color: #ddd;
}

/* line 460, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 6px;
  background-color: #ddd;
}

/* line 465, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #f8dbdd;
}

/* line 471, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
body::-webkit-scrollbar {
  width: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 478, G:/admin_project/2 admin/finance/scss/_sidebar.scss */
  .metismenu .has-arrow::after {
    right: 25px;
  }
}

/* line 1, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.body_content {
  display: flex;
}

/* line 6, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.main-title h3 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #4D4F5C;
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  /* line 6, G:/admin_project/2 admin/finance/scss/_body_content.scss */
  .main-title h3 {
    font-size: 13px;
  }
}

/* line 16, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.main-title span {
  font-size: 12px;
  font-weight: 400;
  color: #A3A0FB;
  display: block;
  margin-top: 6px;
}

/* line 24, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.box_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 29, G:/admin_project/2 admin/finance/scss/_body_content.scss */
  .box_header.box_header_block {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 575.98px) {
  /* line 34, G:/admin_project/2 admin/finance/scss/_body_content.scss */
  .box_header.box_header_block .main-title {
    margin-bottom: 15px;
  }
}

/* line 41, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.box_header .title_info p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: #a3a0fb;
}

/* line 51, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.legend_style li {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 10px;
}

/* line 57, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.legend_style li span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4400eb;
  margin-right: 4px;
}

/* line 65, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.legend_style li.inactive {
  opacity: .29;
}

/* line 69, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.legend_style.legend_style_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

/* line 73, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.legend_style.legend_style_grid li {
  margin: 0 !important;
}

/* line 78, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.title_btn {
  margin-bottom: 20px;
}

/* line 81, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.title_btn ul li {
  display: inline-block;
}

/* line 83, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.title_btn ul li a {
  display: inline-block;
  padding: 4px;
  background: #fff;
  font-size: 11px;
  text-transform: capitalize;
  color: #706F9A;
  border-radius: 5px;
  line-height: 25px;
  padding: 0 10px;
  transition: .3s;
}

/* line 94, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.title_btn ul li a:hover {
  background: #A66DD4;
  color: #fff;
}

/* line 98, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.title_btn ul li a.active {
  background: #A66DD4;
  color: #fff;
}

/* line 108, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer {
  padding-left: 10px;
  margin-bottom: 20px;
}

/* line 111, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer h5 {
  font-size: 13px;
  color: #43425D;
  font-weight: 500;
  margin-bottom: 0px;
  position: relative;
}

/* line 117, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer h5 span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #A4A1FB;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 6px;
}

/* line 128, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer p {
  font-size: 12px;
  color: #4D4F5C;
  opacity: .5;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 137, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.radial_footer .radial_bottom {
  border-top: 1px solid #EFEFEF;
  text-align: center;
  padding-top: 15px;
  margin-top: 4px;
}

/* line 143, G:/admin_project/2 admin/finance/scss/_body_content.scss */
.radial_footer .radial_bottom p a {
  font-size: 12px;
  color: #3B86FF;
  font-weight: 600;
}

/******** main content css here *********/
/* line 2, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.main_content {
  padding-left: 270px;
  width: 100%;
  padding-top: 0px !important;
  transition: .5s;
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
  overflow: hidden;
}

/* line 12, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.main_content.main_content_padding_hide {
  padding-left: 0px;
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content {
    padding: 90px 0 100px 0;
  }
}

@media (max-width: 575.98px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content {
    padding-left: 20%;
  }
}

/* line 33, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.main_content .main_content_iner {
  min-height: 68vh;
  transition: .5s;
  margin: 30px;
}

@media (max-width: 991px) {
  /* line 33, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content .main_content_iner {
    margin: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 42, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 42, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 60px 0 60px;
  }
}

@media (min-width: 1680px) {
  /* line 42, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 135px 0 135px;
  }
}

@media (max-width: 575.98px) {
  /* line 33, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .main_content .main_content_iner {
    margin-bottom: 20px;
  }
}

/* line 62, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.address_book_hint p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
}

/* line 69, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element h4 {
  margin-bottom: 30px;
}

/* line 72, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .quick_activity_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 72, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 72, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 72, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 72, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 72, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 100, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity {
  background-color: #fff;
  border-radius: 10px;
  transition: 0.5s;
  padding: 41px 30px;
  position: relative;
  background: #3B76EF;
}

/* line 107, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity:nth-child(2) {
  background: #63C7FF;
}

/* line 110, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity:nth-child(3) {
  background: #A66DD4;
}

/* line 113, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity:nth-child(4) {
  background: #6DD4B1;
}

/* line 116, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: 0.5s;
  background-size: cover;
}

@media (max-width: 575.98px) {
  /* line 100, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .single_element .single_quick_activity {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 100, G:/admin_project/2 admin/finance/scss/_main_content.scss */
  .single_element .single_quick_activity {
    padding: 20px 15px;
  }
}

/* line 143, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity h4 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 12px;
}

/* line 151, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 900;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 7px;
}

/* line 160, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity p {
  transition: 0.5s;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

/* line 166, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity:hover {
  background: #3B76EF;
}

/* line 168, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity:hover::before {
  background-image: url(/assets/img/diamond-84c01501e215ca7c5e9aaa4b5ea6b11291e5b418286c057271f3e23dc5d3ecba.png);
}

/* line 174, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity:hover .quick_activity_icon {
  background-color: rgba(255, 247, 248, 0.2);
}

/* line 176, G:/admin_project/2 admin/finance/scss/_main_content.scss */
.single_element .single_quick_activity:hover .quick_activity_icon i {
  color: #ffffff;
}

/******** main content css end *********/
/* line 2, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.dashboard_part .notification_tab {
  padding: 27px 25px;
  background-color: #F5ECEC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  transition: 0.5s;
}

/* line 10, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.dashboard_part .notification_tab p {
  font-size: 16px;
  color: #222222;
}

/* line 13, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.dashboard_part .notification_tab p a {
  color: #4D4F5C;
}

/* line 18, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.dashboard_part .hide_icon {
  cursor: pointer;
}

/* line 20, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.dashboard_part .hide_icon i {
  color: #4D4F5C;
  font-size: 10px;
}

/* line 26, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.white_box {
  padding: 30px;
  background-color: rgba(247, 250, 255, 0.7);
  border-radius: 7px;
}

/* line 30, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.white_box.box_border {
  border: 1px solid rgba(202, 206, 213, 0.7);
}

@media (max-width: 575.98px) {
  /* line 26, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .white_box {
    padding: 30px 25px;
  }
}

/* line 37, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.white_box .white_box_tittle h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 37, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .white_box .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

/* line 47, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.white_box2 {
  padding: 40px 40px 25px 40px;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  /* line 47, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .white_box2 {
    padding: 30px 25px;
  }
}

/* line 55, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.white_box2 .white_box_tittle h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 55, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .white_box2 .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

/* line 66, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .white_box_tittle {
  margin-bottom: 20px;
}

/* line 68, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .white_box_tittle h4 {
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  /* line 68, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .chart_box .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

/* line 75, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box p {
  margin-bottom: 29px;
  color: #707070;
}

/* line 82, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box label {
  margin-bottom: 0;
}

/* line 85, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .b {
  display: block !important;
}

/* line 88, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .toggle {
  position: relative;
  width: 44px;
  height: 22px;
  border-radius: 50px;
  background-color: #222222;
  border: 1px solid #222222;
  overflow: hidden;
}

/* line 97, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

/* line 108, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .check:checked ~ .switch {
  right: 5px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

/* line 115, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .switch {
  position: absolute;
  left: 5px;
  top: 3px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  height: 13px;
  width: 13px;
  padding: 6px !important;
  margin-right: 0;
}

/* line 131, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .switch:after {
  display: none;
}

/* line 135, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box .hide {
  display: none !important;
}

/* line 144, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .table {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-bottom: 40px;
}

/* line 153, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table th, .QA_section .QA_table td {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  color: #222222;
  padding: 16px 30px;
  vertical-align: middle;
}

/* line 161, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content {
  color: #7e7172;
  font-size: 13px;
}

/* line 164, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content:hover {
  color: #4D4F5C;
}

/* line 170, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table thead th {
  white-space: nowrap;
  border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
}

/* line 176, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th {
  font-size: 14px;
  color: #415094;
  font-weight: 400 !important;
}

/* line 182, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th, .QA_section .QA_table tbody td {
  color: #7e7172;
  font-size: 14px;
  color: #828BB2;
  font-weight: 400;
  border-bottom: 1px solid rgba(130, 139, 178, 0.15);
}

/* line 188, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th a, .QA_section .QA_table tbody td a {
  font-size: 14px;
  font-weight: 400;
  color: #828BB2;
}

/* line 192, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th a:hover, .QA_section .QA_table tbody td a:hover {
  color: #7C32FF;
}

/* line 196, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th.pending, .QA_section .QA_table tbody td.pending {
  color: #E09079;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

/* line 203, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th.priority_hight, .QA_section .QA_table tbody td.priority_hight {
  font-size: 14px;
  color: #D7598F;
  font-weight: 400;
}

/* line 212, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr {
  transition: 0.3s;
}

/* line 219, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr:hover {
  background: #fff;
}

/* line 225, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn {
  color: #4D4F5C;
}

/* line 227, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn:hover {
  text-decoration: underline;
}

/* line 231, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .table {
  margin-bottom: 0 !important;
}

/* line 233, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.QA_section .QA_table .table thead th {
  border-bottom: 0 solid transparent;
  background-color: #fff;
  padding: 17px 30px;
  line-height: 16px;
  border: 0px solid transparent;
  font-size: 12px;
  font-weight: 400;
  color: #4D4F5C;
  white-space: nowrap;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 252, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header {
    flex-direction: column;
  }
}

/* line 256, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left {
  flex-basis: 50%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 256, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 55%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 256, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 55%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 256, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 269, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 273, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li {
  display: inline-block;
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 273, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left ul li {
    flex: 50% 0 0;
    margin-bottom: 20px;
  }
}

/* line 280, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
}

/* line 285, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li p {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 296, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li {
  color: #828BB2;
  font-size: 12px;
  font-weight: 400;
  margin-right: 30px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  /* line 296, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_right .legend_circle ul li {
    margin-right: 14px;
  }
}

/* line 305, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li:last-child {
  margin-right: 0;
}

/* line 308, G:/admin_project/2 admin/finance/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 4, G:/admin_project/2 admin/finance/scss/_form_style.scss */
.form_style .form-group label, .form_style .form-group p {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 13px;
  color: #7e7172;
}

/* line 11, G:/admin_project/2 admin/finance/scss/_form_style.scss */
.form_style .form-group input {
  border: 1px solid #e4e8ec;
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  padding: 15px 25px;
  background-color: #fef1f2;
  height: auto;
  line-height: 18px;
}

/* line 2, G:/admin_project/2 admin/finance/scss/_revenue_part.scss */
.revenue_part .btn_2 {
  padding: 8px 13px;
  margin-left: 30px;
}

/* line 7, G:/admin_project/2 admin/finance/scss/_revenue_part.scss */
.revenue_part .courses_price .btn_1 {
  padding: 13px 32px;
  line-height: 16px;
  height: auto;
  width: auto;
}

/* line 15, G:/admin_project/2 admin/finance/scss/_revenue_part.scss */
.revenue_part .courses_details span {
  font-size: 16px;
  font-weight: 600;
  color: #7e7172;
  margin-top: 3px;
}

/* line 23, G:/admin_project/2 admin/finance/scss/_revenue_part.scss */
.revenue_part .courses_duration {
  position: relative;
  padding-left: 25px;
}

/* line 26, G:/admin_project/2 admin/finance/scss/_revenue_part.scss */
.revenue_part .courses_duration h6 {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 29, G:/admin_project/2 admin/finance/scss/_revenue_part.scss */
.revenue_part .courses_duration h6 i {
  color: #4D4F5C;
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 2, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* line 7, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content {
  background-color: #fff;
  padding: 30px;
}

/* line 10, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 28px 0 7px;
}

/* line 15, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content .btn_1 {
  margin-top: 28px;
}

/* line 19, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .nav-tabs {
  border-bottom: 0 solid transparent;
}

/* line 22, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo {
  display: flex;
  align-items: center;
}

/* line 26, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner {
  width: 188px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BBC1C9;
  border-left: 0px solid transparent;
  transition: 0.5s;
}

/* line 35, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner:first-child {
  border-left: 1px solid #BBC1C9;
  border-radius: 5px 0 0 5px;
}

/* line 39, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner:last-child {
  border-radius: 0 5px 5px 0;
}

/* line 42, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner img {
  max-width: 100px;
}

/* line 45, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner.active {
  border: 1px solid #4D4F5C !important;
}

/* line 54, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.form_group {
  margin-top: 24px;
}

/* line 56, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.form_group input {
  width: 100%;
  background-color: #fef1f2;
  border-radius: 5px;
  border: 1px solid #F1F3F5;
  padding: 12px 20px;
}

/* line 64, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.form_group .single_form_item label {
  width: 100%;
  display: block;
}

/* line 68, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.form_group .single_form_item input {
  width: auto;
  display: inline-block;
  padding: 12px 20px;
  max-width: 85px;
  color: #9C9C9C;
}

/* line 76, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.form_group #CVV {
  max-width: 118px !important;
}

/* line 79, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.form_group .nice_Select {
  background-color: #fef1f2;
  margin-right: 10px;
  color: #9C9C9C;
}

/* line 86, G:/admin_project/2 admin/finance/scss/_payment_setting.scss */
.checkbox label {
  margin-bottom: 0;
  margin-top: 25px;
  color: #9C9C9C;
  margin-left: 8px;
}

/************** footer css ****************/
/* line 2, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_part {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 6px;
  background: transparent;
  padding-left: 270px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_footer.scss */
  .footer_part {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_footer.scss */
  .footer_part {
    padding-left: 20%;
  }
}

/* line 22, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_part p {
  font-size: 14px;
  font-weight: 300;
  color: #828BB2;
}

/* line 26, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_part p span {
  margin: 0 10px;
}

/* line 29, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_part p a {
  color: #3B76EF;
}

/* line 31, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_part p a:hover {
  text-decoration: none;
}

/* line 36, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_part .footer_iner {
  padding: 0 15px;
}

@media (max-width: 575.98px) {
  /* line 36, G:/admin_project/2 admin/finance/scss/_footer.scss */
  .footer_part .footer_iner {
    text-align: center;
  }
}

/* line 43, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_links {
  padding: 0 15px;
}

@media (max-width: 575.98px) {
  /* line 45, G:/admin_project/2 admin/finance/scss/_footer.scss */
  .footer_links ul {
    justify-content: center !important;
    margin-top: 15px;
  }
}

/* line 51, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_links ul li a {
  color: #3B76EF;
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
  text-transform: capitalize;
}

/* line 59, G:/admin_project/2 admin/finance/scss/_footer.scss */
.footer_links ul li:first-child a {
  margin-left: 0;
}

/************** footer css end ****************/
/********* breadcrumd css here **********/
/* line 2, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content {
  background-color: #fff;
  padding: 19px 30px;
  line-height: 22px;
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
  .breadcrumb_content {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
  .breadcrumb_content {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
  .breadcrumb_content {
    display: block !important;
  }
}

/* line 17, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .active {
  color: #4D4F5C;
}

/* line 20, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 20, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
  .breadcrumb_content h2 {
    margin-bottom: 15px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
  .breadcrumb_content h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 20, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
  .breadcrumb_content h2 {
    margin-bottom: 15px;
  }
}

/* line 36, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a {
  position: relative;
  color: #7e7172;
  padding-left: 30px;
}

/* line 40, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  clip-path: polygon(0 0, 100% 55%, 0 100%);
  background-color: #7e7172;
  width: 10px;
  height: 10px;
  transition: 0.5s;
}

/* line 51, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:first-child {
  padding-left: 0;
}

/* line 53, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:first-child:after {
  display: none;
}

/* line 57, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:hover {
  color: #4D4F5C;
}

/* line 58, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:hover:after {
  background-color: #4D4F5C;
}

/* line 63, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:last-child {
  color: #4D4F5C;
}

/* line 65, G:/admin_project/2 admin/finance/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:last-child:after {
  background-color: #4D4F5C;
}

/********* breadcrumd css end **********/
/* line 1, G:/admin_project/2 admin/finance/scss/_bar-chart.scss */
#morris_bar {
  height: 300px;
}

/* line 4, G:/admin_project/2 admin/finance/scss/_bar-chart.scss */
#morris_bar_bold {
  height: 300px;
}

/* line 8, G:/admin_project/2 admin/finance/scss/_bar-chart.scss */
tspan {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  text-transform: capitalize;
}

/* line 15, G:/admin_project/2 admin/finance/scss/_bar-chart.scss */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
  font-size: 13px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
  font-family: "Muli", sans-serif;
}

/* line 25, G:/admin_project/2 admin/finance/scss/_bar-chart.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  line-height: 12px;
  font-family: "Muli", sans-serif;
}

/* line 35, G:/admin_project/2 admin/finance/scss/_bar-chart.scss */
.morris-hover.morris-default-style {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-align: center;
  background: #000 !important;
  border: 0;
  padding: 7px 22px 5px 22px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}

/* line 47, G:/admin_project/2 admin/finance/scss/_bar-chart.scss */
.morris-hover.morris-default-style span {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  line-height: 12px;
  font-family: "Muli", sans-serif;
}

/* line 58, G:/admin_project/2 admin/finance/scss/_bar-chart.scss */
canvas#highlights {
  height: 300px !important;
  overflow: hidden;
}

/* line 1, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
.lms_category_wrap {
  margin-bottom: 50px;
}

/* line 3, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
.lms_category_wrap .category_header {
  background: #fef1f2;
  border-radius: 5px;
  padding: 17px 30px;
}

/* line 8, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
.lms_category_wrap .category_header .category_left h4 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
}

/* line 14, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
.lms_category_wrap .category_header .category_left p {
  color: #7e7172;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 21, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
  .lms_category_wrap .category_header .category_right {
    margin-top: 15px;
  }
}

/* line 28, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
.lms_category_wrap ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px 30px;
  background: #fff;
  align-items: center;
  border-bottom: 1px solid #eee1e2;
  transition: .3s;
}

@media (max-width: 575.98px) {
  /* line 28, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
  .lms_category_wrap ul li {
    padding: 15px 20px;
  }
}

/* line 41, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
.lms_category_wrap ul li .category_info p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
}

/* line 47, G:/admin_project/2 admin/finance/scss/_lms_category.scss */
.lms_category_wrap ul li:hover {
  background: #fff7f8;
}

/* line 1, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame {
  border: 1px solid #eee1e2;
}

/* line 3, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-popover .note-popover-content, .note-editor.note-frame .note-toolbar {
  padding: 4px 15px 8px 15px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  background-color: #fff7f8;
}

/* line 12, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn i, .note-editor.note-frame .note-current-fontname {
  color: #7e7172;
  font-size: 12px;
}

/* line 17, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #7e7172;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
}

/* line 26, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover {
  color: #fff;
  background: #fe1724;
}

/* line 30, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover i {
  color: #fff;
  background: #fe1724;
}

/* line 34, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn .note-current-fontname:hover {
  color: #fff;
}

/* line 39, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .show .dropdown-toggle::after {
  transform: rotate(180deg);
  color: red;
}

/* line 43, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-icon-font.note-recent-color {
  background: transparent !important;
  color: #7e7172 !important;
}

/* line 48, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .show .dropdown-toggle::after {
  color: #7e7172 !important;
}

/* line 51, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover span {
  color: #fff !important;
}

/* line 54, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover i {
  color: #fff !important;
}

/* line 57, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
}

/* line 61, G:/admin_project/2 admin/finance/scss/_summer_note.scss */
.note-editor.note-frame .note-placeholder {
  padding: 18px 25px 0 25px;
  font-size: 14px;
  color: #7e7172;
  line-height: 28px;
  font-weight: 300;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .lms_sm_block {
    display: block;
  }
}

@media (max-width: 575.98px) {
  /* line 8, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .lms_xs_small_btn a {
    padding: 11px 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 14, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .mb_xs_20px {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 19, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .mb_sm_20px {
    margin-bottom: 20px;
  }
}

/* line 24, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.lms_supper_text {
  vertical-align: super !important;
}

/* line 27, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.gj-picker-md {
  border: 1px solid #fef1f2;
  padding: 10px;
}

/* line 31, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.gj-picker-md table tr td.today div {
  color: #fff;
  background: #3B76EF;
  border-radius: 50%;
}

/* line 36, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.gj-picker-md table tr td.gj-cursor-pointer div:hover {
  border-radius: 50%;
  background: #3B76EF;
  color: #fff;
}

/* line 42, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.gj-picker-md div[role="navigator"] div:first-child, .gj-picker-md div[role="navigator"] div:last-child {
  max-width: 42px;
  background: #fef1f2;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
  line-height: 44px;
  height: 42px;
  font-weight: 900;
}

/* line 51, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.gj-picker-md div[role="navigator"] div:first-child i, .gj-picker-md div[role="navigator"] div:last-child i {
  font-weight: 900;
  font-size: 14px;
}

/* line 60, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.dropdown-menu.show .dropdown-toggle.lms_drop_1::after {
  color: #fff !important;
}

/* line 64, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.dropdown-menu.option_width {
  min-width: 102px;
}

/* line 68, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.dropdown.show .dropdown-toggle.lms_drop_1::after {
  color: #fff;
}

/* line 75, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.lms_common_header .lms_common_title h4 {
  margin-bottom: 3px;
}

/* line 78, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.lms_common_header .lms_common_title p {
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 87, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.common_line_separator {
  display: inline-block;
  width: 2px;
  height: 11px;
  background: #b9b3b3;
  margin: 0 7px 0 7px;
}

/* line 94, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.h-120px {
  height: 120px !important;
}

/* line 97, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.h-260px {
  height: 260px !important;
}

@media (max-width: 991px) {
  /* line 97, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .h-260px {
    height: 160px !important;
  }
}

/* line 103, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.h-230px {
  height: 230px !important;
}

@media (max-width: 991px) {
  /* line 103, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .h-230px {
    height: 160px !important;
  }
}

/* line 111, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.discription_list_wrap p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
  margin-bottom: 17px;
}

/* line 118, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.discription_list_wrap h5 {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  margin-top: 19px;
  margin-bottom: 14px;
}

/* line 128, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.common_list_style li {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
}

/* line 135, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.common_list_style li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #7e7172;
  content: '';
  border-radius: 50%;
}

/* line 150, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.result_modal_table_form .modal-body {
  margin: 30px 0;
  padding: 120px 100px 104px 100px !important;
}

@media (max-width: 991px) {
  /* line 150, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .result_modal_table_form .modal-body {
    padding: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .result_modal_table_form .modal-body {
    padding: 50px 50px !important;
  }
}

/* line 163, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.result_modal_table_form .table thead th {
  border-bottom: 0 solid transparent;
  background-color: #fef1f2;
  padding: 17px 30px;
  line-height: 16px;
  border: 0px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  white-space: nowrap;
}

/* line 179, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.result_modal_table_form .table tbody th, .result_modal_table_form .table tbody td {
  color: #7e7172;
  font-size: 13px !important;
  color: #7e7172;
  font-weight: 300;
  border-bottom: 1px solid #eee1e2;
  padding: 10px 25px !important;
}

/* line 189, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.result_modal_table_form .result_header_modal {
  margin-bottom: 45px;
}

/* line 192, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.result_modal_table_form .result_header_modal h2 {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  /* line 192, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 192, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal h2 {
    font-size: 20px;
  }
}

/* line 204, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.result_modal_table_form .result_header_modal p {
  font-size: 14px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
}

/* line 210, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.result_modal_table_form .result_header_modal .passed_text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 29px;
  margin-bottom: 35px;
}

@media (max-width: 575.98px) {
  /* line 210, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 210, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 210, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* line 237, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.student_list_img img {
  width: 50px;
  height: 50px;
}

/* line 243, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.common_date_picker input {
  width: 100%;
  border: 1px solid #eee1e2;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #7e7172;
  padding: 0px 25px;
  font-weight: 300;
}

/* line 256, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.website_settings_wrap .modal-body {
  padding: 0 !important;
}

/* line 260, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.input_form_persent {
  position: relative;
}

/* line 262, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.input_form_persent:before {
  content: "\f295";
  border-bottom: 0;
  border-right: 0;
  display: block;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: auto;
  right: 25px;
  border: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #cec1c2;
  transform: translateY(-50%);
  font-size: 13px;
}

/* line 286, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.tagInput_field {
  margin-bottom: 21px;
}

/* line 288, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.tagInput_field label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 298, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput {
  text-align: left;
  border: 1px solid #eee1e2;
  padding: 9px 25px 4px 25px;
  box-shadow: none;
  border-radius: 3px;
  min-height: 50px;
}

/* line 305, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput input {
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  background-color: transparent !important;
  height: 0;
  margin: 0;
  min-width: 20px;
  padding: 7px !important;
}

/* line 316, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge {
  margin: 0 5px 5px 0;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 20px;
  font-size: 12px;
  color: #3B76EF;
  font-weight: 400;
  background: #ffff;
  border: 1px solid #3B76EF;
  border-radius: 30px;
  position: relative;
}

/* line 329, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]::after {
  font-size: 10px;
  font-family: 'themify';
  content: "\e646";
  background: none;
  padding: 0;
  margin: 0;
  margin-left: 0px;
  background: transparent;
  margin-left: 5px;
  padding: 0;
  border: 1px solid transparent;
  padding: 2px;
}

/* line 343, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]:hover::after {
  background: #3B76EF;
  color: #fff;
  border-color: #3B76EF;
}

/* line 348, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.tagInput_field span.badge.badge-info span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

/* line 357, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress {
  height: 24px;
  background: transparent;
  border-radius: 30px;
  width: 256px;
}

/* line 364, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar {
  position: relative;
  border-radius: 30px;
  text-align: left;
  font-size: 15px;
  padding-left: 15px;
  color: #fff;
  font-weight: 300;
  background: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* line 375, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.green_bar {
  background-image: url(/../img/progress/progress-bg.png);
  background-size: cover;
}

/* line 379, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.yellow_bar {
  background-image: url(/../img/progress/design-progress-yellow.png);
  background-size: cover;
}

/* line 384, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.red_bar {
  background-image: url(/../img/progress/design-progress-red.png);
  background-size: cover;
}

/* line 394, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  margin-left: 0;
  padding-bottom: 15px;
  margin-top: 0;
}

/* line 405, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 20px;
  transform-origin: center;
  border: 1px solid #eee2e3;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 15px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

/* line 419, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 label span:before {
  content: "";
  width: 0px;
  height: 1px;
  border-radius: 2px;
  background: #3B76EF;
  position: absolute;
  transform: rotate(38deg);
  top: 13px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
  top: 9.69px;
  left: 4.99px;
  border-radius: 0;
}

/* line 436, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 label span:after {
  content: "";
  width: 0;
  height: 1px;
  border-radius: 2px;
  background: #3B76EF;
  position: absolute;
  transform: rotate(305deg);
  top: 12.8px;
  left: 7.48px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
  border-radius: 0;
}

/* line 453, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 label:hover span:before {
  width: 4px;
  transition: width 100ms ease;
}

/* line 458, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

/* line 465, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"] {
  display: none;
}

/* line 469, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span {
  background-color: #3B76EF;
  transform: scale(1);
  border-color: #3B76EF;
}

/* line 474, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 480, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span:before {
  width: 4px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 487, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span {
  background-color: #3B76EF;
  transform: scale(1.25);
  border-color: #3B76EF;
}

/* line 492, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 497, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span:before {
  width: 4px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 510, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.import_topic_wrapper.modal_btn {
  display: grid !important;
  grid-gap: 10px;
  grid-template-columns: 3fr 9fr;
  align-items: end;
}

/* line 515, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.import_topic_wrapper.modal_btn .btn_1 {
  margin: 0 !important;
}

@media (max-width: 575.98px) {
  /* line 510, G:/admin_project/2 admin/finance/scss/_common_component.scss */
  .import_topic_wrapper.modal_btn {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 528, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .btn_1.big_btn {
  padding: 16px 36px;
}

/* line 531, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .chose_thumb_title {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 542, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 552, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .input_wrap textarea {
  height: 100px;
  padding: 0;
  line-height: 28px;
  padding: 13px 25px;
}

/* line 557, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .input_wrap textarea.max_textarea {
  height: 290px;
}

/* line 563, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .nice_Select, .indvisual_form input, .indvisual_form textarea {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 10px 25px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
}

/* line 577, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .nice_Select::-moz-placeholder, .indvisual_form input::-moz-placeholder, .indvisual_form textarea::-moz-placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}
.indvisual_form .nice_Select::placeholder, .indvisual_form input::placeholder, .indvisual_form textarea::placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}

/* line 583, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .nice_Select {
  line-height: 30px;
}

/* line 585, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .nice_Select :after {
  left: 22px;
}

/* line 589, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .nice-select.nice_Select2 {
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 0 37px 0 20px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
  margin: 0;
  width: auto;
}

/* line 605, G:/admin_project/2 admin/finance/scss/_common_component.scss */
.indvisual_form .nice-select.nice_Select2::after {
  top: 20%;
}

/* line 2, G:/admin_project/2 admin/finance/scss/_projects.scss */
.assign_list li {
  display: inline-block;
  margin-right: 5px;
}

/* line 5, G:/admin_project/2 admin/finance/scss/_projects.scss */
.assign_list li:last-child {
  margin-right: 0;
}

/* line 9, G:/admin_project/2 admin/finance/scss/_projects.scss */
.assign_list li a img {
  width: 100%;
  border-radius: 50%;
  transition: 0.2s;
  width: 23px;
  height: 23px;
  transform: translateY(0px);
}

/* line 17, G:/admin_project/2 admin/finance/scss/_projects.scss */
.assign_list li a img:hover {
  transform: translateY(-2px);
}

/* line 27, G:/admin_project/2 admin/finance/scss/_projects.scss */
.dataTables_paginate {
  margin-top: 0;
  margin-top: 30px;
}

/* line 30, G:/admin_project/2 admin/finance/scss/_projects.scss */
.dataTables_paginate a {
  width: 32px;
  height: 32px;
  background: #FFFFFF !important;
  border-radius: 3px !important;
  text-align: center !important;
  line-height: 32px;
  padding: 0 !important;
  margin: 0 !important;
  margin: 0 5px !important;
}

/* line 40, G:/admin_project/2 admin/finance/scss/_projects.scss */
.dataTables_paginate a.current {
  background: #3B76EF !important;
  box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.3) !important;
  border: 0 !important;
  color: #fff !important;
}

/* line 46, G:/admin_project/2 admin/finance/scss/_projects.scss */
.dataTables_paginate a:hover {
  background: #3B76EF !important;
  box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.3);
  border: 0 !important;
  color: #fff !important;
}

/* line 51, G:/admin_project/2 admin/finance/scss/_projects.scss */
.dataTables_paginate a:hover i {
  color: #fff !important;
}

/* line 55, G:/admin_project/2 admin/finance/scss/_projects.scss */
.dataTables_paginate a i {
  line-height: 32px;
  font-size: 12px;
  color: #415094;
}

/* line 62, G:/admin_project/2 admin/finance/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #fff !important;
  border: 0;
}

/* line 67, G:/admin_project/2 admin/finance/scss/_projects.scss */
#DataTables_Table_0_info {
  font-size: 14px;
  color: #415094;
  font-weight: 400;
  margin-top: 35px;
  padding-top: 0;
}

/* line 74, G:/admin_project/2 admin/finance/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #3B76EF;
  background-color: #3B76EF !important;
}

/* line 1, G:/admin_project/2 admin/finance/scss/_pie.scss */
.min_400 {
  height: calc(100% - 30px);
}

/* line 4, G:/admin_project/2 admin/finance/scss/_pie.scss */
.min_430 {
  height: calc(100% - 30px);
}

/* line 7, G:/admin_project/2 admin/finance/scss/_pie.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 4, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

/* line 11, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-picture {
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -55px;
}

/* line 17, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-picture img {
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  width: 100px;
  height: 100px;
}

/* line 25, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-cover-image {
  height: 300px;
  overflow: hidden;
}

/* line 29, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-cover-image img {
  width: 100%;
}

/* line 34, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content {
  padding: 40px 20px;
  text-align: center;
}

/* line 38, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content h1 {
  font-weight: normal;
  margin-bottom: 0.2em;
}

/* line 43, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #d2d2d2;
}

/* line 50, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content .socials a {
  color: #d2d2d2;
  margin: 0 15px;
  font-size: 1.6em;
  transform: translateY(4px);
}

/* line 56, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_box_1 .profile-content .socials a:hover {
  color: #aaa;
  transform: translateY(0);
}

/* line 74, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile {
  background-color: #e6e5e1;
  border-radius: 0;
  border: 0;
  box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.2);
}

/* line 80, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-img-top {
  border-radius: 0;
}

/* line 84, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-img-profile {
  max-width: 100%;
  border-radius: 50%;
  margin-top: -95px;
  margin-bottom: 35px;
  border: 5px solid #e6e5e1;
}

/* line 92, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-title {
  margin-bottom: 50px;
}

/* line 95, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-title small {
  display: block;
  font-size: .6em;
  margin-top: .2em;
}

/* line 102, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links {
  margin-bottom: 25px;
}

/* line 105, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links .fa {
  margin: 0 1em;
  font-size: 1.6em;
}

/* line 109, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links .fa:focus, .card-profile .card-links .fa:hover {
  text-decoration: none;
}

/* line 114, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-dribbble {
  color: #ea4b89;
  font-weight: bold;
}

/* line 118, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-dribbble:hover {
  color: #e51d6b;
}

/* line 123, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-twitter {
  color: #68aade;
}

/* line 126, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-twitter:hover {
  color: #3e92d5;
}

/* line 131, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-facebook {
  color: #3b5999;
}

/* line 134, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.card-profile .card-links .fa.fa-facebook:hover {
  color: #2d4474;
}

/* line 142, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 2px 3px #222;
}

/* line 148, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4:hover .profile-img img {
  transform: scale(1.2);
}

/* line 152, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-img img {
  width: 100%;
  height: auto;
  transition: transform 1s;
}

/* line 157, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 40%;
  border: 3px solid #333;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: scale(1, 1);
  transition: all 0.50s linear;
}

/* line 170, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 40%;
  border: 3px solid #222;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: all 0.50s linear;
}

/* line 183, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4:hover .profile-content:before {
  top: 20px;
  left: 20px;
}

/* line 187, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4:hover .profile-content:after {
  bottom: 20px;
  right: 20px;
}

/* line 192, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50% 4%;
  text-align: center;
}

/* line 202, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content:hover {
  background-color: rgba(255, 43, 131, 0.5);
}

/* line 205, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .title {
  font-size: 24px;
  color: #333;
  opacity: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(-100px);
  transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

/* line 214, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4:hover .title {
  opacity: 1;
  transform: translateY(0);
}

/* line 218, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4:hover .title::after {
  content: "";
  display: block;
  width: 50%;
  margin: 10px auto;
  border-bottom: 2px solid #222;
}

/* line 225, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .title > span {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  text-transform: capitalize;
}

/* line 231, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .social-link {
  margin: 20px 0;
  padding: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

/* line 238, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4:hover .social-link {
  opacity: 1;
  transform: translateY(0);
}

/* line 242, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .social-link li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
}

/* line 247, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-card-4 .profile-content .social-link li a {
  color: #333;
  width: 30px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}

/* line 261, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card {
  height: 615px;
  border-radius: 30px;
  background-color: #f6fcfe;
  -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
  position: relative;
  overflow: hidden;
}

/****************
  Back
  ****************/
/* line 282, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -139px;
  font-weight: 600;
  z-index: 1;
}

/* line 292, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a {
  text-decoration: none;
}

/****************
  UP
  ****************/
/* line 300, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_up {
  position: absolute;
  width: 100%;
  height: 437px;
  background-image: url(/assets/img/card2-255e6f89db62b827259a1913c06151118bce0ac80b7accdc7d29d7877a0da185.jpg);
  background-position: 50%;
  background-size: cover;
  z-index: 3;
  text-align: center;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  transition: 0.5s ease-in-out;
}

/* line 326, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_on .pCard_up {
  height: 100px;
  box-shadow: 0 0 30px #cfd8dc;
}

/* line 331, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text {
  position: absolute;
  top: 319px;
  left: 0;
  right: 0;
  color: #f1f7f9;
  transition: 0.5s ease-in-out;
}

/* line 344, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_on .pCard_up .pCard_text {
  top: 20px;
}

/* line 348, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

/* line 355, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text p {
  margin: 0;
  font-size: 16px;
  color: #e3f1f5;
}

/* line 361, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_add {
  border-radius: 50%;
  background-color: #ed145b;
  -ms-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  position: absolute;
  top: 392px;
  left: 0;
  right: 0;
  margin: auto;
  width: 88px;
  height: 88px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

/* line 388, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_on .pCard_up .pCard_add {
  transform: rotate(360deg) scale(0.5);
  top: 470px;
}

/****************
  Down
  ****************/
/* line 401, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_down {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 178px;
  z-index: 2;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: 0.5s ease-in-out;
}

/* line 425, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_on .pCard_down {
  height: 100px;
  -ms-box-shadow: 0 0 30px #cfd8dc;
  -o-box-shadow: 0 0 30px #cfd8dc;
  box-shadow: 0 0 30px #cfd8dc;
}

/* line 434, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_down div {
  width: 33.333%;
  float: left;
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

/* line 447, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_on .pCard_down div {
  margin-top: 10px;
}

/* line 451, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_down div p:first-of-type {
  color: #68818c;
  margin-bottom: 5px;
}

/* line 456, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_down div p:last-of-type {
  color: #334750;
  font-weight: 700;
  margin-top: 0;
}

/* line 461, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  margin: 10px;
  display: inline-block;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
  font-size: 15px;
}

/* line 481, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a i:hover {
  transform: scale(1.2);
}

/* line 489, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(1) i {
  color: #3b5998;
  border: 2px solid #3b5998;
}

/* line 494, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(2) i {
  color: #0077b5;
  border: 2px solid #0077b5;
}

/* line 499, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(3) i {
  color: #1769ff;
  border: 2px solid #1769ff;
}

/* line 504, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(4) i {
  color: #000000;
  border: 2px solid #000000;
}

/* line 509, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(5) i {
  color: #eb5e95;
  border: 2px solid #eb5e95;
}

/* line 514, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(6) i {
  color: #3f729b;
  border: 2px solid #3f729b;
}

/* line 519, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_add i {
  color: white;
  font-size: 38px;
  line-height: 88px;
}

/* line 528, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 {
  min-height: 500px;
  box-shadow: 0 0 5px 1px rgba(52, 52, 52, 0.224);
  position: relative;
  border-radius: 20px;
  transition: 2s;
}

/* line 534, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2:hover {
  box-shadow: 0 0 15px 1px rgba(52, 52, 52, 0.25);
}

/* line 537, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2::after {
  content: " ";
  background-image: linear-gradient(135deg, #3B76EF 10%, #3B76EF 100%);
  clip-path: circle(50% at 50% 1%);
  display: block;
  min-height: 500px;
  transition: 2s;
  border-radius: 20px;
}

/* line 546, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2:hover::after {
  content: " ";
  clip-path: circle(100% at 50% 170%);
  transition: 2s;
  display: block;
  min-height: 500px;
  transition: 2s;
  border-radius: 20px;
}

/* line 556, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 img {
  width: 100px !important;
  height: 100px !important;
  position: absolute;
  top: 78px;
  left: 37%;
  z-index: 99999999;
  transition: 2s;
  border-radius: 100%;
}

/* line 567, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 :hover img {
  transform: scale(1.3) translateY(20px);
  transition: 2s;
}

/* line 574, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 h1 {
  z-index: 999;
  position: absolute;
  justify-content: center;
  display: flex;
  width: 100%;
  font-family: "poppins bold";
  color: rgba(30, 29, 29, 0.85);
  letter-spacing: 2px;
}

/* line 585, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 p {
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  text-align: center;
  top: 50%;
  font-family: "poppins";
  font-weight: 500;
  margin: 0 20px;
  color: rgba(30, 29, 29, 0.85);
}

/* line 598, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 .social-area {
  position: absolute;
  bottom: 30px;
  z-index: 999;
  justify-content: center;
  display: flex;
  width: 100%;
}

/* line 607, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 .social-area a {
  color: rgba(30, 29, 29, 0.85);
}

/* line 611, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 .social-area a {
  margin: 15px 15px 0 15px;
  font-size: 20px;
  transition: 4s;
}

/* line 617, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 :hover .social-area svg {
  color: white;
  transition: 1s;
}

/* line 622, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile-cart_2 .social-area svg:hover {
  transform: scale(1.5);
}

/* line 631, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 .cover-photo {
  background: url(https://images.unsplash.com/photo-1540228232483-1b64a7024923?ixlib=rb-1.2.1&auto=format&fit=crop&w=967&q=80);
  height: 160px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

/* line 637, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 .profile {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #1f1a32;
  padding: 7px;
  background: #292343;
  margin-top: 80px;
  margin-left: 10px;
}

/* line 648, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 .profile-name {
  font-size: 25px;
  font-weight: bold;
  margin: 27px 0 0 120px;
}

/* line 653, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 .about {
  margin-top: 35px;
  line-height: 21px;
}

/* line 657, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 button {
  margin: 10px 0 40px 0;
}

/* line 660, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 .msg-btn, .profile_card_5 .follow-btn {
  background: #03bfbc;
  border: 1px solid #03bfbc;
  padding: 10px 25px;
  color: #231e39;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

/* line 669, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 .follow-btn {
  margin-left: 10px;
  background: transparent;
  color: #02899c;
}

/* line 674, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 .follow-btn:hover {
  color: #231e39;
  background: #03bfbc;
  transition: .5s;
}

/* line 679, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 i {
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: .5s;
}

/* line 686, G:/admin_project/2 admin/finance/scss/_profilebox.scss */
.profile_card_5 i:hover {
  color: #03bfbc;
}

/* line 1, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart {
  text-align: center;
  padding: 1rem;
  position: relative;
}

/* line 5, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart .rounded {
  border-radius: .25rem !important;
}

/* line 8, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart .icon-wrapper {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* line 14, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart .icon-wrapper .icon-wrapper-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: .2;
}

/* line 21, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart .icon-wrapper i {
  margin: 0 auto;
  font-size: 1.7rem;
  position: relative;
  z-index: 5;
  line-height: 54px;
}

/* line 30, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart .widget-numbers {
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
  line-height: 1;
  margin: 1rem auto;
}

/* line 36, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart .widget-numbers span {
  font-weight: bold;
  font-size: 2.5rem;
}

/* line 41, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart .widget-subheading {
  margin-top: -.5rem;
}

/* line 44, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.widget-chart .widget-description {
  margin: 1rem 0 0;
}

/* line 49, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.bg-light {
  background-color: #eee !important;
}

/* line 52, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.icon-wrapper .icon-wrapper-bg.bg-light {
  opacity: .08;
}

/* line 55, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.bg-focus {
  background-color: #444054 !important;
}

/* line 58, G:/admin_project/2 admin/finance/scss/_chart_box.scss */
.bg-primary {
  background-color: #3f6ad8 !important;
}

/* line 2, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 7, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card {
  margin-bottom: 15px;
  border: 0;
  overflow: visible;
}

/* line 11, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-header {
  border: 0;
  padding: 0;
  border-radius: 30px !important;
}

/* line 15, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 {
  padding: 0;
}

/* line 18, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  position: relative;
  position: relative;
  padding: 13px 20px;
  background: #3B76EF;
  box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.25);
  color: #fff;
  transition: 0.3s;
  border: 0;
  border-radius: 30px;
}

/* line 36, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a::before {
  content: "\e622";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'themify';
  font-size: 14px;
  right: 30px;
  color: #fff;
}

/* line 47, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a.collapsed {
  background: #F5F7FB;
  color: #415094;
  box-shadow: none;
  border-radius: 30px;
}

/* line 52, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a.collapsed::before {
  content: "\e61a";
  color: #415094;
}

/* line 57, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-header h2 a:focus {
  text-decoration: none;
}

/* line 63, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-body {
  padding: 24px 20px 30px 20px;
}

@media (max-width: 575.98px) {
  /* line 63, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .accordion_custom .card .card-body {
    padding: 15px;
  }
}

/* line 68, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-body p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  font-weight: 300;
  margin-bottom: 28px;
}

/* line 74, G:/admin_project/2 admin/finance/scss/_faq.scss */
.accordion_custom .card .card-body p:last-child {
  margin-bottom: 0;
}

/* line 83, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 30px;
}

@media (max-width: 575.98px) {
  /* line 83, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  /* line 83, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 83, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 83, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 6fr 6fr;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 83, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 5fr 7fr;
  }
}

/* line 103, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list .serach_field_2 {
  width: 100%;
}

/* line 106, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 110, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #eee1e2;
  padding: 20px 0;
  transition: 0.3s;
}

/* line 117, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left {
  display: flex;
  align-items: center;
}

/* line 123, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb img {
  width: 50px;
  height: 50px;
}

/* line 128, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left .messges_info {
  padding-left: 20px;
}

/* line 131, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left h4 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 6px;
}

/* line 137, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left p {
  font-size: 13px;
  font-weight: 300;
  color: #676B84;
  margin-bottom: 0;
}

/* line 145, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li a .messge_time span {
  font-size: 12px;
  font-weight: 300;
  color: #cec1c2;
  white-space: nowrap;
}

/* line 153, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_list ul li:hover a {
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(255, 247, 248, 0.6);
}

/* line 163, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .messge_time span {
  white-space: nowrap;
}

/* line 167, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat {
  margin-bottom: 50px;
  padding-right: 20%;
}

@media (max-width: 575.98px) {
  /* line 167, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 167, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 167, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 167, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

/* line 186, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view {
  background: #fff7f8;
  border-radius: 10px;
  padding: 30px;
}

/* line 190, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view.red_border {
  border: 1px solid #1E50EC;
}

/* line 193, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view span {
  display: block;
  margin: 17px 0 17px 0;
}

/* line 197, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view p {
  font-size: 13px;
  font-weight: 300;
  color: #676B84;
  line-height: 26px;
}

/* line 204, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* line 210, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left .message_preview_thumb img {
  width: 50px;
  height: 50px;
}

/* line 215, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left .messges_info {
  padding-left: 20px;
}

/* line 218, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left h4 {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 2px;
}

/* line 224, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left p {
  font-size: 12px;
  font-weight: 300;
  color: #676B84;
  margin-bottom: 0;
}

/* line 231, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message {
  padding-right: 0%;
  padding-left: 20%;
}

@media (max-width: 575.98px) {
  /* line 231, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 231, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 231, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 231, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

/* line 254, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message .message_pre_left {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 260, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message .messges_info {
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
}

/* line 267, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field {
  padding-top: 50px;
  display: grid;
  grid-template-columns: auto 110px;
  grid-gap: 10px;
}

@media (max-width: 575.98px) {
  /* line 267, G:/admin_project/2 admin/finance/scss/_faq.scss */
  .messages_box_area .messages_chat .message_send_field {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

/* line 276, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field input {
  color: #676B84;
  font-size: 13px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  padding-left: 25px;
  border: 1px solid #eee1e2;
  padding-right: 15px;
}

/* line 285, G:/admin_project/2 admin/finance/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field input::-moz-placeholder {
  color: #676B84;
  font-weight: 300;
  opacity: 1;
}
.messages_box_area .messages_chat .message_send_field input::placeholder {
  color: #676B84;
  font-weight: 300;
  opacity: 1;
}

/* line 1, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 6;
  height: calc(100% - 3.9375rem);
}

/* line 7, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar h4 {
  font-weight: 600;
  font-size: .875rem;
  color: #333;
  padding: 2.5rem 0 3.125rem 1.5625rem;
}

/* line 13, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar ul {
  margin-bottom: 3.125rem;
}

/* line 15, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar ul li {
  display: block;
}

/* line 17, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar ul li.active {
  background: #3B76EF;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(59, 118, 239, 0.3);
  color: #fff !important;
}

/* line 21, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar ul li.active a {
  color: #fff;
}

/* line 25, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar ul li a {
  display: block;
  padding: .625rem .625rem .625rem 1.5rem;
  transition: all .5s ease-in-out;
  font-weight: 600;
  font-size: .875rem;
  color: #333;
}

/* line 32, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar ul li a:hover {
  background: #3B76EF;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(59, 118, 239, 0.3);
  color: #fff !important;
}

/* line 37, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.email-sidebar ul li a i {
  margin-right: .7rem;
}

/* line 1, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 47, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.primary_checkbox {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 18px 0 0;
  line-height: 18px;
}

/* line 9, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 58, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.primary_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 50%;
}

/* line 26, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 72, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.primary_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 35, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 83, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark:after {
  width: 100%;
  height: 100%;
  border: 0;
  transition: .3s;
  transform: scale(0);
}

/* line 44, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 92, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark {
  background: #3B76EF !important;
  box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.3) !important;
  transition: .3s;
}

/* line 52, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 99, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark::before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 0px;
  left: 3px;
  text-indent: 1px;
  color: #828BB2;
  background-color: transparent;
  border: 0px;
  transform: rotate(8deg);
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  z-index: 99;
  color: #fff;
  transition: .3s;
}

/* line 76, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 124, G:/admin_project/2 admin/finance/scss/_mailbox.scss */
.primary_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #828BB2;
  transition: .3s;
  transform: scale(1);
}
