@charset "UTF-8";
/* Below are deprecated Bootstrap 3 variables that we need to remove once Bootstrap 3 is completely removed from the project */
/* These were added in order to support the transition from BS3 to BS5 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .client-theme .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark, .client-theme .mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small, .client-theme .small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ul, menu, dir {
  -webkit-padding-start: 20px;
}

body.client-theme {
  height: 100vh;
  overscroll-behavior: none;
}

.client-theme {
  /* external init */
  /* external init */
  /*!
   * Bootstrap  v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /*!
  * Datetimepicker for Bootstrap 3
  * version : 4.17.42
  * https://github.com/Eonasdan/bootstrap-datetimepicker/
  */
  /* Animations CSS */
  /*BASE COLORS*/
  /* For equal height columns in a row when using bootstrap grid system */
  /* Vertically center content inside an equal height rows */
  /* Example: <div class="row equal-height-row"><div class="col-xs-12"></div></div> */
  /* .input-group {
      flex: none;
      display: table;
  } */
  /* .input-group .form-control {
      width: 100%;
      display: table-cell;
      flex: none;
  }

  .input-group-addon, .input-group-btn {
      display: table-cell;
  } */
  /*MODAL*/
  /* widgets init */
  /* I believe we need to remove the 'row' class from all widget containers after BS3 is removed from project */
  /* Bullet Text List Widet CSS*/
  /* @include respond-min($bp-small) {
      .adobe-cart-products {
          tr {
              td.adobe-cart-products-img {

              }

              td.adobe-cart-products-desc {
              }
          }
      }
  } */
  /**/
  /* Minimal Card Heights */
  /* Maximized Card Heights */
  /* Balanced Card Heights */
  /* custom scrollbar */
  /* fcc = Flip Card Collage */
  /* custom scrollbar */
  /* Footer */
  /**/
  /*IMAGE CAROUSEL*/
  /*.image-carousel-image {
      width: 100%;
  }*/
  /* .user-curriculumteamcontentlist.tab-orientation-vertical .open-class-list-wrapper {
      width: 100px;
  } */
  /* @media not all and (min-resolution:.1dpi) {
      .class-list-tab-wrapper.vertical-safari-fix {
          -webkit-padding-end: 50px;
      }
  }

  @media not all and (min-resolution: 1dpi) {
      .class-list-tab-wrapper.vertical-safari-fix {
          -webkit-padding-end: 50px;
      }
  }

  @media not all and (min-resolution:.001dpcm) {
      .class-list-tab-wrapper.vertical-safari-fix {
          -webkit-padding-end: 50px;
      }
  }

  @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
      .class-list-tab-wrapper.vertical-safari-fix {
          -webkit-padding-end: 50px;
      }
  } */
  /* @media not all and (min-resolution:.001dpcm) {
      @supports (-webkit-appearance:none) {
          .class-list-tab-wrapper.vertical-safari-fix {
              -webkit-padding-end: 50px;
          }
      }
  } */
  /* _::-webkit-full-page-media, _:future, :root .class-list-tab-wrapper.vertical-safari-fix {
      -webkit-padding-end: 50px;
  } */
  /* @media not all and (min-resolution:.001dpcm) {
      @supports (-webkit-appearance:none) and (stroke-color:transparent) {
          .class-list-tab-wrapper.vertical-safari-fix {
              -webkit-padding-end: 50px;
          }
      }
  } */
  /* The below fixes the problem but creates extra padding for Mac Chrome */
  /* _:not(a,b), .class-list-tab-wrapper.vertical-safari-fix {
      -webkit-padding-end: 50px;
  } */
  /*QUIZ WIDGET*/
  /* Quiz Answers Matching */
  /*.bootstrap-datetimepicker-widget {
      z-index: 1000;
  }

  .table-responsive {
      overflow-y: visible;
      z-index: 900;
  }*/
  /*



  */
  /* User Curriculum */
  /**/
  /*.bootstrap-datetimepicker-widget {
      z-index: 1000;
  }

  .table-responsive {
      overflow-y: visible;
      z-index: 900;
  }*/
  /* Consider removing after Admin LTE integration */
  /**/
  /* User Admin Page */
  /* admin init */
  /*Entitlements*/
  /* Delete after admin LTE integration */
  /*Entitlements*/
  /*Groups*/
  /* Can delete this once Admin LTE is integrated */
  /*General*/
}
.client-theme :root,
.client-theme [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: #e64925;
  --bs-secondary: #5c5c5c;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 230, 73, 37;
  --bs-secondary-rgb: 92, 92, 92;
  --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: #5c1d0f;
  --bs-secondary-text-emphasis: #252525;
  --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: #fadbd3;
  --bs-secondary-bg-subtle: #dedede;
  --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: #f5b6a8;
  --bs-secondary-border-subtle: #bebebe;
  --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: "Open Sans", sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5714285714;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: white;
  --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: #4fc4d0;
  --bs-link-color-rgb: 79, 196, 208;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #3f9da6;
  --bs-link-hover-color-rgb: 63, 157, 166;
  --bs-link-hover-decoration: none;
  --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(230, 73, 37, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
.client-theme [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: #f0927c;
  --bs-secondary-text-emphasis: #9d9d9d;
  --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: #2e0f07;
  --bs-secondary-bg-subtle: #121212;
  --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: #8a2c16;
  --bs-secondary-border-subtle: #373737;
  --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: #f0927c;
  --bs-link-hover-color: #f3a896;
  --bs-link-color-rgb: 240, 146, 124;
  --bs-link-hover-color-rgb: 243, 168, 150;
  --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;
}
.client-theme *,
.client-theme *::before,
.client-theme *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .client-theme :root {
    scroll-behavior: smooth;
  }
}
.client-theme 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);
}
.client-theme hr {
  margin: 22px 0;
  color: #eee;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}
.client-theme h6, .client-theme .h6, .client-theme h5, .client-theme .h5, .client-theme h4, .client-theme .h4, .client-theme h3, .client-theme .h3, .client-theme h2, .client-theme .h2, .client-theme h1, .client-theme .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.client-theme h1, .client-theme .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .client-theme h1, .client-theme .h1 {
    font-size: 3rem;
  }
}
.client-theme h2, .client-theme .h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .client-theme h2, .client-theme .h2 {
    font-size: 2.25rem;
  }
}
.client-theme h3, .client-theme .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .client-theme h3, .client-theme .h3 {
    font-size: 1.75rem;
  }
}
.client-theme h4, .client-theme .h4 {
  font-size: 1.125rem;
}
.client-theme h5, .client-theme .h5 {
  font-size: 1.1875rem;
}
.client-theme h6, .client-theme .h6 {
  font-size: 0.9375rem;
}
.client-theme p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.client-theme abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
.client-theme address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.client-theme ol,
.client-theme ul {
  padding-left: 2rem;
}
.client-theme ol,
.client-theme ul,
.client-theme dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.client-theme ol ol,
.client-theme ul ul,
.client-theme ol ul,
.client-theme ul ol {
  margin-bottom: 0;
}
.client-theme dt {
  font-weight: 700;
}
.client-theme dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.client-theme blockquote {
  margin: 0 0 1rem;
}
.client-theme b,
.client-theme strong {
  font-weight: bolder;
}
.client-theme small, .client-theme .small {
  font-size: 0.875em;
}
.client-theme mark, .client-theme .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
.client-theme sub,
.client-theme sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.client-theme sub {
  bottom: -0.25em;
}
.client-theme sup {
  top: -0.5em;
}
.client-theme a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
.client-theme a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}
.client-theme a:not([href]):not([class]), .client-theme a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.client-theme pre,
.client-theme code,
.client-theme kbd,
.client-theme samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
.client-theme pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.client-theme pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.client-theme code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > .client-theme code {
  color: inherit;
}
.client-theme 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;
}
.client-theme kbd kbd {
  padding: 0;
  font-size: 1em;
}
.client-theme figure {
  margin: 0 0 1rem;
}
.client-theme img,
.client-theme svg {
  vertical-align: middle;
}
.client-theme table {
  caption-side: bottom;
  border-collapse: collapse;
}
.client-theme caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
.client-theme th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.client-theme thead,
.client-theme tbody,
.client-theme tfoot,
.client-theme tr,
.client-theme td,
.client-theme th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.client-theme label {
  display: inline-block;
}
.client-theme button {
  border-radius: 0;
}
.client-theme button:focus:not(:focus-visible) {
  outline: 0;
}
.client-theme input,
.client-theme button,
.client-theme select,
.client-theme optgroup,
.client-theme textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.client-theme button,
.client-theme select {
  text-transform: none;
}
.client-theme [role=button] {
  cursor: pointer;
}
.client-theme select {
  word-wrap: normal;
}
.client-theme select:disabled {
  opacity: 1;
}
.client-theme [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.client-theme button,
.client-theme [type=button],
.client-theme [type=reset],
.client-theme [type=submit] {
  -webkit-appearance: button;
}
.client-theme button:not(:disabled),
.client-theme [type=button]:not(:disabled),
.client-theme [type=reset]:not(:disabled),
.client-theme [type=submit]:not(:disabled) {
  cursor: pointer;
}
.client-theme ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.client-theme textarea {
  resize: vertical;
}
.client-theme fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.client-theme 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) {
  .client-theme legend {
    font-size: 1.5rem;
  }
}
.client-theme legend + * {
  clear: left;
}
.client-theme ::-webkit-datetime-edit-fields-wrapper,
.client-theme ::-webkit-datetime-edit-text,
.client-theme ::-webkit-datetime-edit-minute,
.client-theme ::-webkit-datetime-edit-hour-field,
.client-theme ::-webkit-datetime-edit-day-field,
.client-theme ::-webkit-datetime-edit-month-field,
.client-theme ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.client-theme ::-webkit-inner-spin-button {
  height: auto;
}
.client-theme [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.client-theme ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.client-theme ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.client-theme ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.client-theme output {
  display: inline-block;
}
.client-theme iframe {
  border: 0;
}
.client-theme summary {
  display: list-item;
  cursor: pointer;
}
.client-theme progress {
  vertical-align: baseline;
}
.client-theme [hidden] {
  display: none !important;
}
.client-theme .lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.client-theme .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .client-theme .display-1 {
    font-size: 5rem;
  }
}
.client-theme .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .client-theme .display-2 {
    font-size: 4.5rem;
  }
}
.client-theme .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .client-theme .display-3 {
    font-size: 4rem;
  }
}
.client-theme .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .client-theme .display-4 {
    font-size: 3.5rem;
  }
}
.client-theme .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .client-theme .display-5 {
    font-size: 3rem;
  }
}
.client-theme .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .client-theme .display-6 {
    font-size: 2.5rem;
  }
}
.client-theme .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.client-theme .list-inline {
  padding-left: 0;
  list-style: none;
}
.client-theme .list-inline-item {
  display: inline-block;
}
.client-theme .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.client-theme .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.client-theme .blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.client-theme .blockquote > :last-child {
  margin-bottom: 0;
}
.client-theme .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.client-theme .blockquote-footer::before {
  content: "— ";
}
.client-theme .img-fluid {
  max-width: 100%;
  height: auto;
}
.client-theme .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: 1px solid #ddd;
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.client-theme .figure {
  display: inline-block;
}
.client-theme .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.client-theme .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.client-theme .container,
.client-theme .container-fluid,
.client-theme .container-xxl,
.client-theme .container-xl,
.client-theme .container-lg,
.client-theme .container-md,
.client-theme .container-sm {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .client-theme .container-sm, .client-theme .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .client-theme .container-md, .client-theme .container-sm, .client-theme .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .client-theme .container-lg, .client-theme .container-md, .client-theme .container-sm, .client-theme .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .client-theme .container-xl, .client-theme .container-lg, .client-theme .container-md, .client-theme .container-sm, .client-theme .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .client-theme .container-xxl, .client-theme .container-xl, .client-theme .container-lg, .client-theme .container-md, .client-theme .container-sm, .client-theme .container {
    max-width: 1320px;
  }
}
.client-theme :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;
}
.client-theme .row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.client-theme .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.client-theme .col {
  flex: 1 0 0%;
}
.client-theme .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.client-theme .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.client-theme .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.client-theme .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.client-theme .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.client-theme .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.client-theme .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.client-theme .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.client-theme .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.client-theme .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.client-theme .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.client-theme .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.client-theme .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.client-theme .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.client-theme .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.client-theme .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.client-theme .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.client-theme .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.client-theme .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.client-theme .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.client-theme .offset-1 {
  margin-left: 8.33333333%;
}
.client-theme .offset-2 {
  margin-left: 16.66666667%;
}
.client-theme .offset-3 {
  margin-left: 25%;
}
.client-theme .offset-4 {
  margin-left: 33.33333333%;
}
.client-theme .offset-5 {
  margin-left: 41.66666667%;
}
.client-theme .offset-6 {
  margin-left: 50%;
}
.client-theme .offset-7 {
  margin-left: 58.33333333%;
}
.client-theme .offset-8 {
  margin-left: 66.66666667%;
}
.client-theme .offset-9 {
  margin-left: 75%;
}
.client-theme .offset-10 {
  margin-left: 83.33333333%;
}
.client-theme .offset-11 {
  margin-left: 91.66666667%;
}
.client-theme .g-0,
.client-theme .gx-0 {
  --bs-gutter-x: 0;
}
.client-theme .g-0,
.client-theme .gy-0 {
  --bs-gutter-y: 0;
}
.client-theme .g-1,
.client-theme .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.client-theme .g-1,
.client-theme .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.client-theme .g-2,
.client-theme .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.client-theme .g-2,
.client-theme .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.client-theme .g-3,
.client-theme .gx-3 {
  --bs-gutter-x: 1rem;
}
.client-theme .g-3,
.client-theme .gy-3 {
  --bs-gutter-y: 1rem;
}
.client-theme .g-4,
.client-theme .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.client-theme .g-4,
.client-theme .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.client-theme .g-5,
.client-theme .gx-5 {
  --bs-gutter-x: 3rem;
}
.client-theme .g-5,
.client-theme .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .client-theme .col-sm {
    flex: 1 0 0%;
  }
  .client-theme .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .client-theme .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .client-theme .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .client-theme .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .client-theme .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .client-theme .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .client-theme .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .client-theme .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .client-theme .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .offset-sm-0 {
    margin-left: 0;
  }
  .client-theme .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .client-theme .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .client-theme .offset-sm-3 {
    margin-left: 25%;
  }
  .client-theme .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .client-theme .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .client-theme .offset-sm-6 {
    margin-left: 50%;
  }
  .client-theme .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .client-theme .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .client-theme .offset-sm-9 {
    margin-left: 75%;
  }
  .client-theme .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .client-theme .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .client-theme .g-sm-0,
  .client-theme .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .client-theme .g-sm-0,
  .client-theme .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .client-theme .g-sm-1,
  .client-theme .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .client-theme .g-sm-1,
  .client-theme .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .client-theme .g-sm-2,
  .client-theme .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .client-theme .g-sm-2,
  .client-theme .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .client-theme .g-sm-3,
  .client-theme .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .client-theme .g-sm-3,
  .client-theme .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .client-theme .g-sm-4,
  .client-theme .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .client-theme .g-sm-4,
  .client-theme .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .client-theme .g-sm-5,
  .client-theme .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .client-theme .g-sm-5,
  .client-theme .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .client-theme .col-md {
    flex: 1 0 0%;
  }
  .client-theme .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .client-theme .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .client-theme .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .client-theme .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .client-theme .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .client-theme .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .client-theme .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .client-theme .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .client-theme .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .offset-md-0 {
    margin-left: 0;
  }
  .client-theme .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .client-theme .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .client-theme .offset-md-3 {
    margin-left: 25%;
  }
  .client-theme .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .client-theme .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .client-theme .offset-md-6 {
    margin-left: 50%;
  }
  .client-theme .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .client-theme .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .client-theme .offset-md-9 {
    margin-left: 75%;
  }
  .client-theme .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .client-theme .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .client-theme .g-md-0,
  .client-theme .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .client-theme .g-md-0,
  .client-theme .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .client-theme .g-md-1,
  .client-theme .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .client-theme .g-md-1,
  .client-theme .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .client-theme .g-md-2,
  .client-theme .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .client-theme .g-md-2,
  .client-theme .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .client-theme .g-md-3,
  .client-theme .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .client-theme .g-md-3,
  .client-theme .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .client-theme .g-md-4,
  .client-theme .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .client-theme .g-md-4,
  .client-theme .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .client-theme .g-md-5,
  .client-theme .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .client-theme .g-md-5,
  .client-theme .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .client-theme .col-lg {
    flex: 1 0 0%;
  }
  .client-theme .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .client-theme .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .client-theme .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .client-theme .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .client-theme .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .client-theme .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .client-theme .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .client-theme .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .client-theme .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .offset-lg-0 {
    margin-left: 0;
  }
  .client-theme .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .client-theme .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .client-theme .offset-lg-3 {
    margin-left: 25%;
  }
  .client-theme .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .client-theme .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .client-theme .offset-lg-6 {
    margin-left: 50%;
  }
  .client-theme .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .client-theme .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .client-theme .offset-lg-9 {
    margin-left: 75%;
  }
  .client-theme .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .client-theme .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .client-theme .g-lg-0,
  .client-theme .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .client-theme .g-lg-0,
  .client-theme .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .client-theme .g-lg-1,
  .client-theme .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .client-theme .g-lg-1,
  .client-theme .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .client-theme .g-lg-2,
  .client-theme .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .client-theme .g-lg-2,
  .client-theme .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .client-theme .g-lg-3,
  .client-theme .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .client-theme .g-lg-3,
  .client-theme .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .client-theme .g-lg-4,
  .client-theme .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .client-theme .g-lg-4,
  .client-theme .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .client-theme .g-lg-5,
  .client-theme .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .client-theme .g-lg-5,
  .client-theme .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .client-theme .col-xl {
    flex: 1 0 0%;
  }
  .client-theme .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .client-theme .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .client-theme .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .client-theme .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .client-theme .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .client-theme .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .client-theme .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .client-theme .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .client-theme .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .offset-xl-0 {
    margin-left: 0;
  }
  .client-theme .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .client-theme .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .client-theme .offset-xl-3 {
    margin-left: 25%;
  }
  .client-theme .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .client-theme .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .client-theme .offset-xl-6 {
    margin-left: 50%;
  }
  .client-theme .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .client-theme .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .client-theme .offset-xl-9 {
    margin-left: 75%;
  }
  .client-theme .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .client-theme .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .client-theme .g-xl-0,
  .client-theme .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .client-theme .g-xl-0,
  .client-theme .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .client-theme .g-xl-1,
  .client-theme .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .client-theme .g-xl-1,
  .client-theme .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .client-theme .g-xl-2,
  .client-theme .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .client-theme .g-xl-2,
  .client-theme .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .client-theme .g-xl-3,
  .client-theme .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .client-theme .g-xl-3,
  .client-theme .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .client-theme .g-xl-4,
  .client-theme .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .client-theme .g-xl-4,
  .client-theme .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .client-theme .g-xl-5,
  .client-theme .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .client-theme .g-xl-5,
  .client-theme .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .client-theme .col-xxl {
    flex: 1 0 0%;
  }
  .client-theme .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .client-theme .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .client-theme .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .client-theme .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .client-theme .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .client-theme .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .client-theme .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .client-theme .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .client-theme .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .client-theme .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .client-theme .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .client-theme .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .client-theme .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .client-theme .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .client-theme .offset-xxl-0 {
    margin-left: 0;
  }
  .client-theme .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .client-theme .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .client-theme .offset-xxl-3 {
    margin-left: 25%;
  }
  .client-theme .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .client-theme .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .client-theme .offset-xxl-6 {
    margin-left: 50%;
  }
  .client-theme .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .client-theme .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .client-theme .offset-xxl-9 {
    margin-left: 75%;
  }
  .client-theme .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .client-theme .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .client-theme .g-xxl-0,
  .client-theme .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .client-theme .g-xxl-0,
  .client-theme .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .client-theme .g-xxl-1,
  .client-theme .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .client-theme .g-xxl-1,
  .client-theme .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .client-theme .g-xxl-2,
  .client-theme .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .client-theme .g-xxl-2,
  .client-theme .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .client-theme .g-xxl-3,
  .client-theme .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .client-theme .g-xxl-3,
  .client-theme .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .client-theme .g-xxl-4,
  .client-theme .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .client-theme .g-xxl-4,
  .client-theme .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .client-theme .g-xxl-5,
  .client-theme .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .client-theme .g-xxl-5,
  .client-theme .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.client-theme .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: #ddd;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: #f9f9f9;
  --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);
}
.client-theme .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: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.client-theme .table > tbody {
  vertical-align: inherit;
}
.client-theme .table > thead {
  vertical-align: bottom;
}
.client-theme .table-group-divider {
  border-top: calc(1px * 2) solid currentcolor;
}
.client-theme .caption-top {
  caption-side: top;
}
.client-theme .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.client-theme .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.client-theme .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.client-theme .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.client-theme .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.client-theme .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.client-theme .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #fadbd3;
  --bs-table-border-color: #c8afa9;
  --bs-table-striped-bg: #eed0c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1c5be;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7cbc3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.client-theme .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #dedede;
  --bs-table-border-color: #b2b2b2;
  --bs-table-striped-bg: lightgray;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8c8c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cdcdcd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .client-theme .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .client-theme .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .client-theme .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .client-theme .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .client-theme .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.client-theme .form-label {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.client-theme .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5714285714;
}
.client-theme .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
}
.client-theme .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
}
.client-theme .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.client-theme .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: var(--bs-body-color);
  appearance: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .form-control {
    transition: none;
  }
}
.client-theme .form-control[type=file] {
  overflow: hidden;
}
.client-theme .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.client-theme .form-control:focus {
  color: var(--bs-body-color);
  background-color: #ffffff;
  border-color: #ccc;
  outline: 0;
  box-shadow: #66afe9;
}
.client-theme .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5714285714em;
  margin: 0;
}
.client-theme .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.client-theme .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.client-theme .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.client-theme .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: 1px;
  border-radius: 0;
  transition: none;
}
.client-theme .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.client-theme .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5714285714;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.client-theme .form-control-plaintext:focus {
  outline: 0;
}
.client-theme .form-control-plaintext.form-control-sm, .client-theme .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.client-theme .form-control-sm {
  min-height: calc(1.5714285714em + 0.5rem + calc(1px * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: var(--bs-border-radius-sm);
}
.client-theme .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.client-theme .form-control-lg {
  min-height: calc(1.5714285714em + 1rem + calc(1px * 2));
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
.client-theme .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.client-theme textarea.form-control {
  min-height: calc(1.5714285714em + 0.75rem + calc(1px * 2));
}
.client-theme textarea.form-control-sm {
  min-height: calc(1.5714285714em + 0.5rem + calc(1px * 2));
}
.client-theme textarea.form-control-lg {
  min-height: calc(1.5714285714em + 1rem + calc(1px * 2));
}
.client-theme .form-control-color {
  width: 3rem;
  height: calc(1.5714285714em + 0.75rem + calc(1px * 2));
  padding: 0.375rem;
}
.client-theme .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.client-theme .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.client-theme .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.client-theme .form-control-color.form-control-sm {
  height: calc(1.5714285714em + 0.5rem + calc(1px * 2));
}
.client-theme .form-control-color.form-control-lg {
  height: calc(1.5714285714em + 1rem + calc(1px * 2));
}
.client-theme .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: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: rgb(85, 85, 85);
  appearance: none;
  background-color: #ffffff;
  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: 1px solid #ccc;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .form-select {
    transition: none;
  }
}
.client-theme .form-select:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(230, 73, 37, 0.25);
}
.client-theme .form-select[multiple], .client-theme .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.client-theme .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.client-theme .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgb(85, 85, 85);
}
.client-theme .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
  border-radius: var(--bs-border-radius-sm);
}
.client-theme .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
.client-theme [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");
}
.client-theme .form-check {
  display: block;
  min-height: 1.375rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.client-theme .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.client-theme .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.client-theme .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.client-theme .form-check-input {
  --bs-form-check-bg: #ffffff;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2857142857em;
  vertical-align: top;
  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: 1px solid #ccc;
  print-color-adjust: exact;
}
.client-theme .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.client-theme .form-check-input[type=radio] {
  border-radius: 50%;
}
.client-theme .form-check-input:active {
  filter: brightness(90%);
}
.client-theme .form-check-input:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(230, 73, 37, 0.25);
}
.client-theme .form-check-input:checked {
  background-color: #e64925;
  border-color: #e64925;
}
.client-theme .form-check-input:checked[type=checkbox] {
  --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");
}
.client-theme .form-check-input:checked[type=radio] {
  --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");
}
.client-theme .form-check-input[type=checkbox]:indeterminate {
  background-color: #e64925;
  border-color: #e64925;
  --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");
}
.client-theme .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.client-theme .form-check-input[disabled] ~ .form-check-label, .client-theme .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.client-theme .form-switch {
  padding-left: 2.5em;
}
.client-theme .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) {
  .client-theme .form-switch .form-check-input {
    transition: none;
  }
}
.client-theme .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='%23ccc'/%3e%3c/svg%3e");
}
.client-theme .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");
}
.client-theme .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.client-theme .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.client-theme .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.client-theme .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.client-theme .btn-check[disabled] + .btn, .client-theme .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.client-theme [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");
}
.client-theme .form-range {
  width: 100%;
  height: calc(1rem + 2px);
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.client-theme .form-range:focus {
  outline: 0;
}
.client-theme .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, #66afe9;
}
.client-theme .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, #66afe9;
}
.client-theme .form-range::-moz-focus-outer {
  border: 0;
}
.client-theme .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #e64925;
  border: 0;
  border-radius: 1rem;
  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) {
  .client-theme .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.client-theme .form-range::-webkit-slider-thumb:active {
  background-color: #f8c8be;
}
.client-theme .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;
}
.client-theme .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #e64925;
  border: 0;
  border-radius: 1rem;
  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) {
  .client-theme .form-range::-moz-range-thumb {
    transition: none;
  }
}
.client-theme .form-range::-moz-range-thumb:active {
  background-color: #f8c8be;
}
.client-theme .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;
}
.client-theme .form-range:disabled {
  pointer-events: none;
}
.client-theme .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.client-theme .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.client-theme .form-floating {
  position: relative;
}
.client-theme .form-floating > .form-control,
.client-theme .form-floating > .form-control-plaintext,
.client-theme .form-floating > .form-select {
  height: calc(3.5rem + calc(1px * 2));
  min-height: calc(3.5rem + calc(1px * 2));
  line-height: 1.25;
}
.client-theme .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: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .form-floating > label {
    transition: none;
  }
}
.client-theme .form-floating > .form-control,
.client-theme .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.client-theme .form-floating > .form-control::placeholder,
.client-theme .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.client-theme .form-floating > .form-control:focus, .client-theme .form-floating > .form-control:not(:placeholder-shown),
.client-theme .form-floating > .form-control-plaintext:focus,
.client-theme .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.client-theme .form-floating > .form-control:-webkit-autofill,
.client-theme .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.client-theme .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.client-theme .form-floating > .form-control:focus ~ label,
.client-theme .form-floating > .form-control:not(:placeholder-shown) ~ label,
.client-theme .form-floating > .form-control-plaintext ~ label,
.client-theme .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.client-theme .form-floating > .form-control:focus ~ label::after,
.client-theme .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.client-theme .form-floating > .form-control-plaintext ~ label::after,
.client-theme .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #ffffff;
  border-radius: 0;
}
.client-theme .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);
}
.client-theme .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.client-theme .form-floating > :disabled ~ label,
.client-theme .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.client-theme .form-floating > :disabled ~ label::after,
.client-theme .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.client-theme .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.client-theme .input-group > .form-control,
.client-theme .input-group > .form-select,
.client-theme .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.client-theme .input-group > .form-control:focus,
.client-theme .input-group > .form-select:focus,
.client-theme .input-group > .form-floating:focus-within {
  z-index: 5;
}
.client-theme .input-group .btn {
  position: relative;
  z-index: 2;
}
.client-theme .input-group .btn:focus {
  z-index: 5;
}
.client-theme .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid #ccc;
  border-radius: 0;
}
.client-theme .input-group-lg > .form-control,
.client-theme .input-group-lg > .form-select,
.client-theme .input-group-lg > .input-group-text,
.client-theme .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
.client-theme .input-group-sm > .form-control,
.client-theme .input-group-sm > .form-select,
.client-theme .input-group-sm > .input-group-text,
.client-theme .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: var(--bs-border-radius-sm);
}
.client-theme .input-group-lg > .form-select,
.client-theme .input-group-sm > .form-select {
  padding-right: 3rem;
}
.client-theme .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.client-theme .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.client-theme .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.client-theme .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.client-theme .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.client-theme .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.client-theme .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.client-theme .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.client-theme .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme .input-group > .form-floating:not(:first-child) > .form-control,
.client-theme .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.client-theme .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated .client-theme:valid ~ .valid-feedback,
.was-validated .client-theme:valid ~ .valid-tooltip, .client-theme.is-valid ~ .valid-feedback,
.client-theme.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .client-theme .form-control:valid, .client-theme .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5714285714em + 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.3928571429em + 0.1875rem) center;
  background-size: calc(0.7857142857em + 0.375rem) calc(0.7857142857em + 0.375rem);
}
.was-validated .client-theme .form-control:valid:focus, .client-theme .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 1px rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .client-theme textarea.form-control:valid, .client-theme textarea.form-control.is-valid {
  padding-right: calc(1.5714285714em + 0.75rem);
  background-position: top calc(0.3928571429em + 0.1875rem) right calc(0.3928571429em + 0.1875rem);
}
.was-validated .client-theme .form-select:valid, .client-theme .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .client-theme .form-select:valid:not([multiple]):not([size]), .was-validated .client-theme .form-select:valid:not([multiple])[size="1"], .client-theme .form-select.is-valid:not([multiple]):not([size]), .client-theme .form-select.is-valid:not([multiple])[size="1"] {
  --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.7857142857em + 0.375rem) calc(0.7857142857em + 0.375rem);
}
.was-validated .client-theme .form-select:valid:focus, .client-theme .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 1px rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .client-theme .form-control-color:valid, .client-theme .form-control-color.is-valid {
  width: calc(3rem + calc(1.5714285714em + 0.75rem));
}
.was-validated .client-theme .form-check-input:valid, .client-theme .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .client-theme .form-check-input:valid:checked, .client-theme .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .client-theme .form-check-input:valid:focus, .client-theme .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 1px rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .client-theme .form-check-input:valid ~ .form-check-label, .client-theme .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.client-theme .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .client-theme .input-group > .form-control:not(:focus):valid, .client-theme .input-group > .form-control:not(:focus).is-valid,
.was-validated .client-theme .input-group > .form-select:not(:focus):valid,
.client-theme .input-group > .form-select:not(:focus).is-valid,
.was-validated .client-theme .input-group > .form-floating:not(:focus-within):valid,
.client-theme .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.client-theme .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.client-theme .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated .client-theme:invalid ~ .invalid-feedback,
.was-validated .client-theme:invalid ~ .invalid-tooltip, .client-theme.is-invalid ~ .invalid-feedback,
.client-theme.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .client-theme .form-control:invalid, .client-theme .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5714285714em + 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.3928571429em + 0.1875rem) center;
  background-size: calc(0.7857142857em + 0.375rem) calc(0.7857142857em + 0.375rem);
}
.was-validated .client-theme .form-control:invalid:focus, .client-theme .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 1px rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .client-theme textarea.form-control:invalid, .client-theme textarea.form-control.is-invalid {
  padding-right: calc(1.5714285714em + 0.75rem);
  background-position: top calc(0.3928571429em + 0.1875rem) right calc(0.3928571429em + 0.1875rem);
}
.was-validated .client-theme .form-select:invalid, .client-theme .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .client-theme .form-select:invalid:not([multiple]):not([size]), .was-validated .client-theme .form-select:invalid:not([multiple])[size="1"], .client-theme .form-select.is-invalid:not([multiple]):not([size]), .client-theme .form-select.is-invalid:not([multiple])[size="1"] {
  --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.7857142857em + 0.375rem) calc(0.7857142857em + 0.375rem);
}
.was-validated .client-theme .form-select:invalid:focus, .client-theme .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 1px rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .client-theme .form-control-color:invalid, .client-theme .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5714285714em + 0.75rem));
}
.was-validated .client-theme .form-check-input:invalid, .client-theme .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .client-theme .form-check-input:invalid:checked, .client-theme .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .client-theme .form-check-input:invalid:focus, .client-theme .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 1px rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .client-theme .form-check-input:invalid ~ .form-check-label, .client-theme .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.client-theme .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .client-theme .input-group > .form-control:not(:focus):invalid, .client-theme .input-group > .form-control:not(:focus).is-invalid,
.was-validated .client-theme .input-group > .form-select:not(:focus):invalid,
.client-theme .input-group > .form-select:not(:focus).is-invalid,
.was-validated .client-theme .input-group > .form-floating:not(:focus-within):invalid,
.client-theme .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.client-theme .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5714285714;
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --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;
  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: none;
}
.client-theme .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .client-theme .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.client-theme .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);
}
.btn-check:focus-visible + .client-theme .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .client-theme .btn, :not(.btn-check) + .client-theme .btn:active, .client-theme .btn:first-child:active, .client-theme .btn.active, .client-theme .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .client-theme .btn:focus-visible, :not(.btn-check) + .client-theme .btn:active:focus-visible, .client-theme .btn:first-child:active:focus-visible, .client-theme .btn.active:focus-visible, .client-theme .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.client-theme .btn:disabled, .client-theme .btn.disabled, fieldset:disabled .client-theme .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);
}
.client-theme .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #e64925;
  --bs-btn-border-color: #e64925;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ea6446;
  --bs-btn-hover-border-color: #e95b3b;
  --bs-btn-focus-shadow-rgb: 196, 62, 31;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eb6d51;
  --bs-btn-active-border-color: #e95b3b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e64925;
  --bs-btn-disabled-border-color: #e64925;
}
.client-theme .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5c5c5c;
  --bs-btn-border-color: #5c5c5c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4e4e4e;
  --bs-btn-hover-border-color: #4a4a4a;
  --bs-btn-focus-shadow-rgb: 116, 116, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a4a4a;
  --bs-btn-active-border-color: #454545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5c5c5c;
  --bs-btn-disabled-border-color: #5c5c5c;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .btn-outline-primary {
  --bs-btn-color: #e64925;
  --bs-btn-border-color: #e64925;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e64925;
  --bs-btn-hover-border-color: #e64925;
  --bs-btn-focus-shadow-rgb: 230, 73, 37;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e64925;
  --bs-btn-active-border-color: #e64925;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e64925;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e64925;
  --bs-gradient: none;
}
.client-theme .btn-outline-secondary {
  --bs-btn-color: #5c5c5c;
  --bs-btn-border-color: #5c5c5c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c5c5c;
  --bs-btn-hover-border-color: #5c5c5c;
  --bs-btn-focus-shadow-rgb: 92, 92, 92;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5c5c5c;
  --bs-btn-active-border-color: #5c5c5c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5c5c5c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5c5c5c;
  --bs-gradient: none;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .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: 67, 167, 177;
  text-decoration: underline;
}
.client-theme .btn-link:hover, .client-theme .btn-link:focus-visible {
  text-decoration: none;
}
.client-theme .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.client-theme .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.client-theme .btn-lg, .client-theme .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.09375rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.client-theme .btn-sm, .client-theme .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.765625rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.client-theme .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .fade {
    transition: none;
  }
}
.client-theme .fade:not(.show) {
  opacity: 0;
}
.client-theme .collapse:not(.show) {
  display: none;
}
.client-theme .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .collapsing {
    transition: none;
  }
}
.client-theme .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .collapsing.collapse-horizontal {
    transition: none;
  }
}
.client-theme .dropup,
.client-theme .dropend,
.client-theme .dropdown,
.client-theme .dropstart,
.client-theme .dropup-center,
.client-theme .dropdown-center {
  position: relative;
}
.client-theme .dropdown-toggle {
  white-space: nowrap;
}
.client-theme .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;
}
.client-theme .dropdown-toggle:empty::after {
  margin-left: 0;
}
.client-theme .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: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - 1px);
  --bs-dropdown-divider-bg: rgba(0, 0, 0, 0.15);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  --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: #e64925;
  --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);
}
.client-theme .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.client-theme .dropdown-menu-start {
  --bs-position: start;
}
.client-theme .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.client-theme .dropdown-menu-end {
  --bs-position: end;
}
.client-theme .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .client-theme .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .client-theme .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .client-theme .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .client-theme .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .client-theme .dropdown-menu-md-start {
    --bs-position: start;
  }
  .client-theme .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .client-theme .dropdown-menu-md-end {
    --bs-position: end;
  }
  .client-theme .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .client-theme .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .client-theme .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .client-theme .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .client-theme .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .client-theme .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .client-theme .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .client-theme .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .client-theme .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .client-theme .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .client-theme .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .client-theme .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .client-theme .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.client-theme .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.client-theme .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;
}
.client-theme .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.client-theme .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.client-theme .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;
}
.client-theme .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.client-theme .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.client-theme .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.client-theme .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.client-theme .dropstart .dropdown-toggle::after {
  display: none;
}
.client-theme .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;
}
.client-theme .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.client-theme .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.client-theme .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;
}
.client-theme .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);
}
.client-theme .dropdown-item:hover, .client-theme .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.client-theme .dropdown-item.active, .client-theme .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.client-theme .dropdown-item.disabled, .client-theme .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.client-theme .dropdown-menu.show {
  display: block;
}
.client-theme .dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.client-theme .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.client-theme .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #e64925;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.client-theme .btn-group,
.client-theme .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.client-theme .btn-group > .btn,
.client-theme .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.client-theme .btn-group > .btn-check:checked + .btn,
.client-theme .btn-group > .btn-check:focus + .btn,
.client-theme .btn-group > .btn:hover,
.client-theme .btn-group > .btn:focus,
.client-theme .btn-group > .btn:active,
.client-theme .btn-group > .btn.active,
.client-theme .btn-group-vertical > .btn-check:checked + .btn,
.client-theme .btn-group-vertical > .btn-check:focus + .btn,
.client-theme .btn-group-vertical > .btn:hover,
.client-theme .btn-group-vertical > .btn:focus,
.client-theme .btn-group-vertical > .btn:active,
.client-theme .btn-group-vertical > .btn.active {
  z-index: 1;
}
.client-theme .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.client-theme .btn-toolbar .input-group {
  width: auto;
}
.client-theme .btn-group {
  border-radius: var(--bs-border-radius);
}
.client-theme .btn-group > :not(.btn-check:first-child) + .btn,
.client-theme .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(1px * -1);
}
.client-theme .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.client-theme .btn-group > .btn.dropdown-toggle-split:first-child,
.client-theme .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.client-theme .btn-group > .btn:nth-child(n+3),
.client-theme .btn-group > :not(.btn-check) + .btn,
.client-theme .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.client-theme .dropdown-toggle-split::after, .dropup .client-theme .dropdown-toggle-split::after, .dropend .client-theme .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .client-theme .dropdown-toggle-split::before {
  margin-right: 0;
}
.client-theme .btn-sm + .dropdown-toggle-split, .client-theme .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.client-theme .btn-lg + .dropdown-toggle-split, .client-theme .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.client-theme .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.client-theme .btn-group-vertical > .btn,
.client-theme .btn-group-vertical > .btn-group {
  width: 100%;
}
.client-theme .btn-group-vertical > .btn:not(:first-child),
.client-theme .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(1px * -1);
}
.client-theme .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.client-theme .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme .btn-group-vertical > .btn ~ .btn,
.client-theme .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.client-theme .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #000;
  --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;
}
.client-theme .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) {
  .client-theme .nav-link {
    transition: none;
  }
}
.client-theme .nav-link:hover, .client-theme .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.client-theme .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(230, 73, 37, 0.25);
}
.client-theme .nav-link.disabled, .client-theme .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.client-theme .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #ddd;
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: white;
  --bs-nav-tabs-link-active-border-color: #ddd #ddd white;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.client-theme .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);
}
.client-theme .nav-tabs .nav-link:hover, .client-theme .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.client-theme .nav-tabs .nav-link.active,
.client-theme .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);
}
.client-theme .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.client-theme .nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #e64925;
}
.client-theme .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.client-theme .nav-pills .nav-link.active,
.client-theme .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.client-theme .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);
}
.client-theme .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.client-theme .nav-underline .nav-link:hover, .client-theme .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.client-theme .nav-underline .nav-link.active,
.client-theme .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.client-theme .nav-fill > .nav-link,
.client-theme .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.client-theme .nav-justified > .nav-link,
.client-theme .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.client-theme .nav-fill .nav-item .nav-link,
.client-theme .nav-justified .nav-item .nav-link {
  width: 100%;
}
.client-theme .tab-content > .tab-pane {
  display: none;
}
.client-theme .tab-content > .active {
  display: block;
}
.client-theme .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: #979797;
  --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.328125rem;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-font-size: 1.09375rem;
  --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;
  --bs-navbar-toggler-padding-y: 4px;
  --bs-navbar-toggler-padding-x: 5px;
  --bs-navbar-toggler-font-size: 1.09375rem;
  --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='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: #ffffff;
  --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);
}
.client-theme .navbar > .container,
.client-theme .navbar > .container-fluid,
.client-theme .navbar > .container-sm,
.client-theme .navbar > .container-md,
.client-theme .navbar > .container-lg,
.client-theme .navbar > .container-xl,
.client-theme .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.client-theme .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;
}
.client-theme .navbar-brand:hover, .client-theme .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.client-theme .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;
}
.client-theme .navbar-nav .nav-link.active, .client-theme .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.client-theme .navbar-nav .dropdown-menu {
  position: static;
}
.client-theme .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.client-theme .navbar-text a,
.client-theme .navbar-text a:hover,
.client-theme .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.client-theme .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.client-theme .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) {
  .client-theme .navbar-toggler {
    transition: none;
  }
}
.client-theme .navbar-toggler:hover {
  text-decoration: none;
}
.client-theme .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.client-theme .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%;
}
.client-theme .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .client-theme .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .client-theme .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .client-theme .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .client-theme .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);
  }
  .client-theme .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .client-theme .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .client-theme .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .client-theme .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;
  }
  .client-theme .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .client-theme .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .client-theme .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .client-theme .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .client-theme .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .client-theme .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);
  }
  .client-theme .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .client-theme .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .client-theme .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .client-theme .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;
  }
  .client-theme .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .client-theme .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .client-theme .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .client-theme .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .client-theme .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .client-theme .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);
  }
  .client-theme .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .client-theme .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .client-theme .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .client-theme .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;
  }
  .client-theme .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .client-theme .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .client-theme .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .client-theme .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .client-theme .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .client-theme .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);
  }
  .client-theme .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .client-theme .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .client-theme .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .client-theme .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;
  }
  .client-theme .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .client-theme .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .client-theme .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .client-theme .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .client-theme .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .client-theme .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);
  }
  .client-theme .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .client-theme .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .client-theme .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .client-theme .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;
  }
  .client-theme .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .client-theme .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.client-theme .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.client-theme .navbar-expand .navbar-nav {
  flex-direction: row;
}
.client-theme .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.client-theme .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.client-theme .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.client-theme .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.client-theme .navbar-expand .navbar-toggler {
  display: none;
}
.client-theme .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;
}
.client-theme .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.client-theme .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.client-theme .navbar-dark,
.client-theme .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");
}
.client-theme [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");
}
.client-theme .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 1px;
  --bs-card-border-color: #4fc4d0;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #4fc4d0;
  --bs-card-cap-color: #ffffff;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #ffffff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.9375rem;
  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);
}
.client-theme .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.client-theme .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .card > .card-header + .list-group,
.client-theme .card > .list-group + .card-footer {
  border-top: 0;
}
.client-theme .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.client-theme .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.client-theme .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.client-theme .card-text:last-child {
  margin-bottom: 0;
}
.client-theme .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.client-theme .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);
}
.client-theme .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.client-theme .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);
}
.client-theme .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.client-theme .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.client-theme .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.client-theme .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.client-theme .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);
}
.client-theme .card-img,
.client-theme .card-img-top,
.client-theme .card-img-bottom {
  width: 100%;
}
.client-theme .card-img,
.client-theme .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.client-theme .card-img,
.client-theme .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.client-theme .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .client-theme .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .client-theme .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .client-theme .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .client-theme .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .client-theme .card-group > .card:not(:last-child) .card-img-top,
  .client-theme .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .client-theme .card-group > .card:not(:last-child) .card-img-bottom,
  .client-theme .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .client-theme .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .client-theme .card-group > .card:not(:first-child) .card-img-top,
  .client-theme .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .client-theme .card-group > .card:not(:first-child) .card-img-bottom,
  .client-theme .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.client-theme .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: none, 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: #ffffff;
  --bs-accordion-btn-bg: #4fc4d0;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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-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='%23ffffff'%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-focus-border-color: #ccc;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(230, 73, 37, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-active-bg: #4fc4d0;
}
.client-theme .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: 0.875rem;
  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) {
  .client-theme .accordion-button {
    transition: none;
  }
}
.client-theme .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);
}
.client-theme .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.client-theme .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) {
  .client-theme .accordion-button::after {
    transition: none;
  }
}
.client-theme .accordion-button:hover {
  z-index: 2;
}
.client-theme .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.client-theme .accordion-header {
  margin-bottom: 0;
}
.client-theme .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);
}
.client-theme .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.client-theme .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.client-theme .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.client-theme .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.client-theme .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.client-theme .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);
}
.client-theme .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.client-theme .accordion-flush .accordion-collapse {
  border-width: 0;
}
.client-theme .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.client-theme .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.client-theme .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.client-theme .accordion-flush .accordion-item .accordion-button, .client-theme .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.client-theme [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='%23f0927c'%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='%23f0927c'%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");
}
.client-theme .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);
}
.client-theme .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.client-theme .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, "/") */;
}
.client-theme .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.client-theme .pagination {
  --bs-pagination-padding-x: 12px;
  --bs-pagination-padding-y: 6px;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --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: #dee2e6;
  --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(230, 73, 37, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #337ab7;
  --bs-pagination-active-border-color: #dee2e6;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.client-theme .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) {
  .client-theme .page-link {
    transition: none;
  }
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .page-link.active, .active > .client-theme .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);
}
.client-theme .page-link.disabled, .disabled > .client-theme .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);
}
.client-theme .page-item:not(:first-child) .page-link {
  margin-left: calc(1px * -1);
}
.client-theme .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.client-theme .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.client-theme .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.09375rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.client-theme .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.765625rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.client-theme .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);
}
.client-theme .badge:empty {
  display: none;
}
.client-theme .btn .badge {
  position: relative;
  top: -1px;
}
.client-theme .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);
}
.client-theme .alert-heading {
  color: inherit;
}
.client-theme .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.client-theme .alert-dismissible {
  padding-right: 3rem;
}
.client-theme .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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;
  }
}
.client-theme .progress,
.client-theme .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --bs-progress-bg: #f5f5f5;
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #337ab7;
  --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);
}
.client-theme .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) {
  .client-theme .progress-bar {
    transition: none;
  }
}
.client-theme .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);
}
.client-theme .progress-stacked > .progress {
  overflow: visible;
}
.client-theme .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.client-theme .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .progress-bar-animated {
    animation: none;
  }
}
.client-theme .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: #e64925;
  --bs-list-group-active-border-color: #e64925;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.client-theme .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.client-theme .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.client-theme .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.client-theme .list-group-item-action:hover, .client-theme .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);
}
.client-theme .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.client-theme .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);
}
.client-theme .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.client-theme .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.client-theme .list-group-item.disabled, .client-theme .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.client-theme .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);
}
.client-theme .list-group-item + .list-group-item {
  border-top-width: 0;
}
.client-theme .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);
}
.client-theme .list-group-horizontal {
  flex-direction: row;
}
.client-theme .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;
}
.client-theme .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;
}
.client-theme .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.client-theme .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.client-theme .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) {
  .client-theme .list-group-horizontal-sm {
    flex-direction: row;
  }
  .client-theme .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;
  }
  .client-theme .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;
  }
  .client-theme .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .client-theme .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .client-theme .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) {
  .client-theme .list-group-horizontal-md {
    flex-direction: row;
  }
  .client-theme .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;
  }
  .client-theme .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;
  }
  .client-theme .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .client-theme .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .client-theme .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) {
  .client-theme .list-group-horizontal-lg {
    flex-direction: row;
  }
  .client-theme .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;
  }
  .client-theme .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;
  }
  .client-theme .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .client-theme .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .client-theme .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) {
  .client-theme .list-group-horizontal-xl {
    flex-direction: row;
  }
  .client-theme .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;
  }
  .client-theme .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;
  }
  .client-theme .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .client-theme .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .client-theme .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) {
  .client-theme .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .client-theme .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;
  }
  .client-theme .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;
  }
  .client-theme .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .client-theme .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .client-theme .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);
  }
}
.client-theme .list-group-flush {
  border-radius: 0;
}
.client-theme .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.client-theme .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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);
}
.client-theme .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(230, 73, 37, 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);
}
.client-theme .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.client-theme .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.client-theme .btn-close:disabled, .client-theme .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.client-theme .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
.client-theme [data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.client-theme .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.875rem;
  --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);
}
.client-theme .toast.showing {
  opacity: 0;
}
.client-theme .toast:not(.show) {
  display: none;
}
.client-theme .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.client-theme .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.client-theme .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));
}
.client-theme .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.client-theme .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.client-theme .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --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: #e5e5e5;
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5714285714;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: #e5e5e5;
  --bs-modal-footer-border-width: 1px;
  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;
}
.client-theme .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .client-theme .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .client-theme .modal-dialog {
    transition: none;
  }
}
.modal.show .client-theme .modal-dialog {
  transform: none;
}
.modal.modal-static .client-theme .modal-dialog {
  transform: scale(1.02);
}
.client-theme .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.client-theme .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.client-theme .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.client-theme .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.client-theme .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;
}
.client-theme .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);
}
.client-theme .modal-backdrop.fade {
  opacity: 0;
}
.client-theme .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.client-theme .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  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);
}
.client-theme .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.client-theme .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.client-theme .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.client-theme .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) * 0.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);
}
.client-theme .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .client-theme .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .client-theme .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .client-theme .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .client-theme .modal-lg,
  .client-theme .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .client-theme .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.client-theme .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.client-theme .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.client-theme .modal-fullscreen .modal-header,
.client-theme .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.client-theme .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .client-theme .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .client-theme .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-sm-down .modal-header,
  .client-theme .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .client-theme .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .client-theme .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-md-down .modal-header,
  .client-theme .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .client-theme .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .client-theme .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-lg-down .modal-header,
  .client-theme .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .client-theme .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .client-theme .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-xl-down .modal-header,
  .client-theme .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .client-theme .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .client-theme .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-xxl-down .modal-header,
  .client-theme .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .client-theme .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.client-theme .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.765625rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --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: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5714285714;
  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;
}
.client-theme .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.client-theme .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.client-theme .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.client-theme .bs-tooltip-top .tooltip-arrow, .client-theme .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.client-theme .bs-tooltip-top .tooltip-arrow::before, .client-theme .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) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.client-theme .bs-tooltip-end .tooltip-arrow, .client-theme .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);
}
.client-theme .bs-tooltip-end .tooltip-arrow::before, .client-theme .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.client-theme .bs-tooltip-bottom .tooltip-arrow, .client-theme .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.client-theme .bs-tooltip-bottom .tooltip-arrow::before, .client-theme .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.client-theme .bs-tooltip-start .tooltip-arrow, .client-theme .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);
}
.client-theme .bs-tooltip-start .tooltip-arrow::before, .client-theme .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.client-theme .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);
}
.client-theme .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.765625rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: #ccc;
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - 1px);
  --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: 0.875rem;
  --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: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5714285714;
  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);
}
.client-theme .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.client-theme .popover .popover-arrow::before, .client-theme .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.client-theme .bs-popover-top > .popover-arrow, .client-theme .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.client-theme .bs-popover-top > .popover-arrow::before, .client-theme .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .client-theme .bs-popover-top > .popover-arrow::after, .client-theme .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.client-theme .bs-popover-top > .popover-arrow::before, .client-theme .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.client-theme .bs-popover-top > .popover-arrow::after, .client-theme .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.client-theme .bs-popover-end > .popover-arrow, .client-theme .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);
}
.client-theme .bs-popover-end > .popover-arrow::before, .client-theme .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .client-theme .bs-popover-end > .popover-arrow::after, .client-theme .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.client-theme .bs-popover-end > .popover-arrow::before, .client-theme .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.client-theme .bs-popover-end > .popover-arrow::after, .client-theme .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.client-theme .bs-popover-bottom > .popover-arrow, .client-theme .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.client-theme .bs-popover-bottom > .popover-arrow::before, .client-theme .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .client-theme .bs-popover-bottom > .popover-arrow::after, .client-theme .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.client-theme .bs-popover-bottom > .popover-arrow::before, .client-theme .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.client-theme .bs-popover-bottom > .popover-arrow::after, .client-theme .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.client-theme .bs-popover-bottom .popover-header::before, .client-theme .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(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.client-theme .bs-popover-start > .popover-arrow, .client-theme .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);
}
.client-theme .bs-popover-start > .popover-arrow::before, .client-theme .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .client-theme .bs-popover-start > .popover-arrow::after, .client-theme .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.client-theme .bs-popover-start > .popover-arrow::before, .client-theme .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.client-theme .bs-popover-start > .popover-arrow::after, .client-theme .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.client-theme .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);
}
.client-theme .popover-header:empty {
  display: none;
}
.client-theme .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.client-theme .carousel {
  position: relative;
}
.client-theme .carousel.pointer-event {
  touch-action: pan-y;
}
.client-theme .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.client-theme .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.client-theme .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) {
  .client-theme .carousel-item {
    transition: none;
  }
}
.client-theme .carousel-item.active,
.client-theme .carousel-item-next,
.client-theme .carousel-item-prev {
  display: block;
}
.client-theme .carousel-item-next:not(.carousel-item-start),
.client-theme .active.carousel-item-end {
  transform: translateX(100%);
}
.client-theme .carousel-item-prev:not(.carousel-item-end),
.client-theme .active.carousel-item-start {
  transform: translateX(-100%);
}
.client-theme .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.client-theme .carousel-fade .carousel-item.active,
.client-theme .carousel-fade .carousel-item-next.carousel-item-start,
.client-theme .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.client-theme .carousel-fade .active.carousel-item-start,
.client-theme .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .carousel-fade .active.carousel-item-start,
  .client-theme .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.client-theme .carousel-control-prev,
.client-theme .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) {
  .client-theme .carousel-control-prev,
  .client-theme .carousel-control-next {
    transition: none;
  }
}
.client-theme .carousel-control-prev:hover, .client-theme .carousel-control-prev:focus,
.client-theme .carousel-control-next:hover,
.client-theme .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.client-theme .carousel-control-prev {
  left: 0;
}
.client-theme .carousel-control-next {
  right: 0;
}
.client-theme .carousel-control-prev-icon,
.client-theme .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.client-theme .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");
}
.client-theme .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");
}
.client-theme .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%;
}
.client-theme .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: #000;
  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) {
  .client-theme .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.client-theme .carousel-indicators .active {
  opacity: 1;
}
.client-theme .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.client-theme .carousel-dark .carousel-control-prev-icon,
.client-theme .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.client-theme .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.client-theme .carousel-dark .carousel-caption {
  color: #000;
}
.client-theme [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
.client-theme [data-bs-theme=dark] .carousel .carousel-control-next-icon, .client-theme [data-bs-theme=dark].carousel .carousel-control-prev-icon,
.client-theme [data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.client-theme [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], .client-theme [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.client-theme [data-bs-theme=dark] .carousel .carousel-caption, .client-theme [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.client-theme .spinner-grow,
.client-theme .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 */;
  }
}
.client-theme .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;
}
.client-theme .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;
  }
}
.client-theme .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;
}
.client-theme .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .spinner-border,
  .client-theme .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.client-theme .offcanvas, .client-theme .offcanvas-xxl, .client-theme .offcanvas-xl, .client-theme .offcanvas-lg, .client-theme .offcanvas-md, .client-theme .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.5714285714;
}
@media (max-width: 575.98px) {
  .client-theme .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) {
  .client-theme .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .offcanvas-sm.showing, .client-theme .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .client-theme .offcanvas-sm.showing, .client-theme .offcanvas-sm.hiding, .client-theme .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .client-theme .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .client-theme .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .client-theme .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .client-theme .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) {
  .client-theme .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .offcanvas-md.showing, .client-theme .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .client-theme .offcanvas-md.showing, .client-theme .offcanvas-md.hiding, .client-theme .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .client-theme .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .client-theme .offcanvas-md .offcanvas-header {
    display: none;
  }
  .client-theme .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .client-theme .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) {
  .client-theme .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .offcanvas-lg.showing, .client-theme .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .client-theme .offcanvas-lg.showing, .client-theme .offcanvas-lg.hiding, .client-theme .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .client-theme .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .client-theme .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .client-theme .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .client-theme .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) {
  .client-theme .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .offcanvas-xl.showing, .client-theme .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .client-theme .offcanvas-xl.showing, .client-theme .offcanvas-xl.hiding, .client-theme .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .client-theme .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .client-theme .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .client-theme .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .client-theme .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) {
  .client-theme .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .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%);
  }
  .client-theme .offcanvas-xxl.showing, .client-theme .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .client-theme .offcanvas-xxl.showing, .client-theme .offcanvas-xxl.hiding, .client-theme .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .client-theme .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .client-theme .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .client-theme .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.client-theme .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) {
  .client-theme .offcanvas {
    transition: none;
  }
}
.client-theme .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%);
}
.client-theme .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%);
}
.client-theme .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%);
}
.client-theme .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%);
}
.client-theme .offcanvas.showing, .client-theme .offcanvas.show:not(.hiding) {
  transform: none;
}
.client-theme .offcanvas.showing, .client-theme .offcanvas.hiding, .client-theme .offcanvas.show {
  visibility: visible;
}
.client-theme .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.client-theme .offcanvas-backdrop.fade {
  opacity: 0;
}
.client-theme .offcanvas-backdrop.show {
  opacity: 0.5;
}
.client-theme .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.client-theme .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.client-theme .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.client-theme .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.client-theme .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.client-theme .placeholder.btn::before {
  display: inline-block;
  content: "";
}
.client-theme .placeholder-xs {
  min-height: 0.6em;
}
.client-theme .placeholder-sm {
  min-height: 0.8em;
}
.client-theme .placeholder-lg {
  min-height: 1.2em;
}
.client-theme .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.client-theme .placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.client-theme .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.client-theme .text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.client-theme .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.client-theme .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.client-theme .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.client-theme .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.client-theme .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.client-theme .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.client-theme .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.client-theme .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;
}
.client-theme .link-primary:hover, .client-theme .link-primary:focus {
  color: RGBA(235, 109, 81, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 109, 81, var(--bs-link-underline-opacity, 1)) !important;
}
.client-theme .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;
}
.client-theme .link-secondary:hover, .client-theme .link-secondary:focus {
  color: RGBA(74, 74, 74, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(74, 74, 74, var(--bs-link-underline-opacity, 1)) !important;
}
.client-theme .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;
}
.client-theme .link-success:hover, .client-theme .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;
}
.client-theme .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;
}
.client-theme .link-info:hover, .client-theme .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;
}
.client-theme .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;
}
.client-theme .link-warning:hover, .client-theme .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;
}
.client-theme .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;
}
.client-theme .link-danger:hover, .client-theme .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;
}
.client-theme .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;
}
.client-theme .link-light:hover, .client-theme .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;
}
.client-theme .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;
}
.client-theme .link-dark:hover, .client-theme .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;
}
.client-theme .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;
}
.client-theme .link-body-emphasis:hover, .client-theme .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;
}
.client-theme .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);
}
.client-theme .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;
}
.client-theme .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .client-theme .icon-link > .bi {
    transition: none;
  }
}
.client-theme .icon-link-hover:hover > .bi, .client-theme .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.client-theme .ratio {
  position: relative;
  width: 100%;
}
.client-theme .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.client-theme .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.client-theme .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.client-theme .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.client-theme .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.client-theme .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.client-theme .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.client-theme .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.client-theme .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.client-theme .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .client-theme .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .client-theme .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .client-theme .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .client-theme .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .client-theme .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .client-theme .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .client-theme .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .client-theme .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .client-theme .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .client-theme .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.client-theme .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.client-theme .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.client-theme .visually-hidden,
.client-theme .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;
}
.client-theme .visually-hidden:not(caption),
.client-theme .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.client-theme .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.client-theme .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.client-theme .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1;
}
.client-theme .align-baseline {
  vertical-align: baseline !important;
}
.client-theme .align-top {
  vertical-align: top !important;
}
.client-theme .align-middle {
  vertical-align: middle !important;
}
.client-theme .align-bottom {
  vertical-align: bottom !important;
}
.client-theme .align-text-bottom {
  vertical-align: text-bottom !important;
}
.client-theme .align-text-top {
  vertical-align: text-top !important;
}
.client-theme .float-start {
  float: left !important;
}
.client-theme .float-end {
  float: right !important;
}
.client-theme .float-none {
  float: none !important;
}
.client-theme .object-fit-contain {
  object-fit: contain !important;
}
.client-theme .object-fit-cover {
  object-fit: cover !important;
}
.client-theme .object-fit-fill {
  object-fit: fill !important;
}
.client-theme .object-fit-scale {
  object-fit: scale-down !important;
}
.client-theme .object-fit-none {
  object-fit: none !important;
}
.client-theme .opacity-0 {
  opacity: 0 !important;
}
.client-theme .opacity-25 {
  opacity: 0.25 !important;
}
.client-theme .opacity-50 {
  opacity: 0.5 !important;
}
.client-theme .opacity-75 {
  opacity: 0.75 !important;
}
.client-theme .opacity-100 {
  opacity: 1 !important;
}
.client-theme .overflow-auto {
  overflow: auto !important;
}
.client-theme .overflow-hidden {
  overflow: hidden !important;
}
.client-theme .overflow-visible {
  overflow: visible !important;
}
.client-theme .overflow-scroll {
  overflow: scroll !important;
}
.client-theme .overflow-x-auto {
  overflow-x: auto !important;
}
.client-theme .overflow-x-hidden {
  overflow-x: hidden !important;
}
.client-theme .overflow-x-visible {
  overflow-x: visible !important;
}
.client-theme .overflow-x-scroll {
  overflow-x: scroll !important;
}
.client-theme .overflow-y-auto {
  overflow-y: auto !important;
}
.client-theme .overflow-y-hidden {
  overflow-y: hidden !important;
}
.client-theme .overflow-y-visible {
  overflow-y: visible !important;
}
.client-theme .overflow-y-scroll {
  overflow-y: scroll !important;
}
.client-theme .d-inline {
  display: inline !important;
}
.client-theme .d-inline-block {
  display: inline-block !important;
}
.client-theme .d-block {
  display: block !important;
}
.client-theme .d-grid {
  display: grid !important;
}
.client-theme .d-inline-grid {
  display: inline-grid !important;
}
.client-theme .d-table {
  display: table !important;
}
.client-theme .d-table-row {
  display: table-row !important;
}
.client-theme .d-table-cell {
  display: table-cell !important;
}
.client-theme .d-flex {
  display: flex !important;
}
.client-theme .d-inline-flex {
  display: inline-flex !important;
}
.client-theme .d-none {
  display: none !important;
}
.client-theme .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.client-theme .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.client-theme .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.client-theme .shadow-none {
  box-shadow: none !important;
}
.client-theme .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.client-theme .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.client-theme .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.client-theme .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.client-theme .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.client-theme .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.client-theme .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.client-theme .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.client-theme .position-static {
  position: static !important;
}
.client-theme .position-relative {
  position: relative !important;
}
.client-theme .position-absolute {
  position: absolute !important;
}
.client-theme .position-fixed {
  position: fixed !important;
}
.client-theme .position-sticky {
  position: sticky !important;
}
.client-theme .top-0 {
  top: 0 !important;
}
.client-theme .top-50 {
  top: 50% !important;
}
.client-theme .top-100 {
  top: 100% !important;
}
.client-theme .bottom-0 {
  bottom: 0 !important;
}
.client-theme .bottom-50 {
  bottom: 50% !important;
}
.client-theme .bottom-100 {
  bottom: 100% !important;
}
.client-theme .start-0 {
  left: 0 !important;
}
.client-theme .start-50 {
  left: 50% !important;
}
.client-theme .start-100 {
  left: 100% !important;
}
.client-theme .end-0 {
  right: 0 !important;
}
.client-theme .end-50 {
  right: 50% !important;
}
.client-theme .end-100 {
  right: 100% !important;
}
.client-theme .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.client-theme .translate-middle-x {
  transform: translateX(-50%) !important;
}
.client-theme .translate-middle-y {
  transform: translateY(-50%) !important;
}
.client-theme .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.client-theme .border-0 {
  border: 0 !important;
}
.client-theme .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.client-theme .border-top-0 {
  border-top: 0 !important;
}
.client-theme .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.client-theme .border-end-0 {
  border-right: 0 !important;
}
.client-theme .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.client-theme .border-bottom-0 {
  border-bottom: 0 !important;
}
.client-theme .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.client-theme .border-start-0 {
  border-left: 0 !important;
}
.client-theme .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.client-theme .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.client-theme .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.client-theme .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.client-theme .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.client-theme .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.client-theme .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.client-theme .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.client-theme .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.client-theme .border-1 {
  border-width: 1px !important;
}
.client-theme .border-2 {
  border-width: 2px !important;
}
.client-theme .border-3 {
  border-width: 3px !important;
}
.client-theme .border-4 {
  border-width: 4px !important;
}
.client-theme .border-5 {
  border-width: 5px !important;
}
.client-theme .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.client-theme .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.client-theme .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.client-theme .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.client-theme .border-opacity-100 {
  --bs-border-opacity: 1;
}
.client-theme .w-25 {
  width: 25% !important;
}
.client-theme .w-50 {
  width: 50% !important;
}
.client-theme .w-75 {
  width: 75% !important;
}
.client-theme .w-100 {
  width: 100% !important;
}
.client-theme .w-auto {
  width: auto !important;
}
.client-theme .mw-100 {
  max-width: 100% !important;
}
.client-theme .vw-100 {
  width: 100vw !important;
}
.client-theme .min-vw-100 {
  min-width: 100vw !important;
}
.client-theme .h-25 {
  height: 25% !important;
}
.client-theme .h-50 {
  height: 50% !important;
}
.client-theme .h-75 {
  height: 75% !important;
}
.client-theme .h-100 {
  height: 100% !important;
}
.client-theme .h-auto {
  height: auto !important;
}
.client-theme .mh-100 {
  max-height: 100% !important;
}
.client-theme .vh-100 {
  height: 100vh !important;
}
.client-theme .min-vh-100 {
  min-height: 100vh !important;
}
.client-theme .flex-fill {
  flex: 1 1 auto !important;
}
.client-theme .flex-row {
  flex-direction: row !important;
}
.client-theme .flex-column {
  flex-direction: column !important;
}
.client-theme .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.client-theme .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.client-theme .flex-grow-0 {
  flex-grow: 0 !important;
}
.client-theme .flex-grow-1 {
  flex-grow: 1 !important;
}
.client-theme .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.client-theme .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.client-theme .flex-wrap {
  flex-wrap: wrap !important;
}
.client-theme .flex-nowrap {
  flex-wrap: nowrap !important;
}
.client-theme .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.client-theme .justify-content-start {
  justify-content: flex-start !important;
}
.client-theme .justify-content-end {
  justify-content: flex-end !important;
}
.client-theme .justify-content-center {
  justify-content: center !important;
}
.client-theme .justify-content-between {
  justify-content: space-between !important;
}
.client-theme .justify-content-around {
  justify-content: space-around !important;
}
.client-theme .justify-content-evenly {
  justify-content: space-evenly !important;
}
.client-theme .align-items-start {
  align-items: flex-start !important;
}
.client-theme .align-items-end {
  align-items: flex-end !important;
}
.client-theme .align-items-center {
  align-items: center !important;
}
.client-theme .align-items-baseline {
  align-items: baseline !important;
}
.client-theme .align-items-stretch {
  align-items: stretch !important;
}
.client-theme .align-content-start {
  align-content: flex-start !important;
}
.client-theme .align-content-end {
  align-content: flex-end !important;
}
.client-theme .align-content-center {
  align-content: center !important;
}
.client-theme .align-content-between {
  align-content: space-between !important;
}
.client-theme .align-content-around {
  align-content: space-around !important;
}
.client-theme .align-content-stretch {
  align-content: stretch !important;
}
.client-theme .align-self-auto {
  align-self: auto !important;
}
.client-theme .align-self-start {
  align-self: flex-start !important;
}
.client-theme .align-self-end {
  align-self: flex-end !important;
}
.client-theme .align-self-center {
  align-self: center !important;
}
.client-theme .align-self-baseline {
  align-self: baseline !important;
}
.client-theme .align-self-stretch {
  align-self: stretch !important;
}
.client-theme .order-first {
  order: -1 !important;
}
.client-theme .order-0 {
  order: 0 !important;
}
.client-theme .order-1 {
  order: 1 !important;
}
.client-theme .order-2 {
  order: 2 !important;
}
.client-theme .order-3 {
  order: 3 !important;
}
.client-theme .order-4 {
  order: 4 !important;
}
.client-theme .order-5 {
  order: 5 !important;
}
.client-theme .order-last {
  order: 6 !important;
}
.client-theme .m-0 {
  margin: 0 !important;
}
.client-theme .m-1 {
  margin: 0.25rem !important;
}
.client-theme .m-2 {
  margin: 0.5rem !important;
}
.client-theme .m-3 {
  margin: 1rem !important;
}
.client-theme .m-4 {
  margin: 1.5rem !important;
}
.client-theme .m-5 {
  margin: 3rem !important;
}
.client-theme .m-auto {
  margin: auto !important;
}
.client-theme .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.client-theme .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.client-theme .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.client-theme .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.client-theme .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.client-theme .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.client-theme .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.client-theme .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.client-theme .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.client-theme .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.client-theme .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.client-theme .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.client-theme .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.client-theme .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.client-theme .mt-0 {
  margin-top: 0 !important;
}
.client-theme .mt-1 {
  margin-top: 0.25rem !important;
}
.client-theme .mt-2 {
  margin-top: 0.5rem !important;
}
.client-theme .mt-3 {
  margin-top: 1rem !important;
}
.client-theme .mt-4 {
  margin-top: 1.5rem !important;
}
.client-theme .mt-5 {
  margin-top: 3rem !important;
}
.client-theme .mt-auto {
  margin-top: auto !important;
}
.client-theme .me-0 {
  margin-right: 0 !important;
}
.client-theme .me-1 {
  margin-right: 0.25rem !important;
}
.client-theme .me-2 {
  margin-right: 0.5rem !important;
}
.client-theme .me-3 {
  margin-right: 1rem !important;
}
.client-theme .me-4 {
  margin-right: 1.5rem !important;
}
.client-theme .me-5 {
  margin-right: 3rem !important;
}
.client-theme .me-auto {
  margin-right: auto !important;
}
.client-theme .mb-0 {
  margin-bottom: 0 !important;
}
.client-theme .mb-1 {
  margin-bottom: 0.25rem !important;
}
.client-theme .mb-2 {
  margin-bottom: 0.5rem !important;
}
.client-theme .mb-3 {
  margin-bottom: 1rem !important;
}
.client-theme .mb-4 {
  margin-bottom: 1.5rem !important;
}
.client-theme .mb-5 {
  margin-bottom: 3rem !important;
}
.client-theme .mb-auto {
  margin-bottom: auto !important;
}
.client-theme .ms-0 {
  margin-left: 0 !important;
}
.client-theme .ms-1 {
  margin-left: 0.25rem !important;
}
.client-theme .ms-2 {
  margin-left: 0.5rem !important;
}
.client-theme .ms-3 {
  margin-left: 1rem !important;
}
.client-theme .ms-4 {
  margin-left: 1.5rem !important;
}
.client-theme .ms-5 {
  margin-left: 3rem !important;
}
.client-theme .ms-auto {
  margin-left: auto !important;
}
.client-theme .p-0 {
  padding: 0 !important;
}
.client-theme .p-1 {
  padding: 0.25rem !important;
}
.client-theme .p-2 {
  padding: 0.5rem !important;
}
.client-theme .p-3 {
  padding: 1rem !important;
}
.client-theme .p-4 {
  padding: 1.5rem !important;
}
.client-theme .p-5 {
  padding: 3rem !important;
}
.client-theme .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.client-theme .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.client-theme .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.client-theme .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.client-theme .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.client-theme .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.client-theme .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.client-theme .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.client-theme .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.client-theme .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.client-theme .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.client-theme .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.client-theme .pt-0 {
  padding-top: 0 !important;
}
.client-theme .pt-1 {
  padding-top: 0.25rem !important;
}
.client-theme .pt-2 {
  padding-top: 0.5rem !important;
}
.client-theme .pt-3 {
  padding-top: 1rem !important;
}
.client-theme .pt-4 {
  padding-top: 1.5rem !important;
}
.client-theme .pt-5 {
  padding-top: 3rem !important;
}
.client-theme .pe-0 {
  padding-right: 0 !important;
}
.client-theme .pe-1 {
  padding-right: 0.25rem !important;
}
.client-theme .pe-2 {
  padding-right: 0.5rem !important;
}
.client-theme .pe-3 {
  padding-right: 1rem !important;
}
.client-theme .pe-4 {
  padding-right: 1.5rem !important;
}
.client-theme .pe-5 {
  padding-right: 3rem !important;
}
.client-theme .pb-0 {
  padding-bottom: 0 !important;
}
.client-theme .pb-1 {
  padding-bottom: 0.25rem !important;
}
.client-theme .pb-2 {
  padding-bottom: 0.5rem !important;
}
.client-theme .pb-3 {
  padding-bottom: 1rem !important;
}
.client-theme .pb-4 {
  padding-bottom: 1.5rem !important;
}
.client-theme .pb-5 {
  padding-bottom: 3rem !important;
}
.client-theme .ps-0 {
  padding-left: 0 !important;
}
.client-theme .ps-1 {
  padding-left: 0.25rem !important;
}
.client-theme .ps-2 {
  padding-left: 0.5rem !important;
}
.client-theme .ps-3 {
  padding-left: 1rem !important;
}
.client-theme .ps-4 {
  padding-left: 1.5rem !important;
}
.client-theme .ps-5 {
  padding-left: 3rem !important;
}
.client-theme .gap-0 {
  gap: 0 !important;
}
.client-theme .gap-1 {
  gap: 0.25rem !important;
}
.client-theme .gap-2 {
  gap: 0.5rem !important;
}
.client-theme .gap-3 {
  gap: 1rem !important;
}
.client-theme .gap-4 {
  gap: 1.5rem !important;
}
.client-theme .gap-5 {
  gap: 3rem !important;
}
.client-theme .row-gap-0 {
  row-gap: 0 !important;
}
.client-theme .row-gap-1 {
  row-gap: 0.25rem !important;
}
.client-theme .row-gap-2 {
  row-gap: 0.5rem !important;
}
.client-theme .row-gap-3 {
  row-gap: 1rem !important;
}
.client-theme .row-gap-4 {
  row-gap: 1.5rem !important;
}
.client-theme .row-gap-5 {
  row-gap: 3rem !important;
}
.client-theme .column-gap-0 {
  column-gap: 0 !important;
}
.client-theme .column-gap-1 {
  column-gap: 0.25rem !important;
}
.client-theme .column-gap-2 {
  column-gap: 0.5rem !important;
}
.client-theme .column-gap-3 {
  column-gap: 1rem !important;
}
.client-theme .column-gap-4 {
  column-gap: 1.5rem !important;
}
.client-theme .column-gap-5 {
  column-gap: 3rem !important;
}
.client-theme .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.client-theme .fs-1 {
  font-size: calc(1.425rem + 2.1vw) !important;
}
.client-theme .fs-2 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
.client-theme .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.client-theme .fs-4 {
  font-size: 1.125rem !important;
}
.client-theme .fs-5 {
  font-size: 1.1875rem !important;
}
.client-theme .fs-6 {
  font-size: 0.9375rem !important;
}
.client-theme .fst-italic {
  font-style: italic !important;
}
.client-theme .fst-normal {
  font-style: normal !important;
}
.client-theme .fw-lighter {
  font-weight: lighter !important;
}
.client-theme .fw-light {
  font-weight: 300 !important;
}
.client-theme .fw-normal {
  font-weight: 400 !important;
}
.client-theme .fw-medium {
  font-weight: 500 !important;
}
.client-theme .fw-semibold {
  font-weight: 600 !important;
}
.client-theme .fw-bold {
  font-weight: 700 !important;
}
.client-theme .fw-bolder {
  font-weight: bolder !important;
}
.client-theme .lh-1 {
  line-height: 1 !important;
}
.client-theme .lh-sm {
  line-height: 1.25 !important;
}
.client-theme .lh-base {
  line-height: 1.5714285714 !important;
}
.client-theme .lh-lg {
  line-height: 2 !important;
}
.client-theme .text-start {
  text-align: left !important;
}
.client-theme .text-end {
  text-align: right !important;
}
.client-theme .text-center {
  text-align: center !important;
}
.client-theme .text-decoration-none {
  text-decoration: none !important;
}
.client-theme .text-decoration-underline {
  text-decoration: underline !important;
}
.client-theme .text-decoration-line-through {
  text-decoration: line-through !important;
}
.client-theme .text-lowercase {
  text-transform: lowercase !important;
}
.client-theme .text-uppercase {
  text-transform: uppercase !important;
}
.client-theme .text-capitalize {
  text-transform: capitalize !important;
}
.client-theme .text-wrap {
  white-space: normal !important;
}
.client-theme .text-nowrap {
  white-space: nowrap !important;
}
.client-theme .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.client-theme .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.client-theme .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.client-theme .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.client-theme .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.client-theme .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.client-theme .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.client-theme .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.client-theme .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.client-theme .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.client-theme .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.client-theme .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.client-theme .text-opacity-100 {
  --bs-text-opacity: 1;
}
.client-theme .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.client-theme .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.client-theme .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.client-theme .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.client-theme .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.client-theme .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.client-theme .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.client-theme .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.client-theme .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.client-theme .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.client-theme .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.client-theme .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.client-theme .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.client-theme .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.client-theme .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.client-theme .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.client-theme .link-opacity-100 {
  --bs-link-opacity: 1;
}
.client-theme .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.client-theme .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.client-theme .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.client-theme .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.client-theme .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.client-theme .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.client-theme .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.client-theme .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.client-theme .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.client-theme .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.client-theme .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.client-theme .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.client-theme .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.client-theme .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.client-theme .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.client-theme .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.client-theme .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.client-theme .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.client-theme .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.client-theme .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.client-theme .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.client-theme .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.client-theme .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.client-theme .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.client-theme .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.client-theme .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.client-theme .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.client-theme .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.client-theme .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.client-theme .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.client-theme .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.client-theme .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.client-theme .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.client-theme .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.client-theme .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.client-theme .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.client-theme .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.client-theme .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.client-theme .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.client-theme .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.client-theme .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.client-theme .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.client-theme .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.client-theme .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.client-theme .user-select-all {
  user-select: all !important;
}
.client-theme .user-select-auto {
  user-select: auto !important;
}
.client-theme .user-select-none {
  user-select: none !important;
}
.client-theme .pe-none {
  pointer-events: none !important;
}
.client-theme .pe-auto {
  pointer-events: auto !important;
}
.client-theme .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-0 {
  border-radius: 0 !important;
}
.client-theme .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.client-theme .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.client-theme .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.client-theme .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.client-theme .rounded-circle {
  border-radius: 50% !important;
}
.client-theme .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.client-theme .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.client-theme .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.client-theme .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.client-theme .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.client-theme .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.client-theme .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.client-theme .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.client-theme .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.client-theme .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.client-theme .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.client-theme .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.client-theme .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.client-theme .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.client-theme .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.client-theme .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.client-theme .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.client-theme .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.client-theme .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.client-theme .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.client-theme .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.client-theme .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.client-theme .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.client-theme .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.client-theme .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.client-theme .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.client-theme .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.client-theme .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.client-theme .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.client-theme .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.client-theme .visible {
  visibility: visible !important;
}
.client-theme .invisible {
  visibility: hidden !important;
}
.client-theme .z-n1 {
  z-index: -1 !important;
}
.client-theme .z-0 {
  z-index: 0 !important;
}
.client-theme .z-1 {
  z-index: 1 !important;
}
.client-theme .z-2 {
  z-index: 2 !important;
}
.client-theme .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .client-theme .float-sm-start {
    float: left !important;
  }
  .client-theme .float-sm-end {
    float: right !important;
  }
  .client-theme .float-sm-none {
    float: none !important;
  }
  .client-theme .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .client-theme .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .client-theme .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .client-theme .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .client-theme .object-fit-sm-none {
    object-fit: none !important;
  }
  .client-theme .d-sm-inline {
    display: inline !important;
  }
  .client-theme .d-sm-inline-block {
    display: inline-block !important;
  }
  .client-theme .d-sm-block {
    display: block !important;
  }
  .client-theme .d-sm-grid {
    display: grid !important;
  }
  .client-theme .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .client-theme .d-sm-table {
    display: table !important;
  }
  .client-theme .d-sm-table-row {
    display: table-row !important;
  }
  .client-theme .d-sm-table-cell {
    display: table-cell !important;
  }
  .client-theme .d-sm-flex {
    display: flex !important;
  }
  .client-theme .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .client-theme .d-sm-none {
    display: none !important;
  }
  .client-theme .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .client-theme .flex-sm-row {
    flex-direction: row !important;
  }
  .client-theme .flex-sm-column {
    flex-direction: column !important;
  }
  .client-theme .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .client-theme .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .client-theme .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .client-theme .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .client-theme .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .client-theme .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .client-theme .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .client-theme .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .client-theme .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .client-theme .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .client-theme .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .client-theme .justify-content-sm-center {
    justify-content: center !important;
  }
  .client-theme .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .client-theme .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .client-theme .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .client-theme .align-items-sm-start {
    align-items: flex-start !important;
  }
  .client-theme .align-items-sm-end {
    align-items: flex-end !important;
  }
  .client-theme .align-items-sm-center {
    align-items: center !important;
  }
  .client-theme .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .client-theme .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .client-theme .align-content-sm-start {
    align-content: flex-start !important;
  }
  .client-theme .align-content-sm-end {
    align-content: flex-end !important;
  }
  .client-theme .align-content-sm-center {
    align-content: center !important;
  }
  .client-theme .align-content-sm-between {
    align-content: space-between !important;
  }
  .client-theme .align-content-sm-around {
    align-content: space-around !important;
  }
  .client-theme .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .client-theme .align-self-sm-auto {
    align-self: auto !important;
  }
  .client-theme .align-self-sm-start {
    align-self: flex-start !important;
  }
  .client-theme .align-self-sm-end {
    align-self: flex-end !important;
  }
  .client-theme .align-self-sm-center {
    align-self: center !important;
  }
  .client-theme .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .client-theme .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .client-theme .order-sm-first {
    order: -1 !important;
  }
  .client-theme .order-sm-0 {
    order: 0 !important;
  }
  .client-theme .order-sm-1 {
    order: 1 !important;
  }
  .client-theme .order-sm-2 {
    order: 2 !important;
  }
  .client-theme .order-sm-3 {
    order: 3 !important;
  }
  .client-theme .order-sm-4 {
    order: 4 !important;
  }
  .client-theme .order-sm-5 {
    order: 5 !important;
  }
  .client-theme .order-sm-last {
    order: 6 !important;
  }
  .client-theme .m-sm-0 {
    margin: 0 !important;
  }
  .client-theme .m-sm-1 {
    margin: 0.25rem !important;
  }
  .client-theme .m-sm-2 {
    margin: 0.5rem !important;
  }
  .client-theme .m-sm-3 {
    margin: 1rem !important;
  }
  .client-theme .m-sm-4 {
    margin: 1.5rem !important;
  }
  .client-theme .m-sm-5 {
    margin: 3rem !important;
  }
  .client-theme .m-sm-auto {
    margin: auto !important;
  }
  .client-theme .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .client-theme .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .client-theme .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .client-theme .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .client-theme .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .client-theme .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .client-theme .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .client-theme .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .client-theme .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .client-theme .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .client-theme .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .client-theme .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .client-theme .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .client-theme .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .client-theme .mt-sm-0 {
    margin-top: 0 !important;
  }
  .client-theme .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .client-theme .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .client-theme .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .client-theme .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .client-theme .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .client-theme .mt-sm-auto {
    margin-top: auto !important;
  }
  .client-theme .me-sm-0 {
    margin-right: 0 !important;
  }
  .client-theme .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .client-theme .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .client-theme .me-sm-3 {
    margin-right: 1rem !important;
  }
  .client-theme .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .client-theme .me-sm-5 {
    margin-right: 3rem !important;
  }
  .client-theme .me-sm-auto {
    margin-right: auto !important;
  }
  .client-theme .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .client-theme .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .client-theme .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .client-theme .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .client-theme .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .client-theme .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .client-theme .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .client-theme .ms-sm-0 {
    margin-left: 0 !important;
  }
  .client-theme .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .client-theme .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .client-theme .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .client-theme .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .client-theme .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .client-theme .ms-sm-auto {
    margin-left: auto !important;
  }
  .client-theme .p-sm-0 {
    padding: 0 !important;
  }
  .client-theme .p-sm-1 {
    padding: 0.25rem !important;
  }
  .client-theme .p-sm-2 {
    padding: 0.5rem !important;
  }
  .client-theme .p-sm-3 {
    padding: 1rem !important;
  }
  .client-theme .p-sm-4 {
    padding: 1.5rem !important;
  }
  .client-theme .p-sm-5 {
    padding: 3rem !important;
  }
  .client-theme .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .client-theme .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .client-theme .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .client-theme .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .client-theme .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .client-theme .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .client-theme .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .client-theme .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .client-theme .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .client-theme .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .client-theme .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .client-theme .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .client-theme .pt-sm-0 {
    padding-top: 0 !important;
  }
  .client-theme .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .client-theme .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .client-theme .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .client-theme .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .client-theme .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .client-theme .pe-sm-0 {
    padding-right: 0 !important;
  }
  .client-theme .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .client-theme .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .client-theme .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .client-theme .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .client-theme .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .client-theme .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .client-theme .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .client-theme .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .client-theme .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .client-theme .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .client-theme .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .client-theme .ps-sm-0 {
    padding-left: 0 !important;
  }
  .client-theme .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .client-theme .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .client-theme .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .client-theme .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .client-theme .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .client-theme .gap-sm-0 {
    gap: 0 !important;
  }
  .client-theme .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .client-theme .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .client-theme .gap-sm-3 {
    gap: 1rem !important;
  }
  .client-theme .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .client-theme .gap-sm-5 {
    gap: 3rem !important;
  }
  .client-theme .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .client-theme .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .client-theme .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .client-theme .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .client-theme .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .client-theme .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .client-theme .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .client-theme .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .client-theme .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .client-theme .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .client-theme .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .client-theme .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .client-theme .text-sm-start {
    text-align: left !important;
  }
  .client-theme .text-sm-end {
    text-align: right !important;
  }
  .client-theme .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .client-theme .float-md-start {
    float: left !important;
  }
  .client-theme .float-md-end {
    float: right !important;
  }
  .client-theme .float-md-none {
    float: none !important;
  }
  .client-theme .object-fit-md-contain {
    object-fit: contain !important;
  }
  .client-theme .object-fit-md-cover {
    object-fit: cover !important;
  }
  .client-theme .object-fit-md-fill {
    object-fit: fill !important;
  }
  .client-theme .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .client-theme .object-fit-md-none {
    object-fit: none !important;
  }
  .client-theme .d-md-inline {
    display: inline !important;
  }
  .client-theme .d-md-inline-block {
    display: inline-block !important;
  }
  .client-theme .d-md-block {
    display: block !important;
  }
  .client-theme .d-md-grid {
    display: grid !important;
  }
  .client-theme .d-md-inline-grid {
    display: inline-grid !important;
  }
  .client-theme .d-md-table {
    display: table !important;
  }
  .client-theme .d-md-table-row {
    display: table-row !important;
  }
  .client-theme .d-md-table-cell {
    display: table-cell !important;
  }
  .client-theme .d-md-flex {
    display: flex !important;
  }
  .client-theme .d-md-inline-flex {
    display: inline-flex !important;
  }
  .client-theme .d-md-none {
    display: none !important;
  }
  .client-theme .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .client-theme .flex-md-row {
    flex-direction: row !important;
  }
  .client-theme .flex-md-column {
    flex-direction: column !important;
  }
  .client-theme .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .client-theme .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .client-theme .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .client-theme .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .client-theme .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .client-theme .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .client-theme .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .client-theme .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .client-theme .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .client-theme .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .client-theme .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .client-theme .justify-content-md-center {
    justify-content: center !important;
  }
  .client-theme .justify-content-md-between {
    justify-content: space-between !important;
  }
  .client-theme .justify-content-md-around {
    justify-content: space-around !important;
  }
  .client-theme .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .client-theme .align-items-md-start {
    align-items: flex-start !important;
  }
  .client-theme .align-items-md-end {
    align-items: flex-end !important;
  }
  .client-theme .align-items-md-center {
    align-items: center !important;
  }
  .client-theme .align-items-md-baseline {
    align-items: baseline !important;
  }
  .client-theme .align-items-md-stretch {
    align-items: stretch !important;
  }
  .client-theme .align-content-md-start {
    align-content: flex-start !important;
  }
  .client-theme .align-content-md-end {
    align-content: flex-end !important;
  }
  .client-theme .align-content-md-center {
    align-content: center !important;
  }
  .client-theme .align-content-md-between {
    align-content: space-between !important;
  }
  .client-theme .align-content-md-around {
    align-content: space-around !important;
  }
  .client-theme .align-content-md-stretch {
    align-content: stretch !important;
  }
  .client-theme .align-self-md-auto {
    align-self: auto !important;
  }
  .client-theme .align-self-md-start {
    align-self: flex-start !important;
  }
  .client-theme .align-self-md-end {
    align-self: flex-end !important;
  }
  .client-theme .align-self-md-center {
    align-self: center !important;
  }
  .client-theme .align-self-md-baseline {
    align-self: baseline !important;
  }
  .client-theme .align-self-md-stretch {
    align-self: stretch !important;
  }
  .client-theme .order-md-first {
    order: -1 !important;
  }
  .client-theme .order-md-0 {
    order: 0 !important;
  }
  .client-theme .order-md-1 {
    order: 1 !important;
  }
  .client-theme .order-md-2 {
    order: 2 !important;
  }
  .client-theme .order-md-3 {
    order: 3 !important;
  }
  .client-theme .order-md-4 {
    order: 4 !important;
  }
  .client-theme .order-md-5 {
    order: 5 !important;
  }
  .client-theme .order-md-last {
    order: 6 !important;
  }
  .client-theme .m-md-0 {
    margin: 0 !important;
  }
  .client-theme .m-md-1 {
    margin: 0.25rem !important;
  }
  .client-theme .m-md-2 {
    margin: 0.5rem !important;
  }
  .client-theme .m-md-3 {
    margin: 1rem !important;
  }
  .client-theme .m-md-4 {
    margin: 1.5rem !important;
  }
  .client-theme .m-md-5 {
    margin: 3rem !important;
  }
  .client-theme .m-md-auto {
    margin: auto !important;
  }
  .client-theme .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .client-theme .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .client-theme .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .client-theme .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .client-theme .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .client-theme .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .client-theme .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .client-theme .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .client-theme .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .client-theme .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .client-theme .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .client-theme .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .client-theme .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .client-theme .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .client-theme .mt-md-0 {
    margin-top: 0 !important;
  }
  .client-theme .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .client-theme .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .client-theme .mt-md-3 {
    margin-top: 1rem !important;
  }
  .client-theme .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .client-theme .mt-md-5 {
    margin-top: 3rem !important;
  }
  .client-theme .mt-md-auto {
    margin-top: auto !important;
  }
  .client-theme .me-md-0 {
    margin-right: 0 !important;
  }
  .client-theme .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .client-theme .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .client-theme .me-md-3 {
    margin-right: 1rem !important;
  }
  .client-theme .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .client-theme .me-md-5 {
    margin-right: 3rem !important;
  }
  .client-theme .me-md-auto {
    margin-right: auto !important;
  }
  .client-theme .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .client-theme .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .client-theme .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .client-theme .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .client-theme .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .client-theme .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .client-theme .mb-md-auto {
    margin-bottom: auto !important;
  }
  .client-theme .ms-md-0 {
    margin-left: 0 !important;
  }
  .client-theme .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .client-theme .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .client-theme .ms-md-3 {
    margin-left: 1rem !important;
  }
  .client-theme .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .client-theme .ms-md-5 {
    margin-left: 3rem !important;
  }
  .client-theme .ms-md-auto {
    margin-left: auto !important;
  }
  .client-theme .p-md-0 {
    padding: 0 !important;
  }
  .client-theme .p-md-1 {
    padding: 0.25rem !important;
  }
  .client-theme .p-md-2 {
    padding: 0.5rem !important;
  }
  .client-theme .p-md-3 {
    padding: 1rem !important;
  }
  .client-theme .p-md-4 {
    padding: 1.5rem !important;
  }
  .client-theme .p-md-5 {
    padding: 3rem !important;
  }
  .client-theme .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .client-theme .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .client-theme .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .client-theme .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .client-theme .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .client-theme .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .client-theme .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .client-theme .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .client-theme .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .client-theme .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .client-theme .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .client-theme .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .client-theme .pt-md-0 {
    padding-top: 0 !important;
  }
  .client-theme .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .client-theme .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .client-theme .pt-md-3 {
    padding-top: 1rem !important;
  }
  .client-theme .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .client-theme .pt-md-5 {
    padding-top: 3rem !important;
  }
  .client-theme .pe-md-0 {
    padding-right: 0 !important;
  }
  .client-theme .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .client-theme .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .client-theme .pe-md-3 {
    padding-right: 1rem !important;
  }
  .client-theme .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .client-theme .pe-md-5 {
    padding-right: 3rem !important;
  }
  .client-theme .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .client-theme .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .client-theme .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .client-theme .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .client-theme .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .client-theme .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .client-theme .ps-md-0 {
    padding-left: 0 !important;
  }
  .client-theme .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .client-theme .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .client-theme .ps-md-3 {
    padding-left: 1rem !important;
  }
  .client-theme .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .client-theme .ps-md-5 {
    padding-left: 3rem !important;
  }
  .client-theme .gap-md-0 {
    gap: 0 !important;
  }
  .client-theme .gap-md-1 {
    gap: 0.25rem !important;
  }
  .client-theme .gap-md-2 {
    gap: 0.5rem !important;
  }
  .client-theme .gap-md-3 {
    gap: 1rem !important;
  }
  .client-theme .gap-md-4 {
    gap: 1.5rem !important;
  }
  .client-theme .gap-md-5 {
    gap: 3rem !important;
  }
  .client-theme .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .client-theme .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .client-theme .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .client-theme .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .client-theme .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .client-theme .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .client-theme .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .client-theme .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .client-theme .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .client-theme .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .client-theme .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .client-theme .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .client-theme .text-md-start {
    text-align: left !important;
  }
  .client-theme .text-md-end {
    text-align: right !important;
  }
  .client-theme .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .client-theme .float-lg-start {
    float: left !important;
  }
  .client-theme .float-lg-end {
    float: right !important;
  }
  .client-theme .float-lg-none {
    float: none !important;
  }
  .client-theme .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .client-theme .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .client-theme .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .client-theme .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .client-theme .object-fit-lg-none {
    object-fit: none !important;
  }
  .client-theme .d-lg-inline {
    display: inline !important;
  }
  .client-theme .d-lg-inline-block {
    display: inline-block !important;
  }
  .client-theme .d-lg-block {
    display: block !important;
  }
  .client-theme .d-lg-grid {
    display: grid !important;
  }
  .client-theme .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .client-theme .d-lg-table {
    display: table !important;
  }
  .client-theme .d-lg-table-row {
    display: table-row !important;
  }
  .client-theme .d-lg-table-cell {
    display: table-cell !important;
  }
  .client-theme .d-lg-flex {
    display: flex !important;
  }
  .client-theme .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .client-theme .d-lg-none {
    display: none !important;
  }
  .client-theme .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .client-theme .flex-lg-row {
    flex-direction: row !important;
  }
  .client-theme .flex-lg-column {
    flex-direction: column !important;
  }
  .client-theme .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .client-theme .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .client-theme .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .client-theme .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .client-theme .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .client-theme .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .client-theme .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .client-theme .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .client-theme .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .client-theme .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .client-theme .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .client-theme .justify-content-lg-center {
    justify-content: center !important;
  }
  .client-theme .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .client-theme .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .client-theme .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .client-theme .align-items-lg-start {
    align-items: flex-start !important;
  }
  .client-theme .align-items-lg-end {
    align-items: flex-end !important;
  }
  .client-theme .align-items-lg-center {
    align-items: center !important;
  }
  .client-theme .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .client-theme .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .client-theme .align-content-lg-start {
    align-content: flex-start !important;
  }
  .client-theme .align-content-lg-end {
    align-content: flex-end !important;
  }
  .client-theme .align-content-lg-center {
    align-content: center !important;
  }
  .client-theme .align-content-lg-between {
    align-content: space-between !important;
  }
  .client-theme .align-content-lg-around {
    align-content: space-around !important;
  }
  .client-theme .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .client-theme .align-self-lg-auto {
    align-self: auto !important;
  }
  .client-theme .align-self-lg-start {
    align-self: flex-start !important;
  }
  .client-theme .align-self-lg-end {
    align-self: flex-end !important;
  }
  .client-theme .align-self-lg-center {
    align-self: center !important;
  }
  .client-theme .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .client-theme .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .client-theme .order-lg-first {
    order: -1 !important;
  }
  .client-theme .order-lg-0 {
    order: 0 !important;
  }
  .client-theme .order-lg-1 {
    order: 1 !important;
  }
  .client-theme .order-lg-2 {
    order: 2 !important;
  }
  .client-theme .order-lg-3 {
    order: 3 !important;
  }
  .client-theme .order-lg-4 {
    order: 4 !important;
  }
  .client-theme .order-lg-5 {
    order: 5 !important;
  }
  .client-theme .order-lg-last {
    order: 6 !important;
  }
  .client-theme .m-lg-0 {
    margin: 0 !important;
  }
  .client-theme .m-lg-1 {
    margin: 0.25rem !important;
  }
  .client-theme .m-lg-2 {
    margin: 0.5rem !important;
  }
  .client-theme .m-lg-3 {
    margin: 1rem !important;
  }
  .client-theme .m-lg-4 {
    margin: 1.5rem !important;
  }
  .client-theme .m-lg-5 {
    margin: 3rem !important;
  }
  .client-theme .m-lg-auto {
    margin: auto !important;
  }
  .client-theme .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .client-theme .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .client-theme .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .client-theme .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .client-theme .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .client-theme .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .client-theme .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .client-theme .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .client-theme .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .client-theme .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .client-theme .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .client-theme .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .client-theme .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .client-theme .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .client-theme .mt-lg-0 {
    margin-top: 0 !important;
  }
  .client-theme .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .client-theme .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .client-theme .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .client-theme .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .client-theme .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .client-theme .mt-lg-auto {
    margin-top: auto !important;
  }
  .client-theme .me-lg-0 {
    margin-right: 0 !important;
  }
  .client-theme .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .client-theme .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .client-theme .me-lg-3 {
    margin-right: 1rem !important;
  }
  .client-theme .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .client-theme .me-lg-5 {
    margin-right: 3rem !important;
  }
  .client-theme .me-lg-auto {
    margin-right: auto !important;
  }
  .client-theme .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .client-theme .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .client-theme .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .client-theme .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .client-theme .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .client-theme .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .client-theme .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .client-theme .ms-lg-0 {
    margin-left: 0 !important;
  }
  .client-theme .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .client-theme .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .client-theme .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .client-theme .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .client-theme .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .client-theme .ms-lg-auto {
    margin-left: auto !important;
  }
  .client-theme .p-lg-0 {
    padding: 0 !important;
  }
  .client-theme .p-lg-1 {
    padding: 0.25rem !important;
  }
  .client-theme .p-lg-2 {
    padding: 0.5rem !important;
  }
  .client-theme .p-lg-3 {
    padding: 1rem !important;
  }
  .client-theme .p-lg-4 {
    padding: 1.5rem !important;
  }
  .client-theme .p-lg-5 {
    padding: 3rem !important;
  }
  .client-theme .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .client-theme .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .client-theme .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .client-theme .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .client-theme .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .client-theme .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .client-theme .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .client-theme .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .client-theme .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .client-theme .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .client-theme .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .client-theme .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .client-theme .pt-lg-0 {
    padding-top: 0 !important;
  }
  .client-theme .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .client-theme .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .client-theme .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .client-theme .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .client-theme .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .client-theme .pe-lg-0 {
    padding-right: 0 !important;
  }
  .client-theme .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .client-theme .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .client-theme .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .client-theme .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .client-theme .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .client-theme .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .client-theme .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .client-theme .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .client-theme .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .client-theme .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .client-theme .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .client-theme .ps-lg-0 {
    padding-left: 0 !important;
  }
  .client-theme .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .client-theme .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .client-theme .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .client-theme .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .client-theme .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .client-theme .gap-lg-0 {
    gap: 0 !important;
  }
  .client-theme .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .client-theme .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .client-theme .gap-lg-3 {
    gap: 1rem !important;
  }
  .client-theme .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .client-theme .gap-lg-5 {
    gap: 3rem !important;
  }
  .client-theme .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .client-theme .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .client-theme .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .client-theme .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .client-theme .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .client-theme .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .client-theme .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .client-theme .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .client-theme .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .client-theme .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .client-theme .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .client-theme .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .client-theme .text-lg-start {
    text-align: left !important;
  }
  .client-theme .text-lg-end {
    text-align: right !important;
  }
  .client-theme .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .client-theme .float-xl-start {
    float: left !important;
  }
  .client-theme .float-xl-end {
    float: right !important;
  }
  .client-theme .float-xl-none {
    float: none !important;
  }
  .client-theme .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .client-theme .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .client-theme .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .client-theme .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .client-theme .object-fit-xl-none {
    object-fit: none !important;
  }
  .client-theme .d-xl-inline {
    display: inline !important;
  }
  .client-theme .d-xl-inline-block {
    display: inline-block !important;
  }
  .client-theme .d-xl-block {
    display: block !important;
  }
  .client-theme .d-xl-grid {
    display: grid !important;
  }
  .client-theme .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .client-theme .d-xl-table {
    display: table !important;
  }
  .client-theme .d-xl-table-row {
    display: table-row !important;
  }
  .client-theme .d-xl-table-cell {
    display: table-cell !important;
  }
  .client-theme .d-xl-flex {
    display: flex !important;
  }
  .client-theme .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .client-theme .d-xl-none {
    display: none !important;
  }
  .client-theme .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .client-theme .flex-xl-row {
    flex-direction: row !important;
  }
  .client-theme .flex-xl-column {
    flex-direction: column !important;
  }
  .client-theme .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .client-theme .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .client-theme .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .client-theme .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .client-theme .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .client-theme .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .client-theme .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .client-theme .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .client-theme .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .client-theme .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .client-theme .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .client-theme .justify-content-xl-center {
    justify-content: center !important;
  }
  .client-theme .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .client-theme .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .client-theme .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .client-theme .align-items-xl-start {
    align-items: flex-start !important;
  }
  .client-theme .align-items-xl-end {
    align-items: flex-end !important;
  }
  .client-theme .align-items-xl-center {
    align-items: center !important;
  }
  .client-theme .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .client-theme .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .client-theme .align-content-xl-start {
    align-content: flex-start !important;
  }
  .client-theme .align-content-xl-end {
    align-content: flex-end !important;
  }
  .client-theme .align-content-xl-center {
    align-content: center !important;
  }
  .client-theme .align-content-xl-between {
    align-content: space-between !important;
  }
  .client-theme .align-content-xl-around {
    align-content: space-around !important;
  }
  .client-theme .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .client-theme .align-self-xl-auto {
    align-self: auto !important;
  }
  .client-theme .align-self-xl-start {
    align-self: flex-start !important;
  }
  .client-theme .align-self-xl-end {
    align-self: flex-end !important;
  }
  .client-theme .align-self-xl-center {
    align-self: center !important;
  }
  .client-theme .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .client-theme .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .client-theme .order-xl-first {
    order: -1 !important;
  }
  .client-theme .order-xl-0 {
    order: 0 !important;
  }
  .client-theme .order-xl-1 {
    order: 1 !important;
  }
  .client-theme .order-xl-2 {
    order: 2 !important;
  }
  .client-theme .order-xl-3 {
    order: 3 !important;
  }
  .client-theme .order-xl-4 {
    order: 4 !important;
  }
  .client-theme .order-xl-5 {
    order: 5 !important;
  }
  .client-theme .order-xl-last {
    order: 6 !important;
  }
  .client-theme .m-xl-0 {
    margin: 0 !important;
  }
  .client-theme .m-xl-1 {
    margin: 0.25rem !important;
  }
  .client-theme .m-xl-2 {
    margin: 0.5rem !important;
  }
  .client-theme .m-xl-3 {
    margin: 1rem !important;
  }
  .client-theme .m-xl-4 {
    margin: 1.5rem !important;
  }
  .client-theme .m-xl-5 {
    margin: 3rem !important;
  }
  .client-theme .m-xl-auto {
    margin: auto !important;
  }
  .client-theme .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .client-theme .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .client-theme .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .client-theme .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .client-theme .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .client-theme .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .client-theme .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .client-theme .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .client-theme .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .client-theme .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .client-theme .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .client-theme .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .client-theme .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .client-theme .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .client-theme .mt-xl-0 {
    margin-top: 0 !important;
  }
  .client-theme .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .client-theme .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .client-theme .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .client-theme .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .client-theme .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .client-theme .mt-xl-auto {
    margin-top: auto !important;
  }
  .client-theme .me-xl-0 {
    margin-right: 0 !important;
  }
  .client-theme .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .client-theme .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .client-theme .me-xl-3 {
    margin-right: 1rem !important;
  }
  .client-theme .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .client-theme .me-xl-5 {
    margin-right: 3rem !important;
  }
  .client-theme .me-xl-auto {
    margin-right: auto !important;
  }
  .client-theme .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .client-theme .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .client-theme .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .client-theme .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .client-theme .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .client-theme .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .client-theme .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .client-theme .ms-xl-0 {
    margin-left: 0 !important;
  }
  .client-theme .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .client-theme .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .client-theme .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .client-theme .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .client-theme .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .client-theme .ms-xl-auto {
    margin-left: auto !important;
  }
  .client-theme .p-xl-0 {
    padding: 0 !important;
  }
  .client-theme .p-xl-1 {
    padding: 0.25rem !important;
  }
  .client-theme .p-xl-2 {
    padding: 0.5rem !important;
  }
  .client-theme .p-xl-3 {
    padding: 1rem !important;
  }
  .client-theme .p-xl-4 {
    padding: 1.5rem !important;
  }
  .client-theme .p-xl-5 {
    padding: 3rem !important;
  }
  .client-theme .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .client-theme .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .client-theme .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .client-theme .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .client-theme .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .client-theme .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .client-theme .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .client-theme .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .client-theme .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .client-theme .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .client-theme .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .client-theme .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .client-theme .pt-xl-0 {
    padding-top: 0 !important;
  }
  .client-theme .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .client-theme .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .client-theme .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .client-theme .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .client-theme .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .client-theme .pe-xl-0 {
    padding-right: 0 !important;
  }
  .client-theme .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .client-theme .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .client-theme .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .client-theme .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .client-theme .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .client-theme .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .client-theme .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .client-theme .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .client-theme .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .client-theme .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .client-theme .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .client-theme .ps-xl-0 {
    padding-left: 0 !important;
  }
  .client-theme .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .client-theme .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .client-theme .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .client-theme .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .client-theme .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .client-theme .gap-xl-0 {
    gap: 0 !important;
  }
  .client-theme .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .client-theme .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .client-theme .gap-xl-3 {
    gap: 1rem !important;
  }
  .client-theme .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .client-theme .gap-xl-5 {
    gap: 3rem !important;
  }
  .client-theme .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .client-theme .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .client-theme .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .client-theme .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .client-theme .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .client-theme .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .client-theme .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .client-theme .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .client-theme .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .client-theme .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .client-theme .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .client-theme .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .client-theme .text-xl-start {
    text-align: left !important;
  }
  .client-theme .text-xl-end {
    text-align: right !important;
  }
  .client-theme .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .client-theme .float-xxl-start {
    float: left !important;
  }
  .client-theme .float-xxl-end {
    float: right !important;
  }
  .client-theme .float-xxl-none {
    float: none !important;
  }
  .client-theme .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .client-theme .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .client-theme .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .client-theme .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .client-theme .object-fit-xxl-none {
    object-fit: none !important;
  }
  .client-theme .d-xxl-inline {
    display: inline !important;
  }
  .client-theme .d-xxl-inline-block {
    display: inline-block !important;
  }
  .client-theme .d-xxl-block {
    display: block !important;
  }
  .client-theme .d-xxl-grid {
    display: grid !important;
  }
  .client-theme .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .client-theme .d-xxl-table {
    display: table !important;
  }
  .client-theme .d-xxl-table-row {
    display: table-row !important;
  }
  .client-theme .d-xxl-table-cell {
    display: table-cell !important;
  }
  .client-theme .d-xxl-flex {
    display: flex !important;
  }
  .client-theme .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .client-theme .d-xxl-none {
    display: none !important;
  }
  .client-theme .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .client-theme .flex-xxl-row {
    flex-direction: row !important;
  }
  .client-theme .flex-xxl-column {
    flex-direction: column !important;
  }
  .client-theme .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .client-theme .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .client-theme .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .client-theme .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .client-theme .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .client-theme .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .client-theme .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .client-theme .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .client-theme .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .client-theme .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .client-theme .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .client-theme .justify-content-xxl-center {
    justify-content: center !important;
  }
  .client-theme .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .client-theme .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .client-theme .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .client-theme .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .client-theme .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .client-theme .align-items-xxl-center {
    align-items: center !important;
  }
  .client-theme .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .client-theme .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .client-theme .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .client-theme .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .client-theme .align-content-xxl-center {
    align-content: center !important;
  }
  .client-theme .align-content-xxl-between {
    align-content: space-between !important;
  }
  .client-theme .align-content-xxl-around {
    align-content: space-around !important;
  }
  .client-theme .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .client-theme .align-self-xxl-auto {
    align-self: auto !important;
  }
  .client-theme .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .client-theme .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .client-theme .align-self-xxl-center {
    align-self: center !important;
  }
  .client-theme .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .client-theme .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .client-theme .order-xxl-first {
    order: -1 !important;
  }
  .client-theme .order-xxl-0 {
    order: 0 !important;
  }
  .client-theme .order-xxl-1 {
    order: 1 !important;
  }
  .client-theme .order-xxl-2 {
    order: 2 !important;
  }
  .client-theme .order-xxl-3 {
    order: 3 !important;
  }
  .client-theme .order-xxl-4 {
    order: 4 !important;
  }
  .client-theme .order-xxl-5 {
    order: 5 !important;
  }
  .client-theme .order-xxl-last {
    order: 6 !important;
  }
  .client-theme .m-xxl-0 {
    margin: 0 !important;
  }
  .client-theme .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .client-theme .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .client-theme .m-xxl-3 {
    margin: 1rem !important;
  }
  .client-theme .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .client-theme .m-xxl-5 {
    margin: 3rem !important;
  }
  .client-theme .m-xxl-auto {
    margin: auto !important;
  }
  .client-theme .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .client-theme .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .client-theme .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .client-theme .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .client-theme .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .client-theme .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .client-theme .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .client-theme .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .client-theme .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .client-theme .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .client-theme .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .client-theme .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .client-theme .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .client-theme .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .client-theme .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .client-theme .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .client-theme .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .client-theme .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .client-theme .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .client-theme .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .client-theme .mt-xxl-auto {
    margin-top: auto !important;
  }
  .client-theme .me-xxl-0 {
    margin-right: 0 !important;
  }
  .client-theme .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .client-theme .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .client-theme .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .client-theme .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .client-theme .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .client-theme .me-xxl-auto {
    margin-right: auto !important;
  }
  .client-theme .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .client-theme .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .client-theme .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .client-theme .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .client-theme .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .client-theme .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .client-theme .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .client-theme .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .client-theme .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .client-theme .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .client-theme .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .client-theme .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .client-theme .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .client-theme .ms-xxl-auto {
    margin-left: auto !important;
  }
  .client-theme .p-xxl-0 {
    padding: 0 !important;
  }
  .client-theme .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .client-theme .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .client-theme .p-xxl-3 {
    padding: 1rem !important;
  }
  .client-theme .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .client-theme .p-xxl-5 {
    padding: 3rem !important;
  }
  .client-theme .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .client-theme .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .client-theme .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .client-theme .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .client-theme .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .client-theme .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .client-theme .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .client-theme .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .client-theme .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .client-theme .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .client-theme .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .client-theme .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .client-theme .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .client-theme .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .client-theme .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .client-theme .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .client-theme .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .client-theme .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .client-theme .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .client-theme .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .client-theme .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .client-theme .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .client-theme .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .client-theme .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .client-theme .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .client-theme .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .client-theme .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .client-theme .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .client-theme .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .client-theme .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .client-theme .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .client-theme .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .client-theme .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .client-theme .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .client-theme .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .client-theme .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .client-theme .gap-xxl-0 {
    gap: 0 !important;
  }
  .client-theme .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .client-theme .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .client-theme .gap-xxl-3 {
    gap: 1rem !important;
  }
  .client-theme .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .client-theme .gap-xxl-5 {
    gap: 3rem !important;
  }
  .client-theme .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .client-theme .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .client-theme .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .client-theme .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .client-theme .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .client-theme .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .client-theme .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .client-theme .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .client-theme .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .client-theme .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .client-theme .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .client-theme .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .client-theme .text-xxl-start {
    text-align: left !important;
  }
  .client-theme .text-xxl-end {
    text-align: right !important;
  }
  .client-theme .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .client-theme .fs-1 {
    font-size: 3rem !important;
  }
  .client-theme .fs-2 {
    font-size: 2.25rem !important;
  }
  .client-theme .fs-3 {
    font-size: 1.75rem !important;
  }
}
@media print {
  .client-theme .d-print-inline {
    display: inline !important;
  }
  .client-theme .d-print-inline-block {
    display: inline-block !important;
  }
  .client-theme .d-print-block {
    display: block !important;
  }
  .client-theme .d-print-grid {
    display: grid !important;
  }
  .client-theme .d-print-inline-grid {
    display: inline-grid !important;
  }
  .client-theme .d-print-table {
    display: table !important;
  }
  .client-theme .d-print-table-row {
    display: table-row !important;
  }
  .client-theme .d-print-table-cell {
    display: table-cell !important;
  }
  .client-theme .d-print-flex {
    display: flex !important;
  }
  .client-theme .d-print-inline-flex {
    display: inline-flex !important;
  }
  .client-theme .d-print-none {
    display: none !important;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.client-theme select.bs-select-hidden,
.client-theme .bootstrap-select > select.bs-select-hidden,
.client-theme select.selectpicker {
  display: none !important;
}
.client-theme .bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.client-theme .bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.client-theme .bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.client-theme .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.client-theme .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .client-theme .bootstrap-select .dropdown-toggle, .error .client-theme .bootstrap-select .dropdown-toggle, .client-theme .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .client-theme .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.client-theme .bootstrap-select.is-valid .dropdown-toggle, .was-validated .client-theme .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.client-theme .bootstrap-select.fit-width {
  width: auto !important;
}
.client-theme .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.client-theme .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.client-theme .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.client-theme .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .client-theme .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.client-theme .bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .client-theme .bootstrap-select, .form-inline .client-theme .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.client-theme .bootstrap-select:not(.input-group-btn), .client-theme .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.client-theme .bootstrap-select.dropdown-menu-right, .client-theme .bootstrap-select[class*=col-].dropdown-menu-right, .row .client-theme .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .client-theme .bootstrap-select, .form-horizontal .client-theme .bootstrap-select, .form-group .client-theme .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .client-theme .bootstrap-select.form-control, .form-group-sm .client-theme .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .client-theme .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .client-theme .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.client-theme .bootstrap-select.form-control-sm .dropdown-toggle, .client-theme .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.client-theme .bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.client-theme .bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .client-theme .bootstrap-select .form-control {
  width: 100%;
}
.client-theme .bootstrap-select.disabled,
.client-theme .bootstrap-select > .disabled {
  cursor: not-allowed;
}
.client-theme .bootstrap-select.disabled:focus,
.client-theme .bootstrap-select > .disabled:focus {
  outline: none !important;
}
.client-theme .bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.client-theme .bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.client-theme .bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.client-theme .bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.client-theme .bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.client-theme .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.client-theme .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.client-theme .bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.client-theme .bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .client-theme .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.client-theme .bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.client-theme .bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme .bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.client-theme .bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.client-theme .bootstrap-select .dropdown-menu li {
  position: relative;
}
.client-theme .bootstrap-select .dropdown-menu li.active small, .client-theme .bootstrap-select .dropdown-menu li.active .small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.client-theme .bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.client-theme .bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.client-theme .bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.client-theme .bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.client-theme .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.client-theme .bootstrap-select .dropdown-menu li small, .client-theme .bootstrap-select .dropdown-menu li .small {
  padding-left: 0.5em;
}
.client-theme .bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme .bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.client-theme .bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.client-theme .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.client-theme .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.client-theme .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.client-theme .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.client-theme .bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.client-theme .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.client-theme .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.client-theme .bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}
.client-theme .bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .client-theme .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.client-theme .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.client-theme .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.client-theme .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.client-theme .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.client-theme .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.client-theme .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.client-theme .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .client-theme .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .client-theme .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .client-theme .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.client-theme .bs-searchbox,
.client-theme .bs-actionsbox,
.client-theme .bs-donebutton {
  padding: 4px 8px;
}
.client-theme .bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme .bs-actionsbox .btn-group button {
  width: 50%;
}
.client-theme .bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme .bs-donebutton .btn-group button {
  width: 100%;
}
.client-theme .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.client-theme .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.client-theme .bootstrap-datetimepicker-widget {
  list-style: none;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .client-theme .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .client-theme .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .client-theme .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu:before, .client-theme .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.client-theme .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.client-theme .bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.client-theme .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.client-theme .bootstrap-datetimepicker-widget .timepicker-hour, .client-theme .bootstrap-datetimepicker-widget .timepicker-minute, .client-theme .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.client-theme .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.client-theme .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.client-theme .bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.client-theme .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.client-theme .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.client-theme .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.client-theme .bootstrap-datetimepicker-widget table td, .client-theme .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.client-theme .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.client-theme .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.client-theme .bootstrap-datetimepicker-widget table th.disabled, .client-theme .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.client-theme .bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.client-theme .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.client-theme .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.client-theme .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.client-theme .bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.client-theme .bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.client-theme .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.client-theme .bootstrap-datetimepicker-widget table td.day:hover, .client-theme .bootstrap-datetimepicker-widget table td.hour:hover, .client-theme .bootstrap-datetimepicker-widget table td.minute:hover, .client-theme .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.client-theme .bootstrap-datetimepicker-widget table td.old, .client-theme .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.client-theme .bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.client-theme .bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.client-theme .bootstrap-datetimepicker-widget table td.active, .client-theme .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.client-theme .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.client-theme .bootstrap-datetimepicker-widget table td.disabled, .client-theme .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.client-theme .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.client-theme .bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.client-theme .bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.client-theme .bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.client-theme .bootstrap-datetimepicker-widget table td span.disabled, .client-theme .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.client-theme .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.client-theme .bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.client-theme .bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.client-theme .input-group.date .input-group-addon {
  cursor: pointer;
}
.client-theme .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.client-theme table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
.client-theme table.dataTable td,
.client-theme table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.client-theme table.dataTable td.dataTables_empty,
.client-theme table.dataTable th.dataTables_empty {
  text-align: center;
}
.client-theme table.dataTable.nowrap th,
.client-theme table.dataTable.nowrap td {
  white-space: nowrap;
}
.client-theme div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.client-theme div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
.client-theme div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
.client-theme div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.client-theme div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.client-theme div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
.client-theme div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.client-theme div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
.client-theme div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
.client-theme table.dataTable thead > tr > th.sorting_asc, .client-theme table.dataTable thead > tr > th.sorting_desc, .client-theme table.dataTable thead > tr > th.sorting,
.client-theme table.dataTable thead > tr > td.sorting_asc,
.client-theme table.dataTable thead > tr > td.sorting_desc,
.client-theme table.dataTable thead > tr > td.sorting {
  padding-right: 10px;
}
.client-theme table.dataTable thead > tr > th:active,
.client-theme table.dataTable thead > tr > td:active {
  outline: none;
}
.client-theme table.dataTable thead .sorting,
.client-theme table.dataTable thead .sorting_asc,
.client-theme table.dataTable thead .sorting_desc,
.client-theme table.dataTable thead .sorting_asc_disabled,
.client-theme table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.client-theme table.dataTable thead .sorting:after,
.client-theme table.dataTable thead .sorting_asc:after,
.client-theme table.dataTable thead .sorting_desc:after,
.client-theme table.dataTable thead .sorting_asc_disabled:after,
.client-theme table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}
.client-theme table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
.client-theme table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
.client-theme table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
.client-theme table.dataTable thead .sorting_asc_disabled:after,
.client-theme table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}
.client-theme div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
.client-theme div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.client-theme div.dataTables_scrollBody table thead .sorting:after,
.client-theme div.dataTables_scrollBody table thead .sorting_asc:after,
.client-theme div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
.client-theme div.dataTables_scrollBody table tbody tr:first-child th,
.client-theme div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
.client-theme div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .client-theme div.dataTables_wrapper div.dataTables_length,
  .client-theme div.dataTables_wrapper div.dataTables_filter,
  .client-theme div.dataTables_wrapper div.dataTables_info,
  .client-theme div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
.client-theme table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
.client-theme table.dataTable.table-condensed .sorting:after,
.client-theme table.dataTable.table-condensed .sorting_asc:after,
.client-theme table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}
.client-theme table.table-bordered.dataTable th,
.client-theme table.table-bordered.dataTable td {
  border-left-width: 0;
}
.client-theme table.table-bordered.dataTable th:last-child, .client-theme table.table-bordered.dataTable th:last-child,
.client-theme table.table-bordered.dataTable td:last-child,
.client-theme table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
.client-theme table.table-bordered.dataTable tbody th,
.client-theme table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
.client-theme div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
.client-theme div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
.client-theme div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
.client-theme div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
.client-theme span.multiselect-native-select {
  position: relative;
}
.client-theme span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.client-theme .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.client-theme .multiselect-container .input-group {
  margin: 5px;
}
.client-theme .multiselect-container > li {
  padding: 0;
}
.client-theme .multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.client-theme .multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.client-theme .multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.client-theme .multiselect-container > li > a {
  padding: 0;
}
.client-theme .multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.client-theme .multiselect-container > li > a > label.radio, .client-theme .multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.client-theme .multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}
.client-theme .btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.client-theme .form-inline .multiselect-container label.checkbox, .client-theme .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.client-theme .form-inline .multiselect-container li a label.checkbox input[type=checkbox], .client-theme .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}
.client-theme .fly-in-right-to-left {
  opacity: 0;
  transform: translateX(20%);
  transition: transform opacity 1s;
  transition-delay: 1.25s;
  transition-duration: 1.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: forwards;
}
.client-theme .fly-in-right-to-left.animation-action {
  animation-duration: 0.75s !important;
  opacity: 1 !important;
  animation-delay: 0s !important;
  animation-fill-mode: forwards !important;
  transform: translateX(0) !important;
}
.client-theme .animate-fadein > div {
  opacity: 0;
  transition-duration: 0.5s;
  transition: transform opacity 1s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
.client-theme .animate-fadein.animate-show > div {
  opacity: 1 !important;
}
.client-theme .animate-zoomin > div {
  transform: scale(0.8);
  transition-duration: 1s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
.client-theme .animate-zoomin.animate-show > div {
  transform: scale(1) !important;
}
.client-theme .border {
  border: 1px solid #979797 !important;
}
.client-theme hr.border {
  border: none;
  border-top: 1px solid #979797;
}
.client-theme .color-white {
  color: #FFFFFF;
}
.client-theme .color-black {
  color: #000000;
}
.client-theme .btn-primary {
  color: #fff;
  font-weight: normal;
  border-color: #e64925;
}
.client-theme .btn-primary:hover, .client-theme .btn-primary:active, .client-theme .btn-primary:focus, .client-theme .btn-primary:active:focus {
  background-color: #9e100f;
  border-color: #9e100f;
  color: #ffffff;
}
.client-theme .btn-primary:disabled, .client-theme .btn-primary:disabled:hover, .client-theme .btn-primary.disabled, .client-theme .btn-primary.disabled:hover {
  background-color: #979797;
  color: black;
  border-color: #979797;
}
.client-theme .btn-default {
  background-color: #fff;
  color: #5c5c5c;
  border-color: #4fc4d0;
}
.client-theme .btn-default:hover, .client-theme .btn-default:focus, .client-theme .btn-default:active {
  background-color: #e4e4e4;
  color: #000000;
  border-color: #4fc4d0;
}
.client-theme .btn-default:disabled, .client-theme .btn-default:disabled:hover, .client-theme .btn-default.disabled, .client-theme .btn-default.disabled:hover {
  background-color: #979797;
  color: black;
  border-color: #979797;
}
.client-theme .btn-link {
  outline: none;
  color: #4fc4d0;
  text-decoration: none;
}
.client-theme .btn-link:disabled, .client-theme .btn-link:disabled:hover, .client-theme .btn-link.disabled, .client-theme .btn-link.disabled:hover {
  background-color: transparent;
  color: black;
}
.client-theme .btn-link:hover, .client-theme .btn-link:active, .client-theme .btn-link:focus {
  text-decoration: none;
  color: #32aeba;
}
.client-theme a {
  color: #4fc4d0;
  text-decoration: none;
}
.client-theme .dropdown-toggle::after {
  display: none;
}
.client-theme .btn-group, .client-theme .btn-group-vertical {
  display: inline-block;
}
.client-theme .btn-view-more, .client-theme .btn.btn-view-more {
  margin: 10px 0 40px 0;
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #e64925;
}
.client-theme .btn-view-more:hover, .client-theme .btn-view-more:focus, .client-theme .btn-view-more:active, .client-theme .btn.btn-view-more:hover, .client-theme .btn.btn-view-more:focus, .client-theme .btn.btn-view-more:active {
  background-color: transparent;
  color: #e64925;
  outline: none;
}
.client-theme .btn-view-more::after, .client-theme .btn.btn-view-more::after {
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  content: "\f078";
  display: block;
  line-height: 20px;
  font-weight: 900;
}
.client-theme .btn-view-more.toggle:after, .client-theme .btn.btn-view-more.toggle:after {
  transform: rotate(180deg);
}
.client-theme .btn-view-more.toggle.collapsed:after, .client-theme .btn.btn-view-more.toggle.collapsed:after {
  transform: rotate(0deg);
}
.client-theme table.dataTable thead .sorting:after,
.client-theme table.dataTable thead .sorting_asc:after,
.client-theme table.dataTable thead .sorting_desc:after,
.client-theme table.dataTable thead .sorting_asc_disabled:after,
.client-theme table.dataTable thead .sorting_desc_disabled:after {
  font-family: "Font Awesome 6 Free";
}
.client-theme table.dataTable thead .sorting:after {
  content: "\f07d";
  /* sort */
}
.client-theme table.dataTable thead .sorting_asc:after {
  /* content: "\f884"; */
  content: "\f062";
  /* sort-by-attributes */
}
.client-theme table.dataTable thead .sorting_desc:after {
  /*  content: "\f161"; */
  content: "\f063";
  /* sort-by-attributes-alt */
}
.client-theme {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #5c5c5c;
  background-color: white;
}
.client-theme html {
  height: 100vh;
}
.client-theme .global-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
.client-theme .page-wrapper {
  flex: 1 0 auto;
  width: 100%;
  min-height: 600px;
  background-color: transparent;
}
.client-theme .menu .accordion-heading {
  position: relative;
}
.client-theme .menu .accordion-heading .edit {
  position: absolute;
  top: 8px;
  right: 30px;
}
.client-theme .menu .parent {
  border-left: 4px;
}
.client-theme .menu .child {
  border-left: 4px;
}
.client-theme .menu .collapse.in {
  overflow: visible;
}
.client-theme .accordion-group {
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.client-theme .accordion-heading {
  border-bottom: 0;
}
.client-theme .accordion-heading .accordion-toggle {
  display: block;
}
.client-theme .accordion-toggle {
  cursor: pointer;
}
.client-theme .accordion-toggle .fa-solid {
  margin-right: 5px;
}
.client-theme .accordion-inner {
  padding: 5px 15px;
  max-height: 300px;
  overflow-y: auto;
}
.client-theme .accordion-heading label {
  font-weight: normal;
}
.client-theme .flex-container {
  display: flex;
  flex-wrap: wrap;
}
.client-theme .row.flex-container:after,
.client-theme .row.flex-container:before {
  content: normal;
}
.client-theme .flex-column {
  flex-direction: column;
}
.client-theme .flex-justify-left {
  justify-content: flex-start;
}
.client-theme .flex-justify-right {
  justify-content: flex-end;
}
.client-theme .flex-justify-center {
  justify-content: center;
}
.client-theme .flex-justify-between {
  justify-content: space-between;
}
.client-theme .flex-justify-around {
  justify-content: space-around;
}
.client-theme .flex-align-top {
  align-items: flex-start;
}
.client-theme .flex-align-bottom {
  align-items: flex-end;
}
.client-theme .flex-align-center {
  align-items: center;
}
.client-theme .flex-align-stretch {
  align-items: stretch;
}
.client-theme .flex-align-baseline {
  align-items: baseline;
}
.client-theme .flex-row {
  display: flex;
  flex-direction: row;
}
.client-theme .flex-column {
  display: flex;
  flex-direction: column;
}
.client-theme .flex-grow {
  flex-grow: 1;
}
.client-theme .flex-shrink {
  flex-shrink: 0;
}
.client-theme .flex-wrap {
  flex-wrap: wrap;
}
.client-theme .flex-none {
  flex: none;
}
.client-theme .row.equal-height-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; /* We don't want all columns to be in 1 line though, they can break into new lines if there is not enough space to show all. */
}
.client-theme .row.equal-height-row > [class*=col-] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.client-theme .row.equal-height-row > [class*=col-].v-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
}
.client-theme input.form-control[type=checkbox] {
  height: 20px;
  width: 20px;
}
.client-theme .form-select {
  line-height: 1.375;
  height: 38px;
  padding: 6px 12px;
}
.client-theme label.checkbox {
  font-weight: normal;
}
.client-theme .navbar-form {
  box-shadow: none;
}
.client-theme .multiselect-container.dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.client-theme .multiselect-container.dropdown-menu li label {
  padding-left: 10px;
}
.client-theme .dropdown-menu .active > a, .client-theme .dropdown-menu .active > a:hover {
  background-color: #7ed0e0;
  color: #5c5c5c;
}
.client-theme .dropdown-menu > li a:hover {
  background-color: #e4e4e4;
}
.client-theme .dropdown-menu > li > a, .client-theme .dropdown-menu > li > a:hover, .client-theme .dropdown-menu > li .active > a:hover {
  color: #5c5c5c;
}
.client-theme .field-validation-error {
  color: #d9534f;
}
.client-theme .form-control.input-validation-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.client-theme .form-control.input-validation-error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.client-theme .help-block {
  font-style: italic;
  font-size: 14px;
}
.client-theme .form-horizontal .col-form-label {
  text-align: right;
}
.client-theme .horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.client-theme .form-group {
  margin-bottom: 15px;
}
.client-theme .input-group > .btn.btn-default {
  border-radius: 0px;
}
.client-theme .multiselect-native-select button.form-select {
  padding-right: 40px;
}
.client-theme .col-xs-1 {
  width: 8.3333333333%;
}
.client-theme .col-xs-2 {
  width: 16.6666666667%;
}
.client-theme .col-xs-3 {
  width: 25%;
}
.client-theme .col-xs-4 {
  width: 33.3333333333%;
}
.client-theme .col-xs-5 {
  width: 41.6666666667%;
}
.client-theme .col-xs-6 {
  width: 50%;
}
.client-theme .col-xs-7 {
  width: 58.3333333333%;
}
.client-theme .col-xs-8 {
  width: 66.6666666667%;
}
.client-theme .col-xs-9 {
  width: 75%;
}
.client-theme .col-xs-10 {
  width: 83.3333333333%;
}
.client-theme .col-xs-11 {
  width: 91.6666666667%;
}
.client-theme header .mobile-navigation .nav.navbar-nav .dropdown-menu.show {
  position: static;
}
.client-theme header .dropdown-toggle::after {
  display: none;
}
.client-theme header .navbar-toggler {
  border: 2px solid #ffffff;
  transition: none;
  margin-right: 15px;
  float: right;
}
.client-theme header .navbar-toggler:focus, .client-theme header .navbar-toggler:active, .client-theme header .navbar-toggler:hover {
  box-shadow: none;
  background-color: #979797;
}
@media screen and (min-width: 767px) {
  .client-theme header .navbar-toggler {
    display: none;
  }
}
.client-theme header .navbar {
  display: block;
  z-index: 999;
  min-height: 100px;
  border: none;
  margin-bottom: 0;
  /* .navbar-nav-container {
      float: none;

      @include respond-min($bp-medium) {
          float: right;
      }
  } */
}
.client-theme header .navbar > .container {
  display: block;
}
@media screen and (max-width: 1200px) {
  .client-theme header .navbar > .container {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar {
    background: #000000; /* The Fallback */
    background: rgba(0, 0, 0, 0.8);
  }
}
.client-theme header .navbar .navbar-header {
  background-color: #000000;
  padding: 26px 0;
  float: none;
  margin-left: -15px;
  margin-right: -15px;
}
.client-theme header .navbar .navbar-header .navbar-brand {
  padding: 0;
  height: auto;
}
.client-theme header .navbar .navbar-header .navbar-brand img {
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .client-theme header .navbar .navbar-header .navbar-brand img {
    max-width: 225px;
  }
}
@media screen and (min-width: 767px) {
  .client-theme header .navbar .navbar-header {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .client-theme header .navbar .navbar-nav {
    margin-top: 35px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .client-theme header .navbar .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.client-theme header .navbar .navbar-nav a, .client-theme header .navbar .navbar-nav a span.fa-solid, .client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
  font-size: 22px;
}
@media screen and (min-width: 767px) {
  .client-theme header .navbar .navbar-nav a, .client-theme header .navbar .navbar-nav a span.fa-solid, .client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
    font-size: 16px;
  }
}
.client-theme header .navbar .navbar-nav a, .client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
  line-height: 35px;
}
.client-theme header .navbar .navbar-nav > li > a {
  padding: 0;
  padding-bottom: 1px;
  margin: 0 15px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-nav > li > a {
    line-height: normal;
    padding: 5px 0;
    display: block;
  }
}
.client-theme header .navbar .navbar-nav li a:hover, .client-theme header .navbar .navbar-nav li a:active, .client-theme header .navbar .navbar-nav li a:focus, .client-theme header .navbar .navbar-nav > .active > a, .client-theme header .navbar .navbar-nav > .active > a:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .client-theme header .navbar .navbar-nav li a:hover, .client-theme header .navbar .navbar-nav li a:active, .client-theme header .navbar .navbar-nav li a:focus, .client-theme header .navbar .navbar-nav > .active > a, .client-theme header .navbar .navbar-nav > .active > a:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 0;
  }
}
.client-theme header .navbar .navbar-nav .dropdown-menu {
  position: absolute;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ffffff;
  border: 0px;
  border-top-right-radius: 4px;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-nav .dropdown-menu {
    border-radius: 0px;
    width: 100%;
  }
}
.client-theme header .navbar .navbar-nav .dropdown-menu a {
  color: #5c5c5c;
}
.client-theme header .navbar .navbar-nav .dropdown-menu a:hover {
  background-color: #979797;
  color: #ffffff;
}
.client-theme header .navbar .navbar-nav .dropdown-menu a:hover, .client-theme header .navbar .navbar-nav .dropdown-menu a:focus, .client-theme header .navbar .navbar-nav .dropdown-menu .active a, .client-theme header .navbar .navbar-nav .dropdown-menu .active a:hover, .client-theme header .navbar .navbar-nav .dropdown-menu li a:hover,
.client-theme header .navbar .navbar-nav .dropdown-menu li a:hover, .client-theme header .navbar .navbar-nav .dropdown-menu li a:focus {
  background-color: #979797 !important;
  color: #ffffff !important;
  border-bottom: 0;
  margin-bottom: 0;
}
.client-theme header .navbar .navbar-nav .dropdown-menu li:first-child a {
  border-radius: 0px;
}
@media screen and (min-width: 992px) {
  .client-theme header .navbar .navbar-nav .dropdown-menu li:first-child a {
    border-top-right-radius: 4px;
  }
}
.client-theme header .navbar .navbar-nav .dropdown-menu li:last-child a {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.client-theme header .navbar .navbar-nav .dropdown-menu, .client-theme header .navbar .navbar-nav .dropdown-menu li, .client-theme header .navbar .navbar-nav .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px;
}
.client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
  color: #5c5c5c;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu .dropdown-menu {
  position: relative;
  box-shadow: none;
  background-color: #e4e4e4;
  border: none;
  border-radius: 0;
  width: 100%;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu .dropdown-menu li a {
  padding-left: 2em;
  border-radius: 0px !important;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu.nav-open span.fa-chevron-down {
  transform: rotate(-180deg);
  transition: all 0.5s ease;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu span.fa-chevron-down {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu.nav-open > a, .client-theme header .navbar .navbar-nav .dropdown-submenu .nav-open > a:focus {
  background-color: #979797 !important;
  color: #ffffff !important;
}
.client-theme header .navbar .navbar-nav .open {
  background-color: #e64925;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 40px;
}
.client-theme header .navbar .navbar-nav .open > a, .client-theme header .navbar .navbar-nav .open > a:hover, .client-theme header .navbar .navbar-nav .open > a:focus {
  background-color: transparent;
  border-bottom: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-nav .header-avatar {
    margin: 0 15px;
  }
}
.client-theme header .navbar .navbar-nav .header-avatar:hover, .client-theme header .navbar .navbar-nav .header-avatar:focus, .client-theme header .navbar .navbar-nav .header-avatar:active {
  border-bottom: 0;
}
.client-theme header .navbar .navbar-nav .header-avatar .header-avatar-img {
  height: 50px;
  width: 50px;
  margin: -15px auto 0px auto;
}
.client-theme header .navbar .navbar-nav .header-search-field {
  border: none;
  height: auto;
}
.client-theme header .navbar .navbar-nav .mobile-search > form {
  border: none;
  margin: 0px;
  padding: 10px 15px 5px;
}
.client-theme header .navbar .navbar-nav.profile .header-avatar .participant-name {
  display: none;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-nav {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.client-theme header .navbar .navbar-nav.search .dropdown-menu {
  background-color: #fff;
  min-width: 270px;
  padding: 10px;
}
.client-theme header .navbar .navbar-toggle {
  margin-top: 0px;
  border-color: #ffffff;
  background-color: transparent;
}
.client-theme header .navbar .navbar-toggle:hover, .client-theme header .navbar .navbar-toggle:active, .client-theme header .navbar .navbar-toggle:focus {
  background-color: #4d4d4d;
}
.client-theme header .navbar .navbar-toggle .icon-bar {
  height: 3px;
  background-color: #ffffff;
}
.client-theme header .secondary-navigation, .client-theme header .primary-navigation {
  display: none;
}
@media screen and (min-width: 767px) {
  .client-theme header .mobile-navigation.navbar-collapse.collapse {
    display: none !important;
  }
  .client-theme header .primary-navigation {
    display: flex;
    float: none;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .client-theme header .primary-navigation {
    float: right;
  }
}
@media screen and (min-width: 767px) {
  .client-theme header .primary-navigation .navbar-nav {
    float: left;
  }
  .client-theme header .primary-navigation .nav-item .nav-link {
    color: #000;
    position: relative;
    width: auto;
  }
  .client-theme header .primary-navigation .nav-item.dropdown.open .nav-link {
    text-decoration: none;
  }
  .client-theme header .primary-navigation .nav-item.dropdown.open .dropdown-menu .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .client-theme header .secondary-navigation {
    display: block;
  }
  .client-theme header .secondary-navigation .nav-item {
    display: list-item;
  }
  .client-theme header .secondary-navigation .nav-item .dropdown-menu .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .client-theme header .secondary-navigation nav {
    background-color: #1d3a6d;
  }
  .client-theme header .secondary-navigation nav div.container > ul > li.nav-item {
    display: inline-block;
  }
  .client-theme header .secondary-navigation .navbar-header {
    float: none;
  }
  .client-theme header .secondary-navigation .navbar-nav-container {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .client-theme header .secondary-navigation .navbar-nav {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .client-theme header .secondary-navigation .navbar-nav .header-avatar .header-avatar-img {
    width: 35px;
    height: 35px;
    margin-bottom: -15px;
  }
  .client-theme header .secondary-navigation .navbar-nav.primary {
    margin-left: -15px;
  }
  .client-theme header .secondary-navigation .navbar-nav a {
    line-height: 25px;
    width: auto;
  }
  .client-theme header .secondary-navigation .navbar-nav .open {
    min-height: auto;
    background-color: transparent;
  }
  .client-theme header .secondary-navigation .navbar-nav > .dropdown > .dropdown-menu {
    margin-top: 12px;
  }
}
.client-theme.sticky-menu header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.client-theme.sticky-menu .page-wrapper {
  margin-top: 100px;
}
.client-theme .navbar-wrapper {
  background-color: #000000;
}
.client-theme .nav-link.dropdown-toggle.show:focus-visible {
  box-shadow: none;
}
.client-theme .overlay-bottom {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: white;
  left: 0;
  padding: 10px 18px 0px 12px;
  position: absolute;
  right: 0;
}
.client-theme img.expand {
  width: 100%;
}
.client-theme .social-media-icon {
  width: 45px;
  height: 45px;
}
.client-theme .fa-square-check, .client-theme .fa-square {
  font-weight: normal;
  font-size: 40px;
}
.client-theme .loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #e64925;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.client-theme .ajax-loader-container {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.client-theme .ajax-loader {
  animation: ajaxLoaderAnimation 2s infinite linear;
  top: 50%;
  position: absolute;
  right: 50%;
}
@keyframes ajaxLoaderAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.client-theme .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 900;
}
.client-theme .metrics-loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.client-theme .dropdown-toggle[aria-expanded=true] .caret {
  border-bottom: 4px dashed;
  border-top: none;
}
.client-theme .dropdown.text-right .dropdown-menu,
.client-theme .text-right .dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.client-theme .overlay-triangle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 2%;
  right: 2.5%;
  z-index: 10;
  border: 30px solid;
  border-color: rgba(0, 0, 0, 0.75) rgba(0, 0, 0, 0.75) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0);
  letter-spacing: 10px;
  font: bold 25px/1 sans-serif;
  text-align: right;
  color: #ef9f26;
  cursor: pointer;
}
.client-theme .overlay-triangle .checkbox {
  position: absolute;
  top: -30px;
  right: -30px;
}
.client-theme .overlay-triangle.red-triangle {
  border-color: rgba(255, 0, 0, 0.75) rgba(255, 0, 0, 0.75) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0);
}
.client-theme .social-sharing img {
  width: 25px;
}
.client-theme .dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.client-theme .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1rem 0;
  border-radius: var(--bs-border-radius);
}
.client-theme .pagination > li {
  display: inline;
}
.client-theme .pagination > li > a,
.client-theme .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5714285714;
  text-decoration: none;
  color: var(--bs-link-color);
  background-color: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  margin-left: calc(1px * -1);
}
.client-theme .pagination > li:first-child > a,
.client-theme .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.client-theme .pagination > li:last-child > a,
.client-theme .pagination > li:last-child > span {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.client-theme .pagination > li > a:hover, .client-theme .pagination > li > a:focus,
.client-theme .pagination > li > span:hover,
.client-theme .pagination > li > span:focus {
  z-index: 2;
  color: var(--bs-link-hover-color);
  background-color: var(--bs-tertiary-bg);
  border-color: #dee2e6;
}
.client-theme .pagination > .active > a, .client-theme .pagination > .active > a:hover, .client-theme .pagination > .active > a:focus,
.client-theme .pagination > .active > span,
.client-theme .pagination > .active > span:hover,
.client-theme .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #dee2e6;
  cursor: default;
}
.client-theme .pagination > .disabled > span,
.client-theme .pagination > .disabled > span:hover,
.client-theme .pagination > .disabled > span:focus,
.client-theme .pagination > .disabled > a,
.client-theme .pagination > .disabled > a:hover,
.client-theme .pagination > .disabled > a:focus {
  color: var(--bs-secondary-color);
  background-color: var(--bs-secondary-bg);
  border-color: #dee2e6;
  cursor: not-allowed;
}
.client-theme .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.09375rem;
  --bs-pagination-border-radius: 0.5rem;
}
.client-theme .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.765625rem;
  --bs-pagination-border-radius: 0.25rem;
}
.client-theme table {
  border-collapse: collapse;
  border-spacing: 0;
}
.client-theme table.dataTable thead .sorting:after, .client-theme table.dataTable thead .sorting_asc:after, .client-theme table.dataTable thead .sorting_desc:after, .client-theme table.dataTable thead .sorting_asc_disabled:after, .client-theme table.dataTable thead .sorting_desc_disabled:after {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  padding-left: 8px;
}
.client-theme thead tr {
  background-color: #ffffff;
  color: #e64925;
}
.client-theme .dataTable {
  background-color: #ffffff;
}
.client-theme .table > tbody > tr:first-of-type > td {
  border-top: 1px solid #ddd;
}
.client-theme .nav-tabs .nav-link.active {
  border-bottom-color: transparent;
}
.client-theme .nav-tabs .nav-link {
  color: #4fc4d0;
}
.client-theme .nav-tabs .nav-link.active {
  color: #5c5c5c;
}
.client-theme h1, .client-theme h2, .client-theme h3, .client-theme h4, .client-theme .h1, .client-theme .h2, .client-theme .h3, .client-theme .h4 {
  margin: 0 0 20px 0;
}
.client-theme h1, .client-theme .h1 {
  line-height: 1.05em;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .client-theme h1, .client-theme .h1 {
    line-height: 1.05em;
  }
}
.client-theme h2, .client-theme .h2 {
  line-height: 1.154em;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .client-theme h2, .client-theme .h2 {
    line-height: 1.25em;
  }
}
.client-theme h3, .client-theme .h3 {
  line-height: 1.36em;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .client-theme h3, .client-theme .h3 {
    line-height: 1.25em;
  }
}
.client-theme h4, .client-theme .h4 {
  line-height: 1.11em;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .client-theme h4, .client-theme .h4 {
    line-height: 1.22em;
  }
}
.client-theme h5, .client-theme .h5 {
  line-height: 1.2em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .client-theme h5, .client-theme .h5 {
    line-height: 1.25em;
  }
}
.client-theme h6, .client-theme .h6 {
  line-height: 1.25em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: inherit;
}
.client-theme .text-align-left {
  text-align: left;
}
.client-theme .text-align-center {
  text-align: center;
}
.client-theme .text-align-right {
  text-align: right;
}
.client-theme strong, .client-theme .strong {
  font-weight: 700;
}
.client-theme .font-weight-normal {
  font-weight: normal;
}
.client-theme .font-weight-light {
  font-weight: 300;
}
.client-theme ul.list-style-disc {
  list-style-type: disc;
}
.client-theme .bottom-align-text {
  position: absolute;
  bottom: 0;
}
.client-theme .text-danger {
  color: #dc3545 !important;
}
.client-theme .text-success {
  color: #198754 !important;
}
.client-theme .margin-top-0 {
  margin-top: 0px !important;
}
.client-theme .margin-top-5 {
  margin-top: 5px !important;
}
.client-theme .margin-top-10 {
  margin-top: 10px !important;
}
.client-theme .margin-top-15 {
  margin-top: 15px !important;
}
.client-theme .margin-top-20 {
  margin-top: 20px !important;
}
.client-theme .margin-top-30 {
  margin-top: 30px !important;
}
.client-theme .margin-top-40 {
  margin-top: 40px !important;
}
.client-theme .margin-top-50 {
  margin-top: 50px !important;
}
.client-theme .margin-bottom-0 {
  margin-bottom: 0px !important;
}
.client-theme .margin-bottom-5 {
  margin-bottom: 5px !important;
}
.client-theme .margin-bottom-10 {
  margin-bottom: 10px !important;
}
.client-theme .margin-bottom-15 {
  margin-bottom: 15px !important;
}
.client-theme .margin-bottom-20 {
  margin-bottom: 20px !important;
}
.client-theme .margin-bottom-30 {
  margin-bottom: 30px !important;
}
.client-theme .margin-bottom-40 {
  margin-bottom: 40px !important;
}
.client-theme .margin-bottom-50 {
  margin-bottom: 50px !important;
}
.client-theme .margin-left-0 {
  margin-left: 0px !important;
}
.client-theme .margin-left-5 {
  margin-left: 5px !important;
}
.client-theme .margin-left-10 {
  margin-left: 10px !important;
}
.client-theme .margin-left-15 {
  margin-left: 15px !important;
}
.client-theme .margin-left-20 {
  margin-left: 20px !important;
}
.client-theme .margin-left-30 {
  margin-left: 30px !important;
}
.client-theme .margin-left-40 {
  margin-left: 40px !important;
}
.client-theme .margin-left-50 {
  margin-left: 50px !important;
}
.client-theme .margin-right-0 {
  margin-right: 0px !important;
}
.client-theme .margin-right-5 {
  margin-right: 5px !important;
}
.client-theme .margin-right-10 {
  margin-right: 10px !important;
}
.client-theme .margin-right-15 {
  margin-right: 15px !important;
}
.client-theme .margin-right-20 {
  margin-right: 20px !important;
}
.client-theme .margin-right-30 {
  margin-right: 30px !important;
}
.client-theme .margin-right-40 {
  margin-right: 40px !important;
}
.client-theme .margin-right-50 {
  margin-right: 50px !important;
}
.client-theme .padding-top-0 {
  padding-top: 0px !important;
}
.client-theme .padding-top-5 {
  padding-top: 5px !important;
}
.client-theme .padding-top-10 {
  padding-top: 10px !important;
}
.client-theme .padding-top-15 {
  padding-top: 15px !important;
}
.client-theme .padding-top-20 {
  padding-top: 20px !important;
}
.client-theme .padding-top-30 {
  padding-top: 30px !important;
}
.client-theme .padding-top-40 {
  padding-top: 40px !important;
}
.client-theme .padding-top-50 {
  padding-top: 50px !important;
}
.client-theme .padding-bottom-0 {
  padding-bottom: 0px !important;
}
.client-theme .padding-bottom-5 {
  padding-bottom: 5px !important;
}
.client-theme .padding-bottom-10 {
  padding-bottom: 10px !important;
}
.client-theme .padding-bottom-15 {
  padding-bottom: 15px !important;
}
.client-theme .padding-bottom-20 {
  padding-bottom: 20px !important;
}
.client-theme .padding-bottom-30 {
  padding-bottom: 30px !important;
}
.client-theme .padding-bottom-40 {
  padding-bottom: 40px !important;
}
.client-theme .padding-bottom-50 {
  padding-bottom: 50px !important;
}
.client-theme .padding-left-0 {
  padding-left: 0px !important;
}
.client-theme .padding-left-5 {
  padding-left: 5px !important;
}
.client-theme .padding-left-10 {
  padding-left: 10px !important;
}
.client-theme .padding-left-15 {
  padding-left: 15px !important;
}
.client-theme .padding-left-20 {
  padding-left: 20px !important;
}
.client-theme .padding-left-30 {
  padding-left: 30px !important;
}
.client-theme .padding-left-40 {
  padding-left: 40px !important;
}
.client-theme .padding-left-50 {
  padding-left: 50px !important;
}
.client-theme .padding-right-0 {
  padding-right: 0px !important;
}
.client-theme .padding-right-5 {
  padding-right: 5px !important;
}
.client-theme .padding-right-10 {
  padding-right: 10px !important;
}
.client-theme .padding-right-15 {
  padding-right: 15px !important;
}
.client-theme .padding-right-20 {
  padding-right: 20px !important;
}
.client-theme .padding-right-30 {
  padding-right: 30px !important;
}
.client-theme .padding-right-40 {
  padding-right: 40px !important;
}
.client-theme .padding-right-50 {
  padding-right: 50px !important;
}
.client-theme .right {
  float: right;
}
.client-theme .left {
  float: left;
}
.client-theme .margin-0 {
  margin: 0 !important;
}
.client-theme .padding-0 {
  padding: 0 !important;
}
.client-theme .padding-10 {
  padding: 10px;
}
.client-theme .padding-15 {
  padding: 15px;
}
.client-theme .padding-20 {
  padding: 20px;
}
.client-theme .flip-horizontal {
  transform: scaleX(-1);
}
.client-theme .spacer-10 {
  height: 10px;
}
.client-theme .spacer-12 {
  height: 12px;
}
.client-theme .spacer-14 {
  height: 14px;
}
.client-theme .spacer-16 {
  height: 16px;
}
.client-theme .spacer-18 {
  height: 18px;
}
.client-theme .spacer-20 {
  height: 20px;
}
.client-theme .full-width {
  width: 100%;
}
.client-theme .block {
  display: block;
}
.client-theme .inline-block {
  display: inline-block;
}
.client-theme .inline {
  display: inline;
}
.client-theme .flex-inline {
  display: inline-flex;
}
.client-theme .absolute {
  position: absolute;
}
.client-theme .relative {
  position: relative;
}
.client-theme .no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.client-theme .preserve-whitespace {
  white-space: pre;
}
.client-theme .text-right {
  text-align: right !important;
}
.client-theme .text-left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .client-theme .text-right-sm {
    text-align: right;
  }
  .client-theme .text-left-sm {
    text-align: left;
  }
  .client-theme .no-float-sm {
    float: none;
  }
  .client-theme .center-sm {
    text-align: center;
    margin: 0 auto;
  }
}
.client-theme span#screen-xs-max {
  content: "767px";
  display: none;
}
.client-theme span#screen-sm-min {
  content: "768px";
  display: none;
}
.client-theme span#screen-sm-max {
  content: "991px";
  display: none;
}
.client-theme span#screen-md-min {
  content: "992px";
  display: none;
}
.client-theme span#screen-md-max {
  content: "1199px";
  display: none;
}
.client-theme span#screen-lg-min {
  content: "1200px";
  display: none;
}
.client-theme .margin-auto {
  margin: 0 auto;
}
.client-theme .clearfix:before,
.client-theme .clearfix:after {
  content: " ";
  display: table;
}
.client-theme .clearfix:after {
  clear: both;
}
.client-theme .hide-select-option {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
.client-theme .global-modal-overlay {
  background-color: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.8;
}
.client-theme .global-modal {
  background-color: #ffffff;
  position: fixed;
  z-index: 1001;
  max-height: 90%;
}
.client-theme .global-modal.panel-window {
  position: fixed;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 90%;
  height: 100vh;
}
.client-theme .global-modal.panel-window.panel-left {
  left: -10000px;
}
.client-theme .global-modal.panel-window.panel-right {
  right: -10000px;
}
.client-theme .global-modal.panel-window .global-modal-container {
  overflow-y: scroll;
  height: 100%;
}
.client-theme .global-modal.panel-window .global-modal-inner-container {
  padding: 20px 30px;
}
.client-theme .global-modal.modal-window {
  top: 0;
  left: 0;
}
.client-theme .global-modal.modal-window .global-modal-container {
  overflow-y: auto;
  height: 100%;
  padding: 5px;
}
.client-theme .global-modal.modal-window .global-modal-inner-container {
  padding: 20px 30px;
}
.client-theme h4.modal-title, .client-theme .modal-title.h4 {
  color: #606060;
}
.client-theme .modal-title .fa-circle-exclamation {
  color: #FF0000;
}
.client-theme #entitlement-detail-modal .modal-body {
  width: auto;
  height: auto;
}
.client-theme #entitlement-detail-modal .modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  /*min-width: 300px;*/
}
.client-theme .customizeAssetControls {
  margin-bottom: 10px;
}
.client-theme .share-icon-crop {
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: right;
}
.client-theme #add-widget-list button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .panel-lg {
  width: 75%;
}
.client-theme .collapse.in {
  display: block !important;
}
.client-theme .hidden {
  display: none !important;
}
.client-theme .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.client-theme .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.client-theme .alert-info {
  background-color: #cff4fc;
  border-color: #b6effb;
  color: #055160;
}
.client-theme .alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03;
}
.client-theme .alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}
.client-theme .hide {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .client-theme .d-xs-none, .client-theme .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .client-theme .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-theme .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .client-theme .hidden-lg {
    display: none !important;
  }
}
.client-theme .pull-right {
  float: right !important;
}
.client-theme .pull-left {
  float: left !important;
}
.client-theme .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media (min-width: 768px) {
  .client-theme .widget.row .container,
  .client-theme .widget.row > .container,
  .client-theme header .navbar .container,
  .client-theme header .navbar > .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .client-theme .widget.row .container,
  .client-theme .widget.row > .container,
  .client-theme header .navbar .container,
  .client-theme header .navbar > .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .client-theme .widget.row .container,
  .client-theme .widget.row > .container,
  .client-theme header .navbar .container,
  .client-theme header .navbar > .container {
    width: 1170px;
  }
}
.client-theme .widget-bulletedtextlist ul {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 5rem;
  padding-top: 2rem;
}
.client-theme .widget-bulletedtextlist ul li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  /* &.fly-in-rtl-initial {
      .list-content {
          transition: margin .5s;
      }
  } */
}
.client-theme .widget-bulletedtextlist ul li .list-content {
  margin-left: 10rem;
}
.client-theme .widget-bulletedtextlist ul li .list-content p {
  font-weight: 400;
  line-height: 1.75;
  padding: 0;
}
.client-theme .widget-bulletedtextlist ul li .list-content p:last-child {
  margin-bottom: 0;
}
.client-theme .widget-bulletedtextlist .list-number {
  border-radius: 50%;
  font-size: 1.3rem;
  height: 3.5rem;
  left: 0;
  position: absolute;
  top: 0.7rem;
  width: 3.5rem;
  text-align: center;
  padding-top: 0.7rem;
}
.client-theme .widget-bulletedtextlist .list-content {
  margin-left: 10rem;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-bulletedtextlist ul {
    max-width: 80%;
  }
}
.client-theme .adobe-progress-modal .modal-footer {
  display: none;
}
.client-theme .adobe-progress-modal .modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  min-width: 40%;
}
.client-theme .adobe-tile-overlay {
  outline: 5px auto #ddd;
  outline-offset: -5px;
  border-radius: 10px;
}
.client-theme .adobe-product-detail-modal {
  width: 80%;
}
.client-theme .adobe-facet .adobe-facet-label {
  font-size: 14px;
  /* strong {
      font-size: 18px;
      display: block;
  } */
}
.client-theme .adobe-facet .adobe-facet-value {
  font-size: 32px;
  font-weight: bold;
}
.client-theme .adobe-facet-item-number {
  font-size: 14px;
}
.client-theme .adobe-quantity-input {
  max-width: 100px;
}
.client-theme .adobe-selected-products-wrapper {
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  font-size: 14px;
}
.client-theme .adobe-selected-products-wrapper ul li button.btn.btn-link {
  padding: 0;
}
.client-theme .adobe-cart-img {
  max-height: 60px;
}
.client-theme .adobe-selected-products-wrapper .table-responsive {
  max-height: 250px;
}
.client-theme .adobe-order-total {
  font-size: 20px;
}
.client-theme .adobe-product-image {
  height: 200px;
  text-align: center;
}
.client-theme .adobe-product-image img {
  height: 200px;
  width: auto;
  margin: 0 auto;
}
.client-theme .adobe-category .adobe-category-divider {
  border-top: 1px solid #404040;
  padding-top: 0.25rem;
  font-size: 14px;
}
.client-theme .adobe-category .list-group-item {
  font-size: 14px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.client-theme .adobe-category .list-group-item.state-icon {
  padding-top: 0.3rem;
}
.client-theme .adobe-product .js-adobe-product-list {
  margin-right: 0;
  margin-left: 0;
}
.client-theme .adobe-product .btn.btn-primary {
  font-size: 14px;
}
.client-theme .adobe-cart-products {
  overflow-x: scroll;
}
.client-theme .adobe-cart-products tr td.adobe-cart-products-img {
  width: 30%;
  text-align: left;
}
.client-theme .adobe-cart-products tr td.adobe-cart-products-img img {
  max-width: 90%;
}
.client-theme .adobe-cart-products tr td.adobe-cart-products-desc {
  width: 60%;
}
.client-theme .panel > .panel-heading.associatedgroup-heading {
  background-color: #4fc4d0;
  color: #ffffff;
}
.client-theme .panel > .panel-heading.associatedgroup-primarymember-heading {
  background-color: #979797;
  color: #ffffff;
}
.client-theme .panel > .panel-heading.associatedgroup-associatemembers-heading {
  background-color: #979797;
  color: #ffffff;
}
.client-theme .carousel-indicators {
  position: relative;
  margin: auto;
  left: auto;
  width: auto;
  bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .carousel-indicators button {
  /* &.active {
      background-color: #000;
      border: 2px solid #fff;
      width: 15px;
      height: 15px;
      margin: 1px;
  } */
}
.client-theme .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 2px;
  border: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.client-theme .carousel-control-prev,
.client-theme .carousel-control-next {
  background: #ffffff;
  height: 80px;
  width: 40px;
  top: calc(50% - 40px);
}
.client-theme .carousel-control-prev.left, .client-theme .carousel-control-prev.right,
.client-theme .carousel-control-next.left,
.client-theme .carousel-control-next.right {
  background-image: none;
}
.client-theme .carousel-control-prev .fa-chevron-left, .client-theme .carousel-control-prev .fa-chevron-right,
.client-theme .carousel-control-next .fa-chevron-left,
.client-theme .carousel-control-next .fa-chevron-right {
  margin-top: 0;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
}
.client-theme .carousel-control-prev .fa-chevron-left,
.client-theme .carousel-control-next .fa-chevron-left {
  margin-left: -15px;
  left: 50%;
}
.client-theme .carousel-control-prev .fa-chevron-right,
.client-theme .carousel-control-next .fa-chevron-right {
  margin-right: -15px;
  right: 50%;
}
.client-theme .carousel-control-prev span:before,
.client-theme .carousel-control-next span:before {
  color: #5c5c5c;
}
@media screen and (max-width: 767px) {
  .client-theme .carousel.slide .carousel-caption {
    bottom: 0;
  }
  .client-theme .carousel.slide .carousel-caption h1, .client-theme .carousel.slide .carousel-caption .h1, .client-theme .carousel.slide .carousel-caption h2, .client-theme .carousel.slide .carousel-caption .h2, .client-theme .carousel.slide .carousel-caption h3, .client-theme .carousel.slide .carousel-caption .h3, .client-theme .carousel.slide .carousel-caption h4, .client-theme .carousel.slide .carousel-caption .h4, .client-theme .carousel.slide .carousel-caption h5, .client-theme .carousel.slide .carousel-caption .h5, .client-theme .carousel.slide .carousel-caption h6, .client-theme .carousel.slide .carousel-caption .h6 {
    font-size: 1em;
  }
  .client-theme .carousel.slide .carousel-caption p {
    display: none;
  }
}
.client-theme .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.client-theme .carousel-caption.overlay-0, .client-theme .carousel-caption.overlay-25, .client-theme .carousel-caption.overlay-50, .client-theme .carousel-caption.overlay-75, .client-theme .carousel-caption.overlay-100 {
  min-height: initial;
  top: auto;
}
.client-theme .carousel-caption.overlay-horizontal-left100, .client-theme .carousel-caption.overlay-horizontal-left50, .client-theme .carousel-caption.overlay-horizontal-right100, .client-theme .carousel-caption.overlay-horizontal-right50, .client-theme .carousel-caption.overlay-horizontal-middle {
  top: 0;
}
.client-theme .carousel-caption.overlay-horizontal-left100, .client-theme .carousel-caption.overlay-horizontal-left50 {
  text-align: left;
}
.client-theme .carousel-caption.overlay-vertical-middle {
  padding-right: 50px;
  padding-left: 50px;
}
.client-theme .carousel-caption p {
  margin: 0;
}
.client-theme .row.carousel > .carousel-inner {
  padding-left: 0;
  padding-right: 0;
}
.client-theme .carousel-control-prev, .client-theme .carousel-control-next {
  z-index: 11;
}
.client-theme .carousel-accordion .accordion-button {
  border: 1px solid white;
  text-align: center;
  display: inline-block;
}
.client-theme .carousel-accordion .accordion-button::after {
  background: none;
}
.client-theme .carousel-accordion .accordion-carousel-icon::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
.client-theme .carousel-accordion .accordion-carousel-icon.accordion-carousel-icon-left::before {
  left: 20px;
  right: initial;
}
.client-theme .carousel-accordion .accordion-button.active::after {
  background: none;
}
.client-theme .carousel-accordion .accordion-carousel-icon.active::before,
.client-theme .carousel-accordion .accordion-carousel-icon[aria-expanded=true]::before {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
.client-theme .carousel-accordion .accordion-carousel-icon.active.accordion-carousel-icon-left::before,
.client-theme .carousel-accordion .accordion-carousel-icon[aria-expanded=true].accordion-carousel-icon-left::before {
  left: 20px;
  right: initial;
}
.client-theme .carousel-tabbed .carousel-nav-bottom.nav-tabs {
  border-bottom: none;
  border-top: 1px solid #ddd;
}
.client-theme .carousel-tabbed .carousel-nav-bottom.nav-tabs .nav-link {
  margin-bottom: 0;
  margin-top: -1px;
}
.client-theme .carousel-tabbed .carousel-nav-bottom.nav-tabs .nav-link.active {
  border-bottom-color: #ddd;
  border-top-color: transparent;
}
.client-theme .carousel-tabbed .carousel-tabbed-indicators {
  display: block;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  padding: 0;
  width: 100%;
}
.client-theme .carousel-tabbed .carousel-tabbed-indicators button[data-bs-target] {
  width: auto;
  height: auto;
  border-radius: 5%;
  margin: 2px;
  display: block;
  opacity: 1;
  text-indent: 0;
  /* &.active {
      background-color: $btn-primary-bg;
      color: $btn-primary-color;
  } */
}
.client-theme .carousel-standard-width {
  max-width: 585px;
  margin: 0 auto;
}
.client-theme .carousel-text .carousel-inner {
  padding-left: 45px;
  padding-right: 45px;
}
.client-theme .carousel-text.hide-left-right-nav .carousel-inner {
  padding-left: 0;
  padding-right: 0;
}
.client-theme .carousel-text .carousel-control-prev, .client-theme .carousel-text .carousel-control-next {
  background: none;
}
.client-theme .carousel-panel-nav-text p {
  background-color: #f8f9fa;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.client-theme .scrollable .scrollable-icon {
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  transition: 1s;
  border: none;
}
.client-theme .scrollable .scrollable-icon.float-start {
  padding: 7px 15px 7px 0;
}
.client-theme .scrollable .scrollable-icon.float-end {
  padding: 7px 0 7px 15px;
}
.client-theme .scrollable .scrollable-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 50px;
}
.client-theme .scrollable .scrollable-container .scrollable-items {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3500px;
  margin-top: 0px;
}
.client-theme .scrollable .scrollable-container .scrollable-items .scrollable-item {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}
.client-theme .carousel-hotspot-container canvas {
  margin-left: auto;
  margin-right: auto;
}
.client-theme .carousel-hotspot-container .carousel-item {
  width: 300px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
  z-index: 1002;
}
.client-theme .carousel-hotspot-container .carousel-item .carousel-item-contents {
  max-height: 400px;
  overflow-y: auto;
}
.client-theme .carousel-hotspot-container .carousel-item h3, .client-theme .carousel-hotspot-container .carousel-item .h3 {
  font-size: 1rem;
}
.client-theme .carousel-hotspot-container .carousel-item h4, .client-theme .carousel-hotspot-container .carousel-item .h4 {
  font-size: 1rem;
  line-height: 1rem;
  font-style: italic;
}
.client-theme .carousel-hotspot-container .carousel-item p {
  font-size: 0.75rem;
}
.client-theme .carousel-hotspot-container .carousel-item::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.client-theme .carousel-hotspot-container .carousel-item.left-side-arrow::after {
  top: 15px;
  left: 10px;
  transform: rotate(135deg);
  border-left: none;
  border-top: none;
  transform-origin: top left;
}
.client-theme .carousel-hotspot-container .carousel-item.right-side-arrow::after {
  top: 5px;
  left: calc(100% - 3px);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform-origin: top right;
}
.client-theme .carousel-hotspot-container .carousel-item.hide-hotspot-arrow::after {
  display: none !important;
}
.client-theme .carousel-hotspot-container .hotspot-tooltip > div {
  z-index: 1001;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 3px;
  font-size: 0.75rem;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  background-color: white;
}
.client-theme .carousel-hide-slide {
  display: none !important;
}
.client-theme .right-caret {
  position: absolute;
  right: 8px;
  margin-top: 8px;
}
.client-theme .catalog-category .catalog-row,
.client-theme .catalog-list .catalog-row {
  margin-left: -30px;
  margin-right: -30px;
}
.client-theme .catalog-category .catalog-item,
.client-theme .catalog-list .catalog-item {
  padding: 0 30px;
}
.client-theme .catalog-category .catalog-header,
.client-theme .catalog-list .catalog-header {
  margin: 0 15px 60px;
}
.client-theme .catalog-product-list .category-hero-text,
.client-theme .catalog-category .category-hero-text {
  background-color: #7ed0e0;
  color: #ffffff;
}
.client-theme .catalog-product-list .catalog-header {
  margin: 0 15px;
}
.client-theme .catalog-button-group .catalog-link-with-dropdown {
  display: block;
  float: left;
}
.client-theme .catalog-button-group .catalog-dropdown-link {
  display: block;
  float: left;
}
.client-theme .catalog-button-group .catalog-dropdown-link.show .caret {
  border-bottom: 4px dashed;
  border-top: 0px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.client-theme .catalog-button-group.btn-group {
  width: 100%;
}
.client-theme .catalog-button-group.has-dropdown a.btn-primary {
  width: calc(100% - 42px);
  padding-left: 40px;
}
.client-theme .catalog-button-group.has-dropdown button.btn-primary {
  width: 40px;
  border: 1px solid #ab3014;
  background-color: #cb3917;
}
.client-theme .catalog-button-group.has-dropdown button.btn-primary:hover {
  background-color: #b93415;
}
.client-theme .catalog-button-group .dropdown-submenu {
  clear: both;
}
.client-theme .catalog-button-group .dropdown-submenu > a {
  float: left;
  width: calc(100% - 44px);
}
.client-theme .catalog-button-group .dropdown-submenu > button {
  float: right;
  width: 34px;
  border: 1px solid #d9d9d9;
  background-color: #ebebeb;
  margin-right: 4px;
  padding: 4px 8px;
}
.client-theme .catalog-button-group .dropdown-submenu > button:hover {
  background-color: #e0e0e0;
}
.client-theme .catalog-button-group .dropdown-submenu .dropdown-menu {
  position: relative;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding-left: 8px;
  background-color: #f2f2f2;
}
.client-theme .catalog-button-group .dropdown-menu {
  width: auto;
  min-width: 100%;
  transform: translateX(0) translateY(40px) !important;
}
.client-theme .catalog-button-group .dropdown-menu a, .client-theme .catalog-button-group .dropdown-men button {
  clear: both;
}
.client-theme .catalog-button.btn-primary {
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
}
.client-theme .catalog-item {
  margin-bottom: 30px;
  font-size: 14px;
}
.client-theme .catalog-item .image {
  min-height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.client-theme .catalog-item .image a {
  margin: 0;
  padding: 0;
  min-height: 1px;
  display: block;
  width: 100%;
}
.client-theme .catalog-item .img-responsive {
  margin: 0 auto;
}
.client-theme .catalog-item .img-responsive.expand {
  width: 100%;
}
.client-theme .catalog-item .title {
  font-weight: bold;
  margin: 15px 0 5px 0;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .client-theme .catalog-item .title {
    margin-top: 10px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.client-theme .catalog-item .description {
  margin-bottom: 15px;
}
.client-theme .catalog-item.product {
  padding-top: 10px;
  padding-bottom: 10px;
}
.client-theme .catalog-item.product .points-label {
  color: #979797;
  font-style: italic;
  text-transform: uppercase;
}
.client-theme .catalog-item.product .points-value {
  color: #979797;
  font-size: 1.225rem;
  margin-bottom: 15px;
}
.client-theme .catalog-item.product .dropdown {
  position: initial;
}
.client-theme .catalog-item.product button.dropdown-toggle {
  position: relative;
}
.client-theme .category-nav button {
  text-align: left;
}
.client-theme .category-nav .dropdown-submenu .dropdown-menu {
  position: relative;
  box-shadow: none;
  background-color: #e4e4e4;
  border: none;
  border-radius: 0;
  padding-left: 10px;
}
.client-theme .catalog-list-view > li {
  padding: 10px;
}
.client-theme .catalog-list-view > li.open .dropdown-menu {
  display: block;
}
.client-theme .catalog-list-view > li:nth-child(odd) {
  background-color: #eeeeee;
}
.client-theme .catalog-list-view .title {
  margin: 5px 0 10px 0;
}
.client-theme .catalog-list-view .description {
  margin: 0 0 10px 0;
}
.client-theme .catalog-list-view .points-wrapper {
  float: left;
}
.client-theme .catalog-list-view .points-label {
  color: #979797;
  font-style: italic;
  text-transform: uppercase;
  padding-right: 5px;
}
.client-theme .catalog-list-view .points-value {
  color: #979797;
  padding-right: 20px;
}
.client-theme .catalog-list-view button.dropdown-toggle {
  width: auto;
}
.client-theme .catalog-filter {
  font-size: 14px;
}
.client-theme .catalog-filter .filter-controls .btn.btn-default,
.client-theme .catalog-filter .filter-controls .btn.btn-primary {
  white-space: normal;
}
.client-theme .catalog-filter h2, .client-theme .catalog-filter .h2 {
  font-style: italic;
}
.client-theme .catalog-filter h3, .client-theme .catalog-filter .h3 {
  font-weight: bold;
}
.client-theme .catalog-filter ul {
  padding-left: 0;
}
.client-theme .catalog-filter .category-nav .dropdown-menu {
  width: auto;
  padding-left: 15px;
}
.client-theme .catalog-filter .dropdown-menu a {
  width: 100%;
  clear: both;
}
.client-theme .catalog-filter .open > .dropdown-menu {
  width: auto;
}
.client-theme .catalog-filter .dropdown-menu a, .client-theme .catalog-filter .dropdown-men button {
  clear: both;
  display: block;
}
.client-theme .catalog-filter .category-nav {
  width: 100%;
}
.client-theme .catalog-filter .category-nav .btn-primary {
  padding-right: 20px;
  width: 100%;
}
.client-theme .catalog-filter .category-nav .caret {
  position: absolute;
  right: 8px;
  margin-top: 8px;
}
.client-theme .catalog-filter a.dropdown-toggle {
  display: block;
}
.client-theme .catalog-filter a.dropdown-toggle::after {
  width: 40px;
}
.client-theme .catalog-filter .dropdown-submenu a:hover {
  background-color: #cccccc;
}
.client-theme .catalog-filter .accordion-body {
  padding: 0;
}
.client-theme .catalog-product-detail {
  /* .breadcrumb > li + li:before {
      color: $text-color;
  } */
}
.client-theme .catalog-product-detail .header h2, .client-theme .catalog-product-detail .header .h2, .client-theme .catalog-product-detail .title, .client-theme .catalog-product-detail .points-wrapper {
  display: inline-block;
  height: auto;
}
.client-theme .catalog-product-detail .breadcrumb-wrapper {
  display: inline-block;
}
.client-theme .catalog-product-detail .breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
}
@media screen and (min-width: 767px) {
  .client-theme .catalog-product-detail .breadcrumb-wrapper {
    margin-left: 30px;
  }
}
.client-theme .catalog-product-detail .title h3, .client-theme .catalog-product-detail .title .h3 {
  text-transform: uppercase;
  margin-bottom: 0px;
}
.client-theme .catalog-product-detail .points-wrapper {
  background-color: #7ed0e0;
  color: #ffffff;
  padding: 5px 10px;
}
.client-theme .catalog-product-detail .points-wrapper .points-label {
  color: #ffffff;
  font-size: -1.125rem;
  font-style: italic;
  text-transform: uppercase;
}
.client-theme .catalog-product-detail .points-wrapper .points-value {
  color: #ffffff;
  font-size: 1.225rem;
  margin-bottom: 3px;
}
.client-theme .catalog-product-detail .cart-notification {
  display: none;
  font-size: 0.85em;
}
.client-theme .catalog-product-detail .disclaimer {
  padding: 10px;
}
.client-theme .category-hero {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  min-height: 300px;
}
@media screen and (min-width: 992px) {
  .client-theme .category-hero {
    background-size: cover;
    background-position-y: center;
  }
}
.client-theme .cart-count-indicator {
  background: #ee3425;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 767px) {
  .client-theme .cart-count-indicator {
    right: -10px;
  }
}
.client-theme .cart-item-row {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #7F7F7F;
}
.client-theme .cart-item-row .product-title {
  font-weight: bold;
  text-transform: uppercase;
}
.client-theme .cart-item-row .quantity-title {
  font-size: 12px;
  text-transform: uppercase;
}
.client-theme .cart-item-row .attribute-row {
  margin-top: 5px;
}
.client-theme .cart-item-row .attribute-row .title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
}
.client-theme .cart-item-row .attribute-row .attributevalue {
  font-size: 12px;
  overflow: hidden;
  width: 100%;
}
.client-theme .cart-item-row .postordermessage-row {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.client-theme .cart-item-row .points-label {
  font-style: italic;
  font-size: 12px;
  padding: 0px;
  margin-left: 0px;
  display: inline;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .client-theme .cart-item-row .cart-item-pricing {
    margin-top: 20px;
  }
}
.client-theme .cart-item-row .subtotal {
  font-weight: bold;
  font-size: 12px;
}
.client-theme .cart-item-row .unit-price {
  text-align: right;
}
.client-theme .cart-item-row .remove-shopping-cart-item {
  font-size: 12px;
  text-transform: uppercase;
}
.client-theme .shoppingcart-participant-info {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .client-theme .shoppingcart-participant-info {
    padding-top: 10px;
    border-top: 1px solid #7F7F7F;
  }
}
.client-theme .shoppingcart-participant-info .sub-totals {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .client-theme .shoppingcart-participant-info .sub-totals .sub-total-value, .client-theme .shoppingcart-participant-info .sub-totals .sub-total-label {
    float: none;
    width: 100%;
    text-align: left;
  }
  .client-theme .shoppingcart-participant-info .sub-totals .sub-total-value {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .shoppingcart-participant-info .sub-totals .sub-total-label {
    font-weight: normal;
    text-align: left;
    max-width: 60%;
  }
  .client-theme .shoppingcart-participant-info .sub-totals .sub-total-value {
    max-width: 40%;
    text-align: right;
  }
}
.client-theme .shoppingcart-participant-info .summary {
  font-weight: bold;
  font-size: 14px;
}
.client-theme .shoppingcart-participant-info .points-needed {
  text-align: center;
  font-style: italic;
  color: red;
}
.client-theme .shoppingcart-participant-info .total-points-row {
  border-top: 1px solid #7F7F7F;
}
.client-theme .shoppingcart-participant-info .total-points-row .sub-total-label, .client-theme .shoppingcart-participant-info .total-points-row .sub-total-value {
  font-weight: bold;
  font-size: 12px;
}
.client-theme .shoppingcart-participant-info .total-points-row .negative {
  color: red;
}
.client-theme .shoppingcart-checkout-row {
  margin-top: 10px;
  padding: 0px;
}
.client-theme .shoppingcart-checkout-row .btn-submitorder {
  margin-bottom: 10px;
}
.client-theme .shoppingcart-notiemsincart {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: red;
}
.client-theme .checkout-container .checkout-checkout-row {
  margin: 15px 0;
  padding-right: 0;
}
.client-theme .checkout-container .checkout-checkout-row .btn-checkout {
  margin-bottom: 10px;
}
.client-theme .checkout-container .checkout-checkout-row .btn-submitorder {
  margin-bottom: 10px;
}
.client-theme .checkout-container .btn-addnewaddress {
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .checkout-container .checkout-item-row {
  border-top: 1px solid #7F7F7F;
}
.client-theme .checkout-container .checkout-item-row img {
  margin-bottom: 15px;
}
.client-theme .checkout-container .checkout-item-row > div {
  padding-left: 0;
  padding-right: 0;
}
.client-theme .checkout-container .checkout-item-row .product-title h4, .client-theme .checkout-container .checkout-item-row .product-title .h4 {
  text-transform: uppercase;
  overflow: hidden;
}
.client-theme .checkout-container .checkout-item-row .quantity {
  font-size: -1.125rem;
}
.client-theme .checkout-container .checkout-item-row .quantity .quantity-title {
  font-weight: 700;
  overflow: hidden;
}
.client-theme .checkout-container .checkout-item-row .attribute-row {
  margin-top: 5px;
}
.client-theme .checkout-container .checkout-item-row .attribute-row .title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
}
.client-theme .checkout-container .checkout-item-row .attribute-row .attributevalue {
  font-size: 12px;
  overflow: hidden;
  width: 100%;
}
.client-theme .checkout-container .checkout-item-row .points {
  font-size: -1.125rem;
}
.client-theme .checkout-container .checkout-item-row .points .points-label {
  font-style: italic;
  font-weight: 700;
}
.client-theme .checkout-container .checkout-item-row .subtotal {
  font-size: -1.125rem;
}
.client-theme .checkout-container .checkout-item-row .subtotal .subtotal-title {
  font-weight: 700;
  overflow: hidden;
}
.client-theme .checkout-container .checkout-item-row .remove-shopping-cart-item .btn {
  padding: 0px;
}
.client-theme .checkout-container .checkout-confirmationnotes {
  font-size: 12px;
}
.client-theme .checkout-container .checkout-orderinfo {
  font-weight: bold;
}
.client-theme .checkout-address-modal {
  width: 90%;
}
@media screen and (min-width: 767px) {
  .client-theme .checkout-address-modal {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .checkout-address-modal {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme .checkout-address-modal {
    width: 50%;
  }
}
.client-theme .orderdetail-container .ordernumber-title {
  border-bottom: 1px solid #7F7F7F;
}
.client-theme .orderdetail-container .orderdetail-summary-container {
  border-top: 1px solid #7F7F7F;
}
.client-theme .orderdetail-container .orderdetail-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .orderdetail-container .orderdetail-item-row {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #7F7F7F;
}
.client-theme .orderdetail-container .orderdetail-item-row .product-title {
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.client-theme .orderdetail-container .orderdetail-item-row .quantity-title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
}
.client-theme .orderdetail-container .orderdetail-item-row .quantitytext {
  border: none;
  display: block;
  font-size: 12px;
  padding-left: 10px;
}
.client-theme .orderdetail-container .orderdetail-item-row .attribute-row {
  margin-top: 5px;
}
.client-theme .orderdetail-container .orderdetail-item-row .attribute-row .title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
}
.client-theme .orderdetail-container .orderdetail-item-row .attribute-row .attributevalue {
  font-size: 12px;
  overflow: hidden;
  width: 100%;
}
.client-theme .orderdetail-container .orderdetail-item-row .points-label {
  font-style: italic;
  font-size: 10px;
  padding: 0px;
  margin-left: 0px;
  display: inline;
  text-align: right;
}
.client-theme .orderdetail-container .orderdetail-item-row .subtotal {
  width: auto;
  font-weight: bold;
  font-size: 12px;
}
.client-theme .orderdetail-container .orderdetail-item-row .subtotal .subtotal-title {
  padding: 0px;
  overflow: hidden;
}
.client-theme .orderdetail-container .orderdetail-item-row .subtotal .subtotal-price {
  text-align: center;
  padding-left: 0px;
}
.client-theme .orderdetail-summary-container .social-sharing-icons img {
  max-width: 25px;
}
.client-theme .checkout-address-modal {
  width: 90%;
}
@media screen and (min-width: 767px) {
  .client-theme .checkout-address-modal {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .checkout-address-modal {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme .checkout-address-modal {
    width: 40%;
  }
}
.client-theme .common-field {
  border: 2px solid #22757e;
}
.client-theme .field-counter {
  font-size: 16px;
}
.client-theme .catalog-image-placeholder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.client-theme .catalog-filter ul.results-filter {
  padding-left: 10px;
  list-style-type: none;
}
.client-theme .catalog-filter ul.results-filter > li > ul {
  max-height: 200px;
  overflow-y: auto;
}
.client-theme .catalog-filter ul.results-filter ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 20px;
}
.client-theme .revert-button {
  padding: 8px 12px 2px;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.client-theme a.product-tile-overlay,
.client-theme button.product-tile-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: block;
}
.client-theme button.product-tile-overlay {
  background-color: transparent;
  border: none;
}
.client-theme a.product-tile-overlay:hover,
.client-theme a.product-tile-overlay.hover,
.client-theme button.product-tile-overlay:hover,
.client-theme button.product-tile-overlay.hover,
.client-theme a.product-tile-overlay:active,
.client-theme button.product-tile-overlay:active,
.client-theme a.product-tile-overlay:focus,
.client-theme button.product-tile-overlay:focus {
  outline: 5px auto #041d31;
  outline-offset: -2px;
  outline-color: #041d31;
  outline-style: solid;
  outline-width: 2px;
}
.client-theme .product-list-no-border a.product-tile-overlay:hover,
.client-theme .product-list-no-border a.product-tile-overlay.hover,
.client-theme .product-list-no-border button.product-tile-overlay:hover,
.client-theme .product-list-no-border button.product-tile-overlay.hover,
.client-theme .product-list-no-border a.product-tile-overlay:active,
.client-theme .product-list-no-border button.product-tile-overlay:active,
.client-theme .product-list-no-border a.product-tile-overlay:focus,
.client-theme .product-list-no-border button.product-tile-overlay:focus {
  outline: none;
}
.client-theme .catalog-product-detail.product .points-value,
.client-theme .catalog-item.product .points-value {
  font-size: 1.375rem;
}
.client-theme .contact-list-manager-table thead {
  font-size: 13px;
}
.client-theme .contact-list-manager-table tbody {
  font-size: 13px;
}
.client-theme .contact-list-controls {
  width: 125px;
  text-align: right;
}
.client-theme .contact-list-controls .btn.btn-link {
  padding: 5px;
}
.client-theme .widget.content-list .filter-header {
  padding-top: 0;
  padding-left: 0;
  position: relative;
}
.client-theme .widget.content-list h2, .client-theme .widget.content-list .h2 {
  display: inline-block;
  margin: 0;
}
.client-theme .widget.content-list .filter-text {
  font-size: 16px;
  line-height: 20px;
}
.client-theme .widget.content-list .row .list-item {
  /*&::after {
      content: ' ';
      border-bottom: solid 1px #858585;
      height: 1px;
      margin: 0 0 0 15px;
      width: 100%;
  }*/
}
.client-theme .widget.content-list .row .list-item hr {
  margin: 0;
}
.client-theme .widget.content-list .row .list-item a.title:hover {
  text-decoration: none;
}
.client-theme .widget.content-list .row .list-item div.publish-date {
  font-size: 15px;
  line-height: 18px;
  margin: 10px 0 6px 0;
}
.client-theme .widget.content-list .row .list-item .info {
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.client-theme .widget.content-list .btn-view-more, .client-theme .widget.content-list .btn.btn-view-more {
  margin-top: 26px;
}
.client-theme .widget.content-list h3, .client-theme .widget.content-list .h3 {
  margin: 0 0 0px 0;
}
.client-theme .widget.content-list p.description {
  margin: 5px 0 0 0;
}
.client-theme .content-list-view .list-item .checkmark {
  color: green;
}
.client-theme .widget-contentlist-applied-filters button {
  margin: 0px 10px 10px 0px;
  padding: 6px;
}
.client-theme .widget-contentlist-applied-filters button span.fa-solid {
  font-size: 0.8em;
}
.client-theme .content-list-creator .filter-header {
  background-color: #5c5c5c;
  color: #ffffff;
}
.client-theme .filter-drop-down {
  background: #FFFFFF;
  padding: 10px 0 35px 0;
  position: absolute;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 90%;
  left: 0px;
  margin-top: 10px;
  display: block;
  margin-left: 5%;
}
.client-theme .filter-facet-apply {
  margin-top: 20px;
  width: 100%;
}
.client-theme .filter-close {
  border: none;
  height: 30px;
  width: 30px;
}
.client-theme .filter-facet-indicator {
  width: 14px;
}
.client-theme .filter-facet {
  white-space: normal !important;
  word-wrap: break-word;
  text-align: left;
}
.client-theme .filter-facet.disabled, .client-theme .filter-facet.disabled:hover, .client-theme .filter-facet.disabled:focus {
  background: inherit;
  color: #808080;
}
.client-theme .table.uploaded-files-table td {
  vertical-align: middle;
}
.client-theme .tile.empty-tile {
  background-color: #979797;
}
.client-theme .tile-small, .client-theme .tile-medium {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  position: relative;
}
.client-theme .tile-small .completed, .client-theme .tile-medium .completed {
  border-bottom: 50px solid transparent;
  border-right: 50px solid green;
  height: 0;
  opacity: 0.95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 0;
}
.client-theme .tile-small .checkmark, .client-theme .tile-medium .checkmark {
  color: #fff;
  padding: 9px 7px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.client-theme .col-md-3 .tile {
  height: 200px;
  width: 260px;
}
.client-theme .col-md-4 .tile, .client-theme .tile-medium {
  height: 300px;
  max-width: 370px;
  width: 100%;
  margin: 15px auto;
}
.client-theme .tile-contenttype {
  font-size: 0.8em;
  margin-bottom: 2px;
  color: #7ed0e0;
}
.client-theme .tile-caption {
  font-size: 0.9em;
}
.client-theme .content-list-side-filter li label {
  font-size: 12px;
  line-height: 20px;
}
.client-theme .content-list-side-filter .side-filter-section-header {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: left;
  padding: 4px 0;
  border-bottom: 1px solid #e64925;
  color: #000000;
  white-space: normal;
}
.client-theme .content-list-side-filter .side-filter-section-header:focus, .client-theme .content-list-side-filter .side-filter-section-header:active, .client-theme .content-list-side-filter .side-filter-section-header:hover {
  outline: none;
}
.client-theme .content-list-side-filter .side-filter-section-header span.fa-solid {
  font-size: 12px;
}
.client-theme .content-list-top-filter li input[type=checkbox] {
  display: none;
}
.client-theme .content-list-top-filter li label {
  color: #4fc4d0;
  font-size: 14px;
}
.client-theme .content-list-top-filter li label:hover, .client-theme .content-list-top-filter li label:focus, .client-theme .content-list-top-filter li label:active {
  text-decoration: underline;
}
.client-theme .content-list-result {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  padding-top: 15px;
}
.client-theme .content-list-result:first-of-type {
  border-top: 1px solid #eeeeee;
}
.client-theme .content-list-result .fa-check {
  color: #3c763d;
}
.client-theme .content-list .filter-description {
  padding-bottom: 15px;
}
.client-theme table.content-list-table-view {
  font-size: 15px;
}
.client-theme .widget-copycontent .clipboard-copy-content {
  border: 1px solid #ddd;
  padding: 15px;
}
.client-theme .widget-copycontent .clipboard-copy-inner-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.client-theme .widget-copycontent .clipboard-copy-button {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.client-theme .incentive-section-header {
  font-size: 20px;
}
.client-theme .cruise-incentive-email-note {
  font-size: 14px;
  font-style: italic;
}
.client-theme .participant-company-address-container {
  cursor: pointer;
}
.client-theme .icon-input-btn {
  display: inline-block;
  position: relative;
}
.client-theme .icon-input-btn button {
  padding-left: 2em;
}
.client-theme .icon-input-btn .fa-solid {
  display: inline-block;
  position: absolute;
  left: 0.65em;
  top: 30%;
}
.client-theme .dso-mid-level-wrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .client-theme .dso-modal {
    min-width: 60%;
  }
}
.client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
  width: 200px;
}
@media screen and (min-width: 767px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 500px;
  }
}
.client-theme .widget-entitlement-img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.client-theme .widget-entitlement-img.active {
  z-index: 3;
  height: 110px;
  width: 110px;
}
.client-theme .widget-entitlement-a {
  position: relative;
  box-sizing: border-box;
  min-height: 210px;
}
@media screen and (min-width: 992px) {
  .client-theme .widget-entitlement-a {
    min-height: 230px;
  }
}
.client-theme .widget-entitlement-info {
  position: absolute;
  left: 0;
  top: -15px;
  padding: 20px;
  border: 1px solid black;
  background-color: white;
  z-index: 2;
  box-shadow: 5px 5px 3px #5a5a5a;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-entitlement-info {
    width: 300px;
  }
}
.client-theme .widget-entitlement-info h3, .client-theme .widget-entitlement-info .h3 {
  margin-top: 20px;
}
.client-theme .widget-entitlement-info .widget-entitlement-default-cursor {
  cursor: default;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-entitlement-wrapper div:nth-child(3n+3) .widget-entitlement-info {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .widget-entitlement-wrapper div:nth-child(3n+3) .widget-entitlement-info {
    right: auto;
    left: 0;
  }
  .client-theme .widget-entitlement-wrapper div:nth-child(6n+6) .widget-entitlement-info {
    right: 0;
    left: auto;
  }
}
.client-theme .widget-entitlement-info .close {
  margin-top: -15px;
  margin-right: -15px;
}
.client-theme .widget-entitlement-info-text {
  width: 80%;
  margin: 0 auto;
}
.client-theme .entitlement-notification-image {
  max-width: 420px;
  max-height: 420px;
}
.client-theme .external-content-iframe {
  margin: 0 auto;
  display: block;
  border: none;
}
.client-theme .featured-item-link-button {
  white-space: normal;
}
.client-theme .edit-widget input, .client-theme .edit-widget textarea {
  display: block;
}
.client-theme .flip-card-wrapper-4-minimal {
  height: 262px;
}
.client-theme .flip-card-wrapper-4-minimal .flip-card-scroll {
  height: 222px;
}
.client-theme .flip-card-wrapper-4-minimal .flip-card-image.flip-card-fit-to-height img {
  height: 222px;
}
.client-theme .flip-card-wrapper-4-minimal .flip-card-image.flip-card-fit-to-height.flip-card-hide-icon img {
  height: 262px;
}
.client-theme .flip-card-wrapper-4-minimal .flip-card-image.flip-card-no-buffer.flip-card-fit-to-height img {
  min-height: 222px;
}
.client-theme .flip-card-wrapper-4-minimal .flip-card-image.flip-card-hide-icon .flip-card-scroll {
  height: 262px;
}
.client-theme .flip-card-wrapper-3-minimal {
  height: 326px;
}
.client-theme .flip-card-wrapper-3-minimal .flip-card-scroll {
  height: 286px;
}
.client-theme .flip-card-wrapper-3-minimal .flip-card-image.flip-card-fit-to-height img {
  height: 286px;
}
.client-theme .flip-card-wrapper-3-minimal .flip-card-image.flip-card-fit-to-height.flip-card-hide-icon img {
  height: 262px;
}
.client-theme .flip-card-wrapper-3-minimal .flip-card-image.flip-card-no-buffer.flip-card-fit-to-height img {
  min-height: 286px;
}
.client-theme .flip-card-wrapper-3-minimal .flip-card-image.flip-card-hide-icon .flip-card-scroll {
  height: 262px;
}
.client-theme .flip-card-wrapper-4-maximized {
  height: 454px;
}
.client-theme .flip-card-wrapper-4-maximized .flip-card-scroll {
  height: 414px;
}
.client-theme .flip-card-wrapper-4-maximized .flip-card-image.flip-card-fit-to-height img {
  height: 414px;
}
.client-theme .flip-card-wrapper-4-maximized .flip-card-image.flip-card-fit-to-height.flip-card-hide-icon img {
  height: 262px;
}
.client-theme .flip-card-wrapper-4-maximized .flip-card-image.flip-card-no-buffer.flip-card-fit-to-height img {
  min-height: 414px;
}
.client-theme .flip-card-wrapper-4-maximized .flip-card-image.flip-card-hide-icon .flip-card-scroll {
  height: 262px;
}
.client-theme .flip-card-wrapper-3-maximized {
  height: 582px;
}
.client-theme .flip-card-wrapper-3-maximized .flip-card-scroll {
  height: 542px;
}
.client-theme .flip-card-wrapper-3-maximized .flip-card-image.flip-card-fit-to-height img {
  height: 542px;
}
.client-theme .flip-card-wrapper-3-maximized .flip-card-image.flip-card-fit-to-height.flip-card-hide-icon img {
  height: 262px;
}
.client-theme .flip-card-wrapper-3-maximized .flip-card-image.flip-card-no-buffer.flip-card-fit-to-height img {
  min-height: 542px;
}
.client-theme .flip-card-wrapper-3-maximized .flip-card-image.flip-card-hide-icon .flip-card-scroll {
  height: 262px;
}
.client-theme .flip-card-wrapper-4-balanced {
  height: 358px;
}
.client-theme .flip-card-wrapper-4-balanced .flip-card-scroll {
  height: 318px;
}
.client-theme .flip-card-wrapper-4-balanced .flip-card-image.flip-card-fit-to-height img {
  height: 318px;
}
.client-theme .flip-card-wrapper-4-balanced .flip-card-image.flip-card-fit-to-height.flip-card-hide-icon img {
  height: 262px;
}
.client-theme .flip-card-wrapper-4-balanced .flip-card-image.flip-card-no-buffer.flip-card-fit-to-height img {
  min-height: 318px;
}
.client-theme .flip-card-wrapper-4-balanced .flip-card-image.flip-card-hide-icon .flip-card-scroll {
  height: 262px;
}
.client-theme .flip-card-wrapper-3-balanced {
  height: 454px;
}
.client-theme .flip-card-wrapper-3-balanced .flip-card-scroll {
  height: 414px;
}
.client-theme .flip-card-wrapper-3-balanced .flip-card-image.flip-card-fit-to-height img {
  height: 414px;
}
.client-theme .flip-card-wrapper-3-balanced .flip-card-image.flip-card-fit-to-height.flip-card-hide-icon img {
  height: 262px;
}
.client-theme .flip-card-wrapper-3-balanced .flip-card-image.flip-card-no-buffer.flip-card-fit-to-height img {
  min-height: 414px;
}
.client-theme .flip-card-wrapper-3-balanced .flip-card-image.flip-card-hide-icon .flip-card-scroll {
  height: 262px;
}
.client-theme .flip-card-image {
  /* max-width: 229px;
      min-width: 229px; */
  min-width: 90%;
  border: 1px solid #aaa;
  padding: 0;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #ccc;
  overflow: hidden;
  height: 100%;
}
.client-theme .flip-card-image .flip-card-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 10px 0 10px;
}
.client-theme .flip-card-image .flip-card-scroll::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  padding: 0;
  border-top-right-radius: 10px;
  width: 20px;
}
.client-theme .flip-card-image .fa-arrows-rotate {
  color: #999;
  padding-top: 15px;
}
.client-theme .flip-card-image.flip-card-no-border {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.client-theme .flip-card-image .flip-card-inner-wrapper {
  width: 100%;
  height: 100%;
}
.client-theme .flip-card-image .flip-card-inner-wrapper.align-content-start {
  justify-content: start;
  align-content: start;
}
.client-theme .flip-card-image .flip-card-inner-wrapper.align-content-center {
  justify-content: center;
  align-content: center;
}
.client-theme .flip-card-image .flip-card-inner-wrapper.align-content-end {
  justify-content: end;
  align-content: end;
}
.client-theme .flip-card-image.flip-card-no-buffer img, .client-theme .flip-card-image.flip-card-fit-to-height img {
  padding-top: 0;
  max-height: none;
}
.client-theme .flip-card-image.flip-card-no-buffer .flip-card-scroll, .client-theme .flip-card-image.flip-card-fit-to-height .flip-card-scroll {
  padding: 0;
}
.client-theme .flip-card-image.flip-card-no-buffer .flip-card-scroll::-webkit-scrollbar-track, .client-theme .flip-card-image.flip-card-fit-to-height .flip-card-scroll::-webkit-scrollbar-track {
  border-top-right-radius: 10px;
}
.client-theme .flip-card-image.flip-card-no-buffer .flip-card-scroll::-webkit-scrollbar-thumb, .client-theme .flip-card-image.flip-card-fit-to-height .flip-card-scroll::-webkit-scrollbar-thumb {
  border-top-right-radius: 10px;
}
.client-theme .flip-card-image.flip-card-no-buffer {
  margin-left: 0px;
  margin-top: 0px;
}
.client-theme .flip-card-image.flip-card-no-buffer img {
  height: auto;
  max-width: none;
  width: 100%;
}
.client-theme .flip-card-image.flip-card-fit-to-height img {
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: none;
}
.client-theme .flip-card-image.flip-card-no-buffer.flip-card-fit-to-height img {
  margin-left: 50%;
  transform: translateX(-50%);
  padding-top: 0;
  max-height: none;
  max-width: none;
  min-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.client-theme .flip-card-image img {
  max-width: 100%;
  max-height: 266px;
  margin: 0 auto;
  display: block;
}
.client-theme .flip-card-image p {
  margin-bottom: 0;
}
.client-theme .flip-card-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}
.client-theme .flip-card-wrapper.is-flipped {
  /* transform: translateX(-100%) rotateY(-180deg); */
  transform: rotateY(-180deg);
}
.client-theme .cardside-face {
  position: absolute;
  width: 100%;
  height: 100%;
  /* line-height: 260px; */
  /* color: white; */
  /* text-align: center; */
  /* font-weight: bold;
      font-size: 40px; */
  backface-visibility: hidden;
}
.client-theme .cardside-face-front {
  /* background: crimson; */
}
.client-theme .cardside-face-back {
  /* background: slateblue; */
  transform: rotateY(180deg);
}
.client-theme .flip-card-scroll::-webkit-scrollbar {
  width: 20px;
}
.client-theme .flip-card-scroll::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  padding: 0;
  width: 20px;
}
.client-theme .flip-card-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 6px solid transparent;
  background-clip: content-box;
}
.client-theme .flip-card-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}
.client-theme .widget-flipcardcollage .gridWrapper {
  padding: 1px;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: 1fr;
  background-color: #fff;
}
.client-theme .widget-flipcardcollage .fcc-grid-cell {
  cursor: pointer;
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.client-theme .widget-flipcardcollage .fcc-grid-cell.flipped {
  transform: rotateY(180deg);
}
.client-theme .widget-flipcardcollage .flipcardcollage-scroll {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding: 10px;
}
.client-theme .widget-flipcardcollage .flipcardcollage-scroll.flipcardcollage-align-1 {
  align-content: start;
  height: 100%;
}
.client-theme .widget-flipcardcollage .flipcardcollage-scroll.flipcardcollage-align-2 {
  align-content: center;
  height: 100%;
}
.client-theme .widget-flipcardcollage .flipcardcollage-scroll.flipcardcollage-align-3 {
  align-content: end;
  height: 100%;
}
.client-theme .widget-flipcardcollage .flipcardcollage-image {
  justify-content: center;
}
.client-theme .widget-flipcardcollage .flipcardcollage-front {
  position: relative;
}
.client-theme .widget-flipcardcollage .flipcardcollage-back {
  position: absolute;
  bottom: 0px;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card {
  align-items: start;
  height: 100%;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 10px;
  overflow: hidden;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 1px;
  height: 100%;
  display: flex;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay.overlay-horizontal-left50 {
  width: 50%;
  text-align: left !important;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay.overlay-horizontal-left100 {
  width: 100%;
  text-align: left !important;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay.overlay-horizontal-middle {
  width: 100%;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay.overlay-horizontal-right50 {
  width: 50%;
  margin-left: 50%;
  text-align: right !important;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay.overlay-horizontal-right100 {
  width: 100%;
  text-align: right !important;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay-text.overlay-vertical-bottom {
  align-content: end;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay-text.overlay-vertical-middle {
  align-content: center;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .fcc-image-overlay-text.overlay-vertical-top {
  align-content: start;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-show-icon {
  padding-bottom: 30px;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card .flipcardcollage-flip-icon {
  position: absolute;
  height: 30px;
  width: 100%;
  bottom: 0;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-noborder {
  border: none;
  box-shadow: none;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-no-buffer {
  margin-left: 0px;
  margin-top: 0px;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-no-buffer img {
  padding-top: 0px;
  min-width: 100%;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-no-buffer .flipcardcollage-scroll {
  padding: 0;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-no-buffer.flipcardcollage-show-icon {
  padding-bottom: 30px;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-fit-to-height img {
  object-fit: initial;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-fit-to-height .flipcardcollage-scroll {
  padding: 0;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-fit-to-height.flipcardcollage-show-icon {
  padding-bottom: 30px;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-fit-to-height .flipcardcollage-image {
  height: inherit;
  overflow-x: hidden;
}
.client-theme .widget-flipcardcollage .flipcardcollage-card.flipcardcollage-fit-to-height.flipcardcollage-no-buffer img {
  object-fit: cover;
}
.client-theme .edit-widget-flipcardcollage-image {
  margin-left: 2px;
  min-width: 90%;
  margin-top: 4px;
  border: 1px solid #aaa;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #ccc;
}
.client-theme .edit-widget-flipcardcollage-image .fa-arrows-rotate {
  color: #999;
  padding-top: 15px;
}
.client-theme .edit-widget-flipcardcollage-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}
.client-theme .edit-widget-flipcardcollage-wrapper.is-flipped {
  /* transform: translateX(-100%) rotateY(-180deg); */
  transform: rotateY(-180deg);
}
.client-theme .cardside-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.client-theme .cardside-face-front {
  /* background: crimson; */
}
.client-theme .cardside-face-back {
  /* background: slateblue; */
  transform: rotateY(180deg);
}
.client-theme .flipcardcollage-scroll::-webkit-scrollbar {
  width: 20px;
}
.client-theme .flipcardcollage-scroll::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  padding: 0;
  border-radius: 20px;
  width: 20px;
}
.client-theme .flipcardcollage-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.client-theme .flipcardcollage-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}
.client-theme footer {
  overflow: auto;
}
.client-theme footer a, .client-theme footer a:hover, .client-theme footer a:active, .client-theme footer a:focus {
  color: #ffffff;
}
.client-theme footer div[class*=" col-"] {
  padding: 20px 0 0 0;
}
.client-theme .social-links {
  text-align: center;
}
.client-theme .footer-bs5-full-width-fix.row > * {
  padding-left: 0;
  padding-right: 0;
}
.client-theme .widget {
  padding: 30px 0;
}
.client-theme .widget-quiz-wrapper {
  background: #ddd;
}
.client-theme .widget-content-summary-container {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-content-summary-container {
    display: table;
  }
}
.client-theme .widget-content-summary-inner-box-container {
  display: inline-block;
  margin: 0 auto;
}
.client-theme .widget-content-summary-inner-box-container div {
  border-bottom: 1px solid #7F7F7F;
}
.client-theme .widget-content-summary-inner-box-container.with-title div:first-child {
  border-top: 1px solid #7F7F7F;
}
.client-theme .widget-content-summary-inner-box-container div:last-child {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-content-summary-inner-box-container {
    display: table;
    float: left;
  }
  .client-theme .widget-content-summary-inner-box-container.with-title {
    float: right;
  }
  .client-theme .widget-content-summary-inner-box-container.with-title div:first-child {
    border-top: none;
  }
  .client-theme .widget-content-summary-inner-box-container div {
    border-right: 1px solid #7F7F7F;
    border-bottom: none;
  }
  .client-theme .widget-content-summary-inner-box-container div:last-child {
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .widget-content-summary-box-container {
    display: table-cell;
  }
}
.client-theme .widget-contentsummary {
  font-style: italic;
  /*margin-left: 40px;
  padding: 0 15px;*/
}
.client-theme .widget-contentsummary h1, .client-theme .widget-contentsummary .h1 {
  font-style: normal;
}
.client-theme .widget-contentsummary-title {
  padding: 15px 0;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-contentsummary-title {
    display: table-cell;
    text-align: left;
    padding: 5px 0;
    vertical-align: middle;
    width: auto;
    margin: 0;
    border-bottom: none;
  }
}
.client-theme .widget-contentsummary-box {
  padding: 20px 15px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-contentsummary-box {
    padding: 5px 15px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
.client-theme .widget-contentsummary-text {
  font-size: 1.3em;
}
.client-theme .marker {
  background-color: yellow;
}
.client-theme .text-left-img,
.client-theme .text-right-img {
  max-width: 50%;
  display: block;
}
.client-theme .overlay-0 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  background-color: rgba(0, 0, 0, 0) !important;
}
.client-theme .overlay-0.overlay-color-white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.client-theme .overlay-25 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.client-theme .overlay-25.overlay-color-white {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.client-theme .overlay-50 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.client-theme .overlay-50.overlay-color-white {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.client-theme .overlay-75 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;*/
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.client-theme .overlay-75.overlay-color-white {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.client-theme .overlay-100 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;*/
  background-color: #000000 !important;
}
.client-theme .overlay-100.overlay-color-white {
  background-color: rgb(255, 255, 255) !important;
}
.client-theme .widget.row .container .row p:empty:before {
  content: " ";
}
.client-theme .progress-wrapper {
  background-color: #e7e7e7;
  border: solid 1px #bfbfbf;
  border-radius: 5px;
  min-height: 25px;
}
.client-theme .progress-wrapper .progress-indicator {
  background-color: #c7c7c7;
  font-weight: bold;
  line-height: 25px;
  width: 0;
}
.client-theme .widget.widget-hero {
  padding: 0;
}
.client-theme .widget.widget-hero .image {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.client-theme .widget.widget-hero-textLeft, .client-theme .widget.widget-hero-textRight, .client-theme .widget.widget-hero-text {
  padding: 0px;
}
.client-theme .widget.widget-hero-img, .client-theme .widget.widget-hero-textLeft, .client-theme .widget.widget-hero-textRight, .client-theme .widget.widget-hero-text {
  width: 100%;
  position: relative;
}
.client-theme .overlay-text {
  padding: 15px;
}
.client-theme .actual-image {
  min-width: 100%;
  min-height: 100%;
}
.client-theme .overlay-0,
.client-theme .overlay-25,
.client-theme .overlay-50,
.client-theme .overlay-75,
.client-theme .overlay-horizontal-left100,
.client-theme .overlay-horizontal-left50,
.client-theme .overlay-horizontal-right100,
.client-theme .overlay-horizontal-right50,
.client-theme .overlay-horizontal-right,
.client-theme .overlay-horizontal-middle {
  display: flex;
  color: #fff;
  padding: 25px 0 5px;
  min-height: 500px;
}
.client-theme .overlay-0 div, .client-theme .overlay-0 p, .client-theme .overlay-0 h1, .client-theme .overlay-0 .h1, .client-theme .overlay-0 h2, .client-theme .overlay-0 .h2, .client-theme .overlay-0 h3, .client-theme .overlay-0 .h3, .client-theme .overlay-0 h4, .client-theme .overlay-0 .h4, .client-theme .overlay-0 h5, .client-theme .overlay-0 .h5, .client-theme .overlay-0 h6, .client-theme .overlay-0 .h6, .client-theme .overlay-0 span,
.client-theme .overlay-25 div,
.client-theme .overlay-25 p,
.client-theme .overlay-25 h1,
.client-theme .overlay-25 .h1,
.client-theme .overlay-25 h2,
.client-theme .overlay-25 .h2,
.client-theme .overlay-25 h3,
.client-theme .overlay-25 .h3,
.client-theme .overlay-25 h4,
.client-theme .overlay-25 .h4,
.client-theme .overlay-25 h5,
.client-theme .overlay-25 .h5,
.client-theme .overlay-25 h6,
.client-theme .overlay-25 .h6,
.client-theme .overlay-25 span,
.client-theme .overlay-50 div,
.client-theme .overlay-50 p,
.client-theme .overlay-50 h1,
.client-theme .overlay-50 .h1,
.client-theme .overlay-50 h2,
.client-theme .overlay-50 .h2,
.client-theme .overlay-50 h3,
.client-theme .overlay-50 .h3,
.client-theme .overlay-50 h4,
.client-theme .overlay-50 .h4,
.client-theme .overlay-50 h5,
.client-theme .overlay-50 .h5,
.client-theme .overlay-50 h6,
.client-theme .overlay-50 .h6,
.client-theme .overlay-50 span,
.client-theme .overlay-75 div,
.client-theme .overlay-75 p,
.client-theme .overlay-75 h1,
.client-theme .overlay-75 .h1,
.client-theme .overlay-75 h2,
.client-theme .overlay-75 .h2,
.client-theme .overlay-75 h3,
.client-theme .overlay-75 .h3,
.client-theme .overlay-75 h4,
.client-theme .overlay-75 .h4,
.client-theme .overlay-75 h5,
.client-theme .overlay-75 .h5,
.client-theme .overlay-75 h6,
.client-theme .overlay-75 .h6,
.client-theme .overlay-75 span,
.client-theme .overlay-horizontal-left100 div,
.client-theme .overlay-horizontal-left100 p,
.client-theme .overlay-horizontal-left100 h1,
.client-theme .overlay-horizontal-left100 .h1,
.client-theme .overlay-horizontal-left100 h2,
.client-theme .overlay-horizontal-left100 .h2,
.client-theme .overlay-horizontal-left100 h3,
.client-theme .overlay-horizontal-left100 .h3,
.client-theme .overlay-horizontal-left100 h4,
.client-theme .overlay-horizontal-left100 .h4,
.client-theme .overlay-horizontal-left100 h5,
.client-theme .overlay-horizontal-left100 .h5,
.client-theme .overlay-horizontal-left100 h6,
.client-theme .overlay-horizontal-left100 .h6,
.client-theme .overlay-horizontal-left100 span,
.client-theme .overlay-horizontal-left50 div,
.client-theme .overlay-horizontal-left50 p,
.client-theme .overlay-horizontal-left50 h1,
.client-theme .overlay-horizontal-left50 .h1,
.client-theme .overlay-horizontal-left50 h2,
.client-theme .overlay-horizontal-left50 .h2,
.client-theme .overlay-horizontal-left50 h3,
.client-theme .overlay-horizontal-left50 .h3,
.client-theme .overlay-horizontal-left50 h4,
.client-theme .overlay-horizontal-left50 .h4,
.client-theme .overlay-horizontal-left50 h5,
.client-theme .overlay-horizontal-left50 .h5,
.client-theme .overlay-horizontal-left50 h6,
.client-theme .overlay-horizontal-left50 .h6,
.client-theme .overlay-horizontal-left50 span,
.client-theme .overlay-horizontal-right100 div,
.client-theme .overlay-horizontal-right100 p,
.client-theme .overlay-horizontal-right100 h1,
.client-theme .overlay-horizontal-right100 .h1,
.client-theme .overlay-horizontal-right100 h2,
.client-theme .overlay-horizontal-right100 .h2,
.client-theme .overlay-horizontal-right100 h3,
.client-theme .overlay-horizontal-right100 .h3,
.client-theme .overlay-horizontal-right100 h4,
.client-theme .overlay-horizontal-right100 .h4,
.client-theme .overlay-horizontal-right100 h5,
.client-theme .overlay-horizontal-right100 .h5,
.client-theme .overlay-horizontal-right100 h6,
.client-theme .overlay-horizontal-right100 .h6,
.client-theme .overlay-horizontal-right100 span,
.client-theme .overlay-horizontal-right50 div,
.client-theme .overlay-horizontal-right50 p,
.client-theme .overlay-horizontal-right50 h1,
.client-theme .overlay-horizontal-right50 .h1,
.client-theme .overlay-horizontal-right50 h2,
.client-theme .overlay-horizontal-right50 .h2,
.client-theme .overlay-horizontal-right50 h3,
.client-theme .overlay-horizontal-right50 .h3,
.client-theme .overlay-horizontal-right50 h4,
.client-theme .overlay-horizontal-right50 .h4,
.client-theme .overlay-horizontal-right50 h5,
.client-theme .overlay-horizontal-right50 .h5,
.client-theme .overlay-horizontal-right50 h6,
.client-theme .overlay-horizontal-right50 .h6,
.client-theme .overlay-horizontal-right50 span,
.client-theme .overlay-horizontal-right div,
.client-theme .overlay-horizontal-right p,
.client-theme .overlay-horizontal-right h1,
.client-theme .overlay-horizontal-right .h1,
.client-theme .overlay-horizontal-right h2,
.client-theme .overlay-horizontal-right .h2,
.client-theme .overlay-horizontal-right h3,
.client-theme .overlay-horizontal-right .h3,
.client-theme .overlay-horizontal-right h4,
.client-theme .overlay-horizontal-right .h4,
.client-theme .overlay-horizontal-right h5,
.client-theme .overlay-horizontal-right .h5,
.client-theme .overlay-horizontal-right h6,
.client-theme .overlay-horizontal-right .h6,
.client-theme .overlay-horizontal-right span,
.client-theme .overlay-horizontal-middle div,
.client-theme .overlay-horizontal-middle p,
.client-theme .overlay-horizontal-middle h1,
.client-theme .overlay-horizontal-middle .h1,
.client-theme .overlay-horizontal-middle h2,
.client-theme .overlay-horizontal-middle .h2,
.client-theme .overlay-horizontal-middle h3,
.client-theme .overlay-horizontal-middle .h3,
.client-theme .overlay-horizontal-middle h4,
.client-theme .overlay-horizontal-middle .h4,
.client-theme .overlay-horizontal-middle h5,
.client-theme .overlay-horizontal-middle .h5,
.client-theme .overlay-horizontal-middle h6,
.client-theme .overlay-horizontal-middle .h6,
.client-theme .overlay-horizontal-middle span {
  width: 100%;
}
.client-theme .overlay-vertical-top > .overlay-text {
  align-self: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
.client-theme .overlay-vertical-middle > .overlay-text {
  align-self: center;
}
.client-theme .overlay-vertical-bottom > .overlay-text {
  align-self: flex-end;
  padding-bottom: 0;
  padding-top: 0;
}
.client-theme .overlay-horizontal-left50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .client-theme .overlay-horizontal-left50 {
    width: 100%;
  }
}
.client-theme .overlay-horizontal-right50 {
  width: 50%;
  margin-left: 50%;
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .client-theme .overlay-horizontal-right50 {
    width: 100%;
    margin-left: 0;
  }
}
.client-theme .overlay-horizontal-middle {
  text-align: center;
  width: 100%;
}
.client-theme .overlay-horizontal-right100 {
  text-align: right !important;
}
.client-theme .overlay-horizontal-left100 {
  text-align: left !important;
}
.client-theme .hero-text-left-img,
.client-theme .hero-text-right-img {
  width: 100%;
}
.client-theme .heroImage {
  visibility: hidden;
}
.client-theme .heroImageContainer {
  position: absolute;
}
.client-theme .widget-image .caption {
  padding-top: 30px;
}
.client-theme .widget-image .caption p:last-child {
  margin: 0;
}
.client-theme .widget-image .caption p {
  width: 100%;
}
.client-theme .widget-image.widget-image-textleft .d-md-block img {
  margin: 0 0 30px 30px;
}
.client-theme .widget-image.widget-image-textright .d-md-block img {
  margin: 0 30px 30px 0;
}
.client-theme .widget-image.widget-image-textleft .d-md-block .image-preveiw-wrapper {
  margin: 0 0 30px 30px;
}
.client-theme .widget-image.widget-image-textleft .d-md-block .image-preveiw-wrapper img {
  margin: 0;
}
.client-theme .widget-image.widget-image-textright .d-md-block .image-preveiw-wrapper {
  margin: 0 30px 30px 0;
}
.client-theme .widget-image.widget-image-textright .d-md-block .image-preveiw-wrapper img {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .client-theme .widget-image[data-display-mode="4Across"] .image-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .client-theme .widget-image[data-display-mode="2Across"] .image-wrap, .client-theme .widget-image[data-display-mode="3Across"] .image-wrap {
    margin-top: 30px;
  }
}
.client-theme div.image-container {
  text-align: center;
  width: 50%;
}
.client-theme div.image-container.icontainer {
  width: 100%;
  text-align: center;
}
.client-theme div.image-container .widget-image {
  /* IMPORTANT STUFF */
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* SOME CUSTOM STYLING */
  width: 100% !important;
  padding: 10px;
  text-align: center;
}
.client-theme .widget-image input.file-imageupload {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 500px;
  z-index: 2;
  opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0; /* Safari 1.x */
  -moz-opacity: 0; /* FF lt 1.5, Netscape */
}
.client-theme .overlay-link {
  cursor: pointer;
}
.client-theme .widget.widget-image.four-image-width .container > .row {
  padding-left: 37%;
  padding-right: 37%;
}
.client-theme .widget.widget-image.four-image-width[data-display-mode="3Across"] .container > .row {
  padding-left: 12%;
  padding-right: 12%;
}
.client-theme .widget.widget-image.four-image-width[data-display-mode="2Across"] .container > .row {
  padding-left: 25%;
  padding-right: 25%;
}
.client-theme .widget.widget-image.four-image-width[data-display-mode="4Across"] .container > .row {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .client-theme .widget-image-textleft-text, .client-theme .widget-image-textright-text {
    margin-top: 30px;
  }
}
.client-theme .widget-image-textleft ol, .client-theme .widget-image-textleft ul, .client-theme .widget-image-textright ol, .client-theme .widget-image-textright ul {
  overflow: hidden;
}
.client-theme .widget-image-textleft .image-text-content-wrapper, .client-theme .widget-image-textright .image-text-content-wrapper {
  float: none;
}
.client-theme .my-leads-table {
  font-size: 0.875rem;
}
.client-theme .my-leads-table tbody tr td:last-of-type {
  min-width: 120px;
}
.client-theme .lead-attachment-instructions {
  font-size: 0.8125rem;
}
.client-theme .my-lead-campaigns .active {
  border: 1px solid #ddd;
  border-bottom: none;
  margin-bottom: -1px;
  background-color: white;
  font-weight: 600;
}
.client-theme .lead-campaign-opt-in-panel,
.client-theme .lead-campaign-edit-panel,
.client-theme .lead-campaign-validate-address-panel,
.client-theme .lead-submission-view-panel {
  width: 90%;
}
@media screen and (min-width: 992px) {
  .client-theme .lead-campaign-opt-in-panel,
  .client-theme .lead-campaign-edit-panel,
  .client-theme .lead-campaign-validate-address-panel,
  .client-theme .lead-submission-view-panel {
    width: 50%;
  }
}
.client-theme .credentials-wrapper {
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 45px;
  margin-top: 50px;
}
.client-theme #widget-mymessages {
  /* @font-face {
      font-family: 'Glyphicons Halflings';
      src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
      src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  } */
}
.client-theme #widget-mymessages .user-profile {
  text-align: center;
  line-height: 1.2em;
  padding-top: 10px;
}
.client-theme #widget-mymessages .user-profile .user-profile-name {
  color: #4183be;
  font-size: 12px;
}
.client-theme #widget-mymessages .user-profile .user-profile-school {
  font-size: 10px;
}
.client-theme #widget-mymessages .user-profile .badge {
  padding: 5px 10px;
  border-radius: 0;
  margin-right: 10px;
  position: relative;
  top: -5px;
  background-color: #4184bf;
}
.client-theme #widget-mymessages .user-profile .badge:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #4184bf;
  border-width: 5px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .user-profile {
    text-align: right;
  }
}
.client-theme #widget-mymessages button.btn.btn-primary.dropdown-toggle {
  padding: 0px;
  margin-top: -5px;
}
.client-theme #widget-mymessages .my-messages-custom-select-trigger {
  color: #337ab7;
  position: relative;
  display: block;
  cursor: pointer;
}
.client-theme #widget-mymessages .my-messages-custom-option.selection:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 12px;
  left: -10px;
}
.client-theme #widget-mymessages .somethingwild {
  color: #ffffff;
  padding: 10px;
}
@media (min-width: 1351px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 60%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 1350px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 65%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 70%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 80%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 90%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 100%;
    color: #ffffff;
    padding: 10px;
  }
}
.client-theme #widget-mymessages rand {
  color: #fff;
}
.client-theme #widget-mymessages .page-section {
  margin-bottom: 0;
}
.client-theme #widget-mymessages .page-section p {
  font-size: 20px;
  margin: 0;
}
.client-theme #widget-mymessages .page-titlebar {
  padding: 15px 0;
  position: relative;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .page-section {
    float: left;
    margin-bottom: 0;
  }
}
.client-theme #widget-mymessages .section {
  margin: 10px 0;
}
.client-theme #widget-mymessages .first-section {
  margin: 10px 0 10px 0;
}
.client-theme #widget-mymessages .masthead-container2-messages {
  min-height: 180px;
  background-color: #c2c2c2;
  font-family: Arial, sans-serif;
  font-weight: 200;
  background-image: url("/assets/images/banner-my-messages.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.client-theme #widget-mymessages .masthead-content2 {
  padding: 5px;
}
.client-theme #widget-mymessages .table {
  border-collapse: collapse !important;
}
.client-theme #widget-mymessages .table td, .client-theme #widget-mymessages .table th {
  background-color: #fff !important;
}
.client-theme #widget-mymessages .table-bordered th, .client-theme #widget-mymessages .table-bordered td {
  border: 1px solid #ddd !important;
}
.client-theme #widget-mymessages input, .client-theme #widget-mymessages button, .client-theme #widget-mymessages select, .client-theme #widget-mymessages textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.client-theme #widget-mymessages a {
  color: #337ab7;
  text-decoration: none;
}
.client-theme #widget-mymessages a:hover, .client-theme #widget-mymessages a:focus {
  color: #23527c;
  text-decoration: underline;
}
.client-theme #widget-mymessages a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.client-theme #widget-mymessages figure {
  margin: 0;
}
.client-theme #widget-mymessages .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.client-theme #widget-mymessages .dropup, .client-theme #widget-mymessages .dropdown {
  position: relative;
}
.client-theme #widget-mymessages .dropdown-toggle:focus {
  outline: 0;
}
.client-theme #widget-mymessages .dropdown-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;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.client-theme #widget-mymessages .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.client-theme #widget-mymessages .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.client-theme #widget-mymessages .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 100;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.client-theme #widget-mymessages .dropdown-menu > li > a:hover, .client-theme #widget-mymessages .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.client-theme #widget-mymessages .dropdown-menu > .active > a, .client-theme #widget-mymessages .dropdown-menu > .active > a:hover, .client-theme #widget-mymessages .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.client-theme #widget-mymessages .dropdown-menu > .disabled > a, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:hover, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.client-theme #widget-mymessages .dropdown-menu > .disabled > a:hover, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.client-theme #widget-mymessages .open > .dropdown-menu {
  display: block;
}
.client-theme #widget-mymessages .open > a {
  outline: 0;
}
.client-theme #widget-mymessages .dropdown-menu-right {
  left: auto;
  right: 0;
}
.client-theme #widget-mymessages .dropdown-menu-left {
  left: 0;
  right: auto;
}
.client-theme #widget-mymessages .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}
.client-theme #widget-mymessages .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.client-theme #widget-mymessages .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.client-theme #widget-mymessages .close:hover, .client-theme #widget-mymessages .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme #widget-mymessages button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.client-theme #widget-mymessages .modal-open {
  overflow: hidden;
}
.client-theme #widget-mymessages .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.client-theme #widget-mymessages .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.client-theme #widget-mymessages .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.client-theme #widget-mymessages .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.client-theme #widget-mymessages .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.client-theme #widget-mymessages .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  max-height: calc(100vh - 125px);
  overflow: auto;
}
.client-theme #widget-mymessages .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.client-theme #widget-mymessages .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.client-theme #widget-mymessages .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme #widget-mymessages .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}
.client-theme #widget-mymessages .modal-header .close {
  margin-top: -2px;
}
.client-theme #widget-mymessages .modal-title {
  margin: 0;
  line-height: 1.42857;
}
.client-theme #widget-mymessages .modal-body {
  position: relative;
  padding: 15px;
}
.client-theme #widget-mymessages .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.client-theme #widget-mymessages .modal-footer:before, .client-theme #widget-mymessages .modal-footer:after {
  content: " ";
  display: table;
}
.client-theme #widget-mymessages .modal-footer:after {
  clear: both;
}
.client-theme #widget-mymessages .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.client-theme #widget-mymessages .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.client-theme #widget-mymessages .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.client-theme #widget-mymessages .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .client-theme #widget-mymessages .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .client-theme #widget-mymessages .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .modal-lg {
    width: 900px;
  }
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-light-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-light-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-light-webfont.svg#knowledgelight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.svg#knowledgelightitalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-light-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-light-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-light-webfont.svg#knowledgelight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.svg#knowledgelightitalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-medium-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-medium-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-medium-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-medium-webfont.svg#knowledgemedium") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.svg#knowledgemediumitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-bold-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-bold-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-bold-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-bold-webfont.svg#knowledgebold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.svg#knowledgebolditalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "knowledgeblack";
  src: url("/assets/fonts/westlaw/knowledge-black-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-black-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-black-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-black-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-black-webfont.svg#knowledgeblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "knowledgeblackitalic";
  src: url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.svg#knowledgeblackitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "westlaw";
  src: url("/assets/fonts/westlaw/westlaw.eot?-pt867n");
  src: url("/assets/fonts/westlaw/westlaw.eot?#iefix-pt867n") format("embedded-opentype"), url("/assets/fonts/westlaw/westlaw.woff?-pt867n") format("woff"), url("/assets/fonts/westlaw/westlaw.ttf?-pt867n") format("truetype"), url("/assets/fonts/westlaw/westlaw.svg?-pt867n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.client-theme #widget-mymessages [class^=icon-], .client-theme #widget-mymessages [class*=" icon-"] {
  font-family: "westlaw";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "practice-interests";
  src: url("/assets/fonts/westlaw/practice-interests.eot?-9j1g1b");
  src: url("/assets/fonts/westlaw/practice-interests.eot?#iefix-9j1g1b") format("embedded-opentype"), url("/assets/fonts/westlaw/practice-interests.ttf?-9j1g1b") format("truetype"), url("/assets/fonts/westlaw/practice-interests.woff?-9j1g1b") format("woff"), url("/assets/fonts/westlaw/practice-interests.svg?-9j1g1b#practice-interests") format("svg");
  font-weight: normal;
  font-style: normal;
}
.client-theme #widget-mymessages [class^=interest-], .client-theme #widget-mymessages [class*=" interest-"] {
  font-family: "practice-interests";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.client-theme #widget-mymessages .masthead-container {
  background-color: #c2c2c2;
}
.client-theme #widget-mymessages .masthead-container .masthead-content {
  padding: 20px 20px 20px;
  color: #fff;
  line-height: 27px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    padding: 0 20px 20px;
  }
}
.client-theme #widget-mymessages .masthead-container .btn {
  display: block;
}
.client-theme #widget-mymessages .banner .overlay {
  width: 100%;
  height: 100%;
  position: initial;
  top: 0;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .banner .overlay {
    position: absolute;
  }
}
.client-theme #widget-mymessages .banner.welcome .overlay {
  background-color: #000;
  opacity: 0.5;
}
.client-theme #widget-mymessages .banner.default .overlay {
  background-color: #000;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=1);
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .masthead-container {
    background-color: transparent;
    position: relative;
  }
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
  }
  .client-theme #widget-mymessages .masthead-container .masthead-content.text-light {
    color: #fff;
  }
  .client-theme #widget-mymessages .masthead-container .btn {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .client-theme #widget-mymessages .masthead-container.startHere .masthead-content {
    top: 90px;
  }
}
.client-theme #widget-mymessages .modal.my-practice-interests .modal-dialog {
  margin-top: 165px;
}
.client-theme #widget-mymessages table.standard {
  background-color: #edeff0;
}
.client-theme #widget-mymessages table.standard th {
  color: #337ab7;
}
.client-theme #widget-mymessages h1, .client-theme #widget-mymessages .h1, .client-theme #widget-mymessages h2, .client-theme #widget-mymessages .h2, .client-theme #widget-mymessages h3, .client-theme #widget-mymessages .h3, .client-theme #widget-mymessages h4, .client-theme #widget-mymessages .h4, .client-theme #widget-mymessages h5, .client-theme #widget-mymessages .h5, .client-theme #widget-mymessages h6, .client-theme #widget-mymessages .h6 {
  font-style: normal;
  font-family: "knowledge", Arial, sans-serif;
  font-weight: 100;
}
.client-theme #widget-mymessages h1.page-title, .client-theme #widget-mymessages .page-title.h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 200;
  text-transform: capitalize;
  margin: 0;
}
.client-theme #widget-mymessages h2.section-title, .client-theme #widget-mymessages .section-title.h2 {
  font-size: 32px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .user-profile {
    text-align: right;
  }
}
.client-theme #widget-mymessages .note {
  color: #fff;
  background-color: #6dc3eb;
  padding: 15px;
}
.client-theme #widget-mymessages .section-progress {
  background-color: #ececec;
  padding: 0 17px 10px;
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .section-progress {
    padding: 8px 54px 8px;
  }
}
.client-theme #widget-mymessages .section-progress h2, .client-theme #widget-mymessages .section-progress .h2 {
  margin-top: 8px;
  margin-bottom: 5px;
}
.client-theme #widget-mymessages .my-messages .fa-trash-can {
  color: #505050;
}
.client-theme #widget-mymessages .my-messages .modal-header {
  background-color: #4284bf;
  color: #fff;
  padding: 2px 15px;
}
.client-theme #widget-mymessages .my-messages .modal-header .close {
  color: #fff;
  opacity: 1;
  padding-top: 4px;
  margin-left: 30px;
}
.client-theme #widget-mymessages .my-messages .modal-header .sender {
  margin-right: 40px;
}
.client-theme #widget-mymessages .my-messages .modal-title {
  font-style: normal;
  font-family: "knowledge", Arial, sans-serif;
  color: #fff;
  font-weight: 100;
}
.client-theme #widget-mymessages div.row.my-messages-header button.btn.btn-primary,
.client-theme #widget-mymessages div.row.my-messages-header li > a > div > h1.page-title,
.client-theme #widget-mymessages div.row.my-messages-header li > a > div > .page-title.h1,
.client-theme #widget-mymessages .my-messages-header.btn-primary.active,
.client-theme #widget-mymessages .my-messages-header.btn-group.open,
.client-theme #widget-mymessages .my-messages-header.btn.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header button.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header button.btn-primary.dropdown-toggle:hover,
.client-theme #widget-mymessages .my-messages-header.open,
.client-theme #widget-mymessages .my-messages-header.open > .dropdown-toggle.btn-primary,
.client-theme #widget-mymessages .my-messages-header.open > .dropdown-toggle.btn-primary:hover,
.client-theme #widget-mymessages .my-messages-header.btn-group button.btn.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header.page-title {
  background-color: #fff;
  color: #337ab7;
}
.client-theme #widget-mymessages .my-messages-header .btn-group {
  vertical-align: bottom;
}
.client-theme .notification-container .page-navigation-container {
  margin-bottom: 9px;
}
.client-theme .notification-container .page-navigation-container.bottom-page-control {
  margin-top: 9px;
}
.client-theme .notifications-wrapper {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.client-theme .notification-item-wrapper {
  padding: 9px 0;
}
.client-theme .notification-item-wrapper:nth-child(even) {
  background-color: #ececec;
}
.client-theme .notification-item-wrapper:nth-child(even) .notification-item {
  background-color: #ececec;
  border-left-color: #ececec;
}
.client-theme .notification-item-wrapper .notification-item {
  border-left: 5px solid #fff;
}
.client-theme .notification-item-wrapper .notification-item.unread {
  border-left-color: #ff8000;
}
.client-theme .notification-item.unread .notification-item-content .notification-title {
  font-weight: bold;
}
.client-theme .notification-item.unread .notification-item-content .notification-time {
  font-weight: bold;
}
.client-theme .notification-option-container {
  float: right;
  padding-right: 6px;
}
.client-theme .notification-option-container .notification-option {
  padding-right: 3px;
  color: #979797;
  font-size: 14px;
}
.client-theme .notification-type-container {
  float: left;
  padding: 6px 9px 9px;
}
.client-theme .notification-type-container .notification-type-icon {
  font-size: 18px;
  color: #005a84;
}
.client-theme .notification-item-content .notification-time {
  color: #979797;
  font-size: 12px;
  padding-top: 2px;
}
.client-theme .notification-count-container {
  text-align: left;
  width: 75px;
  padding-top: 14px;
  height: 41px;
}
.client-theme .notification-count-bubble {
  padding: 2px 7px;
  background-color: #ff8000;
  color: #fff;
  font-weight: bold;
  border-radius: 9px;
}
.client-theme .notification-icon-anchor {
  text-decoration: none;
  color: #333;
}
.client-theme .widget-onpagenavigation {
  background-color: white;
}
.client-theme .onpagenavigation-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 25;
}
.client-theme .card {
  margin-bottom: 1.5714285714rem !important;
}
.client-theme .card-header {
  position: relative;
}
.client-theme .card-header .accordion-toggle::before {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 20px;
}
.client-theme .card-header .accordion-toggle.collapsed::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 20px;
}
.client-theme .widget .card-group {
  margin-bottom: 0;
}
.client-theme .card > .card-header a {
  color: #ffffff;
}
.client-theme .card > .card-header a.link-color {
  color: #4fc4d0;
}
.client-theme .card.card-featured > .card-header {
  background-color: #22757e;
}
.client-theme .card .card-title {
  font-size: 24px;
}
.client-theme .list-group-item.active, .client-theme .list-group-item.active:hover, .client-theme .list-group-item.active:focus {
  color: #ffffff;
  background-color: #4fc4d0;
  border-color: #4fc4d0;
}
.client-theme .participant-activity-filter {
  background-color: #eeeeee;
}
.client-theme .user-curriculumteamcontentlist {
  margin-left: -15px;
  margin-right: -15px;
}
.client-theme .open-class-list-tab p {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  /* animation: attentiontext 1s ease infinite alternate running; */
  transform-origin: left;
  padding-right: 10px;
  font-size: 16px;
  font-weight: normal;
}
.client-theme .open-class-list-tab .fa-solid {
  margin-top: 1px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
.client-theme .open-class-list-tab {
  display: flex;
  flex-wrap: wrap;
  /* text-align: left; */
  transform-origin: left;
  clear: both;
}
.client-theme .class-list-tab-text {
  text-align: center;
  background: #e64925;
  padding-bottom: 15px;
  padding: 10px;
  padding-top: 15px;
  width: auto;
  float: left;
  min-height: 1px;
  display: flex;
  cursor: pointer;
  pointer-events: auto;
}
.client-theme .class-list-tab-arrow {
  background: #e64925;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  cursor: pointer;
  pointer-events: auto;
  /* top: 50%;
      bottom: 50%;
      right: 0;
      position: absolute;
      margin-top: -12px; */
}
.client-theme .open-class-list-tab.animate-tab {
  animation: bounce 4s infinite;
}
.client-theme .chevron-up-bounce {
  animation: bounce-up 4s infinite;
}
.client-theme .chevron-down-bounce {
  animation: bounce-down 4s infinite;
}
@media screen and (min-width: 767px) {
  .client-theme .vertical-tab {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    display: inline-block;
    white-space: nowrap;
    padding-left: 0;
  }
  .client-theme .open-class-list-tab .vertical-tab p {
    padding-right: 0;
    padding-left: 5px;
    margin-left: 0;
    margin-right: 0;
  }
}
.client-theme .class-list-tab-wrapper {
  position: relative;
  z-index: 2;
}
@keyframes bounce-up {
  10%, 20%, 30%, 40%, 50% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-30px);
  }
  25% {
    transform: translateY(-15px);
  }
  35% {
    transform: translateY(-5px);
  }
  45% {
    transform: translateY(-2px);
  }
}
@keyframes bounce-down {
  10%, 20%, 30%, 40%, 50% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(30px);
  }
  25% {
    transform: translateY(15px);
  }
  35% {
    transform: translateY(5px);
  }
  45% {
    transform: translateY(2px);
  }
}
@keyframes bounce {
  10%, 20%, 30%, 40%, 50% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-30px);
  }
  25% {
    transform: translateX(-15px);
  }
  35% {
    transform: translateX(-5px);
  }
  45% {
    transform: translateX(-2px);
  }
}
@keyframes attention {
  /* 0% {
                              -webkit-transform: scaleX(1);
                              -ms-transform: scaleX(1);
                              transform: scaleX(1);
                          } */
  100% {
    -webkit-transform: scaleX(1.05);
    -ms-transform: scaleX(1.05);
    transform: scaleX(1.05);
  }
}
@keyframes attentiontext {
  /* 0% {
                              -webkit-transform: scaleX(1);
                              -ms-transform: scaleX(1);
                              transform: scaleX(1);
                          } */
  100% {
    -webkit-transform: scaleX(0.9523809524);
    -ms-transform: scaleX(0.9523809524);
    transform: scaleX(0.9523809524);
  }
}
.client-theme .open-class-list-wrapper {
  margin-top: 20px;
  position: relative;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1400px) {
  .client-theme .open-class-list-wrapper {
    margin-top: 60px;
  }
}
.client-theme .content-assignment-list {
  width: 40%;
}
.client-theme .class-list li {
  font-size: 0.875rem;
  line-height: 28px;
  padding-left: 30px;
  clear: both;
}
.client-theme .class-list .assignment-item {
  float: left;
  padding-left: 10px;
}
.client-theme .class-list .fa-square-check, .client-theme .class-list .fa-square, .client-theme .class-list .fa-play {
  font-size: 0.875rem;
  padding-left: 20px;
  float: left;
  line-height: 28px;
}
.client-theme .class-list .fa-square-check,
.client-theme .class-list .fa-square {
  color: #4fc4d0;
}
.client-theme .class-list .fa-play {
  color: #e64925;
}
.client-theme .global-modal.panel-window.content-assignment-list .global-modal-container {
  overflow-y: auto;
}
.client-theme .tab-orientation-vertical.user-curriculumteamcontentlist {
  height: 0;
}
.client-theme .class-list .fa-square-check.current-glyph {
  color: #5c5c5c;
}
.client-theme .class-list-tab-wrapper.vertical-safari-fix {
  min-width: 70px;
}
.client-theme .class-list .card-nested {
  border-color: #c8ecf0;
}
.client-theme .class-list .card-nested .card-header {
  background-color: #c8ecf0;
  border-color: #c8ecf0;
}
.client-theme .class-list .card-header .accordion-toggle::before {
  content: "\f078";
}
.client-theme .class-list .card-header .accordion-toggle.collapsed::before {
  content: "\f077";
}
.client-theme .product-template-preview-fields .panel-heading .fa-solid {
  background-color: white;
  border-radius: 50%;
  padding: 4px;
}
.client-theme .product-template-preview-fields .panel-heading .fa-solid.fa-check {
  color: green;
}
.client-theme .product-template-preview-fields .panel-heading .fa-solid.fa-xmark {
  color: red;
}
.client-theme .product-template-preview-fields .itinerary-selection-container .selected-itinerary-display-toggle {
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-left: none;
}
.client-theme .product-template-preview-fields .itinerary-selection-container .dropdown-menu {
  width: 100%;
}
.client-theme .product-template-preview-fields .selected-itinerary-display {
  flex: 1;
  text-align: left;
  background-color: transparent;
  overflow: hidden;
}
.client-theme .product-template-preview-fields .selected-itinerary-display::after {
  float: right;
}
.client-theme .product-template-preview-fields .itinerary-table tbody tr:hover {
  background-color: #3c8dbc;
  color: #ffffff;
}
.client-theme .product-template-preview-fields .itinerary-table tr.selected {
  background-color: #3c8dbc;
  color: #ffffff;
  vertical-align: middle;
  padding: 1.5em;
}
.client-theme .image-preview-disabled {
  background-color: #000;
  opacity: 0.5;
}
.client-theme .customize-product-preview .btn.btn-default {
  white-space: normal;
  padding-left: 3px;
  padding-right: 3px;
}
.client-theme .customize-product-preview .ajax-loader-container {
  z-index: 999;
}
.client-theme .product-template-preview-paging-wrapper .card {
  border: 1px solid #999;
}
.client-theme .product-template-preview-paging-wrapper .card .card-header {
  background-color: #eee;
  border-bottom: 1px solid #999;
}
.client-theme .product-template-preview-paging-wrapper .card .card-header a, .client-theme .product-template-preview-paging-wrapper .card .card-header button {
  color: #5c5c5c;
}
.client-theme .product-template-preview-paging-wrapper .row.product-template-preview-paging {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.client-theme .product-detail-preview-images {
  overflow-x: auto;
  white-space: nowrap;
}
.client-theme .product-detail-preview-images a {
  display: inline-block;
  border: 1px solid #ddd;
}
.client-theme .product-detail-preview-images img {
  height: 70px;
}
.client-theme .profile-widget h4, .client-theme .profile-widget .h4, .client-theme .profile-widget .control-label.label-header {
  margin-top: 30px;
  border-bottom: 1px solid #7F7F7F;
  display: block;
  padding-bottom: 10px;
}
.client-theme .profile-widget .control-label.label-header {
  width: 100%;
  padding-left: 0;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .client-theme .profile-group {
    width: 90%;
  }
  .client-theme .profile-group.singleton {
    width: auto;
  }
}
.client-theme .profile-group .control-label {
  text-align: left;
  display: inline-block;
}
.client-theme .profile-group .profile-value {
  padding-top: 7px;
  display: inline-block;
  padding-left: 10px;
}
@media screen and (min-width: 767px) {
  .client-theme .profile-group .profile-value {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .profile-group .form-control, .client-theme .profile-group .form-select {
    width: calc(100% - 40px);
  }
}
.client-theme .profile-group .profile-preview-img {
  display: inline-block;
  position: relative;
  width: auto;
}
.client-theme .profile-group .profile-preview-img button {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 12px;
  padding: 5px;
}
.client-theme .panel-title {
  color: #ffffff;
}
.client-theme .questionaire-instructions-left {
  padding-right: 20px;
}
.client-theme .questionaire-instructions-right {
  padding-left: 20px;
}
.client-theme .questionaire-instructions-top {
  padding-bottom: 20px;
}
.client-theme .questionaire-instructions-bottom {
  padding-top: 20px;
}
@media screen and (min-width: 767px) {
  .client-theme .quickstat-container {
    display: table;
  }
}
.client-theme .quickstat-container div:last-child {
  border-right: none;
  border-bottom: none;
}
.client-theme .quickstat-section-container {
  min-height: 85px;
  width: 80%;
  vertical-align: top;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .client-theme .quickstat-section-container {
    width: 25%;
    display: table-cell;
  }
}
.client-theme .quickstat-section-container.quickstat-divider {
  border-bottom: 1px solid #7F7F7F;
}
@media screen and (min-width: 767px) {
  .client-theme .quickstat-section-container.quickstat-divider {
    border-right: 1px solid #7F7F7F;
    border-bottom: none;
  }
}
.client-theme .quickstat-detail {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 767px) {
  .client-theme .quickstat-detail {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme .quickstat-detail {
    margin-top: 0;
  }
}
.client-theme .quickstat-section-icon {
  margin-top: 0;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .client-theme .quickstat-section-icon {
    max-width: none;
  }
}
.client-theme .quickstat-section-container .icon {
  /*min-height: 70px;
  min-width: 70px;*/
}
.client-theme .quickstat-section-container .measurement {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}
@media screen and (min-width: 992px) {
  .client-theme .quickstat-section-container .measurement {
    font-size: 40px;
  }
}
.client-theme .quickstat-section-container .summary {
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 5px;
  /*font-style: italic;*/
}
@media screen and (min-width: 992px) {
  .client-theme .quickstat-section-container .summary {
    font-size: 18px;
  }
}
.client-theme .quickstat-edit-icon-container {
  height: 120px;
}
.client-theme .no-gutter {
  padding: 0 !important;
  margin: 0 !important;
}
.client-theme .widget-quiz-action-button {
  margin-top: 20px;
}
.client-theme .widget-quiz-answer {
  margin: 10px 0;
}
.client-theme .widget-quiz-answer-selection:hover,
.client-theme .widget-quiz-question-selected,
.client-theme .widget-quiz-question-selected button,
.client-theme .widget-quiz-question-selected button:focus {
  background-color: #7ed0e0;
}
.client-theme .widget-quiz-answer-selection {
  background-color: #4fc4d0;
  width: 100%;
  color: #ffffff;
  white-space: normal;
  word-wrap: break-word;
}
.client-theme .widget-quiz-answer-selection:hover {
  color: #ffffff;
}
.client-theme .widget-quiz-answer-selection:focus, .client-theme .widget-quiz-answer-selection:active {
  color: #ffffff;
}
.client-theme #notification-headline {
  text-align: center;
}
.client-theme .widget-quiz-wrapper h1, .client-theme .widget-quiz-wrapper h2, .client-theme .widget-quiz-wrapper h3, .client-theme .widget-quiz-wrapper h4, .client-theme .widget-quiz-wrapper h5, .client-theme .widget-quiz-wrapper h6, .client-theme .widget-quiz-wrapper .h1, .client-theme .widget-quiz-wrapper .h2, .client-theme .widget-quiz-wrapper .h3, .client-theme .widget-quiz-wrapper .h4, .client-theme .widget-quiz-wrapper .h5, .client-theme .widget-quiz-wrapper .h6 {
  color: inherit;
}
.client-theme .widget-quiz-answer-box {
  border: 1px solid #333;
  padding: 10px;
  background-color: #7ed0e0;
  margin-bottom: 20px;
}
.client-theme .widget-quiz-answer-box-q {
  float: left;
  width: 50%;
  padding: 10px;
}
.client-theme .widget-quiz-answer-box-q img {
  max-height: 370px;
  max-width: 370px;
  margin: 0 auto;
}
.client-theme .widget-quiz-answer-box-a {
  float: left;
  width: 50%;
  padding: 10px;
}
.client-theme .widget-quiz-match-box-text {
  padding: 10px;
}
.client-theme .widget-quiz-match-box-text p {
  margin-bottom: 0;
}
.client-theme .widget-quiz-match-box-image {
  padding: 10px;
}
.client-theme .widget-quiz-match-box-image img {
  max-width: 370px;
  max-height: 370px;
  margin: 0 auto;
}
.client-theme .widget-quiz-match-box {
  border: 1px solid #ccc;
  margin: 10px 0;
  background-color: #FFF;
}
.client-theme .widget-quiz-matches {
  border: 1px solid #666;
  max-height: 600px;
  overflow: scroll;
  background-color: #fff;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 100;
}
.client-theme .widget-quiz-matches .widget-quiz-match-box {
  cursor: pointer;
  margin: 10px 20px;
}
.client-theme .widget-quiz-matches .widget-quiz-match-box:hover,
.client-theme .widget-quiz-matches .widget-quiz-match-box:focus {
  background-color: #ccc;
}
.client-theme .widget-quiz-matches-dropdown {
  padding-right: 50px;
  clear: both;
  width: 100%;
  text-align: left;
  white-space: normal;
  position: relative;
}
.client-theme .widget-quiz-matches-dropdown span.fa-solid {
  position: absolute;
  right: 10px;
  top: 8px;
}
.client-theme .widget-quiz-selection {
  margin: 10px 0;
  border: 1px solid #666;
  background-color: #FFF;
  cursor: pointer;
}
.client-theme .widget-quiz-selection .widget-quiz-match-box {
  border: none;
}
.client-theme .widget-quiz-question-image img {
  max-width: 370px;
  max-height: 370px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.client-theme .file-drop-container {
  background: #e7e7e7;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  color: #6d6d6d;
  padding: 100px 0;
  text-align: center;
}
.client-theme .file-drop-container.dragover {
  border: solid 1px #505050;
  color: #505050;
}
.client-theme .file-drop-container span.fa-solid {
  font-size: 30px;
}
.client-theme .file-list td {
  cursor: move;
}
.client-theme .table.uploaded-files-table {
  margin-bottom: 0;
}
.client-theme .sales-engagement-table {
  font-size: 14px;
}
.client-theme .sales-engagement-table button {
  font-size: 14px;
}
.client-theme .customer-engagement-panel-bg {
  background: #f1f1f1;
  height: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}
.client-theme .customer-engagement-more-info-box {
  display: flex;
  flex-flow: row wrap;
}
.client-theme .customer-engagement-more-info-box::before {
  display: block;
}
.client-theme .customer-engagement-more-info-box > div {
  padding-bottom: 10px;
}
.client-theme .sales-engagement-info-panel {
  width: 90%;
}
.client-theme .sales-engagement-info-panel .customer-engagement-group-membership,
.client-theme .sales-engagement-info-panel .customer-engagement-associated-locations {
  max-height: 350px;
  overflow: auto;
}
.client-theme .sales-engagement-pw-panel {
  width: 90%;
}
.client-theme .sales-engagement-email-panel {
  width: 80%;
}
.client-theme .sales-engagement-redeem-promo-code-panel {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .client-theme .sales-engagement-info-panel {
    width: 70%;
  }
  .client-theme .sales-engagement-pw-panel {
    width: 70%;
  }
  .client-theme .sales-engagement-email-panel {
    width: 50%;
  }
}
.client-theme .sortable-column {
  cursor: pointer;
  font-weight: bold;
}
.client-theme .image-detail-modal {
  width: 60%;
}
.client-theme .image-filter-modal {
  width: 60%;
}
.client-theme .image-results-filter li button.btn.btn-link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}
.client-theme .images-add-to-cart {
  text-align: right;
}
.client-theme .images-add-to-cart span {
  margin-right: 20px;
}
.client-theme .selected-images-wrapper {
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  padding: 15px;
}
.client-theme .selected-images-wrapper ul {
  padding-left: 0;
  padding-right: 0;
}
.client-theme .selected-images-wrapper ul li {
  border: 1px solid #ddd;
  background-color: #efefef;
  border-radius: 4px;
  padding: 6px 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.client-theme .selected-images-wrapper ul li button.btn.btn-link {
  padding: 0;
}
.client-theme .view-image-details-image {
  padding: 0 20px 20px;
}
.client-theme .view-image-details-image img {
  max-width: 100%;
}
.client-theme .image-detail-large-modal {
  width: 95%;
  height: 95%;
}
.client-theme .image-detail-supplemental {
  list-style-type: none;
  padding-left: 0;
}
.client-theme .image-detail-supplemental li {
  display: inline-block;
  width: 19%;
  padding: 10px;
}
.client-theme .catalog-item-image .image {
  margin-bottom: 20px;
}
.client-theme .filter-controls h4, .client-theme .filter-controls .h4 {
  font-weight: bold;
}
.client-theme .filter-controls hr {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.client-theme .filter-controls .filter-options {
  max-height: 250px;
  overflow-y: auto;
  padding-left: 15px;
  padding-bottom: 10px;
}
.client-theme .filter-controls .image-filter-button {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: left;
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid #404040;
  color: #404450;
  white-space: normal;
  background: none;
  padding-bottom: 10px;
  padding-top: 5px;
}
.client-theme .filter-controls .image-filter-button.first-filter {
  border-top: 1px solid #404040;
}
.client-theme .image-color-picker-wrapper {
  padding-left: 20px;
}
.client-theme .powered-by-shutterstock {
  display: block;
  position: absolute;
  right: 0;
  z-index: 25;
  color: #000;
  opacity: 0.5;
  padding-top: 10px;
  padding-right: 80px;
  font-weight: 600;
  font-size: 12px;
}
.client-theme input.form-control.shutterstock-search {
  padding-right: 200px;
}
.client-theme .shutterstock-terms-modal {
  width: 50%;
}
.client-theme .shutterstock-cart-img {
  max-height: 94px;
}
.client-theme .shutterstock-sort-order {
  outline: none !important;
}
.client-theme .shutterstock-selected-sort-order {
  font-weight: bold !important;
}
.client-theme .input-group-btn:last-child > .btn.shutterstock-search-btn,
.client-theme .input-group-btn:last-child > .btn-group .shutterstock-search-btn {
  z-index: 26;
}
.client-theme .shutterfly-details-image {
  margin: 0 auto;
}
.client-theme .assignment-button {
  white-space: normal !important;
  word-wrap: break-word;
  text-align: left;
}
.client-theme .new-team-panel {
  width: 90%;
}
.client-theme .copy-team-modal {
  width: 90%;
}
.client-theme .edit-course-modal {
  width: 90%;
}
.client-theme .assignments-added-summary {
  margin-top: -1px;
  border: 1px solid #00a65a;
  padding: 20px;
  line-height: 35px;
  margin-left: 1px;
  margin-right: 1px;
}
.client-theme .assignments-added-summary p {
  margin-bottom: 0;
}
.client-theme .assignments-counter {
  color: #FFF;
  display: inline-block;
  border-radius: 50%;
  background-color: #00a65a;
  font-size: 18px;
  line-height: 18px;
  margin-right: 20px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.client-theme .selected-assignments-table thead > tr {
  background-color: #e9e9e9 !important;
}
@media screen and (min-width: 767px) {
  .client-theme .copy-team-modal {
    width: 50%;
  }
  .client-theme .edit-course-modal {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .new-team-panel {
    width: 50%;
  }
  .client-theme .copy-team-modal {
    width: 40%;
  }
  .client-theme .edit-course-modal {
    width: 40%;
  }
}
.client-theme .add-assignment-modal .add-content-filter .checkbox,
.client-theme .add-assignment-modal .add-content-filter .radio {
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.client-theme .add-assignment-modal .content-list-table {
  width: 100% !important;
}
.client-theme .copy-join-code {
  border: 1px solid #e4e4e4;
  padding: 15px;
  margin-bottom: 20px;
}
.client-theme .team-back-breadcrumb {
  margin-bottom: 20px;
}
.client-theme .team-back-breadcrumb span {
  font-size: 14px;
}
.client-theme .add-content-filter-section {
  padding-top: 10px;
  border-bottom: solid 1px #5c5c5c;
}
.client-theme .add-content-filter-section button {
  padding: 2px;
}
.client-theme .add-content-filter-section .fa-solid {
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  .client-theme .order-detail-button {
    float: right;
  }
}
.client-theme .w-ucp-container .fa-square-check, .client-theme .w-ucp-container .fa-square, .client-theme .w-ucp-container .fa-lock {
  font-size: 24px;
}
.client-theme .w-ucp-container .header {
  padding: 20px;
}
.client-theme .w-ucp-container .header h3, .client-theme .w-ucp-container .header .h3 {
  margin-bottom: 8px;
}
.client-theme .w-ucp-container .header .progress {
  border-radius: 0;
  background-color: #979797;
  box-shadow: none;
  width: 100%;
}
.client-theme .w-ucp-container .header .progress-bar {
  box-shadow: none;
  background: #1d3a6d;
}
.client-theme .w-ucp-container .header .progress-bar-custom {
  background: #1d3a6d;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .client-theme .w-ucp-container .header .entitlement-image-container {
    text-align: right;
    width: 100%;
  }
}
.client-theme .w-ucp-container .header .widget-entitlement-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .client-theme .w-ucp-container .header .widget-entitlement-img {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .w-ucp-container .header .widget-entitlement-img {
    width: 60px;
    height: 60px;
  }
}
.client-theme .w-ucp-container .header .widget-entitlement-a {
  min-height: initial;
  height: 60px;
}
.client-theme .w-ucp-container .body {
  font-weight: normal;
  padding: 0px 20px;
}
.client-theme .w-ucp-container .fa-square-check {
  color: #4fc4d0;
}
.client-theme .w-ucp-container .fa-lock {
  color: #9e100f;
}
.client-theme .w-ucp-container .fa-square {
  color: #979797;
}
.client-theme .w-ucp-container .section-header {
  margin-bottom: 10px;
}
.client-theme .w-ucp-container .section-summary {
  font-style: italic;
}
.client-theme .w-ucp-container .section-courses .course {
  margin: 0 0 10px 0;
  border: 0px solid red;
}
.client-theme .w-ucp-container .section-courses .course .title {
  padding: 5px 10px;
}
.client-theme .w-ucp-container .col-no-gutters {
  padding: 0;
  margin: 0;
}
.client-theme .w-ucp-container .progress-desc div {
  display: block;
  float: left;
  text-align: center;
}
.client-theme .w-ucp-container .progress-desc .progress-mark {
  text-align: right;
}
.client-theme .w-ucp-container .progress-desc .progress-mark-zero {
  float: left;
}
.client-theme .w-ucp-container .progress-desc .progress-mark-one {
  float: right;
}
.client-theme .w-ucp-container .progress-desc .progress-mark-one-only {
  width: 100%;
  text-align: right;
}
.client-theme .detail-toggle-container {
  margin-bottom: 35px;
}
.client-theme .detail-toggle-container .btn-view-more,
.client-theme .detail-toggle-container .btn.btn-view-more {
  margin: 0;
  padding: 0;
}
.client-theme .user-curriculum .detail-toggle-container .btn-view-more:focus {
  outline: solid;
}
.client-theme .user-curriculum hr {
  margin-top: 22px;
}
.client-theme .user-curriculum .card-header h4, .client-theme .user-curriculum .card-header .h4 {
  font-size: 1.25rem;
}
.client-theme .user-curriculum .card-header h4 a, .client-theme .user-curriculum .card-header .h4 a {
  text-decoration: none;
}
.client-theme .user-curriculum .card-header h3, .client-theme .user-curriculum .card-header .h3 {
  font-size: 1.5rem;
}
.client-theme .user-curriculum .card-header h3 a, .client-theme .user-curriculum .card-header .h3 a {
  text-decoration: none;
}
.client-theme .user-curriculum.curriculum-compacthorizontal, .client-theme .user-curriculum.curriculum-compactvertical {
  font-size: 0.8125rem;
}
.client-theme .user-curriculum.curriculum-compacthorizontal a, .client-theme .user-curriculum.curriculum-compactvertical a {
  font-size: 0.8125rem;
}
.client-theme .user-curriculum.curriculum-compacthorizontal span.fa-solid, .client-theme .user-curriculum.curriculum-compacthorizontal span.fa-regular, .client-theme .user-curriculum.curriculum-compactvertical span.fa-solid, .client-theme .user-curriculum.curriculum-compactvertical span.fa-regular {
  font-size: 0.8125rem;
}
.client-theme .user-curriculum.curriculum-compacthorizontal p, .client-theme .user-curriculum.curriculum-compactvertical p {
  font-size: 1rem;
}
.client-theme .user-curriculum.curriculum-compacthorizontal.w-ucp-container .section-courses .course, .client-theme .user-curriculum.curriculum-compactvertical.w-ucp-container .section-courses .course {
  min-height: initial;
  margin-bottom: 5px;
}
.client-theme .user-curriculum .curriculumprgoress-checkbox-label {
  padding-left: 2em;
}
.client-theme .user-curriculum .curriculumprgoress-checkbox-icon {
  position: absolute;
  left: 0;
}
.client-theme .user-curriculum .card-nested {
  border-color: #c8ecf0;
}
.client-theme .user-curriculum .card-nested .card-header {
  background-color: #c8ecf0;
  border-color: #c8ecf0;
}
.client-theme .user-curriculum .card-header .accordion-toggle::before {
  content: "\f078";
}
.client-theme .user-curriculum .card-header .accordion-toggle.collapsed::before {
  content: "\f077";
}
.client-theme .widget-user-level-progress-container {
  padding: 30px 40px 30px 40px;
}
.client-theme .widget-user-level-progress-container .max-levels-reached, .client-theme .widget-user-level-progress-container .level-summary, .client-theme .widget-user-level-progress-container .level-progress, .client-theme .widget-user-level-progress-container .level-criteria-progress {
  padding: 0px 30px 0px 30px;
}
.client-theme .widget-user-level-progress-container .level-note p {
  margin: 0px;
  padding: 0px;
}
.client-theme .widget-user-level-progress-container .critera-item {
  min-height: 80px;
}
.client-theme .widget-user-level-progress-container .progress-desc {
  font-size: 0.8em;
  margin-top: -26px;
  margin-bottom: 26px;
}
.client-theme .widget-user-level-progress-container .progress-desc div {
  display: block;
  float: left;
  text-align: center;
}
.client-theme .widget-user-level-progress-container .progress-desc .progress-mark {
  text-align: right;
}
.client-theme .widget-user-level-progress-container .progress-desc .progress-mark-zero {
  float: left;
}
.client-theme .widget-user-level-progress-container .progress-desc .progress-mark-one {
  float: right;
}
.client-theme .widget-user-level-progress-container .progress-desc .progress-mark-one-only {
  width: 100%;
  text-align: right;
}
.client-theme .widget-user-level-progress-container .content-name {
  margin-top: 8px;
  padding: 0px 0px 0px 8px;
}
.client-theme .widget-user-level-progress-container .criteria-item-container span.fa-solid {
  font-size: 24px;
}
.client-theme .user-status-overview {
  padding: 20px;
}
.client-theme .status-overview-content div .status-overview-sm-divider {
  border-bottom: 1px solid #7F7F7F;
  height: 1px;
  width: 50%;
  margin: 20px auto;
}
@media screen and (min-width: 767px) {
  .client-theme .status-overview-content div .status-overview-sm-divider {
    border-bottom: none;
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .status-overview-content div {
    border-right: 1px solid #7F7F7F;
  }
}
.client-theme .status-overview-content div:last-child .status-overview-sm-divider {
  display: none;
}
@media screen and (min-width: 767px) {
  .client-theme .status-overview-content div:last-child {
    border-right: none;
  }
}
.client-theme .status-values {
  font-size: 28px;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .client-theme .status-values {
    font-size: 38px;
    line-height: 1.5em;
  }
}
.client-theme .status-values-four {
  font-size: 26px;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .client-theme .status-values-four {
    font-size: 30px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .widget-userstatusfielo .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .client-theme .widget-userstatusfielo .row > [class*=col-] {
    display: flex;
    flex-direction: column;
  }
}
.client-theme .edit-widget-video .video-poster {
  cursor: pointer;
}
.client-theme .edit-widget-video .video-poster-thumbnail img {
  border: solid 1px transparent;
  cursor: pointer;
}
.client-theme .edit-widget-video .video-poster-thumbnail.selected img {
  border: solid 1px #000000;
}
.client-theme .edit-widget-video .video-poster-thumbnail .fa-circle-check {
  background-color: #000000;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
}
.client-theme video.widget-video-hide_scrubber::-webkit-media-controls-timeline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .client-theme .widget-video-text-margin-mobile {
    margin-top: 30px;
  }
}
.client-theme .video-wrapper {
  position: relative;
}
.client-theme .video-wrapper > video {
  width: 100%;
  vertical-align: middle;
}
.client-theme .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}
.client-theme .video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: linear-gradient(transparent, #000);
  transition: opacity 150ms;
}
.client-theme .video-overlay-play-button:hover {
  opacity: 1;
}
.client-theme .video-overlay-play-button.is-hidden {
  display: none;
}
.client-theme .widget-video-textleft ol, .client-theme .widget-video-textleft ul, .client-theme .widget-video-textright ol, .client-theme .widget-video-textright ul {
  overflow: hidden;
}
.client-theme .widget-video-textleft .video-text-content-wrapper, .client-theme .widget-video-textright .video-text-content-wrapper {
  float: none;
}
.client-theme .text-left-vid, .client-theme .text-right-vid {
  display: block;
}
@media screen and (min-width: 767px) {
  .client-theme .text-left-vid, .client-theme .text-right-vid {
    max-width: 50%;
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .text-left-vid, .client-theme .text-right-vid {
    max-width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .text-left-vid {
    margin-right: 20px;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .text-right-vid {
    margin-left: 20px;
  }
}
.client-theme .widget-video-text video, .client-theme .widget-video-text iframe {
  width: 100%;
}
.client-theme #widget-mymessages {
  /* @font-face {
      font-family: 'Glyphicons Halflings';
      src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
      src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  } */
}
.client-theme #widget-mymessages .user-profile {
  text-align: center;
  line-height: 1.2em;
  padding-top: 10px;
}
.client-theme #widget-mymessages .user-profile .user-profile-name {
  color: #4183be;
  font-size: 12px;
}
.client-theme #widget-mymessages .user-profile .user-profile-school {
  font-size: 10px;
}
.client-theme #widget-mymessages .user-profile .badge {
  padding: 5px 10px;
  border-radius: 0;
  margin-right: 10px;
  position: relative;
  top: -5px;
  background-color: #4184bf;
}
.client-theme #widget-mymessages .user-profile .badge:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #4184bf;
  border-width: 5px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .user-profile {
    text-align: right;
  }
}
.client-theme #widget-mymessages button.btn.btn-primary.dropdown-toggle {
  padding: 0px;
  margin-top: -5px;
}
.client-theme #widget-mymessages .my-messages-custom-select-trigger {
  color: #337ab7;
  position: relative;
  display: block;
  cursor: pointer;
}
.client-theme #widget-mymessages .my-messages-custom-option.selection:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 12px;
  left: -10px;
}
.client-theme #widget-mymessages .somethingwild {
  color: #ffffff;
  padding: 10px;
}
@media (min-width: 1351px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 60%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 1350px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 65%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 70%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 80%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 90%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 100%;
    color: #ffffff;
    padding: 10px;
  }
}
.client-theme #widget-mymessages rand {
  color: #fff;
}
.client-theme #widget-mymessages .page-section {
  margin-bottom: 0;
}
.client-theme #widget-mymessages .page-section p {
  font-size: 20px;
  margin: 0;
}
.client-theme #widget-mymessages .page-titlebar {
  padding: 15px 0;
  position: relative;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .page-section {
    float: left;
    margin-bottom: 0;
  }
}
.client-theme #widget-mymessages .section {
  margin: 10px 0;
}
.client-theme #widget-mymessages .first-section {
  margin: 10px 0 10px 0;
}
.client-theme #widget-mymessages .masthead-container2-messages {
  min-height: 180px;
  background-color: #c2c2c2;
  font-family: Arial, sans-serif;
  font-weight: 200;
  background-image: url("/assets/images/banner-my-messages.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.client-theme #widget-mymessages .masthead-content2 {
  padding: 5px;
}
.client-theme #widget-mymessages .table {
  border-collapse: collapse !important;
}
.client-theme #widget-mymessages .table td, .client-theme #widget-mymessages .table th {
  background-color: #fff !important;
}
.client-theme #widget-mymessages .table-bordered th, .client-theme #widget-mymessages .table-bordered td {
  border: 1px solid #ddd !important;
}
.client-theme #widget-mymessages input, .client-theme #widget-mymessages button, .client-theme #widget-mymessages select, .client-theme #widget-mymessages textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.client-theme #widget-mymessages a {
  color: #337ab7;
  text-decoration: none;
}
.client-theme #widget-mymessages a:hover, .client-theme #widget-mymessages a:focus {
  color: #23527c;
  text-decoration: underline;
}
.client-theme #widget-mymessages a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.client-theme #widget-mymessages figure {
  margin: 0;
}
.client-theme #widget-mymessages .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.client-theme #widget-mymessages .dropup, .client-theme #widget-mymessages .dropdown {
  position: relative;
}
.client-theme #widget-mymessages .dropdown-toggle:focus {
  outline: 0;
}
.client-theme #widget-mymessages .dropdown-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;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.client-theme #widget-mymessages .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.client-theme #widget-mymessages .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.client-theme #widget-mymessages .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 100;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.client-theme #widget-mymessages .dropdown-menu > li > a:hover, .client-theme #widget-mymessages .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.client-theme #widget-mymessages .dropdown-menu > .active > a, .client-theme #widget-mymessages .dropdown-menu > .active > a:hover, .client-theme #widget-mymessages .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.client-theme #widget-mymessages .dropdown-menu > .disabled > a, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:hover, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.client-theme #widget-mymessages .dropdown-menu > .disabled > a:hover, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.client-theme #widget-mymessages .open > .dropdown-menu {
  display: block;
}
.client-theme #widget-mymessages .open > a {
  outline: 0;
}
.client-theme #widget-mymessages .dropdown-menu-right {
  left: auto;
  right: 0;
}
.client-theme #widget-mymessages .dropdown-menu-left {
  left: 0;
  right: auto;
}
.client-theme #widget-mymessages .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}
.client-theme #widget-mymessages .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.client-theme #widget-mymessages .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.client-theme #widget-mymessages .close:hover, .client-theme #widget-mymessages .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme #widget-mymessages button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.client-theme #widget-mymessages .modal-open {
  overflow: hidden;
}
.client-theme #widget-mymessages .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.client-theme #widget-mymessages .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.client-theme #widget-mymessages .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.client-theme #widget-mymessages .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.client-theme #widget-mymessages .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.client-theme #widget-mymessages .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  max-height: calc(100vh - 125px);
  overflow: auto;
}
.client-theme #widget-mymessages .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.client-theme #widget-mymessages .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.client-theme #widget-mymessages .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme #widget-mymessages .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}
.client-theme #widget-mymessages .modal-header .close {
  margin-top: -2px;
}
.client-theme #widget-mymessages .modal-title {
  margin: 0;
  line-height: 1.42857;
}
.client-theme #widget-mymessages .modal-body {
  position: relative;
  padding: 15px;
}
.client-theme #widget-mymessages .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.client-theme #widget-mymessages .modal-footer:before, .client-theme #widget-mymessages .modal-footer:after {
  content: " ";
  display: table;
}
.client-theme #widget-mymessages .modal-footer:after {
  clear: both;
}
.client-theme #widget-mymessages .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.client-theme #widget-mymessages .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.client-theme #widget-mymessages .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.client-theme #widget-mymessages .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .client-theme #widget-mymessages .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .client-theme #widget-mymessages .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .modal-lg {
    width: 900px;
  }
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-light-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-light-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-light-webfont.svg#knowledgelight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.svg#knowledgelightitalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-light-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-light-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-light-webfont.svg#knowledgelight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.svg#knowledgelightitalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-medium-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-medium-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-medium-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-medium-webfont.svg#knowledgemedium") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.svg#knowledgemediumitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-bold-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-bold-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-bold-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-bold-webfont.svg#knowledgebold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.svg#knowledgebolditalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "knowledgeblack";
  src: url("/assets/fonts/westlaw/knowledge-black-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-black-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-black-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-black-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-black-webfont.svg#knowledgeblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "knowledgeblackitalic";
  src: url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.svg#knowledgeblackitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "westlaw";
  src: url("/assets/fonts/westlaw/westlaw.eot?-pt867n");
  src: url("/assets/fonts/westlaw/westlaw.eot?#iefix-pt867n") format("embedded-opentype"), url("/assets/fonts/westlaw/westlaw.woff?-pt867n") format("woff"), url("/assets/fonts/westlaw/westlaw.ttf?-pt867n") format("truetype"), url("/assets/fonts/westlaw/westlaw.svg?-pt867n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.client-theme #widget-mymessages [class^=icon-], .client-theme #widget-mymessages [class*=" icon-"] {
  font-family: "westlaw";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "practice-interests";
  src: url("/assets/fonts/westlaw/practice-interests.eot?-9j1g1b");
  src: url("/assets/fonts/westlaw/practice-interests.eot?#iefix-9j1g1b") format("embedded-opentype"), url("/assets/fonts/westlaw/practice-interests.ttf?-9j1g1b") format("truetype"), url("/assets/fonts/westlaw/practice-interests.woff?-9j1g1b") format("woff"), url("/assets/fonts/westlaw/practice-interests.svg?-9j1g1b#practice-interests") format("svg");
  font-weight: normal;
  font-style: normal;
}
.client-theme #widget-mymessages [class^=interest-], .client-theme #widget-mymessages [class*=" interest-"] {
  font-family: "practice-interests";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.client-theme #widget-mymessages .masthead-container {
  background-color: #c2c2c2;
}
.client-theme #widget-mymessages .masthead-container .masthead-content {
  padding: 20px 20px 20px;
  color: #fff;
  line-height: 27px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    padding: 0 20px 20px;
  }
}
.client-theme #widget-mymessages .masthead-container .btn {
  display: block;
}
.client-theme #widget-mymessages .banner .overlay {
  width: 100%;
  height: 100%;
  position: initial;
  top: 0;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .banner .overlay {
    position: absolute;
  }
}
.client-theme #widget-mymessages .banner.welcome .overlay {
  background-color: #000;
  opacity: 0.5;
}
.client-theme #widget-mymessages .banner.default .overlay {
  background-color: #000;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=1);
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .masthead-container {
    background-color: transparent;
    position: relative;
  }
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
  }
  .client-theme #widget-mymessages .masthead-container .masthead-content.text-light {
    color: #fff;
  }
  .client-theme #widget-mymessages .masthead-container .btn {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .client-theme #widget-mymessages .masthead-container.startHere .masthead-content {
    top: 90px;
  }
}
.client-theme #widget-mymessages .modal.my-practice-interests .modal-dialog {
  margin-top: 165px;
}
.client-theme #widget-mymessages table.standard {
  background-color: #edeff0;
}
.client-theme #widget-mymessages table.standard th {
  color: #337ab7;
}
.client-theme #widget-mymessages h1, .client-theme #widget-mymessages .h1, .client-theme #widget-mymessages h2, .client-theme #widget-mymessages .h2, .client-theme #widget-mymessages h3, .client-theme #widget-mymessages .h3, .client-theme #widget-mymessages h4, .client-theme #widget-mymessages .h4, .client-theme #widget-mymessages h5, .client-theme #widget-mymessages .h5, .client-theme #widget-mymessages h6, .client-theme #widget-mymessages .h6 {
  font-style: normal;
  font-family: "knowledge", Arial, sans-serif;
  font-weight: 100;
}
.client-theme #widget-mymessages h1.page-title, .client-theme #widget-mymessages .page-title.h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 200;
  text-transform: capitalize;
  margin: 0;
}
.client-theme #widget-mymessages h2.section-title, .client-theme #widget-mymessages .section-title.h2 {
  font-size: 32px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .user-profile {
    text-align: right;
  }
}
.client-theme #widget-mymessages .note {
  color: #fff;
  background-color: #6dc3eb;
  padding: 15px;
}
.client-theme #widget-mymessages .section-progress {
  background-color: #ececec;
  padding: 0 17px 10px;
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .section-progress {
    padding: 8px 54px 8px;
  }
}
.client-theme #widget-mymessages .section-progress h2, .client-theme #widget-mymessages .section-progress .h2 {
  margin-top: 8px;
  margin-bottom: 5px;
}
.client-theme #widget-mymessages .my-messages .fa-trash-can {
  color: #505050;
}
.client-theme #widget-mymessages .my-messages .modal-header {
  background-color: #4284bf;
  color: #fff;
  padding: 2px 15px;
}
.client-theme #widget-mymessages .my-messages .modal-header .close {
  color: #fff;
  opacity: 1;
  padding-top: 4px;
  margin-left: 30px;
}
.client-theme #widget-mymessages .my-messages .modal-header .sender {
  margin-right: 40px;
}
.client-theme #widget-mymessages .my-messages .modal-title {
  font-style: normal;
  font-family: "knowledge", Arial, sans-serif;
  color: #fff;
  font-weight: 100;
}
.client-theme #widget-mymessages div.row.my-messages-header button.btn.btn-primary,
.client-theme #widget-mymessages div.row.my-messages-header li > a > div > h1.page-title,
.client-theme #widget-mymessages div.row.my-messages-header li > a > div > .page-title.h1,
.client-theme #widget-mymessages .my-messages-header.btn-primary.active,
.client-theme #widget-mymessages .my-messages-header.btn-group.open,
.client-theme #widget-mymessages .my-messages-header.btn.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header button.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header button.btn-primary.dropdown-toggle:hover,
.client-theme #widget-mymessages .my-messages-header.open,
.client-theme #widget-mymessages .my-messages-header.open > .dropdown-toggle.btn-primary,
.client-theme #widget-mymessages .my-messages-header.open > .dropdown-toggle.btn-primary:hover,
.client-theme #widget-mymessages .my-messages-header.btn-group button.btn.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header.page-title {
  background-color: #fff;
  color: #337ab7;
}
.client-theme #widget-mymessages .my-messages-header .btn-group {
  vertical-align: bottom;
}
.client-theme .widget-entitlement-img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.client-theme .widget-entitlement-img.active {
  z-index: 3;
  height: 110px;
  width: 110px;
}
.client-theme .widget-entitlement-a {
  position: relative;
  box-sizing: border-box;
  min-height: 210px;
}
@media screen and (min-width: 992px) {
  .client-theme .widget-entitlement-a {
    min-height: 230px;
  }
}
.client-theme .widget-entitlement-info {
  position: absolute;
  left: 0;
  top: -15px;
  padding: 20px;
  border: 1px solid black;
  background-color: white;
  z-index: 2;
  box-shadow: 5px 5px 3px #5a5a5a;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-entitlement-info {
    width: 300px;
  }
}
.client-theme .widget-entitlement-info h3, .client-theme .widget-entitlement-info .h3 {
  margin-top: 20px;
}
.client-theme .widget-entitlement-info .widget-entitlement-default-cursor {
  cursor: default;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-entitlement-wrapper div:nth-child(3n+3) .widget-entitlement-info {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .widget-entitlement-wrapper div:nth-child(3n+3) .widget-entitlement-info {
    right: auto;
    left: 0;
  }
  .client-theme .widget-entitlement-wrapper div:nth-child(6n+6) .widget-entitlement-info {
    right: 0;
    left: auto;
  }
}
.client-theme .widget-entitlement-info .close {
  margin-top: -15px;
  margin-right: -15px;
}
.client-theme .widget-entitlement-info-text {
  width: 80%;
  margin: 0 auto;
}
.client-theme .entitlement-notification-image {
  max-width: 420px;
  max-height: 420px;
}
.client-theme .panel > .panel-heading.associatedgroup-heading {
  background-color: #4fc4d0;
  color: #ffffff;
}
.client-theme .panel > .panel-heading.associatedgroup-primarymember-heading {
  background-color: #979797;
  color: #ffffff;
}
.client-theme .panel > .panel-heading.associatedgroup-associatemembers-heading {
  background-color: #979797;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .client-theme .order-detail-button {
    float: right;
  }
}
.client-theme .participant-activity-filter {
  background-color: #eeeeee;
}
.client-theme .participant-images tr.group td {
  padding: 0;
  border-top: none;
}
.client-theme .participant-images tr.group .group-heading {
  background-color: #4fc4d0;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .participant-images tr.group:first-of-type .group-heading {
  margin-top: 0;
}
.client-theme .participant-image-preview {
  /* img {
      max-height: 200px;
  } */
}
.client-theme .participant-image-preview .img-thumbnail {
  width: 250px;
  margin-bottom: 0;
}
.client-theme .participant-image-preview .img-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.client-theme .participant-image-preview .img-thumbnail .caption {
  padding: 9px;
}
.client-theme .participant-image-controls button, .client-theme .participant-image-controls a {
  margin: 0 2px;
}
.client-theme .participant-image-preview {
  /* img {
      max-height: 200px;
  } */
}
.client-theme .participant-image-preview .thumbnail {
  width: 250px;
  margin-bottom: 0;
}
.client-theme .participant-image-controls button, .client-theme .participant-image-controls a {
  margin: 0 2px;
}
.client-theme .participant-image-buttons {
  width: 100%;
}
.client-theme .participant-image-buttons .btn.btn-primary {
  border: 1px solid #fff;
}
.client-theme .participant-image-buttons.btn-group > a:first-of-type {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.client-theme .participant-image-buttons.btn-group > a:last-of-type {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.client-theme .participant-image-buttons a.btn.btn-primary {
  font-size: 12px;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.client-theme .participant-image-wrapper .overlay-triangle {
  top: 0;
  right: 0;
  cursor: default;
}
.client-theme .participant-image-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.client-theme .participant-image-item .title {
  font-weight: bold;
  margin: 15px 0 5px 0;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
}
.client-theme .participant-image-item p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
}
.client-theme .participant-image-item .image {
  min-height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.client-theme ul.participant-image-sorting {
  padding-left: 10px;
  list-style-type: none;
}
.client-theme label[for=includeDeletedParticipantImages] {
  font-size: 12px;
}
.client-theme .participant-image-filter {
  font-size: 14px;
}
.client-theme .participant-image-filter .category-nav {
  width: 100%;
}
.client-theme .participant-image-placeholder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.client-theme .participant-image-filter .btn-primary {
  padding-right: 20px;
  width: 100%;
}
.client-theme .participant-image-filter .category-nav .caret {
  position: absolute;
  right: 8px;
  margin-top: 8px;
}
.client-theme .deleted-participant-category label {
  color: #ee3425;
}
.client-theme .deleted-participant-category label small, .client-theme .deleted-participant-category label .small {
  font-size: 0.7rem;
}
.client-theme .participant-image-categories {
  max-height: 300px;
  overflow-y: auto;
}
.client-theme .overlay-triangle.grey-trash-can {
  border-color: rgba(209, 197, 197, 0.75) rgba(209, 197, 197, 0.75) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0);
}
.client-theme .product-template-preview-fields .panel-heading .fa-solid {
  background-color: white;
  border-radius: 50%;
  padding: 4px;
}
.client-theme .product-template-preview-fields .panel-heading .fa-solid.fa-check {
  color: green;
}
.client-theme .product-template-preview-fields .panel-heading .fa-solid.fa-xmark {
  color: red;
}
.client-theme .product-template-preview-fields .itinerary-selection-container .selected-itinerary-display-toggle {
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-left: none;
}
.client-theme .product-template-preview-fields .itinerary-selection-container .dropdown-menu {
  width: 100%;
}
.client-theme .product-template-preview-fields .selected-itinerary-display {
  flex: 1;
  text-align: left;
  background-color: transparent;
  overflow: hidden;
}
.client-theme .product-template-preview-fields .selected-itinerary-display::after {
  float: right;
}
.client-theme .product-template-preview-fields .itinerary-table tbody tr:hover {
  background-color: #3c8dbc;
  color: #ffffff;
}
.client-theme .product-template-preview-fields .itinerary-table tr.selected {
  background-color: #3c8dbc;
  color: #ffffff;
  vertical-align: middle;
  padding: 1.5em;
}
.client-theme .image-preview-disabled {
  background-color: #000;
  opacity: 0.5;
}
.client-theme .customize-product-preview .btn.btn-default {
  white-space: normal;
  padding-left: 3px;
  padding-right: 3px;
}
.client-theme .customize-product-preview .ajax-loader-container {
  z-index: 999;
}
.client-theme .product-template-preview-paging-wrapper .card {
  border: 1px solid #999;
}
.client-theme .product-template-preview-paging-wrapper .card .card-header {
  background-color: #eee;
  border-bottom: 1px solid #999;
}
.client-theme .product-template-preview-paging-wrapper .card .card-header a, .client-theme .product-template-preview-paging-wrapper .card .card-header button {
  color: #5c5c5c;
}
.client-theme .product-template-preview-paging-wrapper .row.product-template-preview-paging {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.client-theme .product-detail-preview-images {
  overflow-x: auto;
  white-space: nowrap;
}
.client-theme .product-detail-preview-images a {
  display: inline-block;
  border: 1px solid #ddd;
}
.client-theme .product-detail-preview-images img {
  height: 70px;
}
.client-theme .file-drop-container {
  background: #e7e7e7;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  color: #6d6d6d;
  padding: 100px 0;
  text-align: center;
}
.client-theme .file-drop-container.dragover {
  border: solid 1px #505050;
  color: #505050;
}
.client-theme .file-drop-container span.fa-solid {
  font-size: 30px;
}
.client-theme .file-list td {
  cursor: move;
}
.client-theme .table.uploaded-files-table {
  margin-bottom: 0;
}
.client-theme .icon-input-btn {
  display: inline-block;
  position: relative;
}
.client-theme .icon-input-btn button {
  padding-left: 2em;
}
.client-theme .icon-input-btn .fa-solid {
  display: inline-block;
  position: absolute;
  left: 0.65em;
  top: 30%;
}
.client-theme .dso-mid-level-wrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .client-theme .dso-modal {
    min-width: 60%;
  }
}
.client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
  width: 200px;
}
@media screen and (min-width: 767px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 500px;
  }
}
.client-theme .assignment-button {
  white-space: normal !important;
  word-wrap: break-word;
  text-align: left;
}
.client-theme .new-team-panel {
  width: 90%;
}
.client-theme .copy-team-modal {
  width: 90%;
}
.client-theme .edit-course-modal {
  width: 90%;
}
.client-theme .assignments-added-summary {
  margin-top: -1px;
  border: 1px solid #00a65a;
  padding: 20px;
  line-height: 35px;
  margin-left: 1px;
  margin-right: 1px;
}
.client-theme .assignments-added-summary p {
  margin-bottom: 0;
}
.client-theme .assignments-counter {
  color: #FFF;
  display: inline-block;
  border-radius: 50%;
  background-color: #00a65a;
  font-size: 18px;
  line-height: 18px;
  margin-right: 20px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.client-theme .selected-assignments-table thead > tr {
  background-color: #e9e9e9 !important;
}
@media screen and (min-width: 767px) {
  .client-theme .copy-team-modal {
    width: 50%;
  }
  .client-theme .edit-course-modal {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .new-team-panel {
    width: 50%;
  }
  .client-theme .copy-team-modal {
    width: 40%;
  }
  .client-theme .edit-course-modal {
    width: 40%;
  }
}
.client-theme .add-assignment-modal .add-content-filter .checkbox,
.client-theme .add-assignment-modal .add-content-filter .radio {
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.client-theme .add-assignment-modal .content-list-table {
  width: 100% !important;
}
.client-theme .copy-join-code {
  border: 1px solid #e4e4e4;
  padding: 15px;
  margin-bottom: 20px;
}
.client-theme .team-back-breadcrumb {
  margin-bottom: 20px;
}
.client-theme .team-back-breadcrumb span {
  font-size: 14px;
}
.client-theme .add-content-filter-section {
  padding-top: 10px;
  border-bottom: solid 1px #5c5c5c;
}
.client-theme .add-content-filter-section button {
  padding: 2px;
}
.client-theme .add-content-filter-section .fa-solid {
  font-weight: normal;
}
.client-theme .incentive-section-header {
  font-size: 20px;
}
.client-theme .cruise-incentive-email-note {
  font-size: 14px;
  font-style: italic;
}
.client-theme .sales-engagement-table {
  font-size: 14px;
}
.client-theme .sales-engagement-table button {
  font-size: 14px;
}
.client-theme .customer-engagement-panel-bg {
  background: #f1f1f1;
  height: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}
.client-theme .customer-engagement-more-info-box {
  display: flex;
  flex-flow: row wrap;
}
.client-theme .customer-engagement-more-info-box::before {
  display: block;
}
.client-theme .customer-engagement-more-info-box > div {
  padding-bottom: 10px;
}
.client-theme .sales-engagement-info-panel {
  width: 90%;
}
.client-theme .sales-engagement-info-panel .customer-engagement-group-membership,
.client-theme .sales-engagement-info-panel .customer-engagement-associated-locations {
  max-height: 350px;
  overflow: auto;
}
.client-theme .sales-engagement-pw-panel {
  width: 90%;
}
.client-theme .sales-engagement-email-panel {
  width: 80%;
}
.client-theme .sales-engagement-redeem-promo-code-panel {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .client-theme .sales-engagement-info-panel {
    width: 70%;
  }
  .client-theme .sales-engagement-pw-panel {
    width: 70%;
  }
  .client-theme .sales-engagement-email-panel {
    width: 50%;
  }
}
.client-theme .contact-list-manager-table thead {
  font-size: 13px;
}
.client-theme .contact-list-manager-table tbody {
  font-size: 13px;
}
.client-theme .contact-list-controls {
  width: 125px;
  text-align: right;
}
.client-theme .contact-list-controls .btn.btn-link {
  padding: 5px;
}
.client-theme .featured-item-link-button {
  white-space: normal;
}
.client-theme .activityclaim-list-side-filter button.claim-filter-header {
  width: 100%;
  text-align: left;
}
.client-theme .activityclaim-list-side-filter .claim-filter-wrapper {
  border-top: 1px solid #979797;
}
.client-theme .activityclaim-list-side-filter .claim-filter-wrapper.last-claim-filter {
  border-bottom: 1px solid #979797;
}
.client-theme .activityclaim-list-side-filter .claim-filter-wrapper ul {
  margin-left: 20px;
}
.client-theme .activityclaim-list-side-filter .claim-filter-wrapper button.btn.btn-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.client-theme .claim-item-lookup-panel {
  width: 90% !important;
}
.client-theme .edit-widget-overlay {
  z-index: 100;
  position: absolute;
  background-color: #000;
  opacity: 0.75;
  left: 15px;
  right: 15px;
  bottom: 20px;
  top: 0;
}
.client-theme .edit-widget-overlay .ajax-loader {
  font-size: 40px;
}
.client-theme.edit-widget-display {
  padding: 0 15px;
}
.client-theme .edit-control-bar {
  background: #5c5c5c;
}
.client-theme .edit-widget-control-bar .widget-name p {
  padding: 8px 0;
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .client-theme .edit-widget-control-bar .widget-name p {
    text-align: right;
  }
}
.client-theme .edit-control-bar .fa-solid {
  color: #ffffff;
  font-size: 16px;
  margin-top: 5px;
}
.client-theme .edit-control-bar .fa-solid:hover, .client-theme .edit-control-bar .fa-solid:focus, .client-theme .edit-control-bar .fa-solid:active {
  color: #292929;
}
.client-theme .btn-edit-bar {
  background: #5c5c5c;
  color: #ffffff;
  border-radius: 0px !important;
}
.client-theme .btn-edit-bar:disabled, .client-theme .btn-edit-bar:hover, .client-theme .btn-edit-bar:focus, .client-theme .btn-edit-bar:active {
  color: #292929;
  background: #5c5c5c;
}
.client-theme .btn-edit-bar:disabled .fa-solid {
  color: #ffffff;
  background: #5c5c5c;
}
.client-theme.editing {
  border: 2px solid #e64925;
}
.client-theme.editing .edit-widget-display {
  padding: 0;
}
.client-theme.editing .edit-control-bar {
  background: #e64925;
}
.client-theme.editing .edit-control-bar .fa-solid {
  background: #e64925;
  color: #ffffff;
}
.client-theme.editing .edit-control-bar .fa-solid:disabled, .client-theme.editing .edit-control-bar .fa-solid:hover, .client-theme.editing .edit-control-bar .fa-solid:focus, .client-theme.editing .edit-control-bar .fa-solid:active {
  color: #ffffff;
}
.client-theme.editing .btn-edit-bar {
  background: #e64925;
  color: #ffffff;
  border-radius: 0px !important;
}
.client-theme.editing .btn-edit-bar .btn:disabled, .client-theme.editing .btn-edit-bar .btn:hover, .client-theme.editing .btn-edit-bar .btn:focus, .client-theme.editing .btn-edit-bar .btn:active {
  color: #942911;
  background: #e64925;
}
.client-theme.editing .btn-edit-subwidget-add .fa-circle-plus {
  color: #e64925;
}
.client-theme.editing .btn-edit-subwidget-add .fa-circle-plus:disabled, .client-theme.editing .btn-edit-subwidget-add .fa-circle-plus:hover, .client-theme.editing .btn-edit-subwidget-add .fa-circle-plus:focus, .client-theme.editing .btn-edit-subwidget-add .fa-circle-plus:active {
  color: #942911;
}
.client-theme #edit-widget-editor .row {
  margin: 0;
}
.client-theme #edit-widget-editor input[type=text], .client-theme #edit-quiz-editor input[type=text] {
  width: 600px;
}
.client-theme #edit-quiz-question-modal .modal-body {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 150px);
}
.client-theme .edit-widget-file,
.client-theme .edit-widget-open-html,
.client-theme .edit-widget-userstatus,
.client-theme .edit-widget-usercurriculumprogress,
.client-theme .edit-widget-userlevelprogress,
.client-theme .edit-widget-entitlements,
.client-theme .edit-widget-contentsummary,
.client-theme .edit-widget-quickstats {
  margin: 0 15px;
}
.client-theme .edit-widget-settings {
  margin-top: 10px;
}
.client-theme .edit-quiz-question {
  border: solid 1px gray;
  margin-bottom: 12px;
}
.client-theme .content-properties-container .btn, .client-theme .content-edit-quiz-container .btn {
  background: #5c5c5c;
  color: #ffffff;
  border-radius: 0px !important;
}
.client-theme .content-properties-container .btn:hover, .client-theme .content-properties-container .btn:focus, .client-theme .content-properties-container .btn:active, .client-theme .content-edit-quiz-container .btn:hover, .client-theme .content-edit-quiz-container .btn:focus, .client-theme .content-edit-quiz-container .btn:active {
  color: #292929;
}
.client-theme .content-properties-container .btn:hover, .client-theme .content-properties-container .btn:active, .client-theme .content-properties-container .btn:focus {
  color: white;
}
.client-theme .add-bar .fa-solid {
  color: #5c5c5c;
  font-size: 20px;
}
.client-theme .content-creator-menu {
  margin-top: 15px;
  margin-bottom: 15px;
}
.client-theme .content-properties-container, .client-theme .content-edit-quiz-container {
  border: 1px solid black;
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .content-properties-section-description, .client-theme .content-edit-quiz-section-description {
  font-weight: bold;
}
.client-theme .textarea-medium {
  height: 60px;
  width: 80%;
}
.client-theme .textbox-medium {
  width: 80%;
}
.client-theme ul.content-properties-view li {
  background: #d4d4d4;
  list-style-type: none;
  float: left;
  margin: 0 5px;
  padding: 5px 15px;
}
.client-theme ul.content-properties-view {
  margin-left: -25px;
}
.client-theme ul.multiselect-container li.disabled {
  background: none !important;
}
.client-theme .edit-quiz-question-display {
  padding: 10px;
}
.client-theme #edit-quiz-question-editor label {
  display: inline;
  font-weight: normal;
}
.client-theme .image-src, .client-theme .video-src {
  border: dashed 1px gray;
}
.client-theme .file-imageupload, .client-theme .file-videoupload {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.client-theme .widget-settings-color-sample {
  display: inline-block;
  margin-right: 15px;
}
.client-theme .widget-settings-color-sample button {
  border: 1px solid black !important;
  border-radius: 0px !important;
  height: 30px;
  width: 30px;
}
.client-theme .add-widget-img-container {
  min-height: 1px;
  width: 100%;
}
.client-theme .add-widget-img {
  margin: 0px auto 15px auto;
}
.client-theme.cke_editable {
  padding: 15px;
}
.client-theme .ckeditor-container {
  margin: 20px 0;
}
.client-theme .selectedContentLinkHighlight {
  background-color: #dff0d8 !important;
}
.client-theme .hiddenContentFilter {
  display: none;
}
.client-theme .show-all-content-filters {
  color: #ffffff;
}
.client-theme .show-all-content-filters:hover, .client-theme .show-all-content-filters:active, .client-theme .show-all-content-filters:focus {
  color: #cccccc;
  text-decoration: underline;
}
.client-theme button.no-color, .client-theme button.no-color:hover, .client-theme button.no-color:focus {
  background-color: inherit;
}
.client-theme button.no-color span, .client-theme button.no-color:hover span, .client-theme button.no-color:focus span {
  display: block;
  margin-left: -3px;
  margin-top: -2px;
}
.client-theme .no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.client-theme .link-picker > .modal-dialog {
  width: 80% !important;
}
.client-theme .link-picker-iframe {
  width: 100% !important;
  height: 600px !important;
}
.client-theme .preview-menu {
  border: 1px solid #5c5c5c;
  background-color: #ffffff;
}
.client-theme .user-summary-list dd {
  padding-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .client-theme .user-summary-list dt {
    padding-bottom: 10px;
  }
}
.client-theme .equal {
  display: flex;
  flex-wrap: wrap;
}
.client-theme .equal > div[class*=col-] {
  display: flex;
  flex-direction: column;
}
.client-theme #setPageModal .modal-dialog {
  max-width: 1500px;
}
.client-theme #setPageModal .modal-dialog .dataTable {
  width: inherit !important;
}
.client-theme .entitlement-properties-container {
  /*border: 1px solid black;*/
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .entitlement-properties-section-description {
  font-weight: bold;
}
.client-theme .entitlement-properties-image {
  width: 120px;
  height: 120px;
  border: 2px solid gray;
}
.client-theme .btn-entitlement-properties-image, .client-theme .notification-display-part-asset-delete {
  background: #000000;
  color: #ffffff;
}
.client-theme .file-entitlement-properties-image {
  width: 50%;
  margin-top: 5px;
}
.client-theme .group-properties-container {
  /*border: 1px solid black;*/
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .asset-actions {
  display: inline-block;
}
.client-theme .textbox-medium {
  width: 80%;
}
.client-theme .disabled-panel {
  pointer-events: none;
  opacity: 0.4;
}
.client-theme .modal-body {
  position: relative;
  padding: 15px;
}
.client-theme #entitlement-detail-modal .modal-header .close {
  margin-top: -10px;
  margin-right: -7px;
}
.client-theme #customize-asset-modal {
  overflow-x: auto;
}
.client-theme #customize-asset-modal .modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  /*min-width: 300px;*/
}
.client-theme .notification-display-part-asset {
  /*width: 174px;
  height: 174px;*/
  border: 2px solid gray;
}
.client-theme .remove-image-icon {
  padding: 5px;
  padding-bottom: 0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
}
.client-theme .remove-image-icon:active, .client-theme .remove-image-icon:focus, .client-theme .remove-image-icon:hover {
  background: rgba(0, 0, 0, 0.5);
}
.client-theme .remove-image-icon .glyphicon {
  color: #FFF;
}
.client-theme .advanced-import-options {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.client-theme .required label:after, .client-theme .required strong:after {
  color: #e32;
  content: " *";
  display: inline;
}
.client-theme .table.table-nested {
  background-color: transparent;
  margin: 10px;
  font-size: 12px;
}
.client-theme .table.table-nested td {
  padding: 0;
  border-top: none;
}
.client-theme .js-action-fields .alert {
  margin-bottom: 0px;
}
.client-theme .metric-summary .metric-toolbar .fa {
  font-size: 14px;
}
.client-theme .metric-summary .metric-toolbar .title {
  width: 85%;
  overflow: hidden;
}
.client-theme .metric-summary .metric-toolbar .configure-menu .dropdown-menu a {
  font-size: 12px;
}
.client-theme .metric-summary .metric-footer {
  font-size: 12px;
  position: absolute;
  right: 35px;
  bottom: 25px;
}
.client-theme .metric-summary.metric-summary-chart, .client-theme .metric-summary.metric-summary-topx {
  padding-bottom: 15px;
}
.client-theme .metric-summary.metric-summary-chart .metric-footer, .client-theme .metric-summary.metric-summary-topx .metric-footer {
  position: static;
  padding-top: 20px;
  margin-right: 13px;
  text-align: right;
}

.client-theme .color1, .client-theme .color1, .color1.client-theme {
  color: #5c5c5c;
}
.client-theme .color1 h1, .client-theme .color1 h2, .client-theme .color1 h3, .client-theme .color1 h4, .client-theme .color1 h5, .client-theme .color1 h6, .client-theme .color1 .h1, .client-theme .color1 .h2, .client-theme .color1 .h3, .client-theme .color1 .h4, .client-theme .color1 .h5, .client-theme .color1 .h6, .color1.client-theme h1, .color1.client-theme h2, .color1.client-theme h3, .color1.client-theme h4, .color1.client-theme h5, .color1.client-theme h6, .color1.client-theme .h1, .color1.client-theme .h2, .color1.client-theme .h3, .color1.client-theme .h4, .color1.client-theme .h5, .color1.client-theme .h6 {
  color: #5c5c5c;
}

.client-theme .color-1, .client-theme .color-1, .color-1.client-theme {
  color: #5c5c5c;
}
.client-theme .color-1 h1, .client-theme .color-1 h2, .client-theme .color-1 h3, .client-theme .color-1 h4, .client-theme .color-1 h5, .client-theme .color-1 h6, .client-theme .color-1 .h1, .client-theme .color-1 .h2, .client-theme .color-1 .h3, .client-theme .color-1 .h4, .client-theme .color-1 .h5, .client-theme .color-1 .h6, .color-1.client-theme h1, .color-1.client-theme h2, .color-1.client-theme h3, .color-1.client-theme h4, .color-1.client-theme h5, .color-1.client-theme h6, .color-1.client-theme .h1, .color-1.client-theme .h2, .color-1.client-theme .h3, .color-1.client-theme .h4, .color-1.client-theme .h5, .color-1.client-theme .h6 {
  color: #5c5c5c;
}

.client-theme .color2, .client-theme .color2, .color2.client-theme {
  color: #1d3a6d;
}
.client-theme .color2 h1, .client-theme .color2 h2, .client-theme .color2 h3, .client-theme .color2 h4, .client-theme .color2 h5, .client-theme .color2 h6, .client-theme .color2 .h1, .client-theme .color2 .h2, .client-theme .color2 .h3, .client-theme .color2 .h4, .client-theme .color2 .h5, .client-theme .color2 .h6, .color2.client-theme h1, .color2.client-theme h2, .color2.client-theme h3, .color2.client-theme h4, .color2.client-theme h5, .color2.client-theme h6, .color2.client-theme .h1, .color2.client-theme .h2, .color2.client-theme .h3, .color2.client-theme .h4, .color2.client-theme .h5, .color2.client-theme .h6 {
  color: #1d3a6d;
}

.client-theme .color-2, .client-theme .color-2, .color-2.client-theme {
  color: #1d3a6d;
}
.client-theme .color-2 h1, .client-theme .color-2 h2, .client-theme .color-2 h3, .client-theme .color-2 h4, .client-theme .color-2 h5, .client-theme .color-2 h6, .client-theme .color-2 .h1, .client-theme .color-2 .h2, .client-theme .color-2 .h3, .client-theme .color-2 .h4, .client-theme .color-2 .h5, .client-theme .color-2 .h6, .color-2.client-theme h1, .color-2.client-theme h2, .color-2.client-theme h3, .color-2.client-theme h4, .color-2.client-theme h5, .color-2.client-theme h6, .color-2.client-theme .h1, .color-2.client-theme .h2, .color-2.client-theme .h3, .color-2.client-theme .h4, .color-2.client-theme .h5, .color-2.client-theme .h6 {
  color: #1d3a6d;
}

.client-theme .color3, .client-theme .color3, .color3.client-theme {
  color: #979797;
}
.client-theme .color3 h1, .client-theme .color3 h2, .client-theme .color3 h3, .client-theme .color3 h4, .client-theme .color3 h5, .client-theme .color3 h6, .client-theme .color3 .h1, .client-theme .color3 .h2, .client-theme .color3 .h3, .client-theme .color3 .h4, .client-theme .color3 .h5, .client-theme .color3 .h6, .color3.client-theme h1, .color3.client-theme h2, .color3.client-theme h3, .color3.client-theme h4, .color3.client-theme h5, .color3.client-theme h6, .color3.client-theme .h1, .color3.client-theme .h2, .color3.client-theme .h3, .color3.client-theme .h4, .color3.client-theme .h5, .color3.client-theme .h6 {
  color: #979797;
}

.client-theme .color-3, .client-theme .color-3, .color-3.client-theme {
  color: #979797;
}
.client-theme .color-3 h1, .client-theme .color-3 h2, .client-theme .color-3 h3, .client-theme .color-3 h4, .client-theme .color-3 h5, .client-theme .color-3 h6, .client-theme .color-3 .h1, .client-theme .color-3 .h2, .client-theme .color-3 .h3, .client-theme .color-3 .h4, .client-theme .color-3 .h5, .client-theme .color-3 .h6, .color-3.client-theme h1, .color-3.client-theme h2, .color-3.client-theme h3, .color-3.client-theme h4, .color-3.client-theme h5, .color-3.client-theme h6, .color-3.client-theme .h1, .color-3.client-theme .h2, .color-3.client-theme .h3, .color-3.client-theme .h4, .color-3.client-theme .h5, .color-3.client-theme .h6 {
  color: #979797;
}

.client-theme .color4, .client-theme .color4, .color4.client-theme {
  color: #4fc4d0;
}
.client-theme .color4 h1, .client-theme .color4 h2, .client-theme .color4 h3, .client-theme .color4 h4, .client-theme .color4 h5, .client-theme .color4 h6, .client-theme .color4 .h1, .client-theme .color4 .h2, .client-theme .color4 .h3, .client-theme .color4 .h4, .client-theme .color4 .h5, .client-theme .color4 .h6, .color4.client-theme h1, .color4.client-theme h2, .color4.client-theme h3, .color4.client-theme h4, .color4.client-theme h5, .color4.client-theme h6, .color4.client-theme .h1, .color4.client-theme .h2, .color4.client-theme .h3, .color4.client-theme .h4, .color4.client-theme .h5, .color4.client-theme .h6 {
  color: #4fc4d0;
}

.client-theme .color-4, .client-theme .color-4, .color-4.client-theme {
  color: #4fc4d0;
}
.client-theme .color-4 h1, .client-theme .color-4 h2, .client-theme .color-4 h3, .client-theme .color-4 h4, .client-theme .color-4 h5, .client-theme .color-4 h6, .client-theme .color-4 .h1, .client-theme .color-4 .h2, .client-theme .color-4 .h3, .client-theme .color-4 .h4, .client-theme .color-4 .h5, .client-theme .color-4 .h6, .color-4.client-theme h1, .color-4.client-theme h2, .color-4.client-theme h3, .color-4.client-theme h4, .color-4.client-theme h5, .color-4.client-theme h6, .color-4.client-theme .h1, .color-4.client-theme .h2, .color-4.client-theme .h3, .color-4.client-theme .h4, .color-4.client-theme .h5, .color-4.client-theme .h6 {
  color: #4fc4d0;
}

.client-theme .color5, .client-theme .color5, .color5.client-theme {
  color: #ffffff;
}
.client-theme .color5 h1, .client-theme .color5 h2, .client-theme .color5 h3, .client-theme .color5 h4, .client-theme .color5 h5, .client-theme .color5 h6, .client-theme .color5 .h1, .client-theme .color5 .h2, .client-theme .color5 .h3, .client-theme .color5 .h4, .client-theme .color5 .h5, .client-theme .color5 .h6, .color5.client-theme h1, .color5.client-theme h2, .color5.client-theme h3, .color5.client-theme h4, .color5.client-theme h5, .color5.client-theme h6, .color5.client-theme .h1, .color5.client-theme .h2, .color5.client-theme .h3, .color5.client-theme .h4, .color5.client-theme .h5, .color5.client-theme .h6 {
  color: #ffffff;
}

.client-theme .color-5, .client-theme .color-5, .color-5.client-theme {
  color: #ffffff;
}
.client-theme .color-5 h1, .client-theme .color-5 h2, .client-theme .color-5 h3, .client-theme .color-5 h4, .client-theme .color-5 h5, .client-theme .color-5 h6, .client-theme .color-5 .h1, .client-theme .color-5 .h2, .client-theme .color-5 .h3, .client-theme .color-5 .h4, .client-theme .color-5 .h5, .client-theme .color-5 .h6, .color-5.client-theme h1, .color-5.client-theme h2, .color-5.client-theme h3, .color-5.client-theme h4, .color-5.client-theme h5, .color-5.client-theme h6, .color-5.client-theme .h1, .color-5.client-theme .h2, .color-5.client-theme .h3, .color-5.client-theme .h4, .color-5.client-theme .h5, .color-5.client-theme .h6 {
  color: #ffffff;
}

.client-theme .color6, .client-theme .color6, .color6.client-theme {
  color: #e64925;
}
.client-theme .color6 h1, .client-theme .color6 h2, .client-theme .color6 h3, .client-theme .color6 h4, .client-theme .color6 h5, .client-theme .color6 h6, .client-theme .color6 .h1, .client-theme .color6 .h2, .client-theme .color6 .h3, .client-theme .color6 .h4, .client-theme .color6 .h5, .client-theme .color6 .h6, .color6.client-theme h1, .color6.client-theme h2, .color6.client-theme h3, .color6.client-theme h4, .color6.client-theme h5, .color6.client-theme h6, .color6.client-theme .h1, .color6.client-theme .h2, .color6.client-theme .h3, .color6.client-theme .h4, .color6.client-theme .h5, .color6.client-theme .h6 {
  color: #e64925;
}

.client-theme .color-6, .client-theme .color-6, .color-6.client-theme {
  color: #e64925;
}
.client-theme .color-6 h1, .client-theme .color-6 h2, .client-theme .color-6 h3, .client-theme .color-6 h4, .client-theme .color-6 h5, .client-theme .color-6 h6, .client-theme .color-6 .h1, .client-theme .color-6 .h2, .client-theme .color-6 .h3, .client-theme .color-6 .h4, .client-theme .color-6 .h5, .client-theme .color-6 .h6, .color-6.client-theme h1, .color-6.client-theme h2, .color-6.client-theme h3, .color-6.client-theme h4, .color-6.client-theme h5, .color-6.client-theme h6, .color-6.client-theme .h1, .color-6.client-theme .h2, .color-6.client-theme .h3, .color-6.client-theme .h4, .color-6.client-theme .h5, .color-6.client-theme .h6 {
  color: #e64925;
}

.client-theme .color7, .client-theme .color7, .color7.client-theme {
  color: #9e100f;
}
.client-theme .color7 h1, .client-theme .color7 h2, .client-theme .color7 h3, .client-theme .color7 h4, .client-theme .color7 h5, .client-theme .color7 h6, .client-theme .color7 .h1, .client-theme .color7 .h2, .client-theme .color7 .h3, .client-theme .color7 .h4, .client-theme .color7 .h5, .client-theme .color7 .h6, .color7.client-theme h1, .color7.client-theme h2, .color7.client-theme h3, .color7.client-theme h4, .color7.client-theme h5, .color7.client-theme h6, .color7.client-theme .h1, .color7.client-theme .h2, .color7.client-theme .h3, .color7.client-theme .h4, .color7.client-theme .h5, .color7.client-theme .h6 {
  color: #9e100f;
}

.client-theme .color-7, .client-theme .color-7, .color-7.client-theme {
  color: #9e100f;
}
.client-theme .color-7 h1, .client-theme .color-7 h2, .client-theme .color-7 h3, .client-theme .color-7 h4, .client-theme .color-7 h5, .client-theme .color-7 h6, .client-theme .color-7 .h1, .client-theme .color-7 .h2, .client-theme .color-7 .h3, .client-theme .color-7 .h4, .client-theme .color-7 .h5, .client-theme .color-7 .h6, .color-7.client-theme h1, .color-7.client-theme h2, .color-7.client-theme h3, .color-7.client-theme h4, .color-7.client-theme h5, .color-7.client-theme h6, .color-7.client-theme .h1, .color-7.client-theme .h2, .color-7.client-theme .h3, .color-7.client-theme .h4, .color-7.client-theme .h5, .color-7.client-theme .h6 {
  color: #9e100f;
}

.client-theme .color8, .client-theme .color8, .color8.client-theme {
  color: #e4e4e4;
}
.client-theme .color8 h1, .client-theme .color8 h2, .client-theme .color8 h3, .client-theme .color8 h4, .client-theme .color8 h5, .client-theme .color8 h6, .client-theme .color8 .h1, .client-theme .color8 .h2, .client-theme .color8 .h3, .client-theme .color8 .h4, .client-theme .color8 .h5, .client-theme .color8 .h6, .color8.client-theme h1, .color8.client-theme h2, .color8.client-theme h3, .color8.client-theme h4, .color8.client-theme h5, .color8.client-theme h6, .color8.client-theme .h1, .color8.client-theme .h2, .color8.client-theme .h3, .color8.client-theme .h4, .color8.client-theme .h5, .color8.client-theme .h6 {
  color: #e4e4e4;
}

.client-theme .color-8, .client-theme .color-8, .color-8.client-theme {
  color: #e4e4e4;
}
.client-theme .color-8 h1, .client-theme .color-8 h2, .client-theme .color-8 h3, .client-theme .color-8 h4, .client-theme .color-8 h5, .client-theme .color-8 h6, .client-theme .color-8 .h1, .client-theme .color-8 .h2, .client-theme .color-8 .h3, .client-theme .color-8 .h4, .client-theme .color-8 .h5, .client-theme .color-8 .h6, .color-8.client-theme h1, .color-8.client-theme h2, .color-8.client-theme h3, .color-8.client-theme h4, .color-8.client-theme h5, .color-8.client-theme h6, .color-8.client-theme .h1, .color-8.client-theme .h2, .color-8.client-theme .h3, .color-8.client-theme .h4, .color-8.client-theme .h5, .color-8.client-theme .h6 {
  color: #e4e4e4;
}

.client-theme .color9, .client-theme .color9, .color9.client-theme {
  color: #000000;
}
.client-theme .color9 h1, .client-theme .color9 h2, .client-theme .color9 h3, .client-theme .color9 h4, .client-theme .color9 h5, .client-theme .color9 h6, .client-theme .color9 .h1, .client-theme .color9 .h2, .client-theme .color9 .h3, .client-theme .color9 .h4, .client-theme .color9 .h5, .client-theme .color9 .h6, .color9.client-theme h1, .color9.client-theme h2, .color9.client-theme h3, .color9.client-theme h4, .color9.client-theme h5, .color9.client-theme h6, .color9.client-theme .h1, .color9.client-theme .h2, .color9.client-theme .h3, .color9.client-theme .h4, .color9.client-theme .h5, .color9.client-theme .h6 {
  color: #000000;
}

.client-theme .color-9, .client-theme .color-9, .color-9.client-theme {
  color: #000000;
}
.client-theme .color-9 h1, .client-theme .color-9 h2, .client-theme .color-9 h3, .client-theme .color-9 h4, .client-theme .color-9 h5, .client-theme .color-9 h6, .client-theme .color-9 .h1, .client-theme .color-9 .h2, .client-theme .color-9 .h3, .client-theme .color-9 .h4, .client-theme .color-9 .h5, .client-theme .color-9 .h6, .color-9.client-theme h1, .color-9.client-theme h2, .color-9.client-theme h3, .color-9.client-theme h4, .color-9.client-theme h5, .color-9.client-theme h6, .color-9.client-theme .h1, .color-9.client-theme .h2, .color-9.client-theme .h3, .color-9.client-theme .h4, .color-9.client-theme .h5, .color-9.client-theme .h6 {
  color: #000000;
}

.client-theme .color10, .client-theme .color10, .color10.client-theme {
  color: #bec22c;
}
.client-theme .color10 h1, .client-theme .color10 h2, .client-theme .color10 h3, .client-theme .color10 h4, .client-theme .color10 h5, .client-theme .color10 h6, .client-theme .color10 .h1, .client-theme .color10 .h2, .client-theme .color10 .h3, .client-theme .color10 .h4, .client-theme .color10 .h5, .client-theme .color10 .h6, .color10.client-theme h1, .color10.client-theme h2, .color10.client-theme h3, .color10.client-theme h4, .color10.client-theme h5, .color10.client-theme h6, .color10.client-theme .h1, .color10.client-theme .h2, .color10.client-theme .h3, .color10.client-theme .h4, .color10.client-theme .h5, .color10.client-theme .h6 {
  color: #bec22c;
}

.client-theme .color-10, .client-theme .color-10, .color-10.client-theme {
  color: #bec22c;
}
.client-theme .color-10 h1, .client-theme .color-10 h2, .client-theme .color-10 h3, .client-theme .color-10 h4, .client-theme .color-10 h5, .client-theme .color-10 h6, .client-theme .color-10 .h1, .client-theme .color-10 .h2, .client-theme .color-10 .h3, .client-theme .color-10 .h4, .client-theme .color-10 .h5, .client-theme .color-10 .h6, .color-10.client-theme h1, .color-10.client-theme h2, .color-10.client-theme h3, .color-10.client-theme h4, .color-10.client-theme h5, .color-10.client-theme h6, .color-10.client-theme .h1, .color-10.client-theme .h2, .color-10.client-theme .h3, .color-10.client-theme .h4, .color-10.client-theme .h5, .color-10.client-theme .h6 {
  color: #bec22c;
}

.client-theme .color11, .client-theme .color11, .color11.client-theme {
  color: #4fc4d0;
}
.client-theme .color11 h1, .client-theme .color11 h2, .client-theme .color11 h3, .client-theme .color11 h4, .client-theme .color11 h5, .client-theme .color11 h6, .client-theme .color11 .h1, .client-theme .color11 .h2, .client-theme .color11 .h3, .client-theme .color11 .h4, .client-theme .color11 .h5, .client-theme .color11 .h6, .color11.client-theme h1, .color11.client-theme h2, .color11.client-theme h3, .color11.client-theme h4, .color11.client-theme h5, .color11.client-theme h6, .color11.client-theme .h1, .color11.client-theme .h2, .color11.client-theme .h3, .color11.client-theme .h4, .color11.client-theme .h5, .color11.client-theme .h6 {
  color: #4fc4d0;
}

.client-theme .color-11, .client-theme .color-11, .color-11.client-theme {
  color: #4fc4d0;
}
.client-theme .color-11 h1, .client-theme .color-11 h2, .client-theme .color-11 h3, .client-theme .color-11 h4, .client-theme .color-11 h5, .client-theme .color-11 h6, .client-theme .color-11 .h1, .client-theme .color-11 .h2, .client-theme .color-11 .h3, .client-theme .color-11 .h4, .client-theme .color-11 .h5, .client-theme .color-11 .h6, .color-11.client-theme h1, .color-11.client-theme h2, .color-11.client-theme h3, .color-11.client-theme h4, .color-11.client-theme h5, .color-11.client-theme h6, .color-11.client-theme .h1, .color-11.client-theme .h2, .color-11.client-theme .h3, .color-11.client-theme .h4, .color-11.client-theme .h5, .color-11.client-theme .h6 {
  color: #4fc4d0;
}

.client-theme .color12, .client-theme .color12, .color12.client-theme {
  color: #7ed0e0;
}
.client-theme .color12 h1, .client-theme .color12 h2, .client-theme .color12 h3, .client-theme .color12 h4, .client-theme .color12 h5, .client-theme .color12 h6, .client-theme .color12 .h1, .client-theme .color12 .h2, .client-theme .color12 .h3, .client-theme .color12 .h4, .client-theme .color12 .h5, .client-theme .color12 .h6, .color12.client-theme h1, .color12.client-theme h2, .color12.client-theme h3, .color12.client-theme h4, .color12.client-theme h5, .color12.client-theme h6, .color12.client-theme .h1, .color12.client-theme .h2, .color12.client-theme .h3, .color12.client-theme .h4, .color12.client-theme .h5, .color12.client-theme .h6 {
  color: #7ed0e0;
}

.client-theme .color-12, .client-theme .color-12, .color-12.client-theme {
  color: #7ed0e0;
}
.client-theme .color-12 h1, .client-theme .color-12 h2, .client-theme .color-12 h3, .client-theme .color-12 h4, .client-theme .color-12 h5, .client-theme .color-12 h6, .client-theme .color-12 .h1, .client-theme .color-12 .h2, .client-theme .color-12 .h3, .client-theme .color-12 .h4, .client-theme .color-12 .h5, .client-theme .color-12 .h6, .color-12.client-theme h1, .color-12.client-theme h2, .color-12.client-theme h3, .color-12.client-theme h4, .color-12.client-theme h5, .color-12.client-theme h6, .color-12.client-theme .h1, .color-12.client-theme .h2, .color-12.client-theme .h3, .color-12.client-theme .h4, .color-12.client-theme .h5, .color-12.client-theme .h6 {
  color: #7ed0e0;
}

.client-theme .background-color1, .client-theme .background-color1:hover, .client-theme .background-color1:focus, .background-color1.client-theme {
  background-color: #5c5c5c;
}

.client-theme .background-color-1, .client-theme .background-color-1:hover, .client-theme .background-color-1:focus, .background-color-1.client-theme {
  background-color: #5c5c5c;
}

.client-theme .background-color2, .client-theme .background-color2:hover, .client-theme .background-color2:focus, .background-color2.client-theme {
  background-color: #1d3a6d;
}

.client-theme .background-color-2, .client-theme .background-color-2:hover, .client-theme .background-color-2:focus, .background-color-2.client-theme {
  background-color: #1d3a6d;
}

.client-theme .background-color3, .client-theme .background-color3:hover, .client-theme .background-color3:focus, .background-color3.client-theme {
  background-color: #979797;
}

.client-theme .background-color-3, .client-theme .background-color-3:hover, .client-theme .background-color-3:focus, .background-color-3.client-theme {
  background-color: #979797;
}

.client-theme .background-color4, .client-theme .background-color4:hover, .client-theme .background-color4:focus, .background-color4.client-theme {
  background-color: #4fc4d0;
}

.client-theme .background-color-4, .client-theme .background-color-4:hover, .client-theme .background-color-4:focus, .background-color-4.client-theme {
  background-color: #4fc4d0;
}

.client-theme .background-color5, .client-theme .background-color5:hover, .client-theme .background-color5:focus, .background-color5.client-theme {
  background-color: #ffffff;
}

.client-theme .background-color-5, .client-theme .background-color-5:hover, .client-theme .background-color-5:focus, .background-color-5.client-theme {
  background-color: #ffffff;
}

.client-theme .background-color6, .client-theme .background-color6:hover, .client-theme .background-color6:focus, .background-color6.client-theme {
  background-color: #e64925;
}

.client-theme .background-color-6, .client-theme .background-color-6:hover, .client-theme .background-color-6:focus, .background-color-6.client-theme {
  background-color: #e64925;
}

.client-theme .background-color7, .client-theme .background-color7:hover, .client-theme .background-color7:focus, .background-color7.client-theme {
  background-color: #9e100f;
}

.client-theme .background-color-7, .client-theme .background-color-7:hover, .client-theme .background-color-7:focus, .background-color-7.client-theme {
  background-color: #9e100f;
}

.client-theme .background-color8, .client-theme .background-color8:hover, .client-theme .background-color8:focus, .background-color8.client-theme {
  background-color: #e4e4e4;
}

.client-theme .background-color-8, .client-theme .background-color-8:hover, .client-theme .background-color-8:focus, .background-color-8.client-theme {
  background-color: #e4e4e4;
}

.client-theme .background-color9, .client-theme .background-color9:hover, .client-theme .background-color9:focus, .background-color9.client-theme {
  background-color: #000000;
}

.client-theme .background-color-9, .client-theme .background-color-9:hover, .client-theme .background-color-9:focus, .background-color-9.client-theme {
  background-color: #000000;
}

.client-theme .background-color10, .client-theme .background-color10:hover, .client-theme .background-color10:focus, .background-color10.client-theme {
  background-color: #bec22c;
}

.client-theme .background-color-10, .client-theme .background-color-10:hover, .client-theme .background-color-10:focus, .background-color-10.client-theme {
  background-color: #bec22c;
}

.client-theme .background-color11, .client-theme .background-color11:hover, .client-theme .background-color11:focus, .background-color11.client-theme {
  background-color: #4fc4d0;
}

.client-theme .background-color-11, .client-theme .background-color-11:hover, .client-theme .background-color-11:focus, .background-color-11.client-theme {
  background-color: #4fc4d0;
}

.client-theme .background-color12, .client-theme .background-color12:hover, .client-theme .background-color12:focus, .background-color12.client-theme {
  background-color: #7ed0e0;
}

.client-theme .background-color-12, .client-theme .background-color-12:hover, .client-theme .background-color-12:focus, .background-color-12.client-theme {
  background-color: #7ed0e0;
}

.client-theme .background-transparent, .client-theme .background-transparent:hover, .client-theme .background-transparent:focus, .background-transparent.client-theme {
  background-color: "transparent";
}

/* Open Sans Font */
@font-face {
  font-family: "Open Sans"; /* regular */
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans"; /* light */
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans"; /* bold */
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans"; /* extra bold */
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.client-theme {
  /* Text Widget Standouts */
  /* Image Widget Standouts */
  /* 14% = 100% (full-width row) divided by 7 */
}
.client-theme .widget-text.standout > .container > .row > div,
.client-theme .widget-text.standout-green > .container > .row > div,
.client-theme .widget-text.standout-grey > .container > .row > div,
.client-theme .widget-text.standout-teal > .container > .row > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin: 0 10px;
  width: calc(100% - 30px);
}
.client-theme .widget-text.standout-green > .container > .row > div {
  background-color: #4fc4d0;
}
.client-theme .widget-text.standout-grey > .container > .row > div {
  background-color: #e4e4e4;
}
.client-theme .widget-text.standout-teal > .container > .row > div {
  background-color: #1d3a6d;
}
.client-theme .widget-text.standout > .container > .row > div {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #FFF;
  transition: 0.5s;
}
.client-theme .widget-image.standout > .container > .row > div,
.client-theme .widget-image.standout-green > .container > .row > div,
.client-theme .widget-image.standout-green-1 > .container > .row > div,
.client-theme .widget-image.standout-green-2 > .container > .row > div,
.client-theme .widget-image.standout-green-3 > .container > .row > div,
.client-theme .widget-image.standout-green-4 > .container > .row > div,
.client-theme .widget-image.standout-grey > .container > .row > div,
.client-theme .widget-image.standout-grey-1 > .container > .row > div,
.client-theme .widget-image.standout-grey-2 > .container > .row > div,
.client-theme .widget-image.standout-grey-3 > .container > .row > div,
.client-theme .widget-image.standout-grey-4 > .container > .row > div,
.client-theme .widget-image.standout-teal > .container > .row > div,
.client-theme .widget-image.standout-teal-1 > .container > .row > div,
.client-theme .widget-image.standout-teal-2 > .container > .row > div,
.client-theme .widget-image.standout-teal-3 > .container > .row > div,
.client-theme .widget-image.standout-teal-4 > .container > .row > div,
.client-theme .widget-text.standout > .container > .row > div,
.client-theme .widget-text.standout-green > .container > .row > div,
.client-theme .widget-text.standout-green-1 > .container > .row > div,
.client-theme .widget-text.standout-grey > .container > .row > div,
.client-theme .widget-text.standout-grey-1 > .container > .row > div,
.client-theme .widget-text.standout-teal > .container > .row > div,
.client-theme .widget-text.standout-teal-1 > .container > .row > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin: 0 10px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 992px) {
  .client-theme .widget-image.standout > .container > .row > div,
  .client-theme .widget-image.standout-green > .container > .row > div,
  .client-theme .widget-image.standout-green-1 > .container > .row > div,
  .client-theme .widget-image.standout-green-2 > .container > .row > div,
  .client-theme .widget-image.standout-green-3 > .container > .row > div,
  .client-theme .widget-image.standout-green-4 > .container > .row > div,
  .client-theme .widget-image.standout-grey > .container > .row > div,
  .client-theme .widget-image.standout-grey-1 > .container > .row > div,
  .client-theme .widget-image.standout-grey-2 > .container > .row > div,
  .client-theme .widget-image.standout-grey-3 > .container > .row > div,
  .client-theme .widget-image.standout-grey-4 > .container > .row > div,
  .client-theme .widget-image.standout-teal > .container > .row > div,
  .client-theme .widget-image.standout-teal-1 > .container > .row > div,
  .client-theme .widget-image.standout-teal-2 > .container > .row > div,
  .client-theme .widget-image.standout-teal-3 > .container > .row > div,
  .client-theme .widget-image.standout-teal-4 > .container > .row > div,
  .client-theme .widget-text.standout > .container > .row > div,
  .client-theme .widget-text.standout-green > .container > .row > div,
  .client-theme .widget-text.standout-green-1 > .container > .row > div,
  .client-theme .widget-text.standout-grey > .container > .row > div,
  .client-theme .widget-text.standout-grey-1 > .container > .row > div,
  .client-theme .widget-text.standout-teal > .container > .row > div,
  .client-theme .widget-text.standout-teal-1 > .container > .row > div {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.client-theme .widget-image.standout-green > .container > .row > div,
.client-theme .widget-text.standout-green > .container > .row > div {
  background-color: #bec22c;
}
.client-theme .widget-image.standout-green-1 > .container > .row > div:nth-of-type(1),
.client-theme .widget-text.standout-green-1 > .container > .row > div:nth-of-type(1) {
  background-color: #bec22c;
}
.client-theme .widget-image.standout-green-2 > .container > .row > div:nth-of-type(2) {
  background-color: #bec22c;
}
.client-theme .widget-image.standout-green-3 > .container > .row > div:nth-of-type(3) {
  background-color: #bec22c;
}
.client-theme .widget-image.standout-green-4 > .container > .row > div:nth-of-type(4) {
  background-color: #bec22c;
}
.client-theme .widget-image.standout-grey > .container > .row > div,
.client-theme .widget-text.standout-grey > .container > .row > div {
  background-color: #e4e4e4;
}
.client-theme .widget-image.standout-grey-1 > .container > .row > div:nth-of-type(1),
.client-theme .widget-text.standout-grey-1 > .container > .row > div:nth-of-type(1) {
  background-color: #e4e4e4;
}
.client-theme .widget-image.standout-grey-2 > .container > .row > div:nth-of-type(2) {
  background-color: #e4e4e4;
}
.client-theme .widget-image.standout-grey-3 > .container > .row > div:nth-of-type(3) {
  background-color: #e4e4e4;
}
.client-theme .widget-image.standout-grey-4 > .container > .row > div:nth-of-type(4) {
  background-color: #e4e4e4;
}
.client-theme .widget-image.standout-teal > .container > .row > div,
.client-theme .widget-text.standout-teal > .container > .row > div {
  background-color: #7ed0e0;
}
.client-theme .widget-image.standout-teal-1 > .container > .row > div:nth-of-type(1),
.client-theme .widget-text.standout-teal-1 > .container > .row > div:nth-of-type(1) {
  background-color: #7ed0e0;
}
.client-theme .widget-image.standout-teal-2 > .container > .row > div:nth-of-type(2) {
  background-color: #7ed0e0;
}
.client-theme .widget-image.standout-teal-3 > .container > .row > div:nth-of-type(3) {
  background-color: #7ed0e0;
}
.client-theme .widget-image.standout-teal-4 > .container > .row > div:nth-of-type(4) {
  background-color: #7ed0e0;
}
.client-theme .widget-image.standout > .container > .row > div {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #FFF;
}
.client-theme .widget-image.standout.widget-image-textright > .container > .row > div, .client-theme .widget-image.standout.widget-image-textleft > .container > .row > div {
  width: calc(100% - 20px);
}
@media screen and (min-width: 767px) {
  .client-theme .widget-image.standout[data-display-mode="2Across"] > .container > .row > div, .client-theme .widget-image.standout[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-green[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-1[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-1[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-2[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-2[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-3[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-3[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-4[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-4[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-1[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-1[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-2[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-2[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-3[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-3[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-4[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-4[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-1[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-1[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-2[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-2[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-3[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-3[data-display-mode=Text2Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-4[data-display-mode="2Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-4[data-display-mode=Text2Across] > .container > .row > div {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 767px) {
  .client-theme .widget-image.standout[data-display-mode="3Across"] > .container > .row > div, .client-theme .widget-image.standout[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-green[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-1[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-1[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-2[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-2[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-3[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-3[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-4[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-4[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-1[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-1[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-2[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-2[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-3[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-3[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-4[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-4[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-1[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-1[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-2[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-2[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-3[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-3[data-display-mode=Text3Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-4[data-display-mode="3Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-4[data-display-mode=Text3Across] > .container > .row > div {
    width: calc(33.333333% - 20px);
  }
}
@media screen and (min-width: 767px) {
  .client-theme .widget-image.standout[data-display-mode="4Across"] > .container > .row > div, .client-theme .widget-image.standout[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-1[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-1[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-2[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-2[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-3[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-3[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-4[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-4[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-1[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-1[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-2[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-2[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-3[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-3[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-4[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-4[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-1[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-1[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-2[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-2[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-3[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-3[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-4[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-4[data-display-mode=Text4Across] > .container > .row > div {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .client-theme .widget-image.standout[data-display-mode="4Across"] > .container > .row > div, .client-theme .widget-image.standout[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-1[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-1[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-2[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-2[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-3[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-3[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-green-4[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-green-4[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-1[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-1[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-2[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-2[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-3[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-3[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-grey-4[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-grey-4[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-1[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-1[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-2[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-2[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-3[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-3[data-display-mode=Text4Across] > .container > .row > div,
  .client-theme .widget-image.standout-teal-4[data-display-mode="4Across"] > .container > .row > div,
  .client-theme .widget-image.standout-teal-4[data-display-mode=Text4Across] > .container > .row > div {
    width: calc(25% - 20px);
  }
}
.client-theme .white-gradient-left-to-right {
  background-image: linear-gradient(to left, #F4F4F4, #C0D4E7);
}
.client-theme h1, .client-theme .h1 {
  font-size: 36px;
}
@media screen and (min-width: 992px) {
  .client-theme h1, .client-theme .h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme h1, .client-theme .h1 {
    font-size: 62px;
  }
}
.client-theme h2, .client-theme .h2 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .client-theme h2, .client-theme .h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .client-theme h2, .client-theme .h2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme h2, .client-theme .h2 {
    font-size: 2.25rem;
  }
}
.client-theme h3, .client-theme .h3 {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .client-theme h3, .client-theme .h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .client-theme h3, .client-theme .h3 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme h3, .client-theme .h3 {
    font-size: 1.75rem;
  }
}
.client-theme h1.heading-divider, .client-theme h2.heading-divider, .client-theme h3.heading-divider, .client-theme h4.heading-divider, .client-theme h5.heading-divider, .client-theme h6.heading-divider,
.client-theme .h1.heading-divider, .client-theme .h2.heading-divider, .client-theme .h3.heading-divider, .client-theme .h4.heading-divider, .client-theme .h5.heading-divider, .client-theme .h6.heading-divider, .client-theme hr.heading-divider {
  border-bottom: 1px solid #7F7F7F; /*line color*/
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
.client-theme h1.heading-divider:before, .client-theme h2.heading-divider:before, .client-theme h3.heading-divider:before, .client-theme h4.heading-divider:before, .client-theme h5.heading-divider:before, .client-theme h6.heading-divider:before,
.client-theme .h1.heading-divider:before, .client-theme .h2.heading-divider:before, .client-theme .h3.heading-divider:before, .client-theme .h4.heading-divider:before, .client-theme .h5.heading-divider:before, .client-theme .h6.heading-divider:before, .client-theme hr.heading-divider:before {
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: white transparent transparent transparent;
  z-index: 10;
}
.client-theme h1.heading-divider:after, .client-theme h2.heading-divider:after, .client-theme h3.heading-divider:after, .client-theme h4.heading-divider:after, .client-theme h5.heading-divider:after, .client-theme h6.heading-divider:after,
.client-theme .h1.heading-divider:after, .client-theme .h2.heading-divider:after, .client-theme .h3.heading-divider:after, .client-theme .h4.heading-divider:after, .client-theme .h5.heading-divider:after, .client-theme .h6.heading-divider:after, .client-theme hr.heading-divider:after {
  content: "";
  position: absolute;
  right: calc(50% - 16px);
  bottom: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #7F7F7F transparent transparent transparent;
}
.client-theme hr.heading-divider {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}
.client-theme .widget.color-1 .heading-divider {
  border-bottom-color: #5c5c5c;
}
.client-theme .widget.color-1 .heading-divider:after {
  border-color: #5c5c5c transparent transparent transparent;
}
.client-theme .widget.color-2 .heading-divider {
  border-bottom-color: #1d3a6d;
}
.client-theme .widget.color-2 .heading-divider:after {
  border-color: #1d3a6d transparent transparent transparent;
}
.client-theme .widget.color-3 .heading-divider {
  border-bottom-color: #979797;
}
.client-theme .widget.color-3 .heading-divider:after {
  border-color: #979797 transparent transparent transparent;
}
.client-theme .widget.color-4 .heading-divider {
  border-bottom-color: #4fc4d0;
}
.client-theme .widget.color-4 .heading-divider:after {
  border-color: #4fc4d0 transparent transparent transparent;
}
.client-theme .widget.color-5 .heading-divider {
  border-bottom-color: #ffffff;
}
.client-theme .widget.color-5 .heading-divider:after {
  border-color: #ffffff transparent transparent transparent;
}
.client-theme .widget.color-6 .heading-divider {
  border-bottom-color: #e64925;
}
.client-theme .widget.color-6 .heading-divider:after {
  border-color: #e64925 transparent transparent transparent;
}
.client-theme .widget.color-7 .heading-divider {
  border-bottom-color: #9e100f;
}
.client-theme .widget.color-7 .heading-divider:after {
  border-color: #9e100f transparent transparent transparent;
}
.client-theme .widget.color-8 .heading-divider {
  border-bottom-color: #e4e4e4;
}
.client-theme .widget.color-8 .heading-divider:after {
  border-color: #e4e4e4 transparent transparent transparent;
}
.client-theme .widget.color-9 .heading-divider {
  border-bottom-color: #000000;
}
.client-theme .widget.color-9 .heading-divider:after {
  border-color: #000000 transparent transparent transparent;
}
.client-theme .widget.color-10 .heading-divider {
  border-bottom-color: #bec22c;
}
.client-theme .widget.color-10 .heading-divider:after {
  border-color: #bec22c transparent transparent transparent;
}
.client-theme .widget.color-11 .heading-divider {
  border-bottom-color: #4fc4d0;
}
.client-theme .widget.color-11 .heading-divider:after {
  border-color: #4fc4d0 transparent transparent transparent;
}
.client-theme .widget.color-12 .heading-divider {
  border-bottom-color: #7ed0e0;
}
.client-theme .widget.color-12 .heading-divider:after {
  border-color: #7ed0e0 transparent transparent transparent;
}
.client-theme .widget.background-color-1 .heading-divider:before {
  border-color: #5c5c5c transparent transparent transparent;
}
.client-theme .widget.background-color-2 .heading-divider:before {
  border-color: #1d3a6d transparent transparent transparent;
}
.client-theme .widget.background-color-3 .heading-divider:before {
  border-color: #979797 transparent transparent transparent;
}
.client-theme .widget.background-color-4 .heading-divider:before {
  border-color: #4fc4d0 transparent transparent transparent;
}
.client-theme .widget.background-color-5 .heading-divider:before {
  border-color: #ffffff transparent transparent transparent;
}
.client-theme .widget.background-color-6 .heading-divider:before {
  border-color: #e64925 transparent transparent transparent;
}
.client-theme .widget.background-color-7 .heading-divider:before {
  border-color: #9e100f transparent transparent transparent;
}
.client-theme .widget.background-color-8 .heading-divider:before {
  border-color: #e4e4e4 transparent transparent transparent;
}
.client-theme .widget.background-color-9 .heading-divider:before {
  border-color: #000000 transparent transparent transparent;
}
.client-theme .widget.background-color-10 .heading-divider:before {
  border-color: #bec22c transparent transparent transparent;
}
.client-theme .widget.background-color-11 .heading-divider:before {
  border-color: #4fc4d0 transparent transparent transparent;
}
.client-theme .widget.background-color-12 .heading-divider:before {
  border-color: #7ed0e0 transparent transparent transparent;
}
.client-theme nav.navbar.navbar-wrapper {
  background-color: rgb(255, 255, 255);
}
.client-theme header .navbar .navbar-header {
  background-color: transparent;
}
.client-theme.sticky-menu .page-wrapper {
  margin-top: 0;
}
.client-theme header .navbar .navbar-nav.profile .header-avatar img {
  display: none;
}
.client-theme header .navbar .navbar-nav.profile .header-avatar .participant-name {
  display: inline-block;
}
.client-theme header .navbar .navbar-nav a,
.client-theme header .navbar .navbar-nav a span.glyphicon,
.client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
  text-transform: uppercase;
  font-size: 14px;
}
.client-theme header .navbar .navbar-nav.main-nav > li > a:hover, .client-theme header .navbar .navbar-nav.main-nav > li > a:active, .client-theme header .navbar .navbar-nav.main-nav > li > a:focus {
  border-bottom: 1px solid #000;
}
.client-theme header .navbar .navbar-nav.main-nav > li.active a, .client-theme header .navbar .navbar-nav.main-nav > li.active a:hover {
  border-bottom: 1px solid #000;
}
.client-theme header .navbar .navbar-nav.main-nav > li:last-child > a {
  text-transform: none;
  color: #fff;
  background-color: #e64925;
  border-bottom: 1px solid #e64925;
  padding: 0 20px;
}
.client-theme header .navbar .navbar-nav.main-nav > li:last-child > a:hover, .client-theme header .navbar .navbar-nav.main-nav > li:last-child > a:active, .client-theme header .navbar .navbar-nav.main-nav > li:last-child > a:focus {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #e64925;
}
.client-theme header .navbar .authenticated .navbar-nav.main-nav > li:last-child > a {
  text-transform: none;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  padding: 0 20px;
}
.client-theme header .navbar .authenticated .navbar-nav.main-nav > li:last-child > a:hover, .client-theme header .navbar .authenticated .navbar-nav.main-nav > li:last-child > a:active, .client-theme header .navbar .authenticated .navbar-nav.main-nav > li:last-child > a:focus {
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  color: #fff;
}
.client-theme header .navbar .authenticated .navbar-nav.main-nav > li:nth-last-child(1) > a {
  text-transform: none;
  color: #fff;
  background-color: #e64925;
  border-bottom: 1px solid #e64925;
  padding: 0 20px;
}
.client-theme header .navbar .authenticated .navbar-nav.main-nav > li:nth-last-child(1) > a:hover, .client-theme header .navbar .authenticated .navbar-nav.main-nav > li:nth-last-child(1) > a:active, .client-theme header .navbar .authenticated .navbar-nav.main-nav > li:nth-last-child(1) > a:focus {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #e64925;
}
.client-theme header .navbar .navbar-nav.main-nav .open a, .client-theme header .navbar .navbar-nav.main-nav .open a:hover, .client-theme header .navbar .navbar-nav.main-nav .open a:focus {
  background-color: transparent;
  border-bottom: 0;
  color: #ffffff;
}
.client-theme header .navbar .navbar-nav.main-nav .open > li:last-child > a {
  color: #5c5c5c;
  background-color: #ffffff;
  border-bottom: 0;
}
.client-theme header .navbar .navbar-nav.main-nav .open > li:last-child > a:hover, .client-theme header .navbar .navbar-nav.main-nav .open > li:last-child > a:active, .client-theme header .navbar .navbar-nav.main-nav .open > li:last-child > a:focus {
  border-bottom: 0;
}
.client-theme .btn.btn-default {
  white-space: normal;
}
.client-theme .overlay-0,
.client-theme .overlay-25,
.client-theme .overlay-50,
.client-theme .overlay-75,
.client-theme .overlay-horizontal-left100,
.client-theme .overlay-horizontal-left50,
.client-theme .overlay-horizontal-right,
.client-theme .overlay-horizontal-middle {
  padding: 125px 0 5px;
}
@media (min-width: 1200px) {
  .client-theme .seven-cols .col-md-1,
  .client-theme .seven-cols .col-sm-1,
  .client-theme .seven-cols .col-lg-1 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
    padding-left: 0;
    padding-right: 0;
  }
}
.client-theme .seven-cols img {
  margin: 30px auto 10px auto;
}
.client-theme .seven-cols h2, .client-theme .seven-cols .h2, .client-theme .seven-cols h2 a, .client-theme .seven-cols .h2 a {
  font-size: 13px;
  color: #5c5c5c;
  font-weight: 700;
  margin-bottom: 20px;
}
.client-theme .seven-cols p, .client-theme .seven-cols p a {
  font-size: 12px;
  color: #5c5c5c;
  margin: 0;
}

.client-theme.sticky-menu header {
  left: initial;
  position: initial;
  right: initial;
  top: initial;
  z-index: initial;
}