@charset "UTF-8";

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
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: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
: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;
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x:0;
}
.g-0,
.gy-0 {
  --bs-gutter-y:0;
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.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);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.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: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[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");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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");
}
.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");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.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 .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
[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");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select: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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select: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 .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.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 + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.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 + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.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;
}
.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);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.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);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.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);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.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;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.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) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.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%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .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;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .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;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .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;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .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;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .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;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.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;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[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");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.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);
}
.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);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.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);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.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);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.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);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-header,
  .card-group > .card:not(:last-child) > .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-footer,
  .card-group > .card:not(:last-child) > .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-header,
  .card-group > .card:not(:first-child) > .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-footer,
  .card-group > .card:not(:first-child) > .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.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);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.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) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.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);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.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);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.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);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.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, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.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 .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.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);
}
.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);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.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);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.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);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.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) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.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);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.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);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.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);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.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;
}
.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;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.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) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .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);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.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));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color:var(--bs-body-color);
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.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;
}
.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);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width:1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.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);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .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);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .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);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.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);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  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: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.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 0'/%3e%3c/svg%3e");
}
.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-.708'/%3e%3c/svg%3e");
}
.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%;
}
.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: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  flex-shrink: 0;
  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);
  }
}
.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;
}
.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;
  }
}
.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;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width: 575.98px) {
  .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) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .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) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .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) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .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) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .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) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.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) {
  .offcanvas {
    transition: none;
  }
}
.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%);
}
.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%);
}
.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%);
}
.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%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.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);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: .25rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: .25rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: .25rem !important;
}
.pe-2 {
  padding-right: .5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity:0.25;
}
.text-opacity-50 {
  --bs-text-opacity:0.5;
}
.text-opacity-75 {
  --bs-text-opacity:0.75;
}
.text-opacity-100 {
  --bs-text-opacity:1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity:1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: .25rem !important;
  }
  .me-md-2 {
    margin-right: .5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: .25rem !important;
  }
  .m-xxl-2 {
    margin: .5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: .25rem !important;
  }
  .p-xxl-2 {
    padding: .5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* node_modules/@reimujs/aos/dist/aos.css */
body[data-aos-delay="50"] [data-aos],
[data-aos][data-aos-delay="50"],
body[data-aos-delay="100"] [data-aos],
[data-aos][data-aos-delay="100"],
body[data-aos-delay="150"] [data-aos],
[data-aos][data-aos-delay="150"],
body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos-delay="200"],
body[data-aos-delay="250"] [data-aos],
[data-aos][data-aos-delay="250"],
body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos-delay="300"],
body[data-aos-delay="350"] [data-aos],
[data-aos][data-aos-delay="350"],
body[data-aos-delay="400"] [data-aos],
[data-aos][data-aos-delay="400"],
body[data-aos-delay="450"] [data-aos],
[data-aos][data-aos-delay="450"],
body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos-delay="500"],
body[data-aos-delay="550"] [data-aos],
[data-aos][data-aos-delay="550"],
body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos-delay="600"],
body[data-aos-delay="650"] [data-aos],
[data-aos][data-aos-delay="650"],
body[data-aos-delay="700"] [data-aos],
[data-aos][data-aos-delay="700"],
body[data-aos-delay="750"] [data-aos],
[data-aos][data-aos-delay="750"],
body[data-aos-delay="800"] [data-aos],
[data-aos][data-aos-delay="800"],
body[data-aos-delay="850"] [data-aos],
[data-aos][data-aos-delay="850"],
body[data-aos-delay="900"] [data-aos],
[data-aos][data-aos-delay="900"],
body[data-aos-delay="950"] [data-aos],
[data-aos][data-aos-delay="950"],
body[data-aos-delay="1000"] [data-aos],
[data-aos][data-aos-delay="1000"],
body[data-aos-delay="1050"] [data-aos],
[data-aos][data-aos-delay="1050"],
body[data-aos-delay="1100"] [data-aos],
[data-aos][data-aos-delay="1100"],
body[data-aos-delay="1150"] [data-aos],
[data-aos][data-aos-delay="1150"],
body[data-aos-delay="1200"] [data-aos],
[data-aos][data-aos-delay="1200"],
body[data-aos-delay="1250"] [data-aos],
[data-aos][data-aos-delay="1250"],
body[data-aos-delay="1300"] [data-aos],
[data-aos][data-aos-delay="1300"],
body[data-aos-delay="1350"] [data-aos],
[data-aos][data-aos-delay="1350"],
body[data-aos-delay="1400"] [data-aos],
[data-aos][data-aos-delay="1400"],
body[data-aos-delay="1450"] [data-aos],
[data-aos][data-aos-delay="1450"],
body[data-aos-delay="1500"] [data-aos],
[data-aos][data-aos-delay="1500"],
body[data-aos-delay="1550"] [data-aos],
[data-aos][data-aos-delay="1550"],
body[data-aos-delay="1600"] [data-aos],
[data-aos][data-aos-delay="1600"],
body[data-aos-delay="1650"] [data-aos],
[data-aos][data-aos-delay="1650"],
body[data-aos-delay="1700"] [data-aos],
[data-aos][data-aos-delay="1700"],
body[data-aos-delay="1750"] [data-aos],
[data-aos][data-aos-delay="1750"],
body[data-aos-delay="1800"] [data-aos],
[data-aos][data-aos-delay="1800"],
body[data-aos-delay="1850"] [data-aos],
[data-aos][data-aos-delay="1850"],
body[data-aos-delay="1900"] [data-aos],
[data-aos][data-aos-delay="1900"],
body[data-aos-delay="1950"] [data-aos],
[data-aos][data-aos-delay="1950"],
body[data-aos-delay="2000"] [data-aos],
[data-aos][data-aos-delay="2000"],
body[data-aos-delay="2050"] [data-aos],
[data-aos][data-aos-delay="2050"],
body[data-aos-delay="2100"] [data-aos],
[data-aos][data-aos-delay="2100"],
body[data-aos-delay="2150"] [data-aos],
[data-aos][data-aos-delay="2150"],
body[data-aos-delay="2200"] [data-aos],
[data-aos][data-aos-delay="2200"],
body[data-aos-delay="2250"] [data-aos],
[data-aos][data-aos-delay="2250"],
body[data-aos-delay="2300"] [data-aos],
[data-aos][data-aos-delay="2300"],
body[data-aos-delay="2350"] [data-aos],
[data-aos][data-aos-delay="2350"],
body[data-aos-delay="2400"] [data-aos],
[data-aos][data-aos-delay="2400"],
body[data-aos-delay="2450"] [data-aos],
[data-aos][data-aos-delay="2450"],
body[data-aos-delay="2500"] [data-aos],
[data-aos][data-aos-delay="2500"],
body[data-aos-delay="2550"] [data-aos],
[data-aos][data-aos-delay="2550"],
body[data-aos-delay="2600"] [data-aos],
[data-aos][data-aos-delay="2600"],
body[data-aos-delay="2650"] [data-aos],
[data-aos][data-aos-delay="2650"],
body[data-aos-delay="2700"] [data-aos],
[data-aos][data-aos-delay="2700"],
body[data-aos-delay="2750"] [data-aos],
[data-aos][data-aos-delay="2750"],
body[data-aos-delay="2800"] [data-aos],
[data-aos][data-aos-delay="2800"],
body[data-aos-delay="2850"] [data-aos],
[data-aos][data-aos-delay="2850"],
body[data-aos-delay="2900"] [data-aos],
[data-aos][data-aos-delay="2900"],
body[data-aos-delay="2950"] [data-aos],
[data-aos][data-aos-delay="2950"],
body[data-aos-delay="3000"] [data-aos],
[data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-duration="50"] [data-aos],
[data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos].aos-animate,
[data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos],
[data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos].aos-animate,
[data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos],
[data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos].aos-animate,
[data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos],
[data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos],
[data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos].aos-animate,
[data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos],
[data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos],
[data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos].aos-animate,
[data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos],
[data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos].aos-animate,
[data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos],
[data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos].aos-animate,
[data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos],
[data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos],
[data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos].aos-animate,
[data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos],
[data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos],
[data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos].aos-animate,
[data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos],
[data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos].aos-animate,
[data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos],
[data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos].aos-animate,
[data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos],
[data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos].aos-animate,
[data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos],
[data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos].aos-animate,
[data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos],
[data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos].aos-animate,
[data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos],
[data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos].aos-animate,
[data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos],
[data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos],
[data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos],
[data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos],
[data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos],
[data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos],
[data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos],
[data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos],
[data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos],
[data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos],
[data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos],
[data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos],
[data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos],
[data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos],
[data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos],
[data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos],
[data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos],
[data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos],
[data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos].aos-animate,
[data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos],
[data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos],
[data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos],
[data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos],
[data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos],
[data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos],
[data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos],
[data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos],
[data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos],
[data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos],
[data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos],
[data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos],
[data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos],
[data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos],
[data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos],
[data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos],
[data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos],
[data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos],
[data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos],
[data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos],
[data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos].aos-animate,
[data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos],
[data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos].aos-animate,
[data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
body[data-aos-easing=linear] [data-aos],
[data-aos][data-aos-easing=linear] {
  transition-timing-function: linear;
}
body[data-aos-easing=ease] [data-aos],
[data-aos][data-aos-easing=ease] {
  transition-timing-function: ease;
}
body[data-aos-easing=ease-in] [data-aos],
[data-aos][data-aos-easing=ease-in] {
  transition-timing-function: ease-in;
}
body[data-aos-easing=ease-out] [data-aos],
[data-aos][data-aos-easing=ease-out] {
  transition-timing-function: ease-out;
}
body[data-aos-easing=ease-in-out] [data-aos],
[data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}
body[data-aos-easing=ease-in-back] [data-aos],
[data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos],
[data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos],
[data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos],
[data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos],
[data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos],
[data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos],
[data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos],
[data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos],
[data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos],
[data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body[data-aos-easing=ease-out-cubic] [data-aos],
[data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos],
[data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
body[data-aos-easing=ease-in-quart] [data-aos],
[data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
body[data-aos-easing=ease-out-quart] [data-aos],
[data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
body[data-aos-easing=ease-in-out-quart] [data-aos],
[data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen {
  html:not(.no-js) [data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

/* src/styles.scss */
:root {
  --primary-color:
    linear-gradient(
      89.3deg,
      #058bf1 0.56%,
      #1fc2a3 42.72%,
      #1cc799 51.03%,
      #19c2a1 60.75%,
      #06dcff 99.35%);
  --text-color: #2b3a4a;
  --des-color: #7f8996;
  --heading-color: #30364f;
  --greenColor: #7bac85;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --primary-font: "Gilroy";
  --primary-color-100: #e5f0ff;
  --primary-btn-hover: #01c8c8;
  --diabled-bg: #00d4d4;
  --diabled-color: #fff;
  --text-color2: #000b19;
  --des-color2: #666d75;
  --bodyBg: #f3f6fb;
  --bodyBgOld: #f7fafc;
  --aquaGreen: #06c5b6;
  --unfill: #e7edf5;
  --secondaryColor: #03a176;
  --borderColor: #e7edf5;
  --textColor: #7a8a9b;
  --textColor2: #5b6d7f;
  --title: #2b3a4a;
  --subTitle: #8a97a6;
  --iconGradient:
    linear-gradient(
      180deg,
      #e0f9f9 0%,
      #b3f0f0 100%);
  --iconShadow: 0px 10px 15px -3px #0000001a;
  --lightBg: #f8fbfc;
  --dropdownShadow: 0px 8px 24px 0px #0000001f;
  --lightGradient:
    linear-gradient(
      180deg,
      #e0f9f9 0%,
      #f0fefe 100%);
  --btnPrimaryShadow: 0px 8px 16px 0px #00d4d440;
  --btnDangerShadow: 0px 4px 12px 0px #ff3b3040;
  --danger: #fa3636;
  --disableColor: #cc8800;
  --bs-border-color: #e7edf5;
  --bg-Gradient:
    linear-gradient(
      to right,
      #00d4d4 0%,
      #e0f9f9 60%,
      #00d4d4 100%);
  --lightblueBg: #f6fbff;
  --primary-color-new: #7ee5f6;
  --primary-color-new-bg: #f7feff;
  --secondary-new: #46c9de;
  --secodary-light: #e2fafe;
}
.minWidth50 {
  min-width: 50px;
}
.minWidth51 {
  min-width: 51px;
}
.minWidth52 {
  min-width: 52px;
}
.minWidth53 {
  min-width: 53px;
}
.minWidth54 {
  min-width: 54px;
}
.minWidth55 {
  min-width: 55px;
}
.minWidth56 {
  min-width: 56px;
}
.minWidth57 {
  min-width: 57px;
}
.minWidth58 {
  min-width: 58px;
}
.minWidth59 {
  min-width: 59px;
}
.minWidth60 {
  min-width: 60px;
}
.minWidth61 {
  min-width: 61px;
}
.minWidth62 {
  min-width: 62px;
}
.minWidth63 {
  min-width: 63px;
}
.minWidth64 {
  min-width: 64px;
}
.minWidth65 {
  min-width: 65px;
}
.minWidth66 {
  min-width: 66px;
}
.minWidth67 {
  min-width: 67px;
}
.minWidth68 {
  min-width: 68px;
}
.minWidth69 {
  min-width: 69px;
}
.minWidth70 {
  min-width: 70px;
}
.minWidth71 {
  min-width: 71px;
}
.minWidth72 {
  min-width: 72px;
}
.minWidth73 {
  min-width: 73px;
}
.minWidth74 {
  min-width: 74px;
}
.minWidth75 {
  min-width: 75px;
}
.minWidth76 {
  min-width: 76px;
}
.minWidth77 {
  min-width: 77px;
}
.minWidth78 {
  min-width: 78px;
}
.minWidth79 {
  min-width: 79px;
}
.minWidth80 {
  min-width: 80px;
}
.minWidth81 {
  min-width: 81px;
}
.minWidth82 {
  min-width: 82px;
}
.minWidth83 {
  min-width: 83px;
}
.minWidth84 {
  min-width: 84px;
}
.minWidth85 {
  min-width: 85px;
}
.minWidth86 {
  min-width: 86px;
}
.minWidth87 {
  min-width: 87px;
}
.minWidth88 {
  min-width: 88px;
}
.minWidth89 {
  min-width: 89px;
}
.minWidth90 {
  min-width: 90px;
}
.minWidth91 {
  min-width: 91px;
}
.minWidth92 {
  min-width: 92px;
}
.minWidth93 {
  min-width: 93px;
}
.minWidth94 {
  min-width: 94px;
}
.minWidth95 {
  min-width: 95px;
}
.minWidth96 {
  min-width: 96px;
}
.minWidth97 {
  min-width: 97px;
}
.minWidth98 {
  min-width: 98px;
}
.minWidth99 {
  min-width: 99px;
}
.minWidth100 {
  min-width: 100px;
}
.minWidth101 {
  min-width: 101px;
}
.minWidth102 {
  min-width: 102px;
}
.minWidth103 {
  min-width: 103px;
}
.minWidth104 {
  min-width: 104px;
}
.minWidth105 {
  min-width: 105px;
}
.minWidth106 {
  min-width: 106px;
}
.minWidth107 {
  min-width: 107px;
}
.minWidth108 {
  min-width: 108px;
}
.minWidth109 {
  min-width: 109px;
}
.minWidth110 {
  min-width: 110px;
}
.minWidth111 {
  min-width: 111px;
}
.minWidth112 {
  min-width: 112px;
}
.minWidth113 {
  min-width: 113px;
}
.minWidth114 {
  min-width: 114px;
}
.minWidth115 {
  min-width: 115px;
}
.minWidth116 {
  min-width: 116px;
}
.minWidth117 {
  min-width: 117px;
}
.minWidth118 {
  min-width: 118px;
}
.minWidth119 {
  min-width: 119px;
}
.minWidth120 {
  min-width: 120px;
}
.minWidth121 {
  min-width: 121px;
}
.minWidth122 {
  min-width: 122px;
}
.minWidth123 {
  min-width: 123px;
}
.minWidth124 {
  min-width: 124px;
}
.minWidth125 {
  min-width: 125px;
}
.minWidth126 {
  min-width: 126px;
}
.minWidth127 {
  min-width: 127px;
}
.minWidth128 {
  min-width: 128px;
}
.minWidth129 {
  min-width: 129px;
}
.minWidth130 {
  min-width: 130px;
}
.minWidth131 {
  min-width: 131px;
}
.minWidth132 {
  min-width: 132px;
}
.minWidth133 {
  min-width: 133px;
}
.minWidth134 {
  min-width: 134px;
}
.minWidth135 {
  min-width: 135px;
}
.minWidth136 {
  min-width: 136px;
}
.minWidth137 {
  min-width: 137px;
}
.minWidth138 {
  min-width: 138px;
}
.minWidth139 {
  min-width: 139px;
}
.minWidth140 {
  min-width: 140px;
}
.minWidth141 {
  min-width: 141px;
}
.minWidth142 {
  min-width: 142px;
}
.minWidth143 {
  min-width: 143px;
}
.minWidth144 {
  min-width: 144px;
}
.minWidth145 {
  min-width: 145px;
}
.minWidth146 {
  min-width: 146px;
}
.minWidth147 {
  min-width: 147px;
}
.minWidth148 {
  min-width: 148px;
}
.minWidth149 {
  min-width: 149px;
}
.minWidth150 {
  min-width: 150px;
}
.minWidth151 {
  min-width: 151px;
}
.minWidth152 {
  min-width: 152px;
}
.minWidth153 {
  min-width: 153px;
}
.minWidth154 {
  min-width: 154px;
}
.minWidth155 {
  min-width: 155px;
}
.minWidth156 {
  min-width: 156px;
}
.minWidth157 {
  min-width: 157px;
}
.minWidth158 {
  min-width: 158px;
}
.minWidth159 {
  min-width: 159px;
}
.minWidth160 {
  min-width: 160px;
}
.minWidth161 {
  min-width: 161px;
}
.minWidth162 {
  min-width: 162px;
}
.minWidth163 {
  min-width: 163px;
}
.minWidth164 {
  min-width: 164px;
}
.minWidth165 {
  min-width: 165px;
}
.minWidth166 {
  min-width: 166px;
}
.minWidth167 {
  min-width: 167px;
}
.minWidth168 {
  min-width: 168px;
}
.minWidth169 {
  min-width: 169px;
}
.minWidth170 {
  min-width: 170px;
}
.minWidth171 {
  min-width: 171px;
}
.minWidth172 {
  min-width: 172px;
}
.minWidth173 {
  min-width: 173px;
}
.minWidth174 {
  min-width: 174px;
}
.minWidth175 {
  min-width: 175px;
}
.minWidth176 {
  min-width: 176px;
}
.minWidth177 {
  min-width: 177px;
}
.minWidth178 {
  min-width: 178px;
}
.minWidth179 {
  min-width: 179px;
}
.minWidth180 {
  min-width: 180px;
}
.minWidth181 {
  min-width: 181px;
}
.minWidth182 {
  min-width: 182px;
}
.minWidth183 {
  min-width: 183px;
}
.minWidth184 {
  min-width: 184px;
}
.minWidth185 {
  min-width: 185px;
}
.minWidth186 {
  min-width: 186px;
}
.minWidth187 {
  min-width: 187px;
}
.minWidth188 {
  min-width: 188px;
}
.minWidth189 {
  min-width: 189px;
}
.minWidth190 {
  min-width: 190px;
}
.minWidth191 {
  min-width: 191px;
}
.minWidth192 {
  min-width: 192px;
}
.minWidth193 {
  min-width: 193px;
}
.minWidth194 {
  min-width: 194px;
}
.minWidth195 {
  min-width: 195px;
}
.minWidth196 {
  min-width: 196px;
}
.minWidth197 {
  min-width: 197px;
}
.minWidth198 {
  min-width: 198px;
}
.minWidth199 {
  min-width: 199px;
}
.minWidth200 {
  min-width: 200px;
}
.borderRadius1 {
  border-radius: 1px;
}
.borderRadius2 {
  border-radius: 2px;
}
.borderRadius3 {
  border-radius: 3px;
}
.borderRadius4 {
  border-radius: 4px;
}
.borderRadius5 {
  border-radius: 5px;
}
.borderRadius6 {
  border-radius: 6px;
}
.borderRadius7 {
  border-radius: 7px;
}
.borderRadius8 {
  border-radius: 8px;
}
.borderRadius9 {
  border-radius: 9px;
}
.borderRadius10 {
  border-radius: 10px;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Extrabold-PGW7UPHQ.eot");
  src:
    local("../../fonts/Gilroy Extrabold"),
    local("../../fonts/Gilroy-Extrabold"),
    url("./media/Gilroy-Extrabold-PGW7UPHQ.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-Extrabold-ELMMIFWY.woff") format("woff"),
    url("./media/Gilroy-Extrabold-QTTYMR3V.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-UltraLightItalic-XFPM5FSS.eot");
  src:
    local("../../fonts/Gilroy UltraLight Italic"),
    local("../../fonts/Gilroy-UltraLightItalic"),
    url("./media/Gilroy-UltraLightItalic-XFPM5FSS.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-UltraLightItalic-CFMTORKH.woff") format("woff"),
    url("./media/Gilroy-UltraLightItalic-TPHY63LU.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-BoldItalic-GPDAWP4X.eot");
  src:
    local("../../fonts/Gilroy Bold Italic"),
    local("../../fonts/Gilroy-BoldItalic"),
    url("./media/Gilroy-BoldItalic-GPDAWP4X.eot?#iefix") format("../../fonts/embedded-opentype"),
    url("./media/Gilroy-BoldItalic-ECY5FSBK.woff") format("woff"),
    url("./media/Gilroy-BoldItalic-UIDJ5TCQ.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Semibold-FG62ICIT.eot");
  src:
    local("../../fonts/Gilroy Semibold"),
    local("../../fonts/Gilroy-Semibold"),
    url("./media/Gilroy-Semibold-FG62ICIT.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-Semibold-WZ762MTH.woff") format("woff"),
    url("./media/Gilroy-Semibold-ATRPHVXZ.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-BlackItalic-K7BGWPFI.eot");
  src:
    local("../../fonts/Gilroy Black Italic"),
    local("../../fonts/Gilroy-BlackItalic"),
    url("./media/Gilroy-BlackItalic-K7BGWPFI.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-BlackItalic-QNVRHUGU.woff") format("woff"),
    url("./media/Gilroy-BlackItalic-W27H2R7P.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-ThinItalic-6NAMVNMH.eot");
  src:
    local("../../fonts/Gilroy Thin Italic"),
    local("../../fonts/Gilroy-ThinItalic"),
    url("./media/Gilroy-ThinItalic-6NAMVNMH.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-ThinItalic-LELVBX7X.woff") format("woff"),
    url("./media/Gilroy-ThinItalic-DMCDQ3MN.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-ExtraboldItalic-5KCQCKS5.eot");
  src:
    local("../../fonts/Gilroy Extrabold Italic"),
    local("../../fonts/Gilroy-ExtraboldItalic"),
    url("./media/Gilroy-ExtraboldItalic-5KCQCKS5.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-ExtraboldItalic-ZZPQLO62.woff") format("woff"),
    url("./media/Gilroy-ExtraboldItalic-K5RPJCJ5.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Black-BOD7ZCWO.eot");
  src:
    local("../../fonts/Gilroy Black"),
    local("../../fonts/Gilroy-Black"),
    url("./media/Gilroy-Black-BOD7ZCWO.eot?#iefix") format("../../fonts/embedded-opentype"),
    url("./media/Gilroy-Black-7ZZJ2M5S.woff") format("woff"),
    url("./media/Gilroy-Black-LVHJEOND.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-HeavyItalic-YLT5PS46.eot");
  src:
    local("../../fonts/Gilroy Heavy Italic"),
    local("../../fonts/Gilroy-HeavyItalic"),
    url("./media/Gilroy-HeavyItalic-YLT5PS46.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-HeavyItalic-YSSV6FHX.woff") format("woff"),
    url("./media/Gilroy-HeavyItalic-V4M7AZZ2.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Regular-OKQIRRTR.eot");
  src:
    local("../../fonts/Gilroy Regular"),
    local("../../fonts/Gilroy-Regular"),
    url("./media/Gilroy-Regular-OKQIRRTR.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-Regular-H7QPL3L7.woff") format("woff"),
    url("./media/Gilroy-Regular-DUXLFE7F.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-SemiboldItalic-7YWHH5VA.eot");
  src:
    local("../../fonts/Gilroy Semibold Italic"),
    local("../../fonts/Gilroy-SemiboldItalic"),
    url("./media/Gilroy-SemiboldItalic-7YWHH5VA.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-SemiboldItalic-WA54MTUL.woff") format("woff"),
    url("./media/Gilroy-SemiboldItalic-3VLN4D7K.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Medium-JINI45CZ.eot");
  src:
    local("../../fonts/Gilroy Medium"),
    local("../../fonts/Gilroy-Medium"),
    url("./media/Gilroy-Medium-JINI45CZ.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-Medium-6KCREVRD.woff") format("woff"),
    url("./media/Gilroy-Medium-NY53L3JX.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Bold-764VATG5.eot");
  src:
    local("../../fonts/Gilroy Bold"),
    local("../../fonts/Gilroy-Bold"),
    url("./media/Gilroy-Bold-764VATG5.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-Bold-OKWH3JE3.woff") format("woff"),
    url("./media/Gilroy-Bold-JKPL7H7Q.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-RegularItalic-DGJ7KXSU.eot");
  src:
    local("../../fonts/Gilroy Regular Italic"),
    local("../../fonts/Gilroy-RegularItalic"),
    url("./media/Gilroy-RegularItalic-DGJ7KXSU.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-RegularItalic-W5R7H56Y.woff") format("woff"),
    url("./media/Gilroy-RegularItalic-XWEF7N5Z.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Light-MMJQ5SY3.eot");
  src:
    local("../../fonts/Gilroy Light"),
    local("../../fonts/Gilroy-Light"),
    url("./media/Gilroy-Light-MMJQ5SY3.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-Light-LLMKOH26.woff") format("woff"),
    url("./media/Gilroy-Light-3AIJMY4L.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-LightItalic-X6TMQ6CT.eot");
  src:
    local("../../fonts/Gilroy Light Italic"),
    local("../../fonts/Gilroy-LightItalic"),
    url("./media/Gilroy-LightItalic-X6TMQ6CT.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-LightItalic-TDQQ5N6E.woff") format("woff"),
    url("./media/Gilroy-LightItalic-CGJML4XL.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Heavy-HSOJJYGP.eot");
  src:
    local("../../fonts/Gilroy Heavy"),
    local("../../fonts/Gilroy-Heavy"),
    url("./media/Gilroy-Heavy-HSOJJYGP.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-Heavy-IBS5XINE.woff") format("woff"),
    url("./media/Gilroy-Heavy-5Z77ZW6P.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-MediumItalic-44W5VYTU.eot");
  src:
    local("../../fonts/Gilroy Medium Italic"),
    local("../../fonts/Gilroy-MediumItalic"),
    url("./media/Gilroy-MediumItalic-44W5VYTU.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-MediumItalic-SISITBAF.woff") format("woff"),
    url("./media/Gilroy-MediumItalic-LZGZCWEW.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./media/Gilroy-Thin-4MIROVPI.eot");
  src:
    local("../../fonts/Gilroy Thin"),
    local("../../fonts/Gilroy-Thin"),
    url("./media/Gilroy-Thin-4MIROVPI.eot?#iefix") format("embedded-opentype"),
    url("./media/Gilroy-Thin-NV23SECN.woff") format("woff"),
    url("./media/Gilroy-Thin-N5XRCXYI.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
* {
  box-sizing: border-box;
  font-family: var(--primary-font);
}
::before,
::after {
  box-sizing: border-box;
}
::placeholder {
  font-weight: 600;
  letter-spacing: 0.17px;
  color: #c0c3c4;
  opacity: 1;
}
body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  min-height: 100vh;
  position: relative;
  margin: 0;
  font-family: var(--primary-font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: left;
  background-color: var(--bodyBg);
}
body ::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  transition: 0.3s;
  background: #fff;
}
body ::-webkit-scrollbar-thumb {
  background: #e6e6e6;
}
b,
strong {
  font-weight: 600 !important;
}
html {
  font-size: 16px;
  height: 100%;
  direction: ltr;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
.number-font {
  font-weight: 500 !important;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
  text-decoration-skip-ink: auto;
  color: #03a176;
}
.underline {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
figure {
  margin: 0 0 1rem;
}
.image {
  position: relative;
}
.img-1 {
  vertical-align: middle;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -62px;
}
.pointer {
  cursor: pointer;
}
.img-1 img {
  border-radius: 100%;
  border: 6px solid rgba(225, 225, 225, 0.5);
}
.img-2 img {
  border-radius: 5px;
}
svg:not(:root) {
  overflow: hidden;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #505662;
  text-align: left;
  caption-side: bottom;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
[type=search] {
  outline-offset: -2px;
  appearance: none;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.171875rem;
  font-weight: 300;
  line-height: 1.4;
}
small,
.small {
  font-size: 87.5%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li {
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.171875rem;
  margin: 0 0 1rem;
  color: #282f53;
  font-style: inherit;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #8499c4;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #8499c4;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
a > code {
  color: inherit;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
blockquote {
  margin-bottom: 1em;
  font-style: italic;
  color: #8499c4;
  padding-left: 2rem;
  border-left: 2px solid rgba(215, 227, 243, 0.5);
}
blockquote p {
  margin-bottom: 1rem;
  font-size: 16px;
}
blockquote cite {
  text-align: right;
}
blockquote cite:before {
  content: "\2014  ";
}
code {
  font-size: 87.5%;
  color: #f10075;
  word-break: break-word;
}
.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}
body.fixed-header .page {
  padding-top: 4.5rem;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
  background: #fff;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.notifications-menu,
.message-menu {
  overflow-y: auto;
  max-height: 250px;
}
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.brround {
  border-radius: 50%;
}
.bradius {
  border-radius: 25%;
}
.popsecondary {
  color: #628dea;
}
.popinfo {
  color: #88c8f7;
}
.popsuccess {
  color: #bfff80;
}
.popdanger {
  color: #ea6262;
}
.popwarning {
  color: #f7db6e;
}
hr.message-inner-separator {
  clear: both;
  margin-top: 10px;
  margin-bottom: 13px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-color: inherit;
}
.paddLR-25 {
  padding: 0 25px;
}
hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(227, 231, 241, 0.8);
}
.bg-secondary {
  color: #5d4bea;
  border: 0;
  background: #ded9ff !important;
}
.bg-success {
  color: #13d39f;
  border: 0;
  background: #d5fff3 !important;
}
.bg-info {
  color: #6b7280;
  border: 1.376px solid #e5e7eb;
  background: #f0f1f3 !important;
}
.bg-info[href]:hover,
.bg-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1db7ec;
}
.bg-warning {
  color: #e88d00 !important;
  border: 0;
  background: #ffeac9 !important;
}
.bg-danger {
  color: #fa3636;
  border: 0;
  background: #fce7e7 !important;
}
.rounded-pill {
  border-radius: 50px;
}
.badgetext {
  float: right;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  border-radius: 3px;
  position: relative;
  right: 0;
  padding: 0;
  color: #fff;
  background: none;
}
.block {
  display: block !important;
}
.label {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 3px;
  font-size: 12px;
}
.light-bg-danger {
  background: #fff2f2;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #56d094;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(94, 186, 0, 0.8);
  border-radius: 0.2rem;
}
.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-weight: 500;
  color: #fb5454;
  display: block;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(205, 32, 31, 0.8);
  border-radius: 0.2rem;
}
.ms-choice > span.placeholder {
  color: transparent !important;
}
.media {
  margin-top: 15px;
  zoom: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
}
.media-body {
  zoom: 1;
  overflow: hidden;
  width: auto;
  flex: 1;
  -ms-flex: 1;
}
.media-object {
  display: block;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-body h4 {
  font-weight: 500;
  font-size: 16px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: #f4f6fd;
}
.minHight {
  min-height: 100%;
}
.bs-popover-top,
.bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-end,
.bs-popover-auto[data-popper-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-bottom,
.bs-popover-auto[data-popper-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-start,
.bs-popover-auto[data-popper-placement^=left] {
  margin-right: 0.5rem;
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #f0f0f8;
  border-radius: 3px;
  vertical-align: baseline;
  position: relative;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.social i {
  font-size: 40px;
}
.social .social-icon i {
  font-size: 14px;
}
.border {
  vertical-align: top;
  border: 1px solid #f4f3f3;
}
.multiSelectDropDown .border {
  border: 1px solid #d3d4d4 !important;
}
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.custom-switch-indicator-lg {
  height: 1.5rem !important;
  width: 3rem !important;
}
.custom-switch-indicator-lg:before {
  content: "";
  position: absolute;
  height: calc(1.5rem - 4px) !important;
  width: calc(1.5rem - 4px) !important;
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: none;
}
.custom-switch-indicator-xl {
  height: 2rem !important;
  width: 4rem !important;
}
.custom-switch-indicator-xl:before {
  content: "";
  position: absolute;
  height: calc(2rem - 4px) !important;
  width: calc(2rem - 4px) !important;
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: none;
}
.custom-square {
  border-radius: 0 !important;
}
.custom-square:before {
  border-radius: 0 !important;
}
.custom-radius {
  border-radius: 4px !important;
}
.custom-radius:before {
  border-radius: 4px !important;
}
#global-loader {
  position: fixed;
  z-index: 50000;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.loader-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#popup {
  position: absolute;
  width: auto;
  height: 30px;
  background: #fe6b1f;
  display: none;
  color: #fff;
  border-radius: 5px;
}
#copy {
  background: none;
  color: #fff;
  font-weight: 700;
  padding: 8px 25px;
  border: 0;
}
.display-1 i,
.display-2 i,
.display-3 i,
.display-4 i {
  vertical-align: baseline;
  font-size: 0.815em;
}
.leading-none {
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.icon i {
  vertical-align: -1px;
}
a.icon {
  text-decoration: none;
  cursor: pointer;
}
a.icon:hover {
  color: #1a1a1a !important;
}
.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
.product_price .old_price {
  text-decoration: line-through !important;
  color: #93a3ba;
}
.product_price li {
  display: inline-block;
  padding: 0 10px;
}
.z-index2 {
  z-index: 2;
}
.reg {
  text-align: center;
  font-size: 50px;
  color: #2e1170;
  float: right;
}
.widgets-cards .wrp.icon-circle {
  width: 73px;
  height: 73px;
  border-radius: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin-right: 15px;
}
.widgets-cards .wrp.icon-circle i {
  font-size: 1.6rem;
  color: #fff;
}
.widgets-cards .wrp p {
  line-height: 1;
  margin-bottom: 10px;
}
.widgets-cards .wrp p:first-child {
  font-weight: 600;
  font-size: 25px;
}
ul li .legend-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.icon-size {
  font-size: 2rem !important;
}
.visitor-list p {
  font-size: 12px;
}
.visitor-list i {
  font-size: 20px;
}
.product-price {
  font-size: 1rem;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  100%, 60% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  100%, 60% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  100%, 60% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  100%, 60% {
    left: 107%;
    right: -8%;
  }
}
.progress-xs {
  height: 0.25rem;
}
.progress-xs .progress-bar {
  height: 0.25rem;
}
.progress-sm {
  height: 0.4rem;
}
.progress-sm .progress-bar {
  height: 0.4rem;
}
.progress-lg {
  height: 1.25rem;
}
.progress-lg .progress-bar {
  height: 1.25rem;
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dimmer {
  position: relative;
}
.dimmer .loader {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dimmer.active .loader {
  display: block;
}
.dimmer.active .dimmer-content {
  opacity: 0.04;
  pointer-events: none;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.spinner-lg {
  width: 100px;
  height: 100px;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.spinner1-lg {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner2 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.cube1 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.lds-hourglass {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 100px auto;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  animation: lds-hourglass 1.2s infinite;
  border: 26px solid var(--primary-color);
  border-color: var(--primary-color) transparent;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icons-list > li {
  -ms-flex: 1 0 4rem;
  flex: 1 0 3rem;
}
.icons-list-wrap {
  overflow: hidden;
}
.icons-list-item {
  text-align: center;
  height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px;
  border: 1px solid rgba(227, 231, 241, 0.8);
  border-radius: 5px;
}
.icons-list-item i {
  font-size: 1rem;
  color: #7e89a9;
}
.media-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 100%;
}
.media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fs {
  font-size: 25px;
}
.whiteBg {
  background: #fff;
}
.wideget-user-info {
  margin-top: 1rem;
}
.state-valid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>") no-repeat center right 0.5rem/1rem;
}
.state-invalid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 0.5rem/1rem;
}
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 1000;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  border-radius: 5px;
  background-image:
    linear-gradient(
      to right,
      var(--primary-color) 0%,
      var(--primary-color) 100%);
}
#back-to-top i {
  padding-top: 15px;
  font-size: 16px;
}
svg {
  -ms-touch-action: none;
  touch-action: none;
}
.tabs-menu ul li a {
  padding: 10px 20px 11px;
  display: block;
}
.tabs-menu1 ul li a {
  padding: 15px 20px;
  display: block;
  font-weight: 700;
  color: var(--textColor);
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
}
.tabs-menu1 ul li a.active {
  color: var(--primary-color);
}
.tab-menu-heading.tab-menu-heading-boxed {
  border-bottom: 0 !important;
}
.tab-menu-heading {
  padding: 0;
  border-bottom: 1px solid var(--borderColor);
}
.tab_wrapper .content_wrapper .tab_content.active p:last-child {
  margin-bottom: 0;
}
.tabs-menu2 ul li a {
  color: #636262;
  padding: 10px 20px 11px;
}
.tabs-menu2 ul li .fade {
  color: rgba(238, 238, 238, 0.9333333333);
}
.feature .feature-svg {
  width: 25%;
}
.feature .feature-svg3 {
  width: 12%;
}
.feature .feature-icons {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 2em;
  vertical-align: middle;
  padding-top: 8px;
  border-radius: 50%;
  color: #fff;
}
.feature p {
  margin-bottom: 0;
}
.list-group.lg-alt .list-group-item {
  border: 0;
}
.action-header {
  position: relative;
  background: #f8f8f8;
  padding: 15px 13px 15px 17px;
}
.ah-actions {
  z-index: 3;
  float: right;
  margin-top: 7px;
  position: relative;
}
.actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.actions > li {
  display: inline-block;
}
.actions:not(.a-alt) > li > a > i {
  color: #939393;
}
.actions > li > a {
  display: block;
  padding: 0 8px;
}
.actions > li > a > i {
  font-size: 16px;
}
.rotation {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.circle-icon {
  height: 70px;
  width: 70px;
  position: absolute;
  margin-top: 13px;
  margin-left: 13px;
  float: right;
  border-radius: 5px;
}
.label-size {
  font-size: 3.8em;
  margin-left: 9px;
}
.label-font-size {
  font-size: 1.8em;
}
.label-medium-size {
  font-size: 1.2em;
}
.secondary b {
  color: #f66b4e;
}
.pricing-divider-img {
  position: absolute;
  left: 0;
  width: 100%;
}
.deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.bg-primary-light {
  background: #fff;
  border-radius: 7px;
}
.counters h3 {
  font-weight: 400;
}
.overflow-hidden {
  overflow: hidden;
}
.dot-label {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
.header .bg-image {
  background:
    linear-gradient(
      to right bottom,
      rgba(132, 65, 246, 0.7),
      rgba(212, 40, 234, 0.7));
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header .bg-image-2 {
  background:
    linear-gradient(
      to right bottom,
      rgba(251, 196, 52, 0.7),
      rgba(246, 107, 78, 0.7));
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header .bg-image-3 {
  background:
    linear-gradient(
      to right bottom,
      rgba(98, 251, 92, 0.6),
      rgba(33, 165, 6, 0.6));
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header .bg-image a:hover {
  background: transparent !important;
}
#particles-js {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
.relative {
  position: relative !important;
}
.floating-lg {
  animation: floating-lg 3s ease infinite;
}
.floating-sm {
  animation: floating-sm 3s ease infinite;
}
@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.statistics-info .counter-icon {
  margin-bottom: 1rem;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  padding: 1.3rem 1.4rem;
  border-radius: 50%;
  text-align: center;
}
.statistics-info .counter-icon i {
  font-size: 1.2rem;
}
.service .item-box i {
  font-size: 35px;
}
.border-danger {
  border: 1px solid #fb5454;
}
.gallery a img {
  float: left;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.15s ease;
  -moz-transition: -moz-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -ms-transition: -ms-transform 0.15s ease;
  transition: transform 0.15s ease;
  position: relative;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.leading-loose {
  line-height: 3 !important;
}
.label-default {
  background: #d5e0ec;
  color: #fff;
}
.label-success {
  background: #56d094;
  color: #fff;
}
.label-danger {
  background: #f5334f;
  color: #fff;
}
.label-warning {
  background: #ffa70b;
  color: #fff;
}
.label-info {
  background: #2f89f5;
  color: #fff;
}
.counter-icon {
  margin-bottom: 1rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
}
.light-logo,
.light-logo1,
.mobile-logo {
  display: none;
}
.header-logo .light-logo1 {
  display: block;
}
.header-logo .desktop-logo {
  display: none;
}
#widgetChart1 {
  width: 110% !important;
  height: 139px !important;
  bottom: -8px;
  position: relative;
  left: -17px;
  overflow: hidden !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 71, 61, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 71, 61, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 71, 61, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 71, 61, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 71, 61, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 71, 61, 0);
    box-shadow: 0 0 0 10px rgba(255, 71, 61, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 71, 61, 0);
    box-shadow: 0 0 0 0 rgba(255, 71, 61, 0);
  }
}
.pulse1 {
  display: block;
  position: absolute;
  top: 5px;
  right: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #56d094;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(9, 173, 149, 0.9);
  animation: pulse1 2s infinite;
}
.pulse1:hover {
  animation: none;
}
@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(9, 173, 149, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(9, 173, 149, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(9, 173, 149, 0);
  }
}
@keyframes pulse1 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(9, 173, 149, 0.9);
    box-shadow: 0 0 0 0 rgba(9, 173, 149, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(9, 173, 149, 0);
    box-shadow: 0 0 0 10px rgba(9, 173, 149, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(9, 173, 149, 0);
    box-shadow: 0 0 0 0 rgba(9, 173, 149, 0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0, 0);
  }
}
.box-success-shadow {
  box-shadow: 0 5px 10px rgba(19, 191, 166, 0.3) !important;
}
.box-info-shadow {
  box-shadow: 0 5px 10px rgba(7, 116, 248, 0.3) !important;
}
.box-warning-shadow {
  box-shadow: 0 5px 10px rgba(255, 162, 43, 0.3) !important;
}
.box-danger-shadow {
  box-shadow: 0 5px 10px rgba(255, 56, 43, 0.3) !important;
}
.box-pink-shadow {
  box-shadow: 0 5px 10px rgba(213, 109, 252, 0.3) !important;
}
.box-purple-shadow {
  box-shadow: 0 5px 10px rgba(96, 77, 216, 0.3) !important;
}
.box-dark-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
}
.box-white-shadow {
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.3) !important;
}
.box-secondary-shadow {
  box-shadow: 0 5px 10px rgba(176, 117, 253, 0.4);
}
.bounce-widget {
  position: absolute;
  left: 77px;
  z-index: 1;
  top: 42px;
}
.header-1 .horizontal-main,
.header-2 .horizontal-main2.horizontal-main,
.header-3 .horizontal-main {
  background: #fff;
}
.header-1 .horizontalMenu > .horizontalMenu-list > li > a,
.header-2 .horizontalMenu > .horizontalMenu-list > li > a,
.header-3 .horizontalMenu > .horizontalMenu-list > li > a {
  border-right: 1px solid rgba(227, 231, 241, 0.8);
  color: #242e4c;
}
.header-3 .search-element {
  margin-left: 20px;
}
.header.header-1,
.header.header-2 {
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
}
.user-feedback .list-group-item .media img {
  width: 42px;
  height: 42px;
}
#learners line {
  stroke: rgba(112, 131, 171, 0.1);
}
.software-cat img {
  padding: 9px;
  display: block;
  margin: 0 auto;
  width: 40px;
}
.activity-block .task-list {
  padding-top: 0;
}
.activity-block .task-list li {
  padding-left: 25px;
  margin-bottom: 20px;
}
.activity-block h6 {
  margin-bottom: 0;
}
.activity-block .task-list:after {
  left: 5px;
  z-index: 0;
}
.activity-block .task-list li .task-icon {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}
.task-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 30px 0 0;
}
.task-list:after {
  content: "";
  position: absolute;
  background: rgba(227, 231, 241, 0.8);
  height: 100%;
  width: 1px;
  top: -3px;
  left: 30px;
  z-index: 1;
}
.task-list li {
  margin-bottom: 30px;
  padding-left: 55px;
  position: relative;
}
.task-list li:last-child {
  margin-bottom: 0;
}
.task-list li .task-icon {
  position: absolute;
  left: 22px;
  top: 13px;
  border-radius: 50%;
  padding: 2px;
  width: 17px;
  height: 17px;
  z-index: 2;
}
.task-list li .task-icon1 {
  position: absolute;
  left: 22px;
  top: 13px;
  border-radius: 50%;
  padding: 2px;
  z-index: 2;
}
.activity-block .task-list li .task-icon1 {
  top: -8px;
  left: -3px;
}
.activity-block .task-list.user-tasks li {
  padding-left: 55px;
  margin-bottom: 1.51rem;
}
.activity-block .task-list.user-tasks:after {
  left: 17px;
  z-index: 0;
}
.user-feedback img {
  width: 48px;
  height: 48px;
}
.list-style-cricle {
  list-style-type: circle;
  padding-left: 40px;
}
.list-style-square {
  list-style-type: square;
  padding-left: 40px;
}
.list-style-uproman {
  list-style-type: upper-roman;
  padding-left: 40px;
}
.list-style-lwalpha {
  list-style-type: lower-alpha;
  padding-left: 40px;
}
ol.list-order-style {
  margin-bottom: 0;
}
.inline-list li {
  display: inline-block;
  margin-right: 15px;
}
.inline-list li:last-child {
  margin-right: 0;
}
.dash-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 43px;
  position: relative;
  background: #e3e6f9;
  z-index: 1;
  text-align: center;
}
.dash-icon i {
  text-align: center;
  vertical-align: middle;
}
.dash-icon:after {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  bottom: 0;
  top: -10px;
  right: 0;
  left: -10px;
  background: rgba(235, 237, 252, 0.4);
  z-index: -1;
}
.banner h2 {
  font-size: 40px;
  font-weight: 300 !important;
}
.order-list li {
  line-height: 30px;
}
.rating-stars i {
  padding: 5px;
}
.ps__rail-y {
  width: 3px !important;
}
.product-grid6 .icons-wishlist {
  padding: 0;
  margin: 0;
  list-style: none;
  right: 25px;
  top: 30px;
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease;
  text-align: right;
  opacity: 1;
  bottom: 33px;
}
.product-grid6 .icons-wishlist li {
  display: block;
  margin: 5px;
}
.product-grid6 .icons-wishlist li a {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  height: 35px;
  width: 35px;
  margin: 2px 7px;
  padding: 0;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.richText {
  border-radius: 5px;
}
.product-label {
  margin-bottom: 0.8rem;
  padding: 0.3em 0.5em;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  background: #f0f0f8;
  float: right;
}
.list-group-item a {
  color: #282f53;
}
.open-file {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #de223d !important;
}
.file-image .icons li a:hover {
  color: #fff;
}
a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none !important;
}
.app.sidebar-mini .hor-angle {
  display: none;
}
.pickr {
  text-align: center;
}
.toast {
  box-shadow: none;
  border: 1px solid #e9edf4;
  background-color: #fff;
}
.scrollspy-example {
  position: relative;
  height: 200px;
  overflow: auto;
  padding: 0.75rem;
  border-right: 1px solid #e9edf4;
  border-left: 1px solid #e9edf4;
  border-bottom: 1px solid #e9edf4;
}
.scrollspy-example-2 {
  position: relative;
  height: 409px;
  overflow: auto;
  padding: 0.75rem;
  border: 1px solid #e9edf4;
  border-radius: 0 5px 5px 0;
}
.action-btns1 {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 8px;
  margin-right: 8px;
  font-size: 18px;
  border: 1px solid #e9ebfa;
}
.blog-profile-label {
  position: absolute;
  left: 25px;
  top: 20px;
}
.desc-quote {
  background-color: rgba(240, 240, 248, 0.8);
  color: #000;
  font-size: 15px;
  line-height: 28px;
  margin: 30px 4%;
  padding: 26px 35px;
  position: relative;
  border-radius: 3px;
}
.desc-quote .desc-quote-icon {
  color: var(--primary-color);
  font-size: 26px;
  position: absolute;
  right: 3%;
  top: -7px;
}
.main-content-app,
.main-content-calEndar,
.main-content-contacts {
  display: flex;
}
.blog-profile-image {
  position: relative;
}
.mg-t-15 {
  margin-top: 15px;
}
.chatbox .main-content-app {
  height: calc(100vh - 250px);
}
.user-lock img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.services-statistics .counter-icon {
  margin-bottom: 1.5rem;
  margin-top: 14px;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  padding: 1.3rem 1.4rem;
  text-align: center;
}
.user-social-detail .social-profile {
  height: 35px;
  width: 35px;
  font-size: 16px;
  line-height: 2.3;
  background: #f0f0f8;
}
#storage-usage {
  min-height: 0 !important;
}
#storage-usage .apexcharts-canvas {
  height: 110px !important;
}
#storage-usage .apexcharts-canvas svg {
  overflow: initial;
}
.richText-toolbar li {
  position: unset;
}
.primary .pricing-divider {
  padding: 1em 0 4em;
  position: relative;
  background: var(--primary-color) !important;
}
.secondary .pricing-divider {
  background:
    linear-gradient(
      to bottom right,
      #fbc434 0%,
      #f66b4e 100%) !important;
  padding: 1em 0 4em;
  position: relative;
}
.info .pricing-divider {
  background:
    linear-gradient(
      to bottom right,
      #f1644b 0%,
      #f94971 100%) !important;
  padding: 1em 0 4em;
  position: relative;
}
.success .pricing-divider {
  background:
    linear-gradient(
      to bottom right,
      #62fb62 0%,
      #21a544 100%) !important;
  padding: 1em 0 4em;
  position: relative;
}
.light-layout {
  display: none;
}
.app.sidebar-min .hor-angle {
  display: none;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.custom-layout {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #fff;
  z-index: 1;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: var(--primary-color) !important;
}
.apexcharts-canvas svg {
  width: 100% !important;
}
.notifyimg {
  color: #fff;
  float: left;
  height: 35px;
  line-height: 36px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  font-size: 15px;
}
.main-content1.app-content {
  min-height: auto;
}
.task-box .bg-default {
  background: transparent;
}
.sub-text {
  color: #828caa;
  font-size: 13px;
}
.dash-1 {
  margin-bottom: 1px;
}
.login-img .page {
  position: relative;
}
.apexcharts-menu-item {
  text-align: left;
}
.custom-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
}
.custom-switch-indicator {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  width: 2rem;
  background: #ebedfc;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid transparent;
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.custom-switch-description {
  margin-left: 0.5rem;
  color: #8499c4;
  transition: 0.3s color;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #8499c4;
  text-decoration: none;
  background-color: #f4f6fd;
}
.list-group-item-action:active {
  color: #8499c4;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0 !important;
  background-color: #fff;
  border: 1px solid rgba(227, 231, 241, 0.8);
}
.listorder {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(227, 231, 241, 0.8);
  list-style-type: decimal;
  list-style-position: inside;
}
.listorder1 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(227, 231, 241, 0.8);
  list-style-type: upper-alpha;
  list-style-position: inside;
}
.listunorder {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(227, 231, 241, 0.8);
  list-style-type: circle;
  list-style-position: inside;
}
.listunorder1 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(227, 231, 241, 0.8);
  list-style-type: square;
  list-style-position: inside;
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #c6cad8;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  background-color: #f4f6fd;
  color: #242e4c;
  border-color: rgba(215, 227, 243, 0.5);
}
.list-group-item.active .icon {
  color: inherit !important;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #464a4e;
  background-color: #cfd2d6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}
.list-group-item-success {
  color: #316100;
  background-color: #d3fbe1;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #316100;
  background-color: #c5e7a4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #316100;
  border-color: #316100;
}
.list-group-item-info {
  color: #2f89f5;
  background-color: #d2e4fb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #2f89f5;
  background-color: #b3dcf9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f89f5;
  border-color: #2f89f5;
}
.list-group-item-warning {
  color: #e0a01b;
  background-color: #ffe7d6;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #e0a01b;
  background-color: #fae8a4;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #e0a01b;
  border-color: #e0a01b;
}
.list-group-item-danger {
  color: #fb5454;
  background-color: #fbd9df;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #fb5454;
  background-color: #ecacab;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #fb5454;
  border-color: #fb5454;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #677ca7;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.9;
  transition: 0.3s color;
}
.close:hover,
.close:focus {
  color: #242e4c;
  text-decoration: none;
  opacity: 0.9;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.list-separated-item {
  padding: 1rem 0;
}
.list-separated-item:first-child {
  padding-top: 0;
}
.list-group-item .icon {
  color: #7e89a9 !important;
  font-size: 18px;
}
.list-group-item .list-group-item-action {
  margin-bottom: -1px;
}
.example ol.list-order-style {
  padding-left: 2.5rem;
}
.list-style1 {
  list-style: inherit;
  padding-left: inherit;
}
.list-style1 ul {
  list-style: inherit;
  padding-left: 30px;
}
.list-style1 li {
  line-height: 30px;
}
.list-style2 {
  list-style: decimal;
  padding-left: inherit;
}
.list-style2 li {
  line-height: 30px;
}
.list-style2 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style3 {
  list-style: circle;
  padding-left: inherit;
}
.list-style3 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style3 li {
  line-height: 30px;
}
.list-style4 li {
  line-height: 30px;
}
.list-style4 {
  list-style: lower-alpha;
  padding-left: inherit;
}
.list-style4 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style5 li {
  line-height: 30px;
}
.list-style5 {
  list-style: square;
  padding-left: inherit;
}
.list-style5 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style6 {
  list-style: lower-roman;
  padding-left: inherit;
}
.list-style6 li {
  line-height: 30px;
}
.list-style6 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-unstyled li:last-child {
  border-bottom: 0;
}
.pricing-divider {
  border-radius: 5px;
}
.pricing {
  color: #fff;
  border-radius: 5px;
}
.pricing .list-unstyled li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 0;
}
.princing-item {
  border-radius: 5px;
  box-shadow: -6px 5px 8px 0 rgba(7, 16, 31, 0.1);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.panel.price {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 1.5rem;
  box-shadow: -8px 12px 18px 0 rgba(14, 17, 28, 0.01);
  border-radius: 5px;
}
.panel.price > .panel-heading {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.panel.price h3 {
  margin-bottom: 0;
  padding: 20px 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
}
.panel.price .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel.price .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.price .panel-footer {
  border-bottom: 0;
  background-color: #fff;
  border-left: 0;
  border-right: 0;
  padding: 15px;
}
.price.panel-color > .panel-body {
  background-color: #fff;
}
.panel-body {
  padding: 15px;
}
.panel-body .lead {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid rgba(227, 231, 241, 0.8);
  border-left: 1px solid rgba(227, 231, 241, 0.8);
  border-right: 1px solid rgba(227, 231, 241, 0.8);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.price .list-group-item {
  margin-bottom: -1px !important;
}
.price .list-group-flush > .list-group-item {
  border-width: 1px 0;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 1px;
}
#sidebar li a.active {
  background: #fff;
}
#sidebar li a.active a[data-toggle=collapse] {
  background: #fff;
}
.tag {
  font-size: 0.75rem;
  color: #242e4c;
  background-color: #ebedfc;
  border-radius: 3px;
  padding: 0 0.5rem;
  line-height: 2em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: default;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.tag {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s color, 0.3s;
}
a.tag:hover {
  background-color: #e4e7f1;
  color: inherit;
}
.tag-addon-close {
  display: inline-block;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none;
  margin: 0 -0.3rem 0 0.5rem;
  text-align: center;
  min-width: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.tag-addon-close:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.tag-addon-close:hover {
  background: rgba(0, 0, 0, 0.05);
}
.tag-addon-close i {
  vertical-align: middle;
  margin: 0 -0.25rem;
  line-height: 0.3;
}
.tag-addon {
  display: inline-block;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none;
  margin: 0 -0.5rem 0 0.5rem;
  text-align: center;
  min-width: 1.5rem;
  border-left: 1px solid rgba(227, 231, 241, 0.8);
}
.tag-addon:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tag-addon i {
  vertical-align: middle;
  margin: 0 -0.25rem;
  line-height: 2;
}
a.tag-addon {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s color, 0.3s background;
}
a.tag-addon:hover {
  background: #d0d5e5;
  color: inherit;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: -5px 42px;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #6c6c6f;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
.cbp_tmtimeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #daddef;
  left: 10%;
  margin-left: -6px;
}
.cbp_tmtimeline > li {
  position: relative;
}
.cbp_tmtimeline > li:first-child .cbp_tmtime span.large {
  font-size: 17px !important;
  font-weight: 700;
}
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  padding-right: 80px;
  position: absolute;
  text-align: left;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 14px;
  font-weight: 500;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 14px;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 30px 14%;
  background: #fff;
  padding: 1.2em;
  position: relative;
  box-shadow: -6px 5px 8px 0 rgba(209, 218, 249, 0.1) !important;
  border-radius: 5px;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel blockquote {
  font-size: 16px;
}
.cbp_tmtimeline > li .cbp_tmlabel .map-checkin {
  border: 5px solid rgba(235, 235, 235, 0.2);
  -moz-box-shadow: 0 0 0 1px #ebebeb;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  background: #3d3780 !important;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin: 0;
  padding: 0 0 5px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 a {
  font-size: 15px;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 a:hover {
  text-decoration: none;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 span {
  font-size: 15px;
}
.cbp_tmtimeline > li .cbp_tmlabel p {
  margin-bottom: 0;
}
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  text-align: center;
  left: 10%;
  top: 0;
  margin: 0 0 0 -25px;
}
.cbp_tmtimeline .map {
  padding-top: 0 !important;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.footer {
  background: #fff;
  border-top: 1px solid rgba(227, 231, 241, 0.8);
  font-size: 0.875rem;
  padding: 1.25rem;
}
.footer .social {
  margin: 0 auto;
  width: auto;
}
.footer .social ul li {
  float: left;
  padding: 7px;
  width: 2rem;
  height: 2rem;
  background: #eeeef6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.footer .social ul li a {
  color: #5371af;
}
.footer-1.footer {
  padding: 1.25rem !important;
  background: #fff;
}
.top-footer {
  width: 100%;
  line-height: 1.25rem;
  opacity: 1;
  transform: translate(0px, 0px);
  font-size: 14px;
  flex: 0 0 auto;
}
.top-footer h6 {
  font-size: 14px;
  margin-bottom: 1rem;
  font-weight: 500;
}
.top-footer p {
  color: #8890a1;
}
.top-footer a {
  line-height: 2;
  color: #8890a1;
}
.top-footer a address {
  color: #8499c4;
  margin-bottom: 0;
  line-height: 2;
}
.top-footer img {
  width: 80px;
  border: 1px solid #e6eaea;
  padding: 2px;
  height: 80px;
  border-radius: 6px;
}
.top-footer img:hover {
  color: #8e9090;
  opacity: 0.6;
}
.top-footer .list-unstyled li {
  border-bottom: 0;
}
.footer-payments {
  padding-left: 0;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
}
.footer-payments li {
  display: inline-block;
}
.footer-payments li:not(:last-child) {
  margin-right: 1.5rem;
}
.footer-payments a {
  color: #a7a8c7;
  text-decoration: none;
  font-size: 2rem;
}
.footer-payments a:hover {
  opacity: 0.9;
  color: var(--primary-color);
}
.main-footer {
  padding: 20px 30px 20px 280px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border-top: 1px solid #e6eaea;
}
.footer-social-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
}
.footer-social-list li {
  display: inline-block;
}
.footer-social-list li:not(:last-child) {
  margin-right: 1.5rem;
}
.footer.hor-footer {
  padding: 1.25rem 1.25rem 1.25rem 0;
}
.aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22rem;
  background: #fff;
  border-left: 1px solid rgba(227, 231, 241, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  visibility: hidden;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.aside-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(227, 231, 241, 0.8);
}
.aside-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
}
body.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.header .mega-menu {
  width: 350px;
}
.header-brand {
  color: inherit;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.6rem;
}
.app-header .header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 200px;
  text-align: center;
}
.app-header .header-brand .header-brand-img {
  margin-right: 0;
}
.header-brand:hover {
  color: inherit;
  text-decoration: none;
}
.header-brand-img {
  height: 2.26rem;
  line-height: 2rem;
  vertical-align: middle;
  width: auto;
  margin: 0 auto;
}
.header-1 .animated-arrow span {
  display: none;
}
.animated-arrow span:before,
.animated-arrow span:after {
  display: none;
}
.horizontal-main2 .horizontalMenu > .horizontalMenu-list > li > a.active {
  color: #242e4c;
}
.horizontal-main2.horizontal-main {
  width: 100%;
  position: relative;
  border-top: 0;
}
.header-style .header-brand {
  margin-left: 0 !important;
}
.header-search {
  min-width: 18rem !important;
  border-radius: 10px !important;
}
.header-search .search-element {
  position: relative;
  margin-left: 21px;
}
.header-brand .header-brand-img.header-dark {
  display: none;
}
.hor-content {
  min-height: calc(100vh - 56px) !important;
}
.header .message-menu-scroll {
  height: 290px;
}
.app-sidebar.horizontal-main {
  padding-top: 0;
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
}
.logo-horizontal {
  display: none;
}
.horizontal .leftmenu-styles {
  display: none;
}
.app.sidebar-mini .main-sidemenu .slide-left,
.app.sidebar-mini .main-sidemenu .slide-right {
  display: none;
}
.app-content .side-app {
  padding: 0 15px 0 0;
}
.app-header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px;
}
.app-header__logo:focus,
.app-header__logo:hover {
  text-decoration: none;
}
.app-sidebar {
  position: fixed;
  top: 15px;
  bottom: 15px;
  left: 15px;
  color: #8a98ac;
  z-index: 99;
  background: #fff;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  border-radius: 14px;
  padding: 20px 15px;
  border: 1px solid var(--borderColor);
}
.app-sidebar::-webkit-scrollbar {
  width: 6px;
}
.app-sidebar__user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a8a8a8;
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}
.app-sidebar__user img {
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 5px 0 rgba(44, 44, 44, 0.2);
}
.app-sidebar__user-name {
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-weight: 600;
  color: #e5e9ec;
  font-size: 15px;
  margin-top: 5px !important;
}
.app-sidebar__user-designation {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-weight: 600;
  color: #e5e9ec;
  font-size: 15px;
  margin-top: 5px !important;
}
.side-menu .sub-category {
  color: #242e4c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
  margin-bottom: 0.2rem;
  margin-top: 1.1rem;
  font-weight: 600;
  position: relative;
  padding: 7px 18px;
}
.side-menu .sub-category:before {
  content: "\e999";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  top: 8px;
  margin-right: 5px;
}
.side-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  color: var(--textColor);
  margin: 8px 0;
  white-space: nowrap;
  border-radius: 10px;
}
.side-menu__item.active {
  text-decoration: none;
  color: #fff;
}
.side-menu__item.active:hover,
.side-menu__item.active:focus {
  text-decoration: none;
}
.side-menu__item:hover,
.side-menu__item:focus {
  text-decoration: none;
}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
  text-decoration: none;
  color: var(--primary-color);
}
.slide-menu li {
  position: relative;
}
.slide.is-expanded a {
  text-decoration: none;
}
.side-menu .side-menu__icon {
  fill: #7e89a9;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  font-size: 21px;
}
.side-menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-menu__label {
  white-space: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 0;
  font-weight: bold;
}
.slide.is-expanded .slide-menu {
  display: block;
}
.slide.is-expanded .angle,
.angle.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slide-menu {
  font-size: 0.8rem !important;
  padding-left: 35px;
}
.sidenav-toggled .slide-menu {
  padding-left: 0px;
}
.sidenav-toggled .side-item .angle {
  position: absolute;
  right: 10px;
}
.slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 7px;
  font-size: 13px;
  color: #757b97;
  white-space: nowrap;
}
.slide-item .icon {
  margin-right: 5px;
}
.bigLogo {
  max-width: 100px;
}
.noFound {
  padding: 50px 0;
  font-weight: 600;
  font-size: 16px;
  color: #232c2e;
  text-align: center;
  margin-bottom: 20px;
}
.app-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.app-title h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
.app-title p {
  margin-bottom: 0;
  font-style: italic;
}
.app-breadcrumb {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.side-header .header-brand-img.desktop-logo {
  display: none;
}
.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo {
  display: none;
}
.side-header .header-brand-img.toggle-logo {
  display: none;
}
.side-header .header-brand-img.light-logo1 {
  display: block;
}
.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo {
  display: none;
  margin-right: 0;
}
.sidebar-mini.sidenav-toggled .sidebar-navs {
  display: none;
}
.sidebar-mini.sidenav-toggled .side-menu .sub-category {
  display: none;
}
.side-header .header-brand-img.toggle-logo,
.side-header .header-brand-img.light-logo {
  height: 2.26rem;
}
.user-pic {
  margin-bottom: 0.8rem;
}
.side-badge {
  position: absolute;
  top: 10px;
  right: 12px;
  border-radius: 50px;
  padding: 3px 6px;
  color: var(--primary-color);
}
.sub-side-menu__item {
  padding: 10px 7px;
  font-size: 13px;
  display: flex;
  color: #757b97;
  align-items: center;
}
.sub-side-menu__item .sub-side-menu__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slide-menu li.is-expanded .sub-side-menu__item:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.slide-menu li.is-expanded .sub-side-menu__item:hover,
.slide-menu li.is-expanded .sub-side-menu__item.active {
  color: var(--primary-color);
}
.sub-slide2.is-expanded .sub-side-menu__item2::before {
  border-color: var(--primary-color);
  background: var(--primary-color);
}
.sub-slide.is-expanded .sub-angle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sub-slide.is-expanded .sub-slide-menu {
  display: block;
}
.sub-slide-menu {
  display: none;
  padding: 0 15px 15px 0;
  font-size: 13px;
  list-style: none;
  color: #757b97;
}
.sub-slide-item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  list-style: none;
  padding: 10px 0 10px 24px !important;
  color: #757b97;
  font-size: 13px;
}
.sub-side-menu__item2 {
  padding: 10px 7px;
  font-size: 13px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  color: #757b97;
  margin-left: 18px;
}
.sub-slide-menu2 {
  display: none;
  padding: 6px 15px;
  font-size: 13px;
  list-style: none;
  color: #757b97;
}
.sub-slide-item2 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  list-style: none;
  padding: 8px 0 8px 24px;
  color: #757b97;
  font-size: 13px;
}
.app.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: block !important;
}
.side-menu-label1 {
  display: none;
}
.sidebar-mini .app-sidebar {
  width: 240px;
}
.side-menu-label1 a:before {
  display: none;
}
.side-menu__item.active,
.side-menu__item:focus {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.side-menu__item:hover {
  background: var(--secodary-light);
}
.slide-menu a.active:before,
.slide-menu a:hover:before {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.slide-menu li .slide-item:before {
  top: -1px;
  font-size: 10px;
  margin-right: 7px;
  color: #68798b;
}
.sidebar-mini .side-menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.light-menu .app-sidebar {
  background: #fff;
}
.light-menu .app-sidebar .app-sidebar__user {
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
}
.light-menu .app-sidebar .side-menu .sidemenu_icon {
  color: #fff !important;
}
.light-menu .app-sidebar .app-sidebar__user .user-pic::before {
  border: 2px solid #fff;
}
.light-menu .app-sidebar .app-sidebar__user .user-info h5 {
  color: #263871;
}
.light-menu .app-sidebar .Annoucement_card {
  background: #ebeff8;
}
.light-menu .slide a.active .sidemenu_icon,
.light-menu .side-menu__item:hover .sidemenu_icon {
  color: #fff;
}
.light-menu .slide-menu li.active > a,
.light-menu .slide-menu li:hover > a {
  color: var(--primary-color) !important;
}
.light-menu .side-item.side-item-category {
  opacity: 0.7 !important;
}
.light-menu.dark-mode.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo {
  display: block !important;
}
.light-menu.dark-mode.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo {
  display: none !important;
}
.light-menu.dark-mode.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo {
  display: block !important;
}
.light-menu.dark-mode.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo {
  display: none !important;
}
.light-menu.dark-mode.hover-submenu1.sidebar-mini.sidenav-toggled .side-menu-label1 {
  border-bottom-color: #e1e5e9;
}
.light-menu.horizontal .horizontal-main .slide .slide-menu,
.light-menu.horizontal .horizontal-main .slide .sub-slide-menu,
.light-menu.horizontal .horizontal-main .slide .sub-slide-menu2 {
  border-color: rgba(227, 231, 241, 0.8);
}
.app.sidebar-mini.dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo {
  display: none !important;
}
.app.sidebar-mini.dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: block !important;
}
.app.sidebar-mini.dark-mode.hover-submenu1.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.dark-mode.light-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.header-light .hor-header .header-brand-img.light-logo {
  display: none;
}
.header-light.light-menu .side-header {
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
  background: #fff;
}
.header-light.light-menu .app-sidebar {
  background: #fff;
}
.header-light.light-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: block !important;
}
.header-light.light-menu .app-sidebar .side-header .header-brand-img.desktop-logo {
  display: none !important;
}
.header-light.light-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.color-header.light-menu .side-header {
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
  background: #fff;
}
.color-header.light-menu .app-sidebar {
  background: #fff;
}
.color-header.light-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: block !important;
}
.color-header.light-menu .app-sidebar .side-header .header-brand-img.desktop-logo {
  display: none !important;
}
.color-header.light-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.color-header.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: block !important;
}
.color-header .navresponsive-toggler span {
  color: #fff !important;
}
.light-mode.color-header.color-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.light-mode.color-header.color-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.light-mode.color-header.color-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo {
  display: none;
}
.light-mode.color-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.color-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.color-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.dark-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.dark-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.gradient-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.gradient-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: none !important;
}
.app.sidebar-mini.dark-mode.light-menu .side-header {
  background: #fff;
}
.dark-header .mobile-header.hor-mobile-header {
  background: #30304d;
}
.gradient-header .mobile-header.hor-mobile-header {
  background:
    linear-gradient(
      to right,
      var(--primary-color) 0%,
      #8e77fa 100%) !important;
}
.scrollable-layout .app-header,
.scrollable-layout .mobile-header {
  position: absolute !important;
}
.scrollable-layout .app-sidebar {
  position: absolute;
}
.scrollable-layout .side-header {
  position: absolute;
}
.scrollable-layout .page {
  position: relative;
}
.scrollable-layout .sticky.sticky-pin {
  position: absolute;
}
.layout-boxed .login-img .page {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 0 0px, rgba(0, 0, 0, 0.5) 0 5px 25px 0;
}
.header-light.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
  display: block !important;
}
.dark-mode.header-light .app-sidebar__toggle {
  color: var(--primary-color) !important;
}
.switch-toggle .bg-img1 #bgimage1 {
  width: 50px;
  height: 50px;
}
.switch-toggle .bg-img2 #bgimage2 {
  width: 50px;
  height: 50px;
}
.switch-toggle .bg-img3 #bgimage3 {
  width: 50px;
  height: 50px;
}
.switch-toggle .bg-img4 #bgimage4 {
  width: 50px;
  height: 50px;
}
.dark-mode.light-menu .app-sidebar .side-menu .slide .side-menu__item.active,
.dark-mode.light-menu .app-sidebar .side-menu .slide .side-menu__item:hover,
.dark-mode.light-menu .app-sidebar .side-menu .slide .side-menu__item:focus {
  color: #1d357e;
  background: #f1f3fd;
}
.switch_section p {
  margin-bottom: 0;
}
.light-mode.bg-img1 .form_holder {
  background: #fff !important;
}
.light-mode.bg-img2 .form_holder {
  background: #fff !important;
}
.light-mode.bg-img3 .form_holder {
  background: #fff !important;
}
.light-mode.bg-img4 .form_holder {
  background: #fff !important;
}
.bg-primary {
  background: var(--primary-color) !important;
  color: #fff;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: var(--primary-color) !important;
}
a.bg-primary-gradient:hover,
a.bg-primary-gradient:focus {
  background-color: var(--primary-color) !important;
}
.border-primary {
  border-color: var(--primary-color) !important;
}
.drop-icon-wrap .drop-icon-item:hover {
  color: var(--primary-color);
}
.timeline__item:after {
  border: 6px solid var(--primary-color);
}
.custom-file-label::after {
  background-color: var(--primary-color);
}
.range.range-primary output {
  background-color: var(--primary-color);
}
.pop-primary {
  color: var(--primary-color);
}
.heading-primary {
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px;
}
.bg-info .breadcrumb-item.active,
.bg-info .panel-default > .panel-heading,
.bg-success .breadcrumb-item.active,
.bg-success .panel-default > .panel-heading,
.bg-secondary .breadcrumb-item.active,
.bg-secondary .panel-default > .panel-heading {
  color: rgba(255, 255, 255, 0.7);
}
.panel-title1 a {
  background:
    linear-gradient(
      to right,
      var(--primary-color) 0%,
      #9c52fd 100%) !important;
}
.list-group-item-primary {
  color: var(--primary-color);
  background-color: #cbdbf2;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: var(--primary-color);
  background-color: #b7cded;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.header-bg {
  background: var(--primary-color);
}
.primary b {
  color: var(--primary-color);
}
.expanel-primary > .expanel-heading {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.spinner,
.spinner-lg,
.double-bounce1,
.double-bounce2,
.cube1,
.cube2 {
  background-color: var(--primary-color);
}
a.chip:hover {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
}
.tag-primary {
  background-color: var(--primary-color);
  color: #fff;
}
.ui-datepicker .ui-datepicker-title {
  color: var(--primary-color);
}
.timeline--horizontal .timeline-divider {
  background: var(--primary-color) !important;
}
#back-to-top:hover {
  color: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
  background: #fff !important;
}
.tabs-menu ul li .active {
  background: var(--primary-color);
  color: #fff;
  box-shadow: none;
  border-radius: 5px;
}
.tabs-menu1 ul li .active:after {
  background: var(--primary-color);
  height: 4px;
  border-radius: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.tabs-menu2 ul li .active {
  color: var(--primary-color);
  font-weight: 600;
}
.rating-stars .rating-stars-container .rating-star.is--active .fa-heart,
.rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
  color: #ec444c;
}
.message-feed:not(.right) .mf-content {
  background: var(--primary-color);
  color: #fff;
}
.message-feed:not(.right) .mf-content:before {
  border-right-color: var(--primary-color);
}
.wizard-card .moving-tab {
  margin-top: 5px;
  background:
    linear-gradient(
      to right,
      var(--primary-color) 0%,
      var(--primary-color) 100%);
}
.fc-event {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.fc-event-dot {
  background-color: var(--primary-color);
}
div.conv-form-wrapper div.options div.option {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
div.conv-form-wrapper div#messages div.message.from {
  background: var(--primary-color);
}
.accordionjs .acc_section.acc_active > .acc_head {
  background: var(--primary-color);
  color: #fff !important;
}
.tab_wrapper > ul li.active {
  border-color: var(--primary-color);
  background: var(--primary-color);
}
.tab_wrapper.right_side > ul li.active:after {
  background: var(--primary-color);
}
.product-grid6 .title a:hover {
  color: var(--primary-color);
}
#user-profile .profile-details a > i,
#user-profile .profile-details i {
  color: var(--primary-color);
}
.top-footer a address:hover,
.top-footer a:hover {
  color: var(--primary-color);
}
.footer-social-list a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 1rem;
}
.footer-social-list a:hover {
  color: var(--primary-color);
}
.label-primary {
  background: var(--primary-color);
  color: #fff;
}
.side-menu__item.active .side-menu__icon,
.side-menu__item:hover .side-menu__icon,
.side-menu__item:focus .side-menu__icon {
  fill: #242e4c;
}
.slide-menu li.is-expanded:before,
.slide-menu li:hover:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.slide-menu a.active {
  color: var(--primary-color);
}
.side-menu .slide.submenu .slide-item.active,
.side-menu .slide.submenu .slide-item:hover {
  color: var(--primary-color) !important;
}
.slide-item.active:before,
.slide-item:hover:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
}
.slide.submenu.is-expanded a.active,
.slide.submenu.is-expanded a:hover {
  color: #0052cc;
}
.slide.submenu.is-expanded .side-menu__item.active:before,
.slide.submenu.is-expanded .side-menu__item:hover:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
}
.dark-mode .slide.submenu.is-expanded a.active,
.dark-mode .slide.submenu.is-expanded a:hover {
  color: #0052cc;
}
.dark-mode .slide.submenu.is-expanded .side-menu__item.active:before,
.dark-mode .slide.submenu.is-expanded .side-menu__item:hover:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover,
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: var(--primary-color);
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a:hover,
.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a.active {
  color: var(--primary-color);
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
  color: var(--primary-color);
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active {
  color: var(--primary-color);
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active .hor-icon,
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover .hor-icon {
  fill: #1d357e;
}
.sub-menu li.active:before,
.sub-menu li:hover:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.mega-menubg li a.active:before,
.mega-menubg li a:hover:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: var(--primary-color);
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label {
  background-color: var(--primary-color) !important;
}
.onoffswitch2-checkbox:checked + .onoffswitch-label2,
.onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  border-color: var(--primary-color);
}
.color-hor-header .header.hor-header {
  background: var(--primary-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.light-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active,
.light-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #fff;
  background: var(--primary-color);
}
.dark-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active,
.dark-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #fff;
  background: var(--primary-color);
}
.light-menu.dark-mode .side-menu__item.active .side-menu__icon,
.light-menu.dark-mode .side-menu__item:hover .side-menu__icon,
.light-menu.dark-mode .side-menu__item:focus .side-menu__icon {
  fill: #1d357e;
}
.light-menu.dark-mode .side-menu__item.active,
.light-menu.dark-mode .side-menu__item:hover,
.light-menu.dark-mode .side-menu__item:focus {
  color: #fff;
}
.light-menu .side-menu__item.active .side-menu__icon,
.light-menu .side-menu__item:hover .side-menu__icon,
.light-menu .side-menu__item:focus .side-menu__icon {
  color: #fff;
}
.light-menu .side-menu__item.active,
.light-menu .side-menu__item:hover,
.light-menu .side-menu__item:focus {
  color: #1d357e;
}
.default-body .app-sidebar {
  background: var(--primary-color) !important;
}
.white-mode.light-menu .side-menu__item.active .side-menu__icon,
.white-mode.light-menu .side-menu__item:hover .side-menu__icon,
.white-mode.light-menu .side-menu__item:focus .side-menu__icon {
  color: #fff;
}
.color-hor-header .header.hor-header,
.color-hor-header .app-header {
  background: var(--primary-color);
  border-bottom: 1px solid transparent;
}
.white-mode.color-hor-menu .horizontal-main.hor-menu,
.dark-mode.color-hor-menu .horizontal-main.hor-menu,
.light-mode.color-hor-menu .horizontal-main.hor-menu,
.color-hor-menu .horizontal-main.hor-menu {
  background: var(--primary-color);
}
.chat .msg_cotainer_send {
  background: var(--primary-color) !important;
  color: #fff;
}
.chat .msg_cotainer_send:before,
.chat .msg_cotainer_send:after {
  border-left-color: var(--primary-color);
}
.cal1 {
  font-size: 14px;
}
.fc-event,
.fc-event-dot {
  color: rgba(215, 227, 243, 0.5) !important;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  background: #b4b4b4;
}
.conv-form-wrapper div#messages div.message.to {
  background: #f4f6fd;
}
.contacts_body .contacts {
  list-style: none;
  padding: 0;
}
.contacts_body .contacts li {
  width: 100% !important;
  padding: 15px;
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
}
.contacts_body .active {
  background-color: #f4f6fd;
}
.chatbox .user_img {
  height: 50px;
  width: 50px;
  border: 1.5px solid #f5f6fa;
}
.chatbox .user_img_msg {
  height: 40px;
  width: 40px;
  border: 1.5px solid #f5f6fa;
}
.chatbox .img_cont {
  position: relative;
  height: 50px;
  width: 50px;
}
.chatbox .img_cont_msg {
  height: 40px;
  width: 40px;
  display: contents;
}
.chat-box-single-line {
  height: 12px;
  margin: 7px 0 30px;
  position: relative;
  text-align: center;
}
.chat abbr.timestamp {
  padding: 4px 14px;
  background: #9c52fd;
  border-radius: 4px;
  color: #fff;
}
.chatbox .user_info span {
  color: #8499c4;
}
.chatbox .action-header small {
  font-size: 10px;
}
#action_menu_btn {
  position: absolute;
  right: 36px;
  top: 21px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: #fff;
  color: #646367;
  top: 40px;
  right: 15px;
  display: none;
}
.action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.contacts_body .dot-label {
  width: 7px;
  height: 7px;
}
.main-content-left-contacts {
  width: 100%;
  display: block;
  padding: 0;
}
.main-contacts-list {
  height: 531px !important;
  position: relative;
}
.main-contact-label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
  z-index: 5;
}
.main-contact-body h6 {
  color: #242e4c;
  font-weight: 500;
  margin-bottom: 2px;
}
.main-contact-body span {
  font-size: 12px;
  color: #828caa;
}
.main-contact-star:hover,
.main-contact-star:focus {
  color: #a8afc7;
}
.main-contact-star.active {
  color: #ffa70b;
}
.main-contact-info-header {
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
  position: relative;
}
.main-contact-info-header .media {
  display: block;
}
.main-contact-info-header .main-img-user::after {
  display: none;
}
.main-contact-info-header .main-img-user a {
  position: absolute;
  bottom: 1px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #f9f9ff;
  color: #454567;
  font-size: 18px;
  line-height: 0.9;
  box-shadow: 0 0 0 1px #f0f0f8;
  border-radius: 50%;
}
.main-contact-info-header .main-img-user a:hover,
.main-contact-info-header .main-img-user a:focus {
  color: #fff;
  box-shadow: none;
  background: var(--primary-color);
}
.main-contact-info-header .media-body {
  margin-top: 30px;
}
.main-contact-info-header .media-body h4 {
  color: #454567;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 1;
}
.main-contact-info-header .media-body p {
  font-size: 13px;
  color: #3c4858;
  margin-bottom: 15px;
}
.main-contact-action a {
  display: flex;
  align-items: center;
  color: #a8afc7;
  font-size: 12px;
}
.main-contact-info-body {
  padding: 1.25rem;
}
.main-contact-info-body .media-list {
  padding: 20px 0;
  padding: 15px 0;
}
.main-contact-info-body .media {
  align-items: center;
  position: relative;
}
.main-contact-info-body .media + .media {
  margin-top: 15px;
}
.main-contact-info-body .media:last-child {
  margin-bottom: 15px;
}
.main-contact-info-body .media-icon {
  font-size: 16px;
  color: var(--primary-color);
  line-height: 1;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(227, 231, 241, 0.8);
}
.main-contact-info-body .media-body > div + div {
  margin-top: 15px;
}
.main-contact-info-body .media-body label {
  color: #616c8c;
  margin-bottom: 0;
  display: block;
  font-size: 13px;
}
.main-contact-info-body .media-body span {
  display: block;
  color: #848eb1;
  font-weight: 400;
}
.main-img-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
.main-contact-label {
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #a8afc7;
  position: relative;
  z-index: 0;
}
.main-contact-body {
  flex: 1;
  margin-left: 15px;
}
.main-contact-star {
  font-size: 16px;
  color: #a8afc7;
}
.main-content-left {
  width: 100%;
  position: relative;
  padding: 0;
  flex-shrink: 0;
}
.main-contact-action {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
}
.main-contact-info-header .main-img-user {
  width: 100px;
  height: 100px;
}
.main-img-user {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.media-logo,
.media-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}
.contact-icon {
  display: inline-flex;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 3px;
  background-color: #f0f0f8;
  color: rgba(36, 46, 76, 0.75);
  border: 1px solid rgba(227, 231, 241, 0.8);
}
.error-page {
  position: relative;
}
.about-img {
  background: linear-gradient(rgba(112, 64, 165, 0.3), rgba(112, 64, 165, 0.3));
  background-size: cover;
  background-position: center;
}
.login-img {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.error-template h2 {
  font-size: 3.5rem;
}
.error-page .display-1 {
  font-size: 10.5rem;
  margin-top: 0;
}
.mail-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mail-box aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top;
}
.mail-box .sm-side {
  background: none repeat scroll 0 0 #e5e8ef;
  border-radius: 4px 0 0 4px;
  width: 25%;
}
.mail-box .lg-side {
  background: none repeat scroll 0 0 #fff;
  border-radius: 0 4px 4px 0;
  width: 75%;
}
.mail-box .sm-side .user-head {
  background: none repeat scroll 0 0 #00a8b3;
  border-radius: 4px 0 0;
  color: #fff;
  min-height: 80px;
  padding: 10px;
}
.user-head .user-name {
  display: inline-block;
  margin: 0 0 0 10px;
}
.user-head .user-name h5 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 15px;
}
.user-head .user-name h5 a {
  color: #fff;
}
.user-head .user-name span a {
  color: #87e2e7;
  font-size: 12px;
}
a.mail-dropdown {
  background: none repeat scroll 0 0 #80d3d9;
  border-radius: 2px;
  color: #01a7b3;
  font-size: 10px;
  margin-top: 20px;
  padding: 3px 5px;
}
ul.inbox-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.inbox-divider {
  border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
  display: inline-block;
  line-height: 45px;
  width: 100%;
}
ul.inbox-nav li a {
  color: #6a6a6a;
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  width: 100%;
}
ul.inbox-nav li a:hover {
  background: none repeat scroll 0 0 #d5d7de;
  color: #6a6a6a;
}
ul.inbox-nav li.active a {
  background: none repeat scroll 0 0 #d5d7de;
  color: #6a6a6a;
}
ul.inbox-nav li a:focus {
  background: none repeat scroll 0 0 #d5d7de;
  color: #6a6a6a;
}
ul.inbox-nav li a i {
  color: #6a6a6a;
  font-size: 16px;
  padding-right: 10px;
}
ul.inbox-nav li a span.label {
  margin-top: 13px;
}
ul.labels-info li {
  margin: 0;
}
ul.labels-info li h4 {
  color: #5c5c5e;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  text-transform: uppercase;
}
ul.labels-info li a {
  border-radius: 0;
  color: #6a6a6a;
}
ul.labels-info li a:hover,
ul.labels-info li a:focus {
  background: none repeat scroll 0 0 #d5d7de;
  color: #6a6a6a;
}
ul.labels-info li a i {
  padding-right: 10px;
}
.inbox-head {
  padding: 10px;
  border-radius: 3px;
}
.inbox-head h3 {
  display: inline-block;
  font-weight: 300;
  margin: 0;
}
.inbox-head .sr-btn {
  background: none repeat scroll 0 0 #1643a3;
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  height: 30px;
  padding: 0 20px;
}
ul.inbox-pagination {
  float: right;
}
ul.inbox-pagination li {
  float: left;
}
.mail-option {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.inbox-pagination a.np-btn {
  background: none repeat scroll 0 0 #f4f6fd;
  border: 1px solid rgba(227, 231, 241, 0.8);
  border-radius: 3px !important;
  color: #8499c4;
  display: inline-block;
  padding: 5px 15px;
  margin-left: 5px;
}
.inbox-pagination li span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 7px;
}
.heading-inbox h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.sender-info {
  margin-bottom: 20px;
}
.sender-info img {
  height: 30px;
  width: 30px;
}
.sender-dropdown {
  background: none repeat scroll 0 0 rgba(215, 227, 243, 0.5);
  color: #777;
  font-size: 10px;
  padding: 0 3px;
}
.view-mail a {
  color: #ff6c60;
}
.attachment-mail {
  margin-top: 30px;
}
.attachment-mail ul {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.attachment-mail ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 150px;
}
.attachment-mail ul li img {
  width: 100%;
}
.attachment-mail ul li span {
  float: right;
}
.attachment-mail .file-name {
  float: left;
}
.attachment-mail .links {
  display: inline-block;
  width: 100%;
}
.files .progress {
  width: 200px;
}
.fileupload-processing .fileupload-loading {
  display: block;
}
.mail-chats {
  height: 100%;
  min-height: 0;
  border-top: 1px solid rgba(128, 128, 128, 0.16);
  margin-top: 10px;
  padding: 10px 50px 10px 0;
  width: 100%;
  list-style-type: none;
  flex-direction: column !important;
  display: flex !important;
}
.mail-chats li.chat-persons {
  padding: 10px;
  display: block;
}
li.chat-persons a {
  text-decoration: none;
}
.mail-chats li.chat-persons a span.pro-pic {
  display: inline-block;
  padding: 0;
  width: 20%;
  max-width: 40px;
  margin-right: 20px;
}
.mail-chats li.chat-persons a span.pro-pic img {
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  flex-direction: column !important;
}
.mail-chats li.chat-persons a div.user {
  flex-direction: column !important;
}
ul.mail-chats li.chat-persons a div.user {
  display: flex !important;
}
.mail-chats li.chat-persons.user {
  width: 80%;
  padding: 5px 10px 0 15px;
  flex-direction: column !important;
  display: flex !important;
}
.user p.u-name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #242e4c;
}
.user p.u-designation {
  margin: 0;
  font-size: 11px;
  color: #8499c4;
}
div.online-status .status.online {
  background: rgba(0, 128, 0, 0.68);
}
.online-status .status {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-flex;
  justify-content: flex-start;
  transform: translateX(-60px) translateY(2px);
}
.online-status .status.offline {
  background: rgba(255, 0, 0, 0.7);
}
.online {
  margin-left: 14px;
  margin-top: -3px;
}
.mail-inbox .icon i {
  vertical-align: -2px;
}
.email-icon {
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  font-size: 13px !important;
  border: 1px solid #e6ebf1;
  background: #f0f0f8;
}
.mediaicon {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
  border-radius: 20px;
}
.mediafont {
  font-size: 16px;
  font-weight: 600;
}
.profile-img {
  display: block;
  border: 1px solid rgba(167, 180, 201, 0.2);
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  background: rgba(225, 225, 225, 0.2);
  z-index: 1000;
  position: relative;
}
.cover-image {
  background-size: cover !important;
}
.icon-icon-shape {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
}
.icon-icon-shape i {
  font-size: 24px;
  line-height: 2;
}
.header .header-brand-img.mobile-view-logo {
  display: none;
}
.settings {
  content: "\e8c3";
  top: -7px;
  font-size: 18px;
  position: absolute;
  right: 4px;
  z-index: 1029;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: anim-rotate 1.5s linear infinite;
  animation: anim-rotate 1.5s linear infinite;
}
.setting-1 {
  content: "b";
  top: 0;
  font-size: 120px;
  position: absolute;
  right: -45px;
  z-index: 1001;
  line-height: 0;
  color: #04a9f5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: 1px 0 2px rgba(4, 169, 245, 0.9), 3px 0 5px rgba(0, 0, 0, 0.1);
  letter-spacing: -44px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wideget-user-desc .wideget-user-img img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  box-shadow: 0 3px 10px 0 rgba(7, 16, 31, 0.15);
}
.wideget-user-desc .user-wrap {
  margin-top: 1.5rem;
}
.wideget-user .wideget-user-icons a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 2.1rem;
  margin-top: 0.3rem;
}
.wideget-user .wideget-user-icons a:hover {
  color: #fff;
}
.wideget-user-info .wideget-user-warap {
  display: flex;
}
.wideget-user-info .wideget-user-warap h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.wideget-user-info .wideget-user-warap .wideget-user-warap-r {
  margin-left: 10rem;
}
.wideget-user-info .wideget-user-rating a {
  font-size: 18px;
}
.wideget-user-tab .tab-menu-heading {
  padding: 0;
  border: 0;
}
.usertab-list {
  display: inline-block;
}
.usertab-list li {
  width: 50%;
  margin-bottom: 1rem;
  float: left;
}
.wideget-user-tab .tabs-menu1 ul li a {
  padding: 14px 20px;
  display: block;
}
.item-box .item-box-wrap {
  margin-top: 15px;
}
.item-box .stamp i {
  font-size: 18px;
  font-size: 25px;
  line-height: 2;
}
.item-box .item-box-wrap h5 {
  font-size: 20px;
  font-weight: 500;
}
.widgets-cards .widgets-cards-data {
  margin-top: 8px;
}
.widgets-cards .widgets-cards-data .wrp p:first-child {
  font-size: 20px;
  font-weight: 500;
}
.profile-cover__action {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-position: bottom;
}
.profile-cover .profile-cover__action-1 span {
  position: absolute;
  margin: 0 auto;
  top: 6rem;
  left: 0;
  right: 0;
}
.profile-cover-1 .profile-cover__action span {
  position: absolute;
  margin: 0 auto;
  top: 2rem;
  left: 3rem;
}
.profile-cover {
  position: relative;
}
.profile-cover-1 {
  position: relative;
}
.profile-cover__img a {
  position: absolute;
  bottom: 1px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #f9f9ff;
  color: #454567;
  font-size: 15px;
  line-height: 0.9;
  border-radius: 50%;
}
.profile-info {
  display: block;
  top: 5.3em;
  position: absolute;
  color: #f9f6f6;
  left: 170px;
}
.profile-info1 {
  display: block;
}
.file-rounded-attachments {
  padding: 3px 10px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  cursor: pointer !important;
}
.file-radius-attachments {
  padding: 3px 10px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  cursor: pointer !important;
}
.file-rounded-attachments-sm {
  padding: 0 10px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  cursor: pointer !important;
}
.file-rounded-attachments-lg {
  padding: 4px 10px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
.file-rounded-attachments-lg i {
  font-size: 22px !important;
}
.file-radius-attachments-sm {
  padding: 0 10px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  cursor: pointer !important;
}
.file-radius-attachments-lg {
  padding: 4px 10px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
.file-radius-attachments-lg i {
  font-size: 22px !important;
}
.file-image .icons {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  right: 22px;
  top: 14px;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  transition: all 0.5s ease;
  text-align: right;
}
.file-image:hover .icons {
  opacity: 1;
  bottom: 33px;
}
.file-name {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.file-image-1 {
  width: 100px;
  height: 100px;
  display: inline-table;
  margin: 4px;
  position: relative;
  border: 1px solid #e9edf4;
  border-radius: 5px;
  margin-bottom: 20px;
}
.file-image-1 .product-image img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.file-image-1 .icons {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  right: 7px;
  top: 6px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease;
  text-align: right;
}
.file-image-1 .file-name-1 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22px;
  color: #524d4d;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.file-image-1:hover .icons {
  opacity: 1;
  bottom: 33px;
}
.file-image-md {
  width: 150px;
  height: 150px;
}
.file-image-lg {
  width: 200px;
  height: 200px;
}
.file-dropdown {
  z-index: 2;
}
a.bg-blue-lightest:hover,
a.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}
.bg-blue-lighter {
  background-color: #c8d9f1 !important;
}
a.bg-blue-lighter:hover,
a.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}
.bg-blue-light {
  background-color: #7ea5dd !important;
}
a.bg-blue-light:hover,
a.bg-blue-light:focus {
  background-color: #5689d2 !important;
}
.bg-blue-dark {
  background-color: #3866a6 !important;
}
a.bg-blue-dark:hover,
a.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}
.bg-blue-darker {
  background-color: #1c3353 !important;
}
a.bg-blue-darker:hover,
a.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}
.bg-blue-darkest {
  background-color: #0e1929 !important;
}
a.bg-blue-darkest:hover,
a.bg-blue-darkest:focus {
  background-color: #010203 !important;
}
.bg-purssianblue {
  background-color: #362f71;
}
a.bg-purssianblue-lightest:hover,
a.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}
.bg-indigo-lightest {
  background-color: #f0f1fa !important;
}
a.bg-indigo-lightest:hover,
a.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}
.bg-indigo-lighter {
  background-color: #d1d5f0 !important;
}
a.bg-indigo-lighter:hover,
a.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}
.bg-indigo-light {
  background-color: #939edc !important;
}
a.bg-indigo-light:hover,
a.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}
.bg-indigo-dark {
  background-color: #515da4 !important;
}
a.bg-indigo-dark:hover,
a.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}
.bg-indigo-darker {
  background-color: #282e52 !important;
}
a.bg-indigo-darker:hover,
a.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}
.bg-indigo-darkest {
  background-color: #141729 !important;
}
a.bg-indigo-darkest:hover,
a.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}
.bg-purple-lightest {
  background-color: #f6effd !important;
}
a.bg-purple-lightest:hover,
a.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}
.bg-purple-lighter {
  background-color: #e4cff9 !important;
}
a.bg-purple-lighter:hover,
a.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}
.bg-purple-light {
  background-color: #c08ef0 !important;
}
a.bg-purple-light:hover,
a.bg-purple-light:focus {
  background-color: #a761ea !important;
}
.bg-purple-dark {
  background-color: #844bbb !important;
}
a.bg-purple-dark:hover,
a.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}
.bg-purple-darker {
  background-color: #42265e !important;
}
a.bg-purple-darker:hover,
a.bg-purple-darker:focus {
  background-color: #29173a !important;
}
.bg-purple-darkest {
  background-color: #21132f !important;
}
a.bg-purple-darkest:hover,
a.bg-purple-darkest:focus {
  background-color: #08040b !important;
}
.bg-pink-lightest {
  background-color: #fef0f5 !important;
}
a.bg-pink-lightest:hover,
a.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}
.bg-pink-lighter {
  background-color: #fcd3e1 !important;
}
a.bg-pink-lighter:hover,
a.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}
.bg-pink-light {
  background-color: #f999b9 !important;
}
a.bg-pink-light:hover,
a.bg-pink-light:focus {
  background-color: #f66998 !important;
}
.bg-pink-dark {
  background-color: #c5577c !important;
}
a.bg-pink-dark:hover,
a.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}
.bg-pink-darker {
  background-color: #622c3e !important;
}
a.bg-pink-darker:hover,
a.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}
.bg-pink-darkest {
  background-color: #31161f !important;
}
a.bg-pink-darkest:hover,
a.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}
.bg-red-lightest {
  background-color: #fae9e9 !important;
}
a.bg-red-lightest:hover,
a.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}
.bg-red-lighter {
  background-color: #f0bcbc !important;
}
a.bg-red-lighter:hover,
a.bg-red-lighter:focus {
  background-color: #e79292 !important;
}
.bg-red-light {
  background-color: #dc6362 !important;
}
a.bg-red-light:hover,
a.bg-red-light:focus {
  background-color: #d33a38 !important;
}
.bg-red-dark {
  background-color: #a41a19 !important;
}
a.bg-red-dark:hover,
a.bg-red-dark:focus {
  background-color: #781312 !important;
}
.bg-red-darker {
  background-color: #520d0c !important;
}
a.bg-red-darker:hover,
a.bg-red-darker:focus {
  background-color: #260605 !important;
}
.bg-red-darkest {
  background-color: #290606 !important;
}
a.bg-red-darkest:hover,
a.bg-red-darkest:focus {
  background-color: #000 !important;
}
.bg-orange-lightest {
  background-color: #fff !important;
}
a.bg-orange-lightest:hover,
a.bg-orange-lightest:focus {
  background-color: #ffdab9 !important;
}
.bg-orange-lighter {
  background-color: #fee0c7 !important;
}
a.bg-orange-lighter:hover,
a.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}
.bg-orange-light {
  background-color: #feb67c !important;
}
a.bg-orange-light:hover,
a.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}
.bg-orange-dark {
  background-color: #ca7836 !important;
}
a.bg-orange-dark:hover,
a.bg-orange-dark:focus {
  background-color: #a2602b !important;
}
.bg-orange-darker {
  background-color: #653c1b !important;
}
a.bg-orange-darker:hover,
a.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}
.bg-orange-darkest {
  background-color: #331e0e !important;
}
a.bg-orange-darkest:hover,
a.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}
.bg-yellow-lightest {
  background-color: #fef9e7 !important;
}
a.bg-yellow-lightest:hover,
a.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}
.bg-yellow-lighter {
  background-color: #fbedb7 !important;
}
a.bg-yellow-lighter:hover,
a.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}
.bg-yellow-light {
  background-color: #f5d657 !important;
}
a.bg-yellow-light:hover,
a.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}
.bg-yellow-dark {
  background-color: #c19d0c !important;
}
a.bg-yellow-dark:hover,
a.bg-yellow-dark:focus {
  background-color: #917609 !important;
}
.bg-yellow-darker {
  background-color: #604e06 !important;
}
a.bg-yellow-darker:hover,
a.bg-yellow-darker:focus {
  background-color: #302703 !important;
}
.bg-yellow-darkest {
  background-color: #302703 !important;
}
a.bg-yellow-darkest:hover,
a.bg-yellow-darkest:focus {
  background-color: #000 !important;
}
.bg-green-lightest {
  background-color: #eff8e6 !important;
}
a.bg-green-lightest:hover,
a.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}
.bg-green-lighter {
  background-color: #cfeab3 !important;
}
a.bg-green-lighter:hover,
a.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}
.bg-green-light {
  background-color: #8ecf4d !important;
}
a.bg-green-light:hover,
a.bg-green-light:focus {
  background-color: #75b831 !important;
}
.bg-green-dark {
  background-color: #4b9500 !important;
}
a.bg-green-dark:hover,
a.bg-green-dark:focus {
  background-color: #316200 !important;
}
.bg-green-darker {
  background-color: #264a00 !important;
}
a.bg-green-darker:hover,
a.bg-green-darker:focus {
  background-color: #0c1700 !important;
}
.bg-green-darkest {
  background-color: #132500 !important;
}
a.bg-green-darkest:hover,
a.bg-green-darkest:focus {
  background-color: #000 !important;
}
.bg-teal-lightest {
  background-color: #eafaf8 !important;
}
a.bg-teal-lightest:hover,
a.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}
.bg-teal-lighter {
  background-color: #bfefea !important;
}
a.bg-teal-lighter:hover,
a.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}
.bg-teal-light {
  background-color: #6bdbcf !important;
}
a.bg-teal-light:hover,
a.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}
.bg-teal-dark {
  background-color: #22a295 !important;
}
a.bg-teal-dark:hover,
a.bg-teal-dark:focus {
  background-color: #19786e !important;
}
.bg-teal-darker {
  background-color: #11514a !important;
}
a.bg-teal-darker:hover,
a.bg-teal-darker:focus {
  background-color: #082723 !important;
}
.bg-teal-darkest {
  background-color: #092925 !important;
}
a.bg-teal-darkest:hover,
a.bg-teal-darkest:focus {
  background-color: #000 !important;
}
.bg-cyan-lightest {
  background-color: #e8f6f8 !important;
}
a.bg-cyan-lightest:hover,
a.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}
.bg-cyan-lighter {
  background-color: #b9e3ea !important;
}
a.bg-cyan-lighter:hover,
a.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}
.bg-cyan-light {
  background-color: #5dbecd !important;
}
a.bg-cyan-light:hover,
a.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}
.bg-cyan-dark {
  background-color: #128293 !important;
}
a.bg-cyan-dark:hover,
a.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}
.bg-cyan-darker {
  background-color: #09414a !important;
}
a.bg-cyan-darker:hover,
a.bg-cyan-darker:focus {
  background-color: #03191d !important;
}
.bg-cyan-darkest {
  background-color: #052025 !important;
}
a.bg-cyan-darkest:hover,
a.bg-cyan-darkest:focus {
  background-color: #000 !important;
}
.bg-white-lightest {
  background-color: #fff !important;
}
a.bg-white-lightest:hover,
a.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}
.bg-white-lighter {
  background-color: #fff !important;
}
a.bg-white-lighter:hover,
a.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}
.bg-white-light {
  background-color: #fff !important;
}
a.bg-white-light:hover,
a.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}
.bg-white-dark {
  background-color: #ccc !important;
}
a.bg-white-dark:hover,
a.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}
.bg-white-darker {
  background-color: #666 !important;
}
a.bg-white-darker:hover,
a.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}
.bg-white-darkest {
  background-color: #333 !important;
}
a.bg-white-darkest:hover,
a.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}
.bg-gray-lightest {
  background-color: #f3f4f5 !important;
}
a.bg-gray-lightest:hover,
a.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}
.bg-gray-lighter {
  background-color: #dbdde0 !important;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}
.bg-gray-light {
  background-color: #aab0b6 !important;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus {
  background-color: #8f979e !important;
}
.bg-gray-darker {
  background-color: #36393c !important;
}
a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}
.bg-gray-darkest {
  background-color: #1b1c1e !important;
}
a.bg-gray-darkest:hover,
a.bg-gray-darkest:focus {
  background-color: #030303 !important;
}
.bg-gray-dark-lightest {
  background-color: #ebebec !important;
}
a.bg-gray-dark-lightest:hover,
a.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}
.bg-gray-dark-lighter {
  background-color: #c2c4c6 !important;
}
a.bg-gray-dark-lighter:hover,
a.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}
.bg-gray-dark-light {
  background-color: #717579 !important;
}
a.bg-gray-dark-light:hover,
a.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}
.bg-gray-dark-dark {
  background-color: #2a2e33 !important;
}
a.bg-gray-dark-dark:hover,
a.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}
.bg-gray-dark-darker {
  background-color: #15171a !important;
}
a.bg-gray-dark-darker:hover,
a.bg-gray-dark-darker:focus {
  background-color: #000 !important;
}
.bg-gray-dark-darkest {
  background-color: #0a0c0d !important;
}
a.bg-gray-dark-darkest:hover,
a.bg-gray-dark-darkest:focus {
  background-color: #000 !important;
}
.bg-azure-lightest {
  background-color: #ecf7fe !important;
}
a.bg-azure-lightest:hover,
a.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}
.bg-azure-lighter {
  background-color: #c7e6fb !important;
}
a.bg-azure-lighter:hover,
a.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}
.bg-azure-light {
  background-color: #7dc4f6 !important;
}
a.bg-azure-light:hover,
a.bg-azure-light:focus {
  background-color: #4daef3 !important;
}
.bg-azure-dark {
  background-color: #3788c2 !important;
}
a.bg-azure-dark:hover,
a.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}
.bg-azure-darker {
  background-color: #1c4461 !important;
}
a.bg-azure-darker:hover,
a.bg-azure-darker:focus {
  background-color: #112839 !important;
}
.bg-azure-darkest {
  background-color: #0e2230 !important;
}
a.bg-azure-darkest:hover,
a.bg-azure-darkest:focus {
  background-color: #020609 !important;
}
.bg-lime-lightest {
  background-color: #f2fbeb !important;
}
a.bg-lime-lightest:hover,
a.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}
.bg-lime-lighter {
  background-color: #d7f2c2 !important;
}
a.bg-lime-lighter:hover,
a.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}
.bg-lime-light {
  background-color: #a3e072 !important;
}
a.bg-lime-light:hover,
a.bg-lime-light:focus {
  background-color: #88d748 !important;
}
.bg-lime-dark {
  background-color: #62a82a !important;
}
a.bg-lime-dark:hover,
a.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}
.bg-lime-darker {
  background-color: #315415 !important;
}
a.bg-lime-darker:hover,
a.bg-lime-darker:focus {
  background-color: #192b0b !important;
}
.bg-lime-darkest {
  background-color: #192a0b !important;
}
a.bg-lime-darkest:hover,
a.bg-lime-darkest:focus {
  background-color: #010200 !important;
}
.bg-blue-1 {
  background-color: #0061da;
  color: #fff !important;
}
.bg-blue {
  background: #3223f1;
  color: #fff !important;
}
a.bg-blue:hover,
a.bg-blue:focus {
  background-color: #4032f1 !important;
}
.bg-indigo {
  background:
    linear-gradient(
      to bottom right,
      #6574cd 0%,
      #2f88f7 100%);
  color: #fff !important;
}
a.bg-indigo:hover,
a.bg-indigo:focus {
  background-color: #3f51c1 !important;
}
.bg-purple-gradient {
  background:
    linear-gradient(
      to bottom right,
      #6044ec 0%,
      #647dee 100%) !important;
  color: #fff !important;
}
a.bg-purple-gradient:hover,
a.bg-purple-gradient:focus {
  background-color: #8c31e4 !important;
}
.bg-pink {
  background: #ec447c !important;
  color: #fff !important;
}
.bg-darkpink {
  background-color: #14a485 !important;
  color: #fff !important;
}
a.bg-pink:hover,
a.bg-pink:focus {
  background-color: #f33d7a !important;
}
.bg-red {
  background:
    linear-gradient(
      to bottom right,
      #e73827 0%,
      #f85032 100%);
  color: #fff !important;
  border: 1.12px solid #fecaca;
}
a.bg-red:hover,
a.bg-red:focus {
  background-color: #a11918 !important;
}
.bg-orange {
  background: #ec5444 !important;
  color: #fff !important;
}
a.bg-orange:hover,
a.bg-orange:focus {
  background-color: #fc7a12 !important;
}
.bg-yellow-1 {
  background-color: #fbb034;
  color: #fff !important;
}
.bg-yellow {
  background: #fbb034;
  color: #fff !important;
}
a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #c29d0b !important;
}
.bg-green-1 {
  background-color: #56d094;
  color: #fff !important;
}
.bg-green {
  background: #56d094;
  color: #fff !important;
}
a.bg-green:hover,
a.bg-green:focus {
  background-color: #448700 !important;
}
.bg-teal {
  background: #1caf9f !important;
}
a.bg-teal:hover,
a.bg-teal:focus {
  background-color: #22a193 !important;
}
.bg-cyan {
  background: #007ea7 !important;
  color: #fff !important;
}
a.bg-cyan:hover,
a.bg-cyan:focus {
  background-color: #117a8b !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus {
  background-color: #fff !important;
}
.bg-gray {
  background: #5a6970 !important;
}
a.bg-gray:hover,
a.bg-gray:focus {
  background-color: #6c757d !important;
}
.bg-lightpink-red {
  color: #ff7088 !important;
}
.bg-azure {
  background: #45aaf2;
}
a.bg-azure:hover,
a.bg-azure:focus {
  background-color: #2f89f5 !important;
}
.bg-purple-1 {
  background: #6044ec;
}
.bg-lime {
  background: #7bd235;
}
a.bg-lime:hover,
a.bg-lime:focus {
  background-color: #63ad27 !important;
}
.bg-progress-white {
  background-color: #eaeceb;
}
.bg-google-plus {
  background-color: #dd4b39;
}
.bg-pinterest {
  background:
    linear-gradient(
      to right bottom,
      #c51629 0%,
      #bd081c 100%);
}
.bg-light-gray {
  background-color: #f4f6fd;
}
.bg-dribbble {
  background:
    linear-gradient(
      to bottom right,
      #ea4c89,
      #c93764) !important;
}
.bg-google {
  background:
    linear-gradient(
      to bottom right,
      #e64522,
      #c33219) !important;
  color: #fff;
}
.bg-canvas1 {
  background: #ffa70b;
}
.bg-canvas2 {
  background: #ec5444;
}
.bg-canvas3 {
  background: #5371af;
}
.bg-canvas4 {
  background: #5472ae;
}
.bg-canvas5 {
  background: #354b70;
}
.psd-bg {
  background: #263364;
}
.html-bg {
  background: #e34c26;
}
.ang-bg {
  background: #d92d30;
}
.wd-bg {
  background: #006fa5;
}
.ph-bg {
  background: #454886;
}
.re-bg {
  background: #5ed5f4;
}
.boots-bg {
  background: #543b79;
}
.vue-bg {
  background: #41b883;
}
.lar-bg {
  background: #ee5045;
}
.node-bg {
  background: #80bd01;
}
.web-bg {
  background: #3978bb;
}
.gu-bg {
  background: #eb4a4b;
}
.bg-primary1 {
  background: #709cf7;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #a06de3 !important;
}
.bg-secondary1 {
  background: #24e4ac !important;
}
a.bg-secondary1:hover,
a.bg-secondary1:focus {
  background-color: #24e4ac !important;
}
.bg-lightblue {
  background: #1cc5ef !important;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #15bf42 !important;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #1eb0e2 !important;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e0a325 !important;
}
.bg-light {
  background-color: #f0f6fa !important;
}
a.bg-light:hover,
a.bg-light:focus {
  background-color: #f4f6fd !important;
}
.bg-dark {
  background-color: #425e8d !important;
}
a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-gray-dark {
  background-color: #425e8d !important;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
  background-color: #425e8d !important;
}
.bg-gray-dark1 {
  background-color: #5171ac !important;
}
a.bg-gray-dark1:hover,
a.bg-gray-dark1:focus {
  background-color: #5171ac !important;
}
.bg-secondary-gradient {
  background:
    linear-gradient(
      to bottom right,
      #9c52fd 0%,
      rgba(156, 82, 253, 0.6) 100%) !important;
}
a.bg-secondary-gradient:hover,
a.bg-secondary-gradient:focus {
  background-color: #9c52fd !important;
}
.bg-success-gradient {
  background:
    linear-gradient(
      to bottom right,
      #56d094 0%,
      #8ff7b3 100%) !important;
}
a.bg-success-gradient:hover,
a.bg-success-gradient:focus {
  background-color: #56d094 !important;
}
.bg-info-gradient {
  background:
    linear-gradient(
      to bottom right,
      #2f89f5 0%,
      #79b3f9 100%) !important;
}
a.bg-info-gradient:hover,
a.bg-info-gradient:focus {
  background-color: #2f89f5 !important;
}
.bg-warning-gradient {
  background:
    linear-gradient(
      to bottom right,
      #ffa70b 0%,
      #f7ba91 100%) !important;
}
a.bg-warning-gradient:hover,
a.bg-warning-gradient:focus {
  background-color: #ffa70b !important;
}
.bg-danger-gradient {
  background-image:
    linear-gradient(
      to bottom right,
      #fb5454 0%,
      #f98194 100%) !important;
}
a.bg-danger-gradient:hover,
a.bg-danger-gradient:focus {
  background-color: #fb5454 !important;
}
.bg-light-gradient {
  background-color: #e5e9f5 !important;
}
a.bg-light-gradient:hover,
a.bg-light-gradient:focus {
  background-color: #dae0e5 !important;
}
.bg-dark-gradient {
  background-color: #425e8d !important;
}
a.bg-dark-gradient:hover,
a.bg-dark-gradient:focus {
  background-color: #1d2124 !important;
}
.br-100 {
  border-radius: 100% !important;
}
.br-ts-7 {
  border-top-left-radius: 7px !important;
}
.br-bs-7 {
  border-bottom-left-radius: 7px !important;
}
.br-te-7 {
  border-top-right-radius: 7px !important;
}
.br-be-7 {
  border-bottom-right-radius: 7px !important;
}
.br-ts-0 {
  border-top-left-radius: 0 !important;
}
.br-bs-0 {
  border-bottom-left-radius: 0 !important;
}
.br-te-0 {
  border-top-right-radius: 0 !important;
}
.br-be-0 {
  border-bottom-right-radius: 0 !important;
}
.br-0 {
  border-radius: 0 !important;
}
.br-3 {
  border-radius: 3px;
}
.br-5 {
  border-radius: 5px;
}
.br-7 {
  border-radius: 7px;
}
.br-ts-4 {
  border-top-left-radius: 4px !important;
}
.br-bs-4 {
  border-bottom-left-radius: 4px !important;
}
.br-te-4 {
  border-top-right-radius: 4px !important;
}
.br-be-4 {
  border-bottom-right-radius: 4px !important;
}
.br-ts-5 {
  border-top-left-radius: 5px !important;
}
.br-bs-5 {
  border-bottom-left-radius: 5px !important;
}
.br-te-5 {
  border-top-right-radius: 5px !important;
}
.br-be-5 {
  border-bottom-right-radius: 5px !important;
}
.br-ts-3 {
  border-top-left-radius: 3px !important;
}
.br-bs-3 {
  border-bottom-left-radius: 3px !important;
}
.br-te-3 {
  border-top-right-radius: 3px !important;
}
.br-be-3 {
  border-bottom-right-radius: 3px !important;
}
.border-top {
  border-top: 1px solid rgba(227, 231, 241, 0.8) !important;
}
.border-end {
  border-right: 1px solid rgba(227, 231, 241, 0.8) !important;
}
.border-start {
  border-left: 1px solid rgba(227, 231, 241, 0.8) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-bottom-1 {
  border-bottom: 1px;
}
.border-secondary {
  border-color: #9c52fd !important;
}
.border-success {
  border-color: #56d094 !important;
}
.border-info {
  border-color: #2f89f5 !important;
}
.border-warning {
  border-color: #ecb403 !important;
}
.border-light {
  border-color: #e5e9f5 !important;
}
.border-dark {
  border-color: #425e8d !important;
}
.border-white {
  border-color: #fff !important;
}
.border-pink {
  border-color: #ec407a !important;
}
.border-orange {
  border-color: #f86300 !important;
}
.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.border-light-primary {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.mg-b-5 {
  margin-bottom: 10px;
}
.mg-t-10 {
  margin-top: 10px;
}
.mg-t-20 {
  margin-top: 20px;
}
.ps-10 {
  padding-left: 12rem !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.tx-color {
  color: #8890a1 !important;
}
.fw-600 {
  font-weight: 600;
}
.heading-inverse {
  background-color: #333;
  color: #fff;
  padding: 5px;
}
.heading-success {
  background-color: #1643a3;
  color: #fff;
  padding: 5px;
}
.heading-info {
  background-color: #45aaf2;
  color: #fff;
  padding: 5px;
}
.heading-warning {
  background-color: #ecb403;
  color: #fff;
  padding: 5px;
}
.heading-danger {
  background-color: #fb5454;
  color: #fff;
  padding: 5px;
}
.blockquote-reverse {
  border-left: 0;
  border-right: 2px solid #e9edf4;
  text-align: right;
  padding-right: 2rem;
  padding-left: 0;
}
.lh-2 {
  line-height: 2.5 !important;
}
.height100 {
  height: 100%;
}
.heightVh100 {
  height: 100vh;
}
.modalTitle {
  color: var(--text-color);
  font-size: 20px;
  letter-spacing: 0.44px;
  font-weight: 700;
}
.logout {
  background-image: url("./media/logout-QUIWVYPB.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: #f7f7f7;
  border-radius: 30px;
}
.cbp_tmtimeline.custom {
  padding-top: 15px;
}
.cbp_tmtimeline.custom:before {
  background: none;
  border-left: 2px dotted #d1d5d8;
  left: 0;
  margin-left: 3px;
}
.cbp_tmtimeline.custom .cbp_tmicon {
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--greenColor) !important;
  margin-left: 0px;
  top: 5px;
}
.cbp_tmtimeline.custom .cbp_tmlabel {
  margin: 0 0 0px 20px;
  padding: 0 0 20px 0;
  box-shadow: none !important;
}
.noteIcon {
  background: url("./media/bulb-X7MI6AII.png") no-repeat center center;
  width: 30px;
  height: 35px;
  background-size: 35px auto;
  flex-shrink: 0;
}
.chart-container {
  height: 400px;
}
.preloader-backdrop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999999;
  background-color: rgba(0, 0, 0, 0.5);
}
.loader {
  width: 60px;
  aspect-ratio: 1.154;
  --c:
    #0000,
    var(--primary-color-new) 2deg 59deg,
    #0000 61deg;
  --c1: conic-gradient(from 149deg at top, var(--c));
  --c2: conic-gradient(from -31deg at bottom, var(--c));
  background:
    var(--c1) top,
    var(--c1) bottom right,
    var(--c2) bottom,
    var(--c1) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  animation: animation 0.5s infinite;
}
@keyframes animation {
  80%, 100% {
    background-position:
      bottom right,
      bottom left,
      bottom,
      top;
  }
}
.overflowYScroll {
  height: 100%;
  scroll-behavior: smooth;
  overflow-y: auto;
}
.search-element {
  position: relative;
}
.search-element .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-weight: 500;
}
.header-small {
  background: #f8f8f8;
  padding: 25px 0;
}
.border-bottom {
  border-bottom: 1px solid rgba(227, 231, 241, 0.8) !important;
}
.viewMoreItem li a {
  letter-spacing: 0.3px;
  color: var(--title);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 8px;
}
.viewMoreItem li a img {
  position: relative;
  width: auto;
  height: 14px;
}
.viewMoreItem li a:hover {
  background-color: var(--secodary-light);
}
.new-pagination-wrapper {
  padding: 20px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8705882353);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: var(--secodary-light);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--secodary-light);
  color: var(--title);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid var(--borderColor);
  box-shadow: var(--dropdownShadow);
  left: 0;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1050;
  border-radius: 14px;
  overflow: hidden;
}
.borderBtn {
  border: 1px solid #e9e9e9;
  cursor: pointer;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  padding: 0 20px;
  border-radius: 10px;
}
.error-border {
  border: 1px solid red !important;
}
.filterApplied.filterWrap:before {
  display: block;
}
.bg-success-light {
  color: #16a34a !important;
  background: #dcfce7;
  border: 0;
  box-shadow: none;
}
.bg-info-light {
  color: #2563eb !important;
  background: #dbeafe;
  border: 0;
  box-shadow: none;
}
.bg-warning-light {
  color: #d97706 !important;
  background: #fef3c7 !important;
  box-shadow: none;
}
.bg-danger-light {
  color: #dc2626 !important;
  background: #fee2e2 !important;
  border-color: 0;
  box-shadow: none;
}
.bg-warning-light1 {
  color: #bbaf00 !important;
  background: #fffcd2 !important;
}
.bg-success-light-1 {
  color: #00a8a8 !important;
  background: #e0f9f9 !important;
}
.bg-default {
  background: #e1dfdf;
  color: #4b4b4b;
  box-shadow: none;
  border-color: #e1dfdf;
  font-weight: 600;
}
.bg-default-light {
  color: #242e4c;
  background: #ebedfc;
  border-color: #ebedfc;
  box-shadow: none;
}
.permissionType {
  color: #60666d;
  position: relative;
  padding: 0 0 0 15px;
}
.permissionType:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #60666d;
  position: absolute;
  top: 6px;
  left: 7px;
}
.customIcon {
  background-size: 40px auto !important;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.tickGreen {
  display: inline-block;
  vertical-align: middle;
  background: url("./media/ic_tick-green-5GR3L23Y.svg") no-repeat center;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
}
.details-head-left .name {
  letter-spacing: 0.36px;
  color: var(--title);
  font-size: 22px;
  font-weight: 700;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: var(--dropdownShadow) !important;
}
.bs-datepicker table th,
.bs-datepicker table td {
  padding: 7px !important;
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker-head {
  min-width: 200px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  background: var(--primary-color) !important;
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-body {
  padding: 0;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.back {
  color: #232c2e;
  font-size: 20px;
  margin-right: 15px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 0;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
.scrollingModal {
  border: 1px solid #f4f3f3;
  border-radius: 4px;
}
.badgeBorder {
  border-width: 1px;
  border-style: solid;
}
.infinite-scroll {
  max-height: 555px;
  overflow-y: auto;
}
.bullets {
  list-style-type: disc;
  padding-left: 10px;
}
.bullets li {
  padding: 3px 0;
}
.applyFilter {
  position: relative;
}
.applyFilter:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 9px;
  height: 9px;
  background-color: #ef4444;
  border-radius: 50%;
  z-index: 9;
}
.copyIcon {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.folderICon {
  background: url("./media/ic_folder-7756CSJC.svg") no-repeat left 2px;
  background-size: 16px auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.listBullets li {
  position: relative;
  padding: 5px 15px;
}
.listBullets li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #1f2a2b;
  left: 0px;
  top: 10px;
}
.placeholder-option {
  color: gray;
  font-style: italic;
}
.firstCap:first-letter {
  text-transform: uppercase;
}
.darkGray {
  color: #60666e;
}
app-label-listing {
  display: block;
  height: 100%;
}
.scrollY {
  overflow-y: auto;
}
.orgColor {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 10.5px;
}
.child-loader:has(.loader) ~ .global-loader {
  display: none !important;
}
span.folderICon.file {
  text-decoration: none;
}
.smallBtn {
  border-width: 1px;
}
.unmaskBtn {
  border-width: 1px;
}
.architecturesSteps {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.architecturesSteps li {
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 15px 10px 15px 42px;
  margin: 10px 15px 5px 0;
  border-radius: 4px;
  flex-shrink: 0;
  width: 110px;
  min-height: 110px;
  border: 1px dashed #bcbcbc;
  text-align: center;
}
.architecturesSteps li .imgBox {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullView {
  background-color: #f8f8f8;
}
.fullView .header-small {
  display: none;
}
.fullWidth .container {
  max-width: 1800px;
  padding: 0 20px;
}
.headerGrid {
  padding: 20px;
}
.headerGrid .img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 10px;
  background-color: #edf5ff;
  display: flex;
  border: 1px solid #edf5ff;
  align-items: center;
}
.headerGrid h3 {
  font-size: 18px;
  color: #232c2e;
  margin: 0;
  font-weight: 600;
}
.headerGrid.grayBg {
  padding: 15px 20px;
  background: #fafafa;
}
.headerGrid.grayBg h3 {
  font-size: 16px;
}
.headerGrid.grayBg .mappingArrowIcon {
  width: 40px;
  margin: 10px 20px 0 20px;
}
.headerGrid.grayBg p {
  color: #9c9c9f;
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
}
.noRecordBtn {
  position: relative;
  color: var(--primary-color);
  margin: 0 auto;
  display: table;
  margin-top: -50px;
}
.noRecordBtn:hover {
  color: #fff;
}
.construction .countdown span:first-child {
  font-size: 25px;
  font-weight: 400;
}
.construction-img {
  background-size: cover;
}
@media (min-width: 576px) {
  .login-img .container {
    max-width: 100%;
  }
}
.userBulkWrap {
  position: relative;
  background: url("./media/bulk-O4MXYR63.svg") no-repeat 13px center;
  padding: 10px 25px 10px 40px;
  background-size: 18px auto;
}
.userSyncWrap {
  position: relative;
  background: url("./media/sync-IOCGTNJX.svg") no-repeat 13px center;
  padding: 10px 10px 10px 40px;
  background-size: 18px auto;
}
.userinfo {
  position: relative;
  background: url("./media/infoIcon-VCIOMG6V.svg") no-repeat 13px center;
  padding: 10px 20px;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  top: 5px;
  left: -10px;
}
.userBulkWrap i {
  content: "";
  background: url("./media/ic_dropdown-4IWNVUFF.svg") no-repeat 0 0;
  width: 18px;
  height: 12px;
  display: inline-block;
  background-size: 18px;
  position: absolute;
  right: 3px;
  top: 12px;
}
.bulkAccess {
  position: relative;
  background: url("./media/bluk1-KKFQLU6F.svg") no-repeat 13px center;
  padding: 10px 10px 10px 35px;
  background-size: 18px auto;
}
.bulkRevocation {
  position: relative;
  background: url("./media/bluk2-MK7P2Z3C.svg") no-repeat 13px center;
  padding: 10px 10px 10px 35px;
  background-size: 18px auto;
}
.user-disable {
  position: relative;
  background: url("./media/Icon-disable-DBLPX4KD.svg") no-repeat 13px center;
  padding: 10px 10px 10px 35px !important;
  background-size: 18px auto !important;
  color: #cc8800;
}
.user-delete {
  color: #ff3b30;
  border-top: 1px solid var(--borderColor);
  background: url("./media/Icon-delete-4TQBAMKS.svg") no-repeat 13px center;
  position: relative;
  padding: 10px 10px 10px 35px !important;
  background-size: 18px auto !important;
}
.user-edit {
  position: relative;
  background: url("./media/icon-edit-HZGYCFCB.svg") no-repeat 13px center;
  padding: 10px 10px 10px 35px !important;
  background-size: 18px auto !important;
}
a.user-delete,
.user-delete:hover,
.user-delete:focus {
  color: #ff3b30 !important;
}
a.user-disable,
.user-disable:hover,
.user-disable:focus {
  color: #cc8800 !important;
}
.bg-lightpink {
  border: 2px solid #e7edf5 !important;
}
span.platform1 {
  background-image: url("./media/platform1-G7FVUTCR.png");
}
span.platform2 {
  background-image: url("./media/Image (Microsoft Teams)-7XYPCHHG.svg");
}
span.image-Source {
  background-repeat: no-repeat;
  background-position: left center;
  width: 28px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-size: 26px;
}
.icon-add {
  width: 14px;
  display: inline-block;
  height: 14px;
  position: relative;
  background-size: contain !important;
}
.mu-track {
  margin-top: 6px;
  height: 8px;
  width: 100%;
  background: #e9eef5;
  border-radius: 999px;
  overflow: hidden;
}
.mu-fill {
  height: 100%;
  background:
    linear-gradient(
      89.3deg,
      #058bf1 0.56%,
      #1fc2a3 42.72%,
      #1cc799 51.03%,
      #19c2a1 60.75%,
      #06dcff 99.35%);
  border-radius: 999px;
}
.image-Source {
  background-repeat: no-repeat;
  background-position: left center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
.help {
  background: url("./media/need-help-KVGSL6X5.svg") no-repeat center center;
  margin-right: 5px;
}
.iconSucces {
  background: url("./media/success-blue-MMTOHO5H.svg") no-repeat center center;
  margin-right: 5px;
}
.icon-error {
  background: url("./media/error-6QP3DSOC.svg") no-repeat center center;
  margin-right: 5px;
}
.color-gray {
  color: #7a8a9b;
}
.color-blue {
  color: var(--primary-color);
}
.dot-success {
  background: currentColor;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  display: inline-block;
}
.download-icon {
  background: url("./media/download-RQ7KYU7T.svg") no-repeat center center;
  top: 3px;
}
.clipboard {
  background: url("./media/copy-DPWJCOBK.svg") no-repeat center center;
  left: 5px;
  top: 5px;
}
.card-border {
  box-shadow: 0 0 10px rgba(69, 101, 173, 0.1);
  border: 1px solid rgba(227, 231, 241, 0.8) !important;
  border-radius: 10px;
  padding: 10px;
}
.inbox-icon {
  background: url("./media/inbox-blue-5AL2KUGV.svg") no-repeat center center;
  margin-right: 5px;
  top: 4px;
}
.micro {
  background: url("./media/micro-AKNET3D7.svg") no-repeat center center;
  top: 4px;
  margin-right: 5px;
}
.view-history {
  background: url("./media/view-history-UNWN5VJW.svg") no-repeat center center;
  top: 4px;
  margin-right: 5px;
  padding: 10px;
}
.bg-card {
  border: 1px solid #dde4ec;
  background: #f8fbfc;
  color: #7a8a9b;
  padding: 7px 13px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
}
.header-gray {
  background:
    linear-gradient(
      180deg,
      #f8fbfc 0%,
      #fafbfc 100%);
  border-bottom: 1px solid #e7edf5;
}
.box-gray {
  background: var(--lightBg);
  border: 1px solid var(--borderColor);
  color: #0f766e !important;
}
.box-gray .text-muted {
  color: var(--textColor) !important;
  letter-spacing: -0.15px;
}
.text-muted {
  color: var(--textColor);
}
.info-green {
  background: url("./media/icon-info-green-MB74A72G.svg") no-repeat center center;
  top: 4px;
  margin-right: 5px;
  padding: 10px;
}
.char-count {
  position: absolute;
  right: 12px;
  bottom: 10px;
  pointer-events: none;
}
.status-danger {
  background: url("./media/icon-warning-WDMXXIL4.svg") no-repeat center center;
  top: 0;
  width: 18px;
  height: 18px;
}
.status-icon {
  background: url("./media/success-blue-MMTOHO5H.svg") no-repeat center center;
  top: 0;
  width: 18px;
  height: 18px;
}
.status-warning {
  background: url("./media/warning-SGOW5J6R.svg") no-repeat center center;
  top: 0;
  width: 18px;
  height: 18px;
}
.tab-header {
  background: #fafbfc;
}
.grey-text {
  color: #5b6d7f !important;
}
.icon-dataspace {
  background: url("./media/data-connect-PXM7YIP2.svg") no-repeat center center;
  width: 18px;
  height: 18px;
}
.deInfoDotBox {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  border: 1px solid #e6eef6;
  background: #fff;
  font-weight: 800;
  font-size: 12px;
  flex: 0 0 auto;
}
.icon-save {
  background: url("./media/save-3OQSUL4I.svg") no-repeat center center;
}
.download-white {
  background: url("./media/download-white-FK3MK3FC.svg") no-repeat center center;
}
.cross {
  background: currentColor !important;
  -webkit-mask: url("./media/crose-PQFEMO5U.svg") no-repeat center/contain;
  mask: url("./media/crose-PQFEMO5U.svg") no-repeat center/contain;
  display: inline-flex;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 6px;
}
.filter_badge {
  position: relative;
}
.selectMultiple {
  position: relative;
  background: #fff;
  border: 1px solid var(--borderColor);
  padding: 3px 0;
  min-width: 160px;
  border-radius: 10px;
}
.selectMultiple .ng-placeholder {
  color: #000 !important;
  opacity: unset !important;
  font-weight: 600;
}
.selectMultiple .ng-select {
  font-weight: 600;
}
.selectMultiple .ng-select .ng-arrow-wrapper .ng-arrow {
  top: 50% !important;
  right: 8px !important;
  transform: translateY(-50%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectMultiple .ng-select .ng-select-container {
  height: 43px;
  border-radius: 10px;
  background: #fff !important;
}
.text-whilte {
  color: #fff !important;
}
.stack_yellow {
  color: #f3b555;
}
.stack_green {
  color: #13d39f !important;
}
.stack_purple {
  color: #ff5058;
}
.stack_blue {
  color: #058bf1 !important;
}
.heading-details {
  color: #2b3a4a;
  font-size: 14px;
  font-weight: 700;
}
.export-download {
  position: relative;
  background: url("./media/download-RQ7KYU7T.svg") no-repeat 13px center;
  padding: 5px 5px 5px 35px;
  background-size: 18px auto;
  border-radius: 10px;
}
.de-row:hover,
.de-child:hover {
  background: #f8fbfc;
}
.de-ds {
  background: #e0f9f9;
  color: #00d4d4;
  border: 1px solid #b3f0f0;
  min-width: 28px;
}
.de-caret {
  text-decoration: none;
  line-height: 1;
}
.de-caret-spacer {
  width: 18px;
  display: inline-block;
}
.de-caret-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  transition: transform 0.15s ease-in-out;
  margin-top: 0;
  background: url("./media/de-caret-right-6IHJS5WJ.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
}
.de-caret-icon.open {
  transform: rotate(90deg);
}
.de-child td:first-child {
  color: #334155;
}
.de-branch {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: 2px solid #e7edf5;
  border-bottom: 2px solid #e7edf5;
  border-bottom-left-radius: 6px;
  margin-left: 2px;
}
.border-none {
  border: unset !important;
}
.icon-up {
  background: url("./media/up-WTUYSTRE.svg") no-repeat center center;
}
.icon-down {
  background: url("./media/down-ABCYQNZR.svg") no-repeat center center;
}
.kpi-radius {
  border-radius: 8px !important;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kpi-radius .icon-add {
  background-size: contain !important;
  display: block;
}
.bg-chanel {
  background: #dbeafe;
}
.query {
  background: #fef3c7;
  border: 1px solid #fde68a;
  color: #f59e0b;
}
.kpi-purple {
  background: #f3e8ff;
  border: 1px solid #e9d5ff;
  color: #8b5cf6;
}
.kpi-blue {
  background: #dbeafe;
  color: #3b82f6;
  border: 1px solid #bfdbfe;
}
.bg-light-blue {
  background: #e0f9f9;
  border: 1px solid #b3f0f0;
  color: #00d4d4;
}
.green-bg {
  border: 1px solid #10b981;
  color: #10b981;
  background: #dcfce7;
}
.dark-red {
  color: #fa3636 !important;
}
.dark-lemmon {
  color: #f59e0b !important;
}
.icon-down-positive {
  background: currentColor !important;
  -webkit-mask: url("./media/up-WTUYSTRE.svg") no-repeat center/contain;
  mask: url("./media/up-WTUYSTRE.svg") no-repeat center/contain;
}
.stack-purple {
  color: #8b5cf6 !important;
}
.forgotPwdform:has(.modelHeading) .modalTitle {
  margin-bottom: 0 !important;
}
.forgotPwdform:has(.modelHeading) p {
  margin-top: 8px;
}
.dropdown-menu {
  box-shadow: var(--dropdownShadow) !important;
}
.dropdown-menu a:hover {
  opacity: 0.9 !important;
}
.lightBg {
  background-color: var(--lightBg) !important;
}
.fw-bolder {
  font-weight: 900 !important;
}
.text-color {
  color: var(--text-color) !important;
}
.modal .modal-content {
  border-radius: 16px;
  overflow: hidden;
}
.modal .modal-content .modal-header {
  background-color: #fff;
  align-items: center;
}
.connectModal .modal-header .modalTitle {
  font-weight: 700;
  color: var(--heading-color);
}
.popoverLight .popover-body {
  width: 250px;
}
.md-800 .modal-dialog {
  max-width: 800px;
}
.customScroll {
  overflow-y: auto;
}
.customScroll::-webkit-scrollbar,
.infinite-scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.customScroll::-webkit-scrollbar-track,
.infinite-scroll::-webkit-scrollbar-track {
  box-shadow: 0 0 0;
}
.customScroll::-webkit-scrollbar-thumb,
.infinite-scroll::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.user-view {
  background: url("./media/icon-view-VJ6U4M3P.svg") no-repeat 13px center;
  position: relative;
  padding: 10px 10px 10px 35px !important;
  background-size: 18px auto !important;
}
.darkText {
  color: var(--title);
}
.dropdownicn {
  padding-right: 30px !important;
}
.dropdownicn i {
  width: 10px;
  height: 10px;
  background: url("./media/chevdown-75N6UJUO.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 17px;
  top: 46%;
}
.dropdownicn[aria-expanded=true] i {
  transform: rotate(180deg);
  top: 38%;
}
.disableColor {
  color: var(--disableColor) !important;
}
.dangerColor {
  color: var(--danger) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.main-content,
.app-header,
.app-sidebar,
.page {
  transition: all 0.3s ease-in-out !important;
}
.sidenav-toggled .app-header {
  left: 115px;
}
.sidenav-toggled .main-content {
  margin-left: 101px !important;
}
.sidenav-toggled .main-sidemenu .side-menu__item {
  justify-content: center;
}
.sidenav-toggled .main-sidemenu .side-menu__item .side-menu__icon {
  margin: 0;
}
.sidenav-toggled .main-sidemenu .side-menu__label {
  display: none;
}
.sidenav-toggled .searchSidebar.searchlarge {
  display: none;
}
.sidenav-toggled .common--button,
.sidenav-toggled .my-confirm-btn {
  padding: 10px;
  margin-top: 20px;
  background: var(--primary-color);
  background-size: 200% auto;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  transition: 0.5s;
}
.sidenav-toggled .common--button:hover,
.sidenav-toggled .my-confirm-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.app-sidebar__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.tabs-menu1 ul {
  overflow-x: auto;
  flex-wrap: unset;
}
.tabs-menu1 ul li {
  min-width: auto !important;
  white-space: nowrap !important;
}
.tabs-menu1 ul.nav::-webkit-scrollbar {
  height: 0;
}
.infoTitle h5 {
  word-break: break-word;
}
.kpi-grid .infoTitle h5 {
  justify-content: flex-start;
  text-transform: uppercase;
}
.page-main:after {
  position: fixed;
  background: var(--bodyBg);
  right: -2px;
  height: 25px;
  top: 0;
  left: -2px;
  content: "";
  z-index: 1;
}
.infoIcn {
  cursor: pointer;
}
.infoIcn i {
  display: inline-block;
}
.chat-input {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px !important;
}
.color_007bff {
  background:
    linear-gradient(
      136.59deg,
      #058bf1 13.38%,
      #1fc2a3 45.65%,
      #1cc799 52.02%,
      #19c2a1 59.46%,
      #06dcff 89.01%) !important;
  color: #fff !important;
}
.nodocument h2 {
  color: var(--title);
  position: relative;
  z-index: 2;
  font-size: 24px;
}
.nodocument h2 span {
  color: var(--primary-color) !important;
}
.nodocument span {
  position: relative;
  z-index: 2;
}
.searchIcn svg {
  width: 15px;
  height: auto;
  display: block;
}
button.common--button.searchBtn {
  line-height: normal;
  margin: 0 auto;
  width: 100%;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.noData {
  text-align: center;
  font-size: 16px;
  color: var(--textColor);
  padding: 20px 0;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.noData p {
  margin: 0;
  color: var(--textColor);
}
.scrollable-itemsList:has(.noData) ul {
  min-height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.preview-container .imgBx {
  position: relative;
  width: 60px;
  display: inline-block;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}
.preview-container .imgBx span {
  position: absolute;
  right: 1px;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  cursor: pointer;
  background: #df1100;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.preview-container .imgBx span svg {
  width: 12px !important;
  height: 12px !important;
}
.preview-container .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pdf-preview {
  background-image:
    linear-gradient(
      45deg,
      #d31027 0%,
      #ff5e71 51%,
      #d31027 100%);
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  transition: 0.4s;
  background-size: 200% auto;
  animation: animationPdf 2s ease infinite alternate;
}
.pdf-preview:hover {
  background-position: right center;
}
.pdf-preview span.pdf-icon svg {
  width: auto;
  height: 36px;
  display: block;
}
.scrollable-items {
  flex: 1;
  overflow-y: hidden;
  height: calc(100dvh - 320px);
  scroll-behavior: auto;
}
.omBeamChat {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.omBeamChat .om-border-beam-wrapper {
  padding: 0 !important;
}
.omBeamChat .om-border-beam-wrapper,
.omBeamChat .om-border-beam,
.omBeamChat .om-border-beam-border {
  height: 100%;
}
.omBeamChat .om-border-beam {
  border-radius: 10px !important;
  --color-from: #058bf1 !important;
  --color-to: #13d39f !important;
}
.searchBtn {
  display: none;
}
.chatHead h6 i {
  display: none;
}
.typingFlex {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.typingFlex span {
  font-size: 14px;
  background: var(--primary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  background-size: 200% 200%;
  transition: 0.5s;
  animation: imgPosition 1s ease infinite alternate;
}
.typingFlex svg {
  width: 16px !important;
  height: auto !important;
}
.typingFlex i svg {
  width: 24px;
  height: auto;
  animation: imgRotate 0.6s linear infinite alternate;
}
.chatBottomStart {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.chat.user .userInfo {
  position: relative;
  padding-bottom: 35px;
}
.chat-messages {
  overflow-y: auto;
  margin-bottom: 0;
  height: calc(100dvh - 128px);
  padding-right: 0;
  width: 100%;
  padding-bottom: 106px;
  padding-top: 70px;
  scroll-behavior: auto;
  display: grid;
  grid-template-rows: 1fr auto;
}
.chat-messages::-webkit-scrollbar {
  width: 0;
}
@keyframes imgRotate {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.chat.user .user-heading {
  background: var(--secodary-light) !important;
  border-radius: 14px 14px 0 14px;
  padding: 13px 20px;
  color: #1e293b;
  word-break: break-word;
  font-size: 15px;
  display: table;
  margin-left: auto;
  min-width: 200px;
  background-size: 200% auto;
  font-weight: 500;
}
.flexUsr {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 20px;
  position: absolute;
  bottom: 5px;
  right: 0;
  min-height: 33px;
}
.sidebar__link {
  text-decoration: none;
  color: var(--textColor);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
}
.sidebar__link .sidebar__icon {
  margin-top: 2px;
}
.search-bar__input {
  width: 100%;
  padding: 10px 15px;
  border: none;
}
.userInfo .update .edit_box {
  border-radius: 12px 0 12px 12px;
  width: 100%;
}
.sidebar__text {
  font-size: 14px;
  transition: background-color 0.3s ease;
  width: 100%;
}
.sidebar__text span {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sidebar__text span::first-letter {
  text-transform: capitalize;
}
.sidebar__text em {
  font-size: 12px;
  line-height: normal;
  display: block;
  color: var(--textColor);
  font-weight: 500;
  font-style: normal;
}
.assistant-heading p,
.assistant-heading ul,
.assistant-heading ol,
.assistant-heading h1,
.assistant-heading h2,
.assistant-heading h3,
.assistant-heading h4,
.assistant-heading h5,
.assistant-heading h6,
.assistant-heading table {
  margin: 1em 0 0 0 !important;
}
.assistant-heading p:first-child,
.assistant-heading ul:first-child,
.assistant-heading ol:first-child,
.assistant-heading h1:first-child,
.assistant-heading h2:first-child,
.assistant-heading h3:first-child,
.assistant-heading h4:first-child,
.assistant-heading h5:first-child,
.assistant-heading h6:first-child,
.assistant-heading table:first-child {
  margin-top: 0 !important;
}
.assistant-heading p li,
.assistant-heading ul li,
.assistant-heading ol li,
.assistant-heading h1 li,
.assistant-heading h2 li,
.assistant-heading h3 li,
.assistant-heading h4 li,
.assistant-heading h5 li,
.assistant-heading h6 li,
.assistant-heading table li {
  margin-bottom: 5px;
}
.assistant-heading p li:last-child,
.assistant-heading ul li:last-child,
.assistant-heading ol li:last-child,
.assistant-heading h1 li:last-child,
.assistant-heading h2 li:last-child,
.assistant-heading h3 li:last-child,
.assistant-heading h4 li:last-child,
.assistant-heading h5 li:last-child,
.assistant-heading h6 li:last-child,
.assistant-heading table li:last-child {
  margin-bottom: 0;
}
.assistant-heading ul,
.assistant-heading ol {
  padding-left: 1.5em !important;
  list-style-type: disc;
}
.assistant-heading ul ul,
.assistant-heading ol ul {
  list-style-type: circle;
}
.btmicons {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 5px;
}
.btmicons .handPointer {
  color: var(--title);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btmicons .handPointer:hover {
  background: #eef4f8;
}
.btmicons span {
  width: auto;
  height: auto;
  background: transparent !important;
  position: relative;
}
.btmicons span:after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #eef4f8;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.btmicons span:hover:after {
  opacity: 1;
}
.btmicons span {
  margin: 0;
}
.btmicons svg {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: 15px;
}
button.audio {
  border: none;
  background: transparent;
  padding: unset;
  color: #666;
}
.loader-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-top: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-container .spinner-border {
  color: #03a176;
  width: 20px;
  height: 20px;
}
.sidebarBtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebarBtns .user-info {
  width: 100%;
  padding: 10px;
}
.user-avatar {
  max-width: 25px;
  flex: 0 0 25px;
  height: 25px;
  background: var(--primary-color-new);
  color: var(--title);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999 !important;
}
.user-info {
  padding: 8px;
  border-radius: 10px;
  transition: all 0.5s;
  background:
    linear-gradient(
      89.3deg,
      #e7f5ff 0.56%,
      #ebfffb 46.63%,
      #e6fcff 99.35%) !important;
}
.fixed-bottom .sidebar__text {
  color: var(--title) !important;
  padding: 3px 0;
}
.customProgressbar {
  width: 100% !important;
  height: 3px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}
.sidebar__item:hover {
  background: var(--secodary-light);
}
.sidebar__item--active {
  background: var(--primary-color) !important;
}
.sidebar__item--active .sidebar__text span,
.sidebar__item--active .sidebar__text em {
  color: #fff !important;
}
.sidebar__item--active .sidebar__icon svg {
  color: #fff !important;
}
.sidebar__item--active .dotsIcon {
  color: #fff !important;
}
.chatfile {
  display: flex;
  align-items: stretch;
  gap: 8px;
  justify-content: end;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
button.closeMdl {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  color: #fff;
  z-index: 9;
  padding: 0;
}
button.closeMdl svg {
  width: 20px;
  height: auto;
}
.chatSidebar .sidebar__icon svg {
  width: 16px;
  height: 16px;
}
.confirmationPopup .modal-content {
  max-width: 500px;
}
.cspopover .popover-body {
  padding: 8px !important;
}
.chatFooterBtns svg {
  display: block;
}
.sendBtn svg.icon {
  width: 20px;
  height: 20px;
}
.chatlayout {
  background-color: #f0f6fa;
}
.chatlayout .app-content.main-content {
  min-height: calc(100dvh - 112px);
  padding-bottom: 15px;
}
.chatlayout:has(.full-screen-center):has(.three-lines) .full-screen-center {
  height: calc(100dvh - 298px);
}
.chatlayout:has(.full-screen-center):has(.two-lines) .full-screen-center {
  height: calc(100dvh - 273px);
}
.chatlayout:has(.full-screen-center):has(.preview-container) .full-screen-center {
  height: calc(100dvh - 340px);
}
.chatlayout:has(.full-screen-center):has(.preview-container):has(.three-lines) .full-screen-center {
  height: calc(100dvh - 368px);
}
.chatlayout:has(.full-screen-center):has(.preview-container):has(.two-lines) .full-screen-center {
  height: calc(100dvh - 344px);
}
.chatCard:has(.preview-container) .chat-messages {
  padding-bottom: 180px;
}
.chatCard:has(.two-lines) .chat-messages {
  padding-bottom: 105px;
}
.chatCard:has(.three-lines) .chat-messages {
  padding-bottom: 130px;
}
.chatCard:has(.preview-container):has(.two-lines) .chat-messages {
  padding-bottom: 180px;
}
.chatCard:has(.preview-container):has(.three-lines) .chat-messages {
  padding-bottom: 200px;
}
.previewModal {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 0;
}
.previewModal .modal-dialog {
  margin: auto;
}
.previewModal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
}
.previewModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.progressblock p {
  color: var(--title);
}
.progressblock .grey-text {
  color: var(--textColor);
}
.bg-warning-new {
  background-color: #ecb22e !important;
  color: #fff !important;
}
.bg-secondary-new {
  background-color: #7c83eb !important;
  color: #fff !important;
}
.bg-warning-reason {
  background-color: #fffcd2 !important;
  color: #bbaf00 !important;
}
.bg-purple-reason {
  background-color: #eee7ff !important;
  color: #8b5cf6 !important;
}
.bg-deactivate-reason {
  background-color: #f0f0f0 !important;
  color: #767a7c !important;
}
.bg-api-reason {
  background-color: #f7d2ff !important;
  color: #b313d3 !important;
}
.date-separator {
  text-align: center;
  margin: 0 0 12px 0;
}
.date-separator span {
  display: table;
  font-size: 12px;
  color: var(--title);
  background:
    linear-gradient(
      89.3deg,
      #e7f5ff 0.56%,
      #ebfffb 46.63%,
      #e6fcff 99.35%);
  margin: auto;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
}
.btn img {
  width: 18px;
}
.action-highlight {
  background:
    linear-gradient(
      89.3deg,
      #058bf1 0.56%,
      #12cba7 42.72%,
      #13d39f 51.03%,
      #11d4ae 60.75%,
      #06dcff 99.35%);
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.full-screen-center .om-typewriter-text p {
  background:
    linear-gradient(
      89.3deg,
      #058bf1 0.56%,
      #1fc2a3 42.72%,
      #1cc799 51.03%,
      #19c2a1 60.75%,
      #06dcff 99.35%);
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -2px;
}
.bg-primary-new {
  background-color: var(--primary-color-new) !important;
  color: var(--title) !important;
  border-color: var(--primary-color-new) !important;
}
.gradient-btn {
  background: var(--primary-color) !important;
  padding: 12px 15px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  min-width: 80px;
  text-align: center;
}
.gradientBorder {
  border-radius: 10px !important;
  border: 2px solid transparent !important;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(
      90deg,
      #0c97e2,
      #28ccac,
      #11d0ee) border-box !important;
  cursor: pointer;
}
.btn-save.disabled {
  opacity: 0.8;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow:
    inset 2px 2px 5px #fff,
    inset -3px -3px 7px #fff,
    0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: #e0e0e0 !important;
  font-family: var(--primary-font) !important;
}
.icnView {
  height: 16px !important;
}
.assistant-heading h1,
.assistant-heading h2,
.assistant-heading h3,
.assistant-heading h4,
.assistant-heading h5,
.assistant-heading h6 {
  font-weight: 600;
}
.platform3 {
  background-image: url("./media/google-logo-search-new-svgrepo-com-5YSYEHYO.svg");
}
.cspopover .popover-body,
.popoverLight .popover-body {
  background-color: var(--secodary-light);
  font-weight: 500;
  font-size: 13px;
}
.cspopover.bs-popover-top > .popover-arrow::after,
.cspopover.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popoverLight.bs-popover-top > .popover-arrow::after,
.popoverLight.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-top-color: var(--secodary-light);
}
.cspopover.bs-popover-end > .popover-arrow::after,
.cspopover.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popoverLight.bs-popover-end > .popover-arrow::after,
.popoverLight.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-right-color: var(--secodary-light);
}
.cspopover.bs-popover-bottom > .popover-arrow::after,
.cspopover.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popoverLight.bs-popover-bottom > .popover-arrow::after,
.popoverLight.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: var(--secodary-light);
}
.cspopover.bs-popover-start > .popover-arrow::after,
.cspopover.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popoverLight.bs-popover-start > .popover-arrow::after,
.popoverLight.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-left-color: var(--secodary-light);
}
.record {
  position: relative;
}
.record:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(126, 229, 246, 0.9);
  animation: waves 1s ease-in-out infinite forwards;
  border-radius: 50%;
  z-index: -1;
}
.record i {
  position: relative;
  z-index: 2;
}
@keyframes waves {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.66em;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1,
.h1 {
  font-size: 2rem;
  margin-bottom: 0.66em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 a,
.h1 a {
  color: inherit;
}
h2,
.h2 {
  font-size: 1.75rem;
  margin-bottom: 0.66em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h2 a,
.h2 a {
  color: inherit;
}
h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: 0.66em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h3 a,
.h3 a {
  color: inherit;
}
h4,
.h4 {
  font-size: 1.125rem;
  margin-bottom: 0.66em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h4 a,
.h4 a {
  color: inherit;
}
h5,
.h5 {
  font-size: 1rem;
  margin-bottom: 0.66em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h5 a,
.h5 a {
  color: inherit;
}
h6,
.h6 {
  font-size: 0.875rem;
  margin-bottom: 0.66em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h6 a,
.h6 a {
  color: inherit;
}
p,
ol {
  margin-bottom: 1em;
}
.text-default {
  color: #253c63 !important;
}
.text-muted-dark {
  color: #8499c4 !important;
}
.text-fb-blue {
  color: #234684 !important;
}
.text-blue {
  color: #467fcf !important;
}
.text-indigo {
  color: #6574cd !important;
}
.text-purple {
  color: #867efc !important;
}
.text-lightpink-red {
  color: #ff7088 !important;
}
.text-lightgreen {
  color: #26eda2 !important;
}
.text-pink {
  color: #ec407a !important;
}
.text-red {
  color: #fb5454 !important;
}
.text-orange {
  color: #f86300 !important;
}
.text-yellow {
  color: #ecb403 !important;
}
.text-green {
  color: #10b981 !important;
}
.text-green-1 {
  color: #0dff01 !important;
}
.text-teal {
  color: #2bcbba !important;
}
.text-cyan {
  color: #17a2b8 !important;
}
.text-white {
  color: #fff !important;
}
.text-gray {
  color: #969696 !important;
}
.text-gray-dark {
  color: #425e8d !important;
}
.text-azure {
  color: #45aaf2 !important;
}
.text-lime {
  color: #7bd235 !important;
}
.text-light-color {
  color: #a9b1c9 !important;
}
.text-secondary {
  color: #9c52fd !important;
}
.text-secondary1 {
  color: #24e4ac !important;
}
.text-success {
  color: #56d094 !important;
}
.text-info {
  color: #2f89f5 !important;
}
.text-warning {
  color: #ffa70b !important;
}
.text-danger {
  color: #ef4444 !important;
}
.text-light {
  color: #ebedef !important;
}
.text-dark {
  color: #242e4c !important;
}
.text-body {
  color: #242e4c !important;
}
.text-muted {
  color: #828caa !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-facebook {
  color: #3b5998 !important;
}
.text-google-plus {
  color: #dd4b39 !important;
}
.text-twitter {
  color: #1da1f2 !important;
}
.text-pinterest {
  color: #bd081c !important;
}
.success-shadow {
  text-shadow: 0 5px 10px rgba(19, 191, 166, 0.3) !important;
}
.info-shadow {
  text-shadow: 0 5px 10px rgba(7, 116, 248, 0.3) !important;
}
.warning-shadow {
  text-shadow: 0 5px 10px rgba(255, 162, 43, 0.3) !important;
}
.danger-shadow {
  text-shadow: 0 5px 10px rgba(255, 56, 43, 0.3) !important;
}
.pink-shadow {
  text-shadow: 0 5px 10px rgba(213, 109, 252, 0.3) !important;
}
.purple-shadow {
  text-shadow: 0 5px 10px rgba(96, 77, 216, 0.3) !important;
}
.dark-shadow {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
}
.white-shadow {
  text-shadow: 0 5px 10px rgba(255, 255, 255, 0.3) !important;
}
.secondary-shadow {
  text-shadow: 0 5px 10px rgba(176, 117, 253, 0.4) !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-semibold {
  font-weight: 500 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-wrap {
  font-size: 14px;
  line-height: 1.66;
}
.text-wrap > :first-child {
  margin-top: 0;
}
.text-wrap > :last-child {
  margin-bottom: 0;
}
.text-wrap h1,
.text-wrap h2,
.text-wrap h3,
.text-wrap h4,
.text-wrap h5,
.text-wrap h6 {
  margin-top: 1em;
}
.user-info .text-dark {
  color: var(--title) !important;
  font-weight: 400;
  font-size: 16px;
}
.user-info .text-muted {
  color: #74829c !important;
}
.app-sidebar__user-name.text-sm {
  font-size: 12px;
  font-weight: 400;
}
.light-menu .app-sidebar .Annoucement_card .title,
.light-menu .app-sidebar .Annoucement_card .text-white {
  color: #263871 !important;
}
.copyIcon {
  background: url("./media/ic_copy-NRWSLMIT.svg") no-repeat right center;
  width: 18px;
  height: 18px;
  background-size: 18px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.customSvgIcon {
  inline-size: 15px;
  block-size: 15px;
  display: inline-block;
  vertical-align: middle;
  transition: fill 0.3s;
  fill: #fff;
}
.whiteCircleIcon {
  inline-size: 36px;
  block-size: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  color: #000 !important;
}
.placeholder {
  background: url("./media/placeholder-O66LB6EO.svg") no-repeat center/36px;
}
.searchIcon {
  background: url("./media/ic_search-5W6R6UWS.svg") no-repeat 0 0/15px;
  inline-size: 16px;
  block-size: 16px;
  display: inline-block;
}
.deleteIcon {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 15px;
}
.iconcsv {
  background: url("./media/icon_csv-7ESZFPIO.svg") no-repeat;
  background-size: 18px auto;
  padding-inline-start: 28px;
  min-block-size: 22px;
}
.folderICon.file {
  background: url("./media/ic_file-N6BJYGR5.svg") no-repeat left 2px;
  background-size: 16px auto;
  color: #111;
}
.info-icon.white use {
  stroke: #fff;
}
.info-icon.black use {
  stroke: var(--text-color2);
}
.mappingArrowIcon {
  background: url("./media/bigArrow-VWDCJFO4.svg") no-repeat center right;
  inline-size: 120px;
  block-size: 8px;
  margin-inline: 30px;
  opacity: 0.9;
}
.copyLink {
  transition: all 0.3s ease;
  position: relative;
  color: #9b9b9b;
  display: flex;
  align-items: center;
}
.copyLink i {
  font-size: 18px;
}
.copyLink span {
  margin-inline-start: 5px;
  opacity: 0;
  transition: all 0.3s ease;
}
.copyLink:hover {
  inset-inline-start: 0;
  color: var(--primary-color);
}
.copyLink:hover span {
  opacity: 1;
}
.isExpandedBtn {
  font-size: 20px;
  color: #232c2f;
  cursor: pointer;
  line-height: 1;
  vertical-align: top;
}
.closeBtn {
  background: url("./media/closenew-5TT6IMGK.svg") no-repeat center center;
  min-width: 24px;
  height: 24px;
  background-size: 20px;
  cursor: pointer;
  border: none;
  opacity: 1;
}
.closeBtn:hover {
  opacity: 1;
}
.backBtn {
  background: url("./media/left_arrow-5NP5KIGT.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 24px;
  cursor: pointer;
  border: none;
  opacity: 0.8;
  min-height: 24px;
}
.backBtn:hover {
  opacity: 1;
}
.infoIcon {
  background: url("./media/infoIcon-VCIOMG6V.svg") no-repeat right center;
  width: 18px;
  height: 18px;
  background-size: 18px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.editIcon {
  background: url("./media/Ic_edit-VIDKTXTD.svg") no-repeat 0 0;
  width: 16px;
  cursor: pointer;
  height: 16px;
  background-size: 15px auto;
  display: inline-block;
  vertical-align: middle;
}
.resultError {
  background-color: #ffdfdf;
  border: 1px solid #fb9b9b;
  color: #c92727;
  border-radius: 8px;
  margin-bottom: 4px;
  width: 100%;
  padding: 15px 15px 15px 45px;
  position: relative;
}
.resultError h5 {
  font-size: 16px;
}
.resultError p {
  font-size: 14px;
}
.resultError .erricon {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 17px;
  height: auto;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.75rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.14285714;
}
.row-cards > .col,
.row-cards > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.row-deck > .col,
.row-deck > [class*=col-] {
  display: flex;
  align-items: stretch;
}
.col-login {
  max-width: 24rem;
}
.container-fluid {
  width: 100%;
  padding: 0 0.75rem;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.row.user-social-detail {
  margin: 0 auto;
  justify-content: center;
}
.col-sm-2 .feature {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.container.app-content {
  min-height: 70vh;
}
.header-logo .col-login {
  display: flex;
  justify-content: center;
}
.col-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12,
.col-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 0.75rem;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.footer .container {
  width: 100%;
  padding: 0 0.75rem;
  margin: 0 auto;
}
.container-login100 .box .social-icons {
  position: relative;
}
.container-login100 .box ul {
  margin: 0;
  padding: 0;
}
.container-login100 .box ul li {
  list-style: none;
  float: left;
  padding: 7px;
}
.container-login100 .box ul li a {
  margin: 0 10px;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .page-content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
  .layout-boxed.horizontal .hor-header .container,
  .layout-boxed.horizontal .horizontal-main .container,
  .layout-boxed.horizontal .main-content.hor-content .container {
    max-width: 95% !important;
  }
  body.layout-boxed {
    background: #cfd1e2;
  }
  body.layout-boxed.dark-mode {
    background: var(--dark-body);
  }
  .layout-boxed .page {
    width: 1400px;
    margin: 0 auto;
    background: #f2f3f9;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: rgba(104, 113, 123, 0.3) 0 5px 0 0px, rgba(104, 113, 123, 0.3) 0 5px 25px 0;
    box-shadow: rgba(104, 113, 123, 0.3) 0 5px 0 0px, rgba(104, 113, 123, 0.3) 0 5px 25px 0;
  }
  .layout-boxed .app-header.header {
    width: 1400px !important;
    margin: 0 auto;
  }
  .layout-boxed .side-header {
    left: auto !important;
    right: auto !important;
  }
  .layout-boxed h3.number-font {
    font-size: 1.8rem;
  }
  .layout-boxed .sticky-pin .horizontal-main.hor-menu {
    width: 1400px !important;
  }
  .layout-boxed .hor-content .container,
  .layout-boxed .hor-header .container,
  .layout-boxed .horizontal-main.hor-menu .container {
    max-width: 95%;
  }
  .layout-boxed .main-sidemenu .slide-right {
    right: 6px;
  }
  .layout-boxed .main-sidemenu .slide-left {
    left: 8px;
  }
  .layout-boxed .browser-stats img {
    padding: 5px;
    width: 30px;
    height: 30px;
  }
  .layout-boxed .media.media-xs.overflow-visible {
    display: inline-block;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1850px) {
  .container {
    max-width: 1800px;
  }
}
@media (max-width: 1023px) {
  .container-fluid,
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px !important;
  }
}
.nav-sidebar .list-unstyled li:last-child {
  border-bottom: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  min-width: 2rem;
  transition: 0.3s color;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--primary-color);
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  color: var(--primary-color) !important;
}
.nav-link.disabled {
  color: #c2cada;
  opacity: 6;
  cursor: default;
  pointer-events: none;
}
.nav-link.disable {
  color: #cba4f7;
  opacity: 3;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color);
}
.nav-item1 {
  padding: 10px 15px;
  min-width: 2rem;
  transition: 0.3s color;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav-item1:hover:not(.disabled),
.nav-item1.active {
  color: #fff;
}
.nav-item1 .nav-link.disabled {
  opacity: 6;
  pointer-events: none;
}
.nav-item1 .nav-link.disable {
  opacity: 3;
}
.nav1 .nav-link {
  padding: 0;
}
.nav-item {
  min-width: 2rem;
  transition: 0.3s color;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav-link-icon i {
  line-height: 2;
}
.nav-tabs .nav-item i {
  margin-right: 10px;
  line-height: 1;
  width: 0.875rem;
  font-size: 0;
  vertical-align: baseline;
  display: inline-block;
}
.nav-tabs .nav-submenu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(227, 231, 241, 0.8);
  border-top: none;
  z-index: 10;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  min-width: 10rem;
  border-radius: 0 0 3px 3px;
}
.nav-tabs .nav-submenu .nav-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #8499c4;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s;
}
.nav-tabs .nav-submenu .nav-item.active {
  color: #467fcf;
}
.nav-tabs .nav-submenu .nav-item:hover {
  color: #8499c4;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.024);
}
.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.nav-tabs .nav-item1 .nav-link.active,
.nav-tabs .nav-link:hover:not(.disabled),
.nav-tabs .nav-link.active {
  background: var(--primary-color);
}
.responsive-navbar.navbar {
  position: relative;
  display: flex;
  margin: 0 !important;
  padding: 0;
}
.responsive-navbar.navbar .nav-link.icon {
  color: #2a1b4d !important;
  font-size: 21px;
  border-radius: 5px;
}
.responsive-navbar.navbar .nav-link.icon svg {
  fill: #7e89a9;
}
.tab-style5 .nav.flex-column.nav-pills .nav-link {
  background: #eeeef6;
  margin-bottom: 10px;
}
.tab-style5 .nav.flex-column.nav-pills .nav-link.active {
  background-color: var(--primary-color);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.scrollspy-example-2 .nav-link {
  padding: 10px;
}
#navbar-example2 .nav-link {
  padding: 0.5rem 0.75rem;
}
#navbar-example3 .nav-link {
  padding: 0.75rem;
  color: #282f53;
}
#navbar-example3 .nav-link.active {
  color: #fff;
}
.custom-layout .nav-link.icon svg {
  color: var(--primary-color) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 9px;
  width: inherit;
  height: inherit;
  fill: #fff;
}
.nav-link.icon {
  margin: 5px;
  padding: 5px;
  text-align: center;
  height: 2.5rem;
  font-size: 22px;
  position: relative;
}
.nav-link.icon i {
  color: #7e89a9 !important;
}
.nav-link.icon svg {
  font-size: 20px;
  position: relative;
  fill: #7e89a9;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding: 0.359375rem 0;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none !important;
  flex-direction: initial !important;
}
.navbar-nav .nav-link {
  padding-right: 35px;
  padding-left: 0;
  padding-bottom: 10px;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem;
  font-size: 1.125rem;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  background-size: 100% 100%;
  fill: #677ca7;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .nav-link {
  padding: 0 0.5rem;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.header .nav-tabs {
  margin: 0;
}
.header-1 .navbar .nav-link.nav-link-lg i {
  font-size: 1.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #242e4c;
  line-height: 32px;
  text-align: center;
}
.header-1 .nav-link.icon i {
  color: #242e4c !important;
}
.header-2 .nav-link i {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #242e4c;
  margin-top: 5px;
}
.header-2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 0.9rem;
}
.header-1 .nav-link .text-dark,
.header-2 .nav-link .text-dark,
.header-3 .nav-link .text-dark {
  color: #242e4c !important;
}
.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
  position: absolute;
  top: 5px;
  left: 57px;
  display: block !important;
  padding: 3px 5px !important;
}
.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
  display: none;
}
.nav-badge {
  border-radius: 30px;
  padding: 0.4em 0.6em;
  font-size: 12px;
}
.scrollable-layout .navbar {
  position: inherit;
}
.main-contact-info-header .media-body .nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  color: #a8afc7;
  font-size: 13px;
}
.main-contact-info-header .media-body .nav-link i {
  font-size: 18px;
  line-height: 0;
  margin-right: 5px;
}
.main-contact-info-header .media-body .nav-link i.typcn {
  line-height: 0.9;
}
.main-contact-info-header .media-body .nav-link i.typcn::before {
  width: auto;
}
.main-contact-info-header .media-body .nav-link + .nav-link {
  margin-left: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
  color: #9d9f9e;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0 22px;
}
.wideget-user-tab .tab-menu-heading .nav li a {
  color: #374254;
  font-size: 15px;
  font-weight: 400;
}
.profile-tabs .nav-link {
  padding: 0.5rem 1rem;
}
.nav-pills .nav-link {
  color: #242e4c;
}
.app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.alert .btn-close {
  right: 31px !important;
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
  background-image: none;
  width: 0;
  height: 0;
  margin-top: -7px;
  position: absolute;
  top: 19px;
  float: right;
  font-size: 1.40625rem;
  font-weight: 200;
  line-height: 1.3;
  color: inherit;
  text-shadow: none;
  opacity: 1;
  transition: 0.3s color;
}
.alert:last-child,
.alert p {
  margin-bottom: 0;
}
.alert-link {
  font-weight: 500;
}
.alert-link:hover,
.alert-link a:hover {
  text-decoration: underline;
}
.alert-dismissible {
  padding-right: 3.90625rem;
}
.alert.alert-success hr {
  border-top-color: #56d094;
}
.alert.alert-info hr {
  border-top-color: #2f89f5;
}
.alert.alert-warning hr {
  border-top-color: #e2aa43;
}
.alert.alert-danger hr {
  border-top-color: #fb5454;
}
.alert-primary {
  color: var(--primary-color);
}
.alert-primary hr {
  border-top-color: var(--primary-color);
}
.alert-primary .alert-link {
  color: var(--primary-color);
}
.badge {
  display: inline-block;
  padding: 1.1em 1.2em;
  font-weight: 600;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  font-size: 11px;
  position: relative;
}
.badge.small {
  padding: 0.9em 1.1em;
}
.badge.disable {
  opacity: 0.7;
  cursor: default;
}
.badge .fe {
  line-height: 0;
}
.badgetext.badge {
  padding-bottom: 0.8em;
}
.nav-unread.badge {
  position: absolute;
  top: 2px;
  right: 3px;
  display: block !important;
  padding: 3px 5px !important;
  font-size: 10px !important;
  border-radius: 50px !important;
  line-height: 1.1;
  box-shadow: 0 0 0 rgba(255, 71, 61, 0.9);
  animation: pulse 2s infinite;
}
.header-1 .nav-link .badge {
  position: absolute;
  top: 2px;
  right: 6px;
  left: 18px;
  width: 1rem;
  height: 1rem;
  font-size: 11px;
  text-align: center !important;
  padding: 0.25em 0.4em;
  line-height: 1;
}
.header-1 .badge {
  border-radius: 50%;
}
.header-2 .nav-link .badge {
  position: absolute;
  top: 5px;
  right: 9px;
  width: 1rem;
  height: 1rem;
  font-size: 11px;
  text-align: center !important;
  padding: 0.25em 0.4em;
  line-height: 1;
  border-radius: 50%;
}
.badge-primary {
  background: var(--primary-color);
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}
.badge-primary-gradient[href]:hover,
.badge-primary-gradient[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}
.profile-edit span .badge {
  padding: 10px;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card {
  margin-bottom: 1.5rem;
  width: 100%;
  border-color: var(--borderColor);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: -8px 12px 18px 0 rgba(14, 17, 28, 0.01);
  border-radius: 10px;
}
.card .card {
  box-shadow: 0 0 10px rgba(69, 101, 173, 0.1);
  border: 1px solid rgba(227, 231, 241, 0.8) !important;
}
.card .card {
  box-shadow: none;
}
.card .list-group-item {
  margin-bottom: -1px;
}
.example .card .list-group-item {
  margin-bottom: 0;
}
.card .card-title {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.card .card-title a {
  color: inherit;
}
.card .card-title:only-child {
  margin-bottom: 0;
}
.card .card-title small {
  color: #8499c4;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}
.card .card-subtitle {
  color: #8499c4;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}
.card .card-text:last-child {
  margin-bottom: 0;
}
.card .card-link:hover {
  text-decoration: none;
}
.card .card-link + .card-link {
  margin-left: 1rem;
}
.card .card-header {
  padding: 1.5rem;
  margin-bottom: 0;
}
.card .card-header:first-child {
  border-radius: 2px 2px 0 0;
}
.card .card-header .card-title {
  margin-bottom: 0;
}
.card .card-header.border-0 + .card-body {
  padding-top: 0;
}
.card .card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
  position: relative;
  margin: 0;
}
.card .card-body + .card-body {
  border-top: 1px solid rgba(227, 231, 241, 0.8);
}
.card .card-footer,
.card .card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}
.card .card-footer {
  border-top: 1px solid rgba(227, 231, 241, 0.8);
  color: #8499c4;
}
.card .card-list-group + .card-body {
  border-top: 1px solid rgba(227, 231, 241, 0.8);
}
.card .card-aside {
  flex-direction: row;
}
.card .card-aside-column {
  min-width: 5rem;
  width: 30%;
  flex: 0 0 30%;
  background: no-repeat center/cover;
}
.card .card-options {
  margin-left: auto;
  display: flex;
  order: 100;
  margin-right: -0.5rem;
  color: #8499c4;
  align-self: center;
}
.card .card-options .dropdown-toggle:after {
  display: none;
}
.card .card-blog-overlay,
.card .card-blog-overlay1,
.card .card-blog-overlay2 {
  position: relative;
}
.card .card-blog-overlay::before,
.card .card-blog-overlay1::before,
.card .card-blog-overlay2::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 5px;
}
.card .card-status {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 7px 7px 0 0;
}
.card .card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}
.card.card-collapsed .card-header {
  border-bottom: 0;
}
.card.card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}
.card.card-collapsed .card-options-collapse i:before {
  content: "\e92d";
}
.card.card-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  margin: 0;
}
.card.card-fullscreen .card-options-fullscreen i:before {
  content: "\e992";
}
.card.card-fullscreen .card-options-remove {
  display: none;
}
.card .card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}
.card .card-category {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  background: #f4f6fd;
  padding: 8px;
  border-radius: 5px;
}
.card .example .list-group-item {
  margin-bottom: 0;
}
.card .rightBox {
  margin-left: auto;
  text-align: right;
}
.card .rightBox .text-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: #637276;
}
.card .rightBox span {
  font-size: 12px;
  font-weight: 600;
  padding-left: 10px;
  letter-spacing: 0.24px;
}
.card .box .img img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.card .box h2 {
  font-size: 20px;
  color: #262626;
  margin: 20px auto;
}
.card .box h2 span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
}
.card .box p {
  color: #262626;
}
.card .blog-img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.pricing .card-category {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  color: #fff;
}
.card-counter.primary {
  background-image:
    linear-gradient(
      to right,
      var(--primary-color) 0%,
      var(--primary-color) 100%);
  color: #fff;
}
.inbox .card-body .richText .richText-toolbar ul li a {
  padding: 6px 10px;
}
.row-deck > .col .card,
.row-deck > [class*=col-] .card {
  flex: 1 1 auto;
}
.card-img-absolute {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin-left: -28px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
}
.card-title {
  margin-bottom: 1.5rem;
}
.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header:first-child {
  border-radius: 2px 2px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(227, 231, 241, 0.8);
}
.card-blog-overlay:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 5px;
}
.card-blog-overlay1:before,
.card-blog-overlay2:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 5px;
}
.card-table {
  margin-bottom: 0;
}
.card-table tr:first-child td,
.card-table tr:first-child th {
  border-top: 0;
}
.card-table tr td:first-child,
.card-table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table tr td:last-child,
.card-table tr th:last-child {
  padding-right: 1.5rem;
}
.card-body + .card-table {
  border-top: 1px solid rgba(227, 231, 241, 0.8);
}
.card.pos-relative .card-body .text-primary path {
  fill: var(--primary-color);
}
.item-card img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.item-card .cardbody {
  position: relative;
  padding: 30px 15px;
  border-radius: 0 0 0.2rem 0.2rem;
}
.item-card .cardtitle span {
  display: block;
  font-size: 0.75rem;
}
.item-card .cardtitle a {
  color: #253c63;
  font-weight: 500;
  text-decoration: none;
}
.item-card .cardprice {
  position: absolute;
  top: 30px;
  right: 15px;
}
.item-card .cardprice span {
  display: block;
  color: #253c63;
}
.panel-group .panel-default > .panel-heading {
  padding: 0;
  background-color: #f4f6fd;
  border-radius: 5px 5px 0 0;
}
.panel-title {
  font-size: 14px;
  margin-bottom: 0;
}
.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
.more-less {
  float: right;
  color: #212121;
}
.wrap {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
.panel1 {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}
.panel1:last-child {
  border-bottom: none;
}
.panel-group1 .panel1 {
  border-radius: 0;
}
.panel-title1 {
  font-size: 14px;
  margin-bottom: 0;
}
.panel-group1 .panel1 + .panel1 {
  margin-top: 0;
}
.panel-group1 .panel-body {
  border: 1px solid rgba(227, 231, 241, 0.8);
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-title1 a {
  display: block;
  color: #fff !important;
  padding: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}
.panel-title a.accordion-toggle:before {
  content: "\f068";
  padding: 0 10px 0 0;
  color: #fff;
  float: right;
}
.panel-title a.accordion-toggle.collapsed:before {
  content: "\f067";
  padding: 0 10px 0 0;
  color: #fff;
  float: right;
}
.demo-accordion p:last-child,
.panel-group1 p:last-child {
  margin-bottom: 0;
}
.accordionjs .acc_section.acc_active > .acc_head {
  color: #fff !important;
}
.accordion-wizard .rounded-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 3px;
}
.accordion-item {
  border: 1px solid rgba(227, 231, 241, 0.8);
}
.card-header {
  background-color: #fff !important;
  padding: 1.5rem;
  margin-bottom: 0;
}
.access-card {
  border: 1px solid var(--borderColor);
  border-radius: 12px;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 0;
  height: 100%;
}
.access-card h6 {
  font-size: 20px;
}
.access-card .page-subtitle {
  font-size: 14px;
  font-weight: 400;
}
.dropdown {
  display: block;
}
.dropdown-item {
  color: var(--title);
}
.dropdown-menu-arrow.dropdown-menu-end:before,
.dropdown-menu-arrow.dropdown-menu-end:after {
  left: auto;
  right: 20px;
}
.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.dropdown-toggle:after {
  vertical-align: 0.155em !important;
  margin-left: 0.155em !important;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-icon {
  color: #7e89a9;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute !important;
  top: 100%;
  left: 0;
  right: -5px;
  z-index: 9999 !important;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 13px;
  color: #242e4c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(227, 231, 241, 0.8);
  -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;
}
.dropdown-menu-end {
  right: -36px !important;
  left: auto !important;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu[data-popover-placement^=top],
.dropdown-menu[data-popover-placement^=end],
.dropdown-menu[data-popover-placement^=bottom],
.dropdown-menu[data-popover-placement^=start] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(227, 231, 241, 0.8);
}
.dropdown-item,
.dropdownItems {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: normal;
  background-color: transparent;
  border: 0;
}
.dropdown-item.user {
  font-size: 18px;
  padding: 5px;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #fff;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
  margin: 0;
  border: 1px solid var(--borderColor);
}
ul.dropdown-menu li.dropdown ul.dropdown-menu {
  background-color: #f4f4f4 !important;
  background-color: #fff !important;
  border: 0 solid #4285f4 !important;
  box-shadow: 0 0 3px rgba(25, 25, 25, 0.3) !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 100% !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #8499c4;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8499c4;
  background-color: #f4f6fd;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(215, 227, 243, 0.5);
}
.dropdown-menu .dropdown-plus-title {
  width: 100% !important;
  color: #242e4c !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
  border: 0 solid rgba(215, 227, 243, 0.5) !important;
  border-bottom-width: 1px !important;
  cursor: pointer !important;
}
ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}
.dropdown-menu-arrow:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  right: 13px;
  transform: rotate(45deg);
  border-top: 1px solid rgba(227, 231, 241, 0.8);
  border-left: 1px solid rgba(227, 231, 241, 0.8);
  z-index: -1;
}
.dropdown-menu-arrow[data-popper-placement=top-start]:before {
  top: auto;
  border-right: 1px solid rgba(227, 231, 241, 0.8);
  border-top: none;
  border-left: none;
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
  bottom: -7px;
}
.nav-link:hover .dropdown-menu.show {
  display: block;
}
.nav-item.show .dropdown-menu.dropdown-menu-arrow.show {
  top: -1px !important;
}
.panel-heading .note-btn-group .dropdown-menu > li > a {
  padding: 4px 8px;
}
#file-datatable_wrapper .dropdown-menu {
  padding: 0 !important;
}
.responsive-navbar.navbar .dropdown-menu.dropdown-menu-start {
  left: -1px;
  right: -1px;
  position: absolute;
}
.header .dropdown-menu {
  padding: 0;
  border: 0;
  margin-top: 0;
}
.header .dropdown-menu.dropdown-menu-end {
  left: auto !important;
  right: 0;
  top: 50px !important;
  border-radius: 5px;
}
.header .profile-1 .dropdown-icon {
  font-size: 17px;
}
.dropdown-menu-arrow.dropdown-menu-end:before {
  right: 18px;
}
.dropdown-menu[data-bs-popper] {
  left: auto;
}
.profile-1 .dropdown-menu {
  min-width: 200px;
  position: absolute !important;
  right: -10px !important;
  top: 1px;
}
.header-right-icons .profile-1 .dropdown-menu a {
  padding: 10px 26px;
  border-bottom: 1px solid #e9ecf4;
}
.header-right-icons .profile-1 .dropdown-menu a:last-child {
  border-bottom: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.header-right-icons .dropdown-menu a {
  padding: 1rem;
}
.header-2 .dropdown-menu {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
}
.header-search-icon .dropdown-menu {
  box-shadow: 0 10px 15px rgba(201, 206, 226, 0.4);
}
.header .notifications .dropdown-menu {
  min-width: 18rem;
}
.header .dropdown.message .dropdown-menu {
  min-width: 19rem;
}
.app-header .responsive-navbar .notifications-menu .dropdown-item h6,
.app-header .responsive-navbar .notifications-menu .dropdown-item span,
.app-header .responsive-navbar .notifications-menu .dropdown-item .notification-label,
.app-header .responsive-navbar .message-menu .dropdown-item h6,
.app-header .responsive-navbar .message-menu .dropdown-item span,
.app-header .responsive-navbar .message-menu .dropdown-item .notification-label,
.hor-header .responsive-navbar .notifications-menu .dropdown-item h6,
.hor-header .responsive-navbar .notifications-menu .dropdown-item span,
.hor-header .responsive-navbar .notifications-menu .dropdown-item .notification-label,
.hor-header .responsive-navbar .message-menu .dropdown-item h6,
.hor-header .responsive-navbar .message-menu .dropdown-item span,
.hor-header .responsive-navbar .message-menu .dropdown-item .notification-label {
  white-space: normal !important;
}
.app-header .profile-1 .dropdown-item,
.hor-header .profile-1 .dropdown-item {
  white-space: normal;
}
.header .header-search.dropdown-menu {
  margin-top: -1px;
}
.app-sidebar__user .dropdown-menu {
  top: 10px !important;
}
.dropdown-menu.dropdown-menu-right {
  left: auto;
}
.dropdown-item .fa,
.dropdown-item .icon {
  vertical-align: middle;
}
.header-light .header .dropdown .nav-link.icon:hover {
  background: none !important;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--primary-color);
  text-decoration: none;
  background-color: #f4f6fd;
}
.tableActionBtn .dropdown {
  width: 30px;
  margin: auto;
}
.dropdown .dropdown-menu.custom-dropdown-class {
  position: fixed !important;
  right: 0;
  border-radius: 5px;
  width: 220px;
  left: calc(100% + 70px);
  top: -60px;
  padding: 0px;
  border: none;
}
.dropdown .dropdown-menu.custom-dropdown-class .rounded-0 {
  border-radius: 0 0 5px 5px !important;
}
.dropdown-menu.custom-dropdown-class:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: -8px;
  transform: rotate(45deg);
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
  border-left: 1px solid rgba(227, 231, 241, 0.8);
  z-index: -1;
}
.dropdown-menu.custom-dropdown-class .header-search {
  min-width: 100% !important;
}
::-ms-input-placeholder {
  letter-spacing: 0.17px;
  color: var(--textColor);
  opacity: 1;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 7px;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
input[type=number] {
  appearance: none;
  -moz-appearance: none;
  -moz-appearance: textfield !important;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.selectWrap option:disabled {
  color: var(--textColor);
  font-weight: 500;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-left: -1.25rem;
  cursor: pointer;
  border: 1px solid rgba(227, 231, 241, 0.8);
}
.form-check-input:disabled ~ .form-check-label {
  color: #505662;
}
.form-check-label {
  margin-bottom: 0;
}
.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.header .form-inline {
  margin-right: 7px;
}
.form-inline .form-check {
  width: 100%;
}
.form-content .form-group {
  display: flex;
}
.form-select:focus {
  border-color: rgba(227, 231, 241, 0.8);
  outline: 0;
  box-shadow: none;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: rgba(227, 231, 241, 0.8);
}
.form-floating > label {
  padding: 13px 12px 0;
}
.form-check-input:checked {
  background-color: var(--primary-color-new);
  border-color: var(--primary-color-new);
}
.form-check-input:not(:checked) {
  background-color: #e7edf5;
}
.select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 39%;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  border-color: #198754;
  box-shadow: none;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: none;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: none;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  border-color: #fb5454;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.input-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.select-lg {
  height: 46px !important;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.select-sm {
  height: calc(1.5em + 0.5rem + 2px) !important;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 0.9;
  color: #242e4c;
  text-align: center;
  white-space: nowrap;
  background-color: #f4f6fd;
  border: 1px solid rgba(227, 231, 241, 0.8);
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-text > .input-group-text {
  border-right: 0;
  border-left: 0;
}
.form-select {
  display: inline-block;
  width: 100%;
  height: 43px;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  line-height: 1.5;
  color: #6c757d;
  vertical-align: middle;
  font-size: 14px;
  background-size: 8px 10px;
  border: 1px solid rgba(227, 231, 241, 0.8);
  border-radius: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus::-ms-value {
  color: #8499c4;
  background-color: #fff;
  box-shadow: none;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
  box-shadow: none;
}
.form-select:disabled {
  color: #8499c4;
  background-color: #e9ecef;
}
.form-select::-ms-expand {
  opacity: 0;
}
.form-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 75%;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.form-select-lg {
  height: calc(2.6875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 125%;
}
.custom-switch-input:checked ~ .custom-switch-indicator-lg:before {
  left: calc(1.46rem + 1px) !important;
}
.responsive-navbar.navbar .input-group-text svg {
  fill: #fff;
}
textarea[cols] {
  height: auto;
}
.form-label {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 9px;
}
.form-label-small {
  font-weight: 400;
  font-size: 87.5%;
}
.form-footer {
  margin-top: 2rem;
}
.form-help {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #8499c4;
  background: #e9ecf7;
  border-radius: 50%;
  font-size: 0.75rem;
  transition: 0.3s background-color, 0.3s color;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-help:hover,
.form-help[aria-describedby] {
  background: #467fcf;
  color: #fff;
}
.input-icon .form-group.is-empty {
  margin-bottom: 0;
}
.custom-switch-input:checked ~ .custom-switch-indicator-xl:before {
  left: calc(1.96rem + 1px) !important;
}
.select2-container .select2-selection--single {
  height: 2rem !important;
}
.multi-select.ms-offscreen,
.multiselect.ms-offscreen,
.hide-select.ms-offscreen,
.optmulti-select.ms-offscreen,
.filter-multi.ms-offscreen,
.group-filter.ms-offscreen,
.custom-multiselect.ms-offscreen {
  display: none !important;
}
.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: 16px;
}
.custom-switch-input:focus ~ .custom-switch-indicator {
  box-shadow: none;
  border-color: rgba(227, 231, 241, 0.8);
}
.custom-switch-input:checked ~ .custom-switch-description {
  color: #242e4c;
}
.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}
.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.selectgroup-pills {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}
.selectgroup-pills .selectgroup-item {
  margin-right: 0.5rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--primary-color);
  box-shadow: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.custom-select:focus,
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: var(--primary-color);
}
.range.range-primary input[type=range] {
  outline-color: var(--primary-color);
}
.custom-switch-input:checked ~ .custom-switch-indicator {
  background: var(--primary-color);
}
div.conv-form-wrapper div.options div.option.selected {
  background: var(--primary-color);
  color: #fff;
}
div.conv-form-wrapper div.options div.option.selected:hover {
  background: var(--primary-color);
}
.inbox-head .sr-input {
  border: medium none;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  color: #8a8a8a;
  float: left;
  height: 30px;
  padding: 0 10px;
}
.mail-option .chk-all input[type=checkbox] {
  margin-top: 0;
}
.inbox-body .modal .modal-body input,
.inbox-body .modal .modal-body textarea {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.otpWrapInput ::placeholder {
  color: var(--textColor);
  font-weight: 500;
  opacity: 1;
}
.ng-select .ng-select-container {
  background: #f8f8f8;
  border: none;
  height: 50px;
  box-shadow: none !important;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  background-size: 9px 6px;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  right: 8px !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.ng-select .ng-arrow-wrapper .ng-arrow:after {
  content: "";
  font-size: 15px;
  background: url("./media/chevdown-75N6UJUO.svg") no-repeat;
  color: var(--text-color);
  font-weight: 600;
  width: 12px;
  height: 12px;
  background-size: contain;
  display: block;
  background-position: center;
}
.ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow:after {
  transform: rotate(180deg);
}
.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ng-select .ng-select-container .ng-value-container {
  display: flex;
  flex: 1;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  margin-top: 4px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: var(--text-color2);
  background-color: var(--secodary-light);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: var(--text-color2);
  background-color: var(--secodary-light);
}
.customSelectWrap .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0;
}
.disableInput .description {
  font-size: 14px;
  color: #8f8c8c;
  padding-top: 10px;
}
select option {
  color: black;
  font-style: normal;
}
.smallNgSelect .ng-select-container {
  height: 30px !important;
  background: #fff;
}
.smallNgSelect .ng-select-container .ng-value-container {
  padding-left: 0px;
}
.smallNgSelect .ng-arrow-wrapper .ng-arrow {
  height: 17px !important;
}
.form-control.header-search {
  border: 1px solid var(--borderColor);
  padding: 0.375rem 0.75rem 0.375rem 35px;
  width: 100%;
  border-radius: 0;
  height: 40px;
  font-weight: 500;
}
.form-group {
  display: block;
  margin-bottom: 2rem;
}
.form-group label {
  color: var(--text-color);
  font-size: 18px;
  letter-spacing: 0.17px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: normal;
}
.form-group label span {
  color: #7f8996;
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.form-group .form-control.borderTextBox {
  border: 1px solid #e9e9e9;
  background: #fff;
  height: 40px;
}
.form-group .pwdWrap {
  position: relative;
}
.form-group .pwdWrap .input-group-text {
  position: absolute;
  right: 0px;
  height: 100%;
  background: none;
  border: none;
  color: var(--primary-text-color);
  top: 0px;
}
.form-group .pwdWrap .eyeIcon {
  background: url("./media/eye_closed-FIXABLEZ.svg") no-repeat center center;
  width: 26px;
  height: 26px;
}
.form-group .pwdWrap .eyeIcon.eyeOn {
  background: url("./media/eye_closed_open-EVIHPX6E.svg") no-repeat center center;
}
.form-group select.form-control {
  height: 50px;
}
.form-group .calcIcon {
  background-image: url("./media/ic_calendar-ARGE5KVA.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 95% center;
  background-color: #fafafa;
}
.form-group .clockIcon {
  background-image: url("./media/ic_clock-IBZ6LJWC.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 95% center;
  background-color: #fafafa;
}
.inventoriesWrap h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #515c5f;
}
.inventoriesWrap h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  color: var(--heading-color);
  margin: 0 0 10px 0;
}
.inventoriesWrap p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: var(--heading-color);
  margin: 0;
}
.inventoriesWrap .bottom {
  align-items: flex-end;
}
.inventoriesWrap .price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  color: #61a870;
}
.inventoriesWrap .price p {
  font-size: 12px;
  letter-spacing: 0px;
  color: #7f8996;
  font-weight: 500;
}
.inventoriesWrap .delBtn {
  background: none;
  border: none;
  cursor: pointer;
}
.selectWrap {
  position: relative;
}
.selectWrap select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 20px;
  background-image: url("./media/ic_dropdown-PB6UUYWV.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.selectWrap .ng-placeholder {
  position: absolute;
  left: 11px;
  top: 15px;
}
.filterWrap {
  position: relative;
  background: url("./media/ic_filter-7I7C2DM2.svg") no-repeat 13px center;
  padding: 0 15px 0 35px;
  background-size: 16px auto;
  font-weight: 700;
  font-size: 16px;
  color: var(--titile);
}
.filterWrap a {
  color: var(--titile);
  font-weight: 500;
}
.multiSelectDropDown {
  position: relative;
  height: 45px;
  border-radius: 10px;
  border-color: #d3d4d4 !important;
}
.multiSelectDropDown:after {
  content: "";
  background: url("./media/chevdown-75N6UJUO.svg") no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 20px;
}
.multiSelectDropDown.show::after {
  transform: rotate(180deg);
  top: 15px;
}
.multiSelectDropDown .dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  height: 100%;
  z-index: 1;
  position: relative;
}
.multiSelectDropDown .dropdown-menu {
  width: 100%;
  left: 0px !important;
}
.multiSelectDropDown .titleBar {
  font-size: 0.875rem;
  color: var(--title);
  padding-right: 30px;
  font-weight: 500;
}
.multiSelectDropDown .titleBar span {
  font-weight: 500;
  opacity: 1;
}
.ng-placeholder {
  color: var(--textColor);
  font-weight: 500;
  opacity: 0.7;
}
.customSelectWrap {
  position: relative;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 3px 0;
  min-width: 160px;
}
.customSelectWrap:after {
  right: 5px;
  top: 13px;
  font-size: 17px;
}
.customSelectWrap label {
  font-size: 10px;
  letter-spacing: 0.4px;
  color: #707070;
  margin: 0;
  font-weight: 600;
  padding: 0 10px;
  display: block;
}
.customSelectWrap .ng-select.ng-select-single .ng-select-container {
  background: none;
  height: auto;
  min-height: auto;
  font-weight: 600;
  font-size: 13px;
}
.timepicker__header {
  background-color: var(--primary-color) !important;
  padding: 15px 15px !important;
}
.timepicker-button {
  color: var(--primary-color) !important;
}
.clock-face {
  width: 275px !important;
  height: 275px !important;
}
.clock-face__number > span.active {
  background-color: var(--primary-color) !important;
}
.clock-face__clock-hand {
  background-color: var(--primary-color) !important;
  height: 110px !important;
}
.clock-face__clock-hand_minute:before {
  border-color: var(--primary-text-color) !important;
}
.otpWrap .otpWrapInput.ngx-otp-input {
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border: none;
  border-radius: 0px;
  margin-right: 5px;
}
.run-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 35px;
  background: #ececfc;
}
.run-info .info-item {
  text-align: left;
}
.run-info-label {
  font-size: 14px;
  color: #7f8996;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.run-info-value {
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #1f2a2b;
  opacity: 1;
  font-weight: 600;
  margin-top: 5px;
}
.file-upload-container {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.file-upload-container .file-upload-box {
  display: flex;
  padding: 0 10px;
  align-items: center;
  border: 1px dashed #ccc;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  color: var(--primary-color);
  font-size: 14px;
  cursor: pointer;
  transition: border 0.3s ease;
  text-align: center;
  background: hsl(0, 0%, 98%);
}
.file-upload-container .ps-2 {
  max-width: 74%;
}
.file-upload-container .file-input {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-container .upload-text {
  color: var(--primary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  text-align: left;
}
.file-upload-container .upload-text.blackTxt {
  color: #232c2f;
  font-weight: 600;
}
.file-upload-container .replaceFile {
  font-size: 13px;
  margin-left: auto;
  text-decoration: underline;
  width: 100px;
}
.file-upload-container .downLoadBtn {
  font-size: 13px;
  margin-left: auto;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background-color: #fff;
  padding: 4px 10px;
  font-weight: 500;
  border-radius: 3px;
}
.file-upload-container .fileSize {
  font-weight: 500;
  color: #333;
  display: block;
  text-align: left;
  font-size: 11px;
}
.form-group label .asterisk,
.asterisk {
  color: var(--danger) !important;
  display: inline-block;
  vertical-align: top;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 0;
  position: relative;
  top: 6px;
}
.schedule {
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fafafa;
}
.schedule .schedule-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.schedule .schedule-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 5px 0 0;
}
.schedule .edit-icon {
  font-size: 16px;
  color: var(--primary-color);
  cursor: pointer;
}
.schedule .schedule-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.schedule .detail-item {
  flex: 1 1 25%;
  min-width: 150px;
  margin-bottom: 12px;
}
.textStyle {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 15px);
  padding: 15px 20px;
}
.userListWithBorder li {
  border-top: 1px solid #f4f3f3;
}
.userListWithBorder li .custom-control {
  margin: 0;
}
.userListWithBorder li .custom-control-label {
  display: block;
}
.userListWithBorder li .actionBtn {
  margin-left: auto;
  min-width: 250px;
}
.searchBoxToggle {
  border: 1px solid var(--borderColor);
  height: 43px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.searchBoxToggle .icon {
  display: none;
}
.searchBoxToggle .searchInput {
  padding: 0px;
  min-width: 0px !important;
  font-weight: 400;
  width: 0;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
  border: none;
  height: 38px;
}
.searchBoxToggle .searchInput::placeholder {
  font-weight: 400;
}
.searchBoxToggle .searchInput.show {
  width: 150px;
  opacity: 1;
  padding: 0 10px;
  border: none;
  min-height: auto;
}
.searchBoxToggle button {
  background: none;
  cursor: pointer;
  border: none;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgWhite-select .ng-select-container {
  background-color: #fff;
}
.textareaWrap {
  position: relative;
}
.textareaWrap span.word-count {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #c0c3c4;
}
.upload-file label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.upload-file label i {
  font-size: 16px;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgba(218, 201, 232, 0.5);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #8499c4;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e6e9f7;
}
.custom-control-label {
  margin-bottom: 0;
  vertical-align: middle;
  position: unset;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  display: inline-block;
}
.custom-control-label::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 4px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(215, 227, 243, 0.5);
}
.custom-control-label::after {
  position: absolute;
  top: 4px;
  left: 2px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  opacity: 0.8;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(212, 182, 228, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  border: 2px solid #fff;
  border-radius: 30px;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  opacity: 0.8;
}
.form-control-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.375rem;
  margin: 0;
  opacity: 0;
}
.form-control-input:focus ~ .form-control-label {
  box-shadow: none;
  border-color: #d5e4f7;
}
.form-control-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 38px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #8499c4;
  background-color: #fff;
  border: 1px solid rgba(227, 231, 241, 0.8);
  border-radius: 5px;
}
.form-control-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.375rem - 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  border-left: 1px solid rgba(227, 231, 241, 0.8);
  border-radius: 0 3px 3px 0;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-control-label:before {
  border: 1px solid rgba(197, 207, 220, 0.9);
  background-color: #fff;
  background-size: 0.5rem;
}
.custom-control-label-md::before,
.custom-control-label-md::after {
  top: -0.1rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.custom-control-label-md {
  padding-left: 9px;
  padding-top: 6px;
  line-height: 1;
}
.custom-controls-stacked .custom-control-md {
  margin-bottom: 0.25rem;
}
.custom-control-md {
  min-height: 2rem !important;
}
.custom-control-label-lg::before,
.custom-control-label-lg::after {
  top: -0.25rem !important;
  width: 2rem !important;
  height: 2rem !important;
}
.custom-control-label-lg {
  padding-left: 15px;
  padding-top: 10px;
  line-height: 1;
}
.custom-controls-stacked .custom-control-lg {
  margin-bottom: 0.25rem;
}
.custom-control-lg {
  min-height: 2.5rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: var(--primary-color-new);
  border-color: var(--primary-color-new);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  min-height: 43px;
  border-radius: 10px;
  resize: none;
  font-weight: 500;
  color: var(--title);
  border-color: #d3d4d4;
}
.form-control::-webkit-file-upload-button {
  background-color: var(--primary-color);
  color: #fff;
}
.form-control::placeholder {
  color: var(--textColor);
  font-weight: 500;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: var(--title);
  background-color: #fff;
  outline: 0;
  box-shadow: none;
  border-color: #d3d4d4 !important;
}
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--textColor);
  font-weight: 500;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f8fbfc !important;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #242e4c;
  background-color: #fff;
  border: 1px solid #d5e4f7;
  border-radius: 5px;
  box-shadow: none;
}
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-text > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-text > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-text > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-text > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.14285714;
  height: calc(1.5em + 0.5rem + 2px) !important;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-text > .input-group-text,
.input-group-sm > .input-group-text > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.14285714;
}
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-text > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-text > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 3px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-text > .input-group-text,
.input-group-lg > .input-group-text > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 3px;
}
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.6875rem + 2px);
}
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-text > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-text > select.btn:not([size]):not([multiple]) {
  height: calc(2.6875rem + 2px);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.form-floating > .form-control {
  padding: 0.45rem 0.75rem;
  height: calc(2.8rem + 2px);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  font-size: 13px;
}
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.45em;
}
.form-floating > .form-control,
.form-floating > .form-select {
  line-height: 2;
}
.form-control::-webkit-input-placeholder {
  color: var(--textColor);
  font-weight: 500;
}
.input-group > .form-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
  box-shadow: none;
}
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-control {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .form-control:not(:last-child) .form-control-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:last-child) .form-control-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) .form-control-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-control:not(:first-child) .form-control-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
textarea.form-control {
  height: auto !important;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: var(--secodary-light);
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: var(--secodary-light);
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.selected.disabled,
.bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.2509803922);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 6px -2px 6px -3px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-],
.bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
  background: var(--secodary-light);
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: var(--secodary-light);
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker-body table td span.selected {
  background: var(--primary-color) !important;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: var(--secodary-light);
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid var(--secodary-light);
}
.disableInput .apiPath {
  color: #3864cc;
  font-weight: 500;
}
.form-group .disableInput .form-control {
  min-height: 50px;
  height: auto;
}
.form-group .ng-dropdown-header .form-control {
  border-bottom: 1px solid #eee;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000B19' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.form-control.header-search::placeholder {
  color: var(--textColor);
  font-weight: 500;
}
.form-control.header-search:focus {
  box-shadow: none;
}
.item-card .cardprice span.type--strikethrough {
  opacity: 0.7;
  text-decoration: line-through;
}
.input-icon .form-group.is-empty .form-control {
  margin-bottom: 0;
}
.text-transparent {
  color: #fff;
  opacity: 0.5;
}
.select-box .ng-select .ng-select-container {
  background: #fff !important;
  border: 1px solid var(--primary-color-new) !important;
  border-radius: 10px;
}
.btn {
  border-radius: 10px !important;
}
.form-switch .form-check-input {
  width: 44px;
  height: 26px;
  background: #e7edf5 !important;
}
.form-switch .page-subtitle {
  color: var(--textColor);
}
.form-check-input:checked[type=checkbox] {
  background-size: 14px;
  --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='%23000b19' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}
.form-switch .form-check-input::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  top: 50%;
  left: 4px;
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.form-switch .form-check-input:checked {
  background:
    linear-gradient(
      89.3deg,
      #058bf1 0.56%,
      #12cba7 42.72%,
      #13d39f 51.03%,
      #11d4ae 60.75%,
      #06dcff 99.35%) !important;
}
.form-switch .form-check-input:checked::after {
  transform: translate(22px, -50%);
}
@media screen and (max-width: 1600px) {
  .form-group label {
    font-size: 15px;
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  display: none;
  overflow: hidden;
  outline: 0;
  margin: 0 !important;
  padding: 15px !important;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}
.modal.show {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
  margin: 0 auto;
}
.modal .modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}
.modal .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-open {
  padding-right: 0 !important;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  width: auto;
  height: auto;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 3px;
  outline: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.8rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f8f8f8;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-header p {
  font-size: 13px;
  letter-spacing: 0.28px;
  color: var(--textColor);
  margin: 10px 0 0;
  font-weight: 500;
  line-height: 14px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(227, 231, 241, 0.8);
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-messageModel .modal-dialog {
  max-width: 400px;
  margin: 1.75rem auto;
  text-align: center;
}
.modal-messageModel .modal-dialog .loaderWrap img {
  max-width: 150px !important;
  margin-bottom: 0 !important;
}
.modal-messageModel .modal-dialog .modelHeading {
  width: 100%;
}
body.modal-open .ui-datepicker {
  z-index: 9999 !important;
  box-shadow: 0 8px 14.72px 1.28px rgba(0, 0, 0, 0.1);
}
.confirmationPopup .modal-header {
  padding-bottom: 0;
  justify-content: center;
}
.confirmationPopup .modal-body {
  text-align: center;
  font-size: 15px;
}
.confirmationPopup .modal-footer {
  border: none;
  padding-bottom: 20px;
  justify-content: center;
}
.confirmationPopup .modal-footer > :not(:first-child) {
  margin-left: 15px;
}
.confirmationPopup .modal-content {
  padding: 30px;
}
.confirmationPopup .modal-content p {
  font-size: 22px;
  letter-spacing: 0.48px;
  color: var(--title);
  font-weight: 700;
  padding-bottom: 20px;
  max-width: 421px;
  margin: 0 auto;
}
.QFilterModal .modal-lg {
  max-width: 1000px !important;
}
.modal-right {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  pointer-events: none;
}
.modal-right .modal-dialog {
  position: fixed !important;
  right: -100%;
  top: 0;
  height: 100vh !important;
  max-width: 500px;
  width: 100%;
  margin: 0;
  pointer-events: all;
  transition: right 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  transform: none !important;
}
.modal-right .modal-content {
  border-radius: 0;
  height: 100%;
  overflow-y: auto;
}
.modal-right.modal-lg .modal-dialog {
  max-width: 700px;
}
.modal-right.modal-xl .modal-dialog {
  max-width: 70%;
}
.show.modal-right .modal-dialog {
  right: 0;
  transition: right 0.4s ease-in-out;
}
.modal-right:not(.show) .modal-dialog {
  right: -100%;
  transition: right 0.4s ease-in-out;
}
.dataModal .modal-content {
  overflow: unset;
}
.dataModal .modal-content .customAccordion {
  overflow-y: auto;
  max-height: calc(100dvh - 260px);
}
.deleteRecordModal .modal-dialog {
  max-width: 500px;
}
.deleteRecordModal .modal-content {
  border-radius: 16px;
}
@media (min-width: 992px) and (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px !important;
  }
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  .modal-body p:last-child {
    margin-bottom: 0;
  }
  .modal-header .btn-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-image: none !important;
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px !important;
  }
}
.page-main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.page-content {
  margin: 0.75rem 0;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: transparent !important;
  color: var(--title) !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: unset !important;
  box-shadow: 0 0 0 !important;
}
.page-link i {
  display: inline-block;
  position: relative;
  top: 1px;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.page-item.disabled .page-link {
  color: #ced4da;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: rgba(215, 227, 243, 0.5);
}
.page-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.22px;
  color: var(--title);
  margin-bottom: 5px;
}
.page-subtitle {
  color: var(--subTitle);
  position: relative;
  font-size: 14px;
  letter-spacing: 0.16px;
  font-weight: 500;
}
.page-options {
  margin-left: auto;
}
.page-header {
  display: flex;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  min-height: 35px;
}
.page-header .breadcrumb {
  font-size: 13px;
  padding-left: 0 !important;
}
.page-header.heading--style {
  padding: 25px 0;
}
.page-header.heading--style .page-title {
  color: #242426;
}
.page-header.heading--style p {
  letter-spacing: 0.14px;
  color: #637276;
  font-weight: 500;
}
ul.pagination {
  width: 100%;
}
ul.pagination li {
  display: none;
}
ul.pagination li:last-child {
  display: block !important;
}
table {
  border-collapse: collapse;
  margin-bottom: 0 !important;
  border-spacing: 0 !important;
}
table tr {
  vertical-align: middle;
}
table tr:last-child td {
  border: 0 !important;
}
table th,
table td {
  padding: 12px 20px !important;
  font-size: 14px;
}
table th {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--textColor) !important;
  background: #f0f6fa !important;
  letter-spacing: 0.3px !important;
  border-bottom: 1px solid var(--borderColor);
}
table td {
  color: var(--text-color) !important;
  font-weight: 600;
  border-bottom: 1px solid var(--borderColor);
}
table thead {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.table-responsive {
  border: 1px solid var(--borderColor) !important;
}
.de-child td {
  background-color: #fafbfc;
  color: var(--textColor2) !important;
}
.table-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  max-width: 400px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  font-size: 0.84862rem;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  padding: 0;
  border: 0;
}
.popover.show {
  box-shadow: var(--dropdownShadow);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.popover .popover-header {
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 12px 15px;
  margin-bottom: 0;
  font-size: 0.9375rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(227, 231, 241, 0.8);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.popover .popover-header::before {
  display: none !important;
}
.popover .popover-header:empty {
  display: none;
}
.popover .popover-body {
  padding: 15px;
  color: var(--text-color);
  border-radius: 6px;
}
.popover .popover-body p:last-child {
  margin-bottom: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.1);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: -4px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.1);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: -4px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.tooltip {
  position: absolute;
  z-index: 99;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.76562rem;
  opacity: 0;
  top: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip .tooltip-inner {
  font-size: 12px;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: var(--text-color);
  text-align: center;
  background-color: var(--secodary-light);
  box-shadow: var(--dropdownShadow) !important;
  border-radius: 6px !important;
  font-weight: 500;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: var(--secodary-light);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: var(--secodary-light);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: var(--secodary-light);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: var(--secodary-light);
}
.customPopover {
  box-shadow: none !important;
  padding: 0px 5px;
  border-width: 1px;
  border-style: solid;
  z-index: 2;
}
.customPopover.green {
  border-color: #e2fafe;
  background-color: #e2fafe;
}
.customPopover.green.bs-popover-bottom > .popover-arrow:after {
  border-bottom-color: #e2fafe;
}
.customPopover.green.bs-popover-top > .popover-arrow:after {
  border-top-color: #e2fafe;
}
.customPopover.green.bs-popover-start > .popover-arrow:after {
  border-left-color: #e2fafe;
}
.customPopover.green.bs-popover-end > .popover-arrow:after {
  border-right-color: #e2fafe;
}
.customPopover.yellow {
  border-color: rgb(205, 223, 207);
  background-color: #fcfbf7;
}
.customPopover.yellow.bs-popover-bottom > .popover-arrow:after {
  border-bottom-color: #fcfbf7;
}
.customPopover.yellow.bs-popover-top > .popover-arrow:after {
  border-top-color: #fcfbf7;
}
.customPopover.yellow.bs-popover-start > .popover-arrow:after {
  border-left-color: #fcfbf7;
}
.customPopover.yellow.bs-popover-end > .popover-arrow:after {
  border-right-color: #fcfbf7;
}
.customPopover .popover-body {
  padding: 7px 10px;
  color: var(--text-color);
}
.custom-popover-content h5 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 17px;
}
.custom-popover-content .popover-list {
  margin: 0;
  padding: 0 0 0 15px;
}
.custom-popover-content .popover-list li {
  padding-bottom: 7px;
  font-size: 13px;
}
.default-tooltip {
  display: block !important;
}
.default-tooltip .tooltip-inner {
  width: auto;
  min-width: 80px;
  max-width: 150px;
}
.FE-Popover {
  z-index: 999 !important;
}
.FE-Popover-info {
  max-width: 540px !important;
  left: 30px !important;
}
.FE-Popover-info .popover-arrow {
  left: -34px !important;
}
.de-menu-popover {
  max-width: 245px !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  z-index: 10;
}
.popover.width180 {
  max-width: 180px !important;
}
.toast-container .ngx-toastr {
  color: var(--text-color2);
  box-shadow: none !important;
  border: 1px solid #dadcdb;
  border-radius: 6px;
  background: #fff !important;
  padding-inline-end: 30px;
  font-weight: 600;
}
.toast-close-button {
  inline-size: 20px;
  block-size: 20px;
  border-radius: 50%;
  color: #9c9c9f;
  font-weight: 400;
  border: 2px solid #9c9c9f !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-inline-end: 12px;
  inset-block-start: 12px;
}
.toast-close-button span {
  line-height: normal;
  font-size: 0;
}
.toast-close-button span::after,
.toast-close-button span::before {
  content: "";
  inline-size: 9px;
  block-size: 0.08rem;
  background: #9c9c9f;
  display: block;
  position: absolute;
  inset-block-start: 8px;
  inset-inline-start: 4px;
}
.toast-close-button span::after {
  transform: rotate(45deg);
}
.toast-close-button span::before {
  transform: rotate(-45deg);
}
.toast-close-button:hover {
  color: var(--heading-color);
}
.ngx-toastr::after {
  content: "";
  position: absolute;
  inline-size: 26px;
  block-size: 26px;
  background-size: contain !important;
  inset-block-start: 12px;
  inset-inline-start: 13px;
}
.toast-success::after {
  background: url("./media/toast-success-icon-QUK7ESTN.svg");
}
.toast-warning::after {
  background: url("./media/toast-warning-icon-4TQJGSUC.svg");
}
.toast-error::after {
  background: url("./media/toast-error-icon-I7YGNL5K.svg");
}
.toast-info::after {
  background: url("./media/toast-info-icon-WW3PSM6A.svg");
}
.toast-success .toast-progress {
  background: #54af7f;
  opacity: 1;
  block-size: 3px;
}
.toast-warning .toast-progress {
  background: #fc8240;
  opacity: 1;
  block-size: 3px;
}
.toast-error .toast-progress {
  background: #e55f5f;
  opacity: 1;
  block-size: 3px;
}
.toast-info .toast-progress {
  background: #006bff;
  opacity: 1;
  block-size: 3px;
}
.tableErrorToast {
  background: #ffdfdf url("./media/ic_error_red-HV5GR4BD.svg") no-repeat;
  border: 1px solid #fb9b9b;
  padding: 15px;
  inline-size: 400px !important;
  background-size: 20px;
  background-position: 98% 7px;
  color: #c92727;
  border-radius: 8px;
  margin-block-end: 4px;
}
.resultError {
  background-color: #ffdfdf;
  border: 1px solid #fb9b9b;
  color: #c92727;
  border-radius: 8px;
  margin-block-end: 4px;
  inline-size: 100%;
  padding: 15px 15px 15px 45px;
  position: relative;
}
.resultError h5 {
  font-size: 16px;
}
.resultError p {
  font-size: 14px;
}
.resultError .erricon {
  position: absolute;
  inset-inline-start: 15px;
  inset-block-start: 15px;
  inline-size: 17px;
  block-size: auto;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.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) !important;
  background-size: 1rem 1rem;
}
.progress-bar {
  background-color: var(--primary-color);
}
.sw-theme-default > ul.step-anchor > li > a::after {
  background: none !important;
}
.apexcharts-theme-light {
  width: 100% !important;
}
.apexcharts-tooltip.apexcharts-theme-light {
  width: auto !important;
}
#countries .apexcharts-menu-icon svg {
  fill: #adb5be;
}
#countries .apexcharts-toolbar {
  z-index: 1;
}
#calendar .fc-list-table thead tr {
  line-height: 2;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color-new);
  box-shadow: none;
  background: #f6f6fb;
}
.accordion-button {
  font-size: 14px;
  padding: 15px;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  margin-right: 5px;
}
.accordion-button::after {
  height: 14px;
  background-image: none;
  content: "\e92d";
}
.accordion-button:focus {
  box-shadow: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 26px;
  font-size: 0.9375rem;
  line-height: 1.84615385;
  border-radius: 6px;
  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;
  font-weight: 700;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none !important;
}
.btn.disabled,
.btn:disabled,
.btn.disabled:hover {
  cursor: default;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-secondary {
  color: var(--primary-color);
  background: #fff;
  border: 2px solid var(--primary-color);
  box-shadow: none;
}
.btn-secondary:hover {
  background-color: var(--primary-btn-hover);
  border-color: var(--primary-btn-hover);
  color: #fff;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-success {
  color: #fff !important;
  background: #56d094 !important;
  border-color: #4bdf95;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #56d094;
  border-color: #56d094;
  opacity: 0.9;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #56d094;
  border-color: #56d094;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #56d094;
  border-color: #56d094;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-info {
  color: #fff !important;
  background: #2f89f5;
  border-color: #4494e5;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #2f89f5;
  border-color: #2f89f5;
  opacity: 0.9;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #2f89f5 !important;
  border-color: #2f89f5;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2f89f5;
  border-color: #2f89f5;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-warning {
  color: #fff;
  background: #ffa70b !important;
  border-color: #f1b852;
  box-shadow: none;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e9a578;
  border-color: #e9a578;
  opacity: 0.9;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: none;
  color: #fff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #da8c58;
  border-color: #da8c58;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #da8c58;
  border-color: #da8c58;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-danger {
  color: #fff;
  background: #ff3b30 !important;
  border-color: #ff3b30;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #fb2f24;
  border-color: #fb2f24;
  opacity: 0.9;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e44862;
  border-color: #e44862;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e44862;
  border-color: #e44862;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-default {
  border: 2px solid #ccced1;
  color: var(--title);
  background: #fff;
  font-weight: 600;
}
.btn-default.primary-color:disabled {
  border: 1px solid #dee8ea !important;
  color: var(--title) !important;
  background: #fff !important;
  font-weight: 600;
}
.btn-default.primary-color {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-default:hover {
  background: #fff !important;
  border-color: #ccced1;
}
.btn-secondary-light {
  color: #9c52fd !important;
  background: rgba(156, 82, 253, 0.2) !important;
  border-color: rgba(156, 82, 253, 0.2);
  box-shadow: none;
}
.btn-secondary-light:hover {
  color: #fff !important;
  background-color: #9c52fd !important;
  border-color: #9c52fd;
}
.btn-secondary-light:focus,
.btn-secondary-light.focus {
  box-shadow: none;
}
.btn-success-light {
  color: #56d094 !important;
  background: rgba(86, 208, 148, 0.2) !important;
  border-color: rgba(86, 208, 148, 0.2);
  box-shadow: none;
}
.btn-success-light:hover {
  color: #fff !important;
  background-color: #56d094 !important;
  border-color: #56d094;
}
.btn-success-light:focus,
.btn-success-light.focus {
  box-shadow: none;
}
.btn-info-light {
  color: #2f89f5 !important;
  background: rgba(47, 137, 245, 0.2);
  border-color: rgba(47, 137, 245, 0.2);
  box-shadow: none;
}
.btn-info-light:hover {
  color: #fff !important;
  background-color: #2f89f5;
  border-color: #2f89f5;
}
.btn-info-light:focus,
.btn-info-light.focus {
  box-shadow: none;
}
.btn-warning-light {
  color: #ffa70b !important;
  background: rgba(255, 167, 11, 0.2) !important;
  border-color: rgba(255, 167, 11, 0.2);
  box-shadow: none;
}
.btn-warning-light:hover {
  color: #fff !important;
  background-color: #ffa70b !important;
  border-color: #ffa70b;
}
.btn-warning-light:focus,
.btn-warning-light.focus {
  box-shadow: none;
}
.btn-danger-light {
  color: #fb5454 !important;
  background: rgba(251, 84, 84, 0.2) !important;
  border-color: rgba(251, 84, 84, 0.2);
  box-shadow: none;
}
.btn-danger-light:hover {
  color: #fff !important;
  background-color: #fb5454 !important;
  border-color: #fb5454;
}
.btn-danger-light:focus,
.btn-danger-light.focus {
  box-shadow: none;
}
.btn-default-light {
  color: #242e4c;
  background: #ebedfc;
  border-color: #ebedfc;
  box-shadow: none;
}
.btn-default-light:hover {
  color: #242e4c;
  background-color: #e7e9f9 !important;
  border-color: #e7e9f9;
  opacity: 0.9;
}
.btn-default-light:focus,
.btn-default-light.focus {
  box-shadow: none;
}
.btn-light {
  color: #242e4c;
  background-color: #e7edf5;
  border-color: #e7edf5;
  box-shadow: none;
}
.btn-light:hover {
  color: #242e4c;
  background-color: #eeebf3;
  border-color: #eeebf3;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: none;
}
.btn-light.disabled,
.btn-light:disabled {
  color: #242e4c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #242e4c;
  background-color: #e3e8f5;
  border-color: #e7e9f9;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-link {
  font-weight: 400;
  background-color: transparent;
  box-shadow: none;
  color: var(--primary-color);
}
.btn-link:hover {
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
  color: var(--primary-color);
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 20px !important;
  min-height: 64px;
  border-radius: 12px;
  line-height: 49px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.btn-facebook {
  background:
    linear-gradient(
      to right bottom,
      #3b5998 0%,
      #3b5998 100%);
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-icon {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
}
.btn-pill {
  border-radius: 10rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.btn-radius {
  border-radius: 3px;
}
.btn-white {
  color: #242e4c;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white:hover {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #fff;
}
.btn-white:focus,
.btn-white.focus {
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #242e4c;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #242e4c;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-gray {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: none;
}
.btn-gray:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-gray:focus,
.btn-gray.focus {
  box-shadow: none;
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-gray-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-sm,
.btn-group-sm > .btn {
  min-width: 1.625rem;
  padding: 0.35rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 3px;
}
.btn-list {
  margin-bottom: -0.5rem;
  font-size: 0;
}
.btn-list > .btn,
.btn-list > .dropdown {
  margin-bottom: 0.5rem;
}
.btn-list > .btn:not(:last-child),
.btn-list > .dropdown:not(:last-child) {
  margin-right: 0.5rem;
}
.btn-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.btn-loading:after {
  content: "";
  -webkit-animation: loader 500ms infinite linear;
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  left: calc(50% - 0.7em);
  top: calc(50% - 0.7em);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute !important;
}
.btn-loading.btn-sm:after,
.btn-group-sm > .btn-loading.btn:after {
  height: 1em;
  width: 1em;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
}
.btn-loading.btn-secondary:after {
  border-color: #242e4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #56d094;
  border-color: #56d094 !important;
  box-shadow: none;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #2f89f5;
  border-color: #2f89f5 !important;
  box-shadow: none;
}
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #56d094;
  border-color: #56d094;
}
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #2f89f5;
  border-color: #2f89f5;
}
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #ffa70b;
  border-color: #ffa70b;
}
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #fb5454;
  border-color: #fb5454;
}
.btn-list .dropdown-menu {
  right: 0;
}
.btn-close:focus {
  box-shadow: none;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  background-color: #e3e8f5;
}
.btn-animation .btn-loaders {
  color: #fff !important;
  pointer-events: none;
  position: relative;
  padding-right: 46px;
}
.btn-animation .btn-loaders:after {
  content: "";
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  right: 13px !important;
  top: calc(50% - 0.7em);
  transform-origin: center;
  position: absolute !important;
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #fff;
  background-color: #2f89f5;
  border-color: #2f89f5;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2f89f5;
  border-color: #2f89f5;
}
.btn-outline-info {
  color: #2f89f5;
  background-color: transparent;
  background-image: none;
  border-color: #2f89f5;
  box-shadow: none;
}
.btn-outline-warning {
  color: #ffa70b;
  background-color: transparent;
  background-image: none;
  border-color: #ffa70b;
  box-shadow: none;
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #fff;
  background-color: #ffa70b;
  border-color: #ffa70b;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffa70b;
  border-color: #ffa70b;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #fb5454;
  border-color: #fb5454;
}
.btn-close.btn-sm {
  font-size: 0.875rem;
}
.card-options a:not(.btn) {
  margin-left: 0.5rem;
  color: #8499c4;
  display: inline-block;
  min-width: 1rem;
}
.card-options a:not(.btn):hover {
  text-decoration: none;
  color: #8499c4;
}
.card-options a:not(.btn) i {
  font-size: 1rem;
  vertical-align: middle;
}
.btn.dropdown-toggle ~ .dropdown-menu {
  background-color: #f4f4f4 !important;
  background-color: #fff !important;
  border: 0 solid #4285f4 !important;
  box-shadow: var(--dropdownShadow);
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
  border-color: #4cae4c !important;
}
.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
  border-color: #46b8da !important;
}
.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
  border-color: #eea236 !important;
}
.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
  border-color: #d43f3a !important;
}
.input-group-text .btn,
.input-group-text .btn {
  position: relative;
  z-index: 2;
}
.input-group-text .btn + .btn,
.input-group-text .btn + .input-group-text,
.input-group-text .input-group-text + .input-group-text,
.input-group-text .input-group-text + .btn {
  margin-left: -1px;
}
.input-group > .input-group-text:not(:last-child) > .btn,
.input-group > .input-group-text:not(:last-child) > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-text:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text > .btn,
.input-group > .input-group-text > .input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text:not(:first-child) > .btn,
.input-group > .input-group-text:not(:first-child) > .input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-group > .input-group-text:first-child > .btn:not(:first-child),
.input-group > .input-group-text:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-group-text > .btn,
.input-group-btn > .btn {
  height: 100%;
  border-color: #24c4b4;
}
.btn-close {
  box-sizing: content-box;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  padding: 5px;
  line-height: 1;
  font-size: 24px;
  background-image: none;
  color: #000;
}
.dt-buttons.btn-group {
  position: absolute;
  top: 0;
  left: 156px;
}
div.conv-form-wrapper div.options div.option.selected,
form.convFormDynamic button.submit:hover {
  color: #fff;
}
.header .form-inline .btn {
  border-radius: 0;
  padding: 3px 7px 6px 15px;
  border: 2px solid transparent;
  box-shadow: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background: transparent;
  color: #7e89a9;
  margin-left: -56px;
  font-size: 15px;
  fill: #7e89a9;
}
.header .form-inline .btn svg {
  width: 22px;
  height: 22px;
}
.cart .input-group-text > .btn,
.input-group-text > .btn,
.input-group-btn > .btn {
  height: 100%;
}
.input-indec .input-group-btn > .btn {
  height: 100%;
  border-color: rgba(227, 231, 241, 0.8);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.btn-check:checked + .btn-outline-primary:focus {
  box-shadow: none !important;
}
.pickr .pcr-button {
  margin-top: 10px;
}
.pickr .pcr-button::after {
  border-radius: 5px !important;
}
.pickr .pcr-button::before {
  border-radius: 5px !important;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
  padding: 0;
}
.btn-profile a {
  text-decoration: none;
}
.btn-profile a:focus,
.btn-profile a:hover {
  text-decoration: none !important;
}
.toast-body button .btn-close {
  color: #fff !important;
}
.cart .input-group-text > .btn,
.cart .input-group-btn > .btn {
  border-color: transparent;
}
.social-icons.btn-list .btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
.panel.price .btn {
  box-shadow: 0 -1px 0 rgba(50, 50, 50, 0.2) inset;
  border: 0;
}
.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.selectgroup-button {
  display: block;
  border: 1px solid rgba(227, 231, 241, 0.8);
  text-align: center;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  color: #8499c4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
  min-width: 2.375rem;
}
.selectgroup-input:focus + .selectgroup-button {
  z-index: 2;
  box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.selectgroup-pills .selectgroup-button {
  border-radius: 5px !important;
}
.header-1 .form-inline .btn {
  border-radius: 0;
  padding: 5px 15px 6px;
  border: 2px solid transparent;
  box-shadow: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background: transparent;
  color: #242e4c;
  margin-left: -50px;
  font-size: 15px;
  position: absolute;
  margin-top: 0;
}
.header-2 .form-inline .btn {
  border-radius: 0;
  padding: 5px 15px 6px;
  border: 2px solid transparent;
  box-shadow: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background: transparent;
  color: #242e4c;
  margin-left: -45px;
  font-size: 15px;
  position: absolute;
  margin-top: 4px;
}
.header-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #8499c4;
}
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: var(--primary-color) !important;
}
button.bg-primary-gradient:hover,
button.bg-primary-gradient:focus {
  background-color: var(--primary-color) !important;
}
.btn-primary {
  color: #fff;
  background: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
  box-shadow: none;
  font-weight: 600;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-btn-hover) !important;
  border-color: var(--primary-btn-hover);
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: var(--diabled-color);
  background-color: var(--diabled-bg);
  border-color: var(--diabled-bg);
  opacity: 0.5;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary-light {
  color: var(--primary-color) !important;
  box-shadow: none;
}
.btn-primary-light:hover {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
}
.btn-primary-light:focus,
.btn-primary-light.focus {
  box-shadow: none;
}
.btn-primary-gradient:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary-gradient:focus,
.btn-primary-gradient.focus {
  box-shadow: none;
}
.btn-primary-gradient.disabled,
.btn-primary-gradient:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary-gradient:not(:disabled):not(.disabled):active,
.btn-primary-gradient:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.show > .btn-primary-gradient.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary-gradient:not(:disabled):not(.disabled):active:focus,
.btn-primary-gradient:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.show > .btn-primary-gradient.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-primary {
  color: var(--primary-color);
  background: transparent;
  background-image: none;
  border-color: var(--primary-color);
  box-shadow: none;
}
.btn-outline-primary:hover {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--primary-color);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
  border-color: var(--primary-color) !important;
}
.footer a:not(.btn) {
  color: var(--primary-color);
}
.selectgroup-input:checked + .selectgroup-button {
  border-color: var(--primary-color);
  z-index: 1;
  color: var(--primary-color);
  background: #f4f6fd;
}
.msb-reply button {
  background: var(--primary-color);
}
.fc button {
  background: var(--primary-color);
}
form.convFormDynamic button.submit {
  color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
}
form.convFormDynamic button.submit:hover {
  background: var(--primary-color) !important;
  color: #fff;
}
.product-grid6 .icons li .btn {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.product-grid6 .icons li .btn:hover {
  color: #fff;
  background-image:
    linear-gradient(
      to right,
      var(--primary-color) 0%,
      var(--primary-color) 100%);
}
.product-grid6 .icons li .btn:after,
.product-grid6 .icons li .btn:before {
  background-image:
    linear-gradient(
      to right,
      var(--primary-color) 0%,
      var(--primary-color) 100%);
}
.chat .msg_head,
.msb-reply button {
  background: var(--primary-color);
}
.sweet-alert button {
  background-color: var(--primary-color) !important;
}
.fc-today-button fc-button fc-state-default fc-corner-left fc-corner-right fc-state-disabled:focus {
  border: none !important;
  box-shadow: none !important;
}
.fc .fc-button-group {
  margin-bottom: 2px;
}
.main-content-body-contacts .main-contact-info-header .btn-list i {
  line-height: 1.5;
  font-size: 18px;
}
.btn-compose {
  background: none repeat scroll 0 0 #ff6c60;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}
.btn-compose:hover {
  background: none repeat scroll 0 0 #f5675c;
  color: #fff;
}
.mail-option .chk-all,
.mail-option .btn-group {
  margin-right: 5px;
}
.mail-option .chk-all,
.mail-option .btn-group a.btn {
  background: none repeat scroll 0 0 #f4f6fd;
  border: 1px solid rgba(227, 231, 241, 0.8);
  border-radius: 3px !important;
  color: #242e4c;
  display: inline-block;
  padding: 5px 10px;
}
.mail-option .btn-group a.all {
  border: medium none;
  padding: 0;
}
.btn-send {
  background: none repeat scroll 0 0 #00a8b3;
  color: #fff;
}
.btn-send:hover {
  color: #fff;
  background: none repeat scroll 0 0 #009da7;
}
.fileinput-button {
  float: left;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #e6e6e6;
}
.fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.btn-profile {
  position: absolute;
  right: 50px;
  top: 9rem;
}
.social-profile-buttons {
  position: absolute;
  right: 3rem;
  top: 7rem;
}
.file-image .icons .btn {
  font-size: 15px;
  text-align: center;
  height: 38px;
  width: 38px;
  margin: 2px 7px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.file-image .icons .btn:after,
.file-image .icons .btn:before {
  content: attr(data-tip);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.file-image-1 .icons .btn {
  font-size: 12px;
  text-align: center;
  height: 25px;
  width: 25px;
  margin: 4px 1px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #fff;
  min-width: inherit;
}
.file-image-1 .icons .btn:hover {
  color: #fff;
}
.file-image-lg .icons .btn {
  font-size: 15px;
  height: 38px;
  width: 38px;
}
.file-image-md .icons .btn {
  font-size: 13px;
  height: 34px;
  width: 34px;
}
.btn-group.file-attach button.btn-close {
  right: 0;
}
.btn-group.file-attach .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group.file-attach .btn-close {
  padding: 9px;
  border-radius: 0 4px 4px 0;
  opacity: 1;
  font-weight: 300;
  background-image: none;
}
.btn-group.file-attach .btn-pill.btn-close {
  padding-left: 2px;
}
.btn-group.file-attach .btn-close.btn-pill {
  border-radius: 0 50px 50px 0;
}
.btn-group.file-attach .btn-close.btn-outline-primary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.btn-group.file-attach .btn-close.btn-outline-secondary {
  border: 1px solid #9c52fd !important;
  color: #9c52fd !important;
}
.btn-group.file-attach .btn-close.btn-outline-success {
  border: 1px solid #56d094 !important;
  color: #56d094 !important;
}
.btn-group.file-attach .btn-close.btn-outline-warning {
  border: 1px solid #ffa70b !important;
  color: #ffa70b !important;
}
.btn-group.file-attach .btn-close.btn-outline-danger {
  border: 1px solid #fb5454 !important;
  color: #fb5454 !important;
}
.btn-group.file-attach .btn-close.btn-outline-info {
  border: 1px solid #2f89f5 !important;
  color: #2f89f5 !important;
}
.btn-group.file-attach .btn-primary-light,
.btn-group.file-attach .btn-secondary-light,
.btn-group.file-attach .btn-success-light,
.btn-group.file-attach .btn-warning-light,
.btn-group.file-attach .btn-danger-light,
.btn-group.file-attach .btn-info-light {
  border: 0 !important;
}
.btn-group.file-attach .btn + .btn.btn-primary-light,
.btn-group.file-attach .btn + .btn-group {
  margin-left: 0;
}
.btn-group.file-attach .btn + .btn.btn-secondary-light,
.btn-group.file-attach .btn + .btn-group {
  margin-left: 0;
}
.btn-group.file-attach .btn + .btn.btn-success-light,
.btn-group.file-attach .btn + .btn-group {
  margin-left: 0;
}
.btn-group.file-attach .btn + .btn.btn-danger-light,
.btn-group.file-attach .btn + .btn-group {
  margin-left: 0;
}
.btn-group.file-attach .btn + .btn.btn-info-light,
.btn-group.file-attach .btn + .btn-group {
  margin-left: 0;
}
.btn-group.file-attach .btn + .btn.btn-warning-light,
.btn-group.file-attach .btn + .btn-group {
  margin-left: 0;
}
.btn-group.file-attach .btn-close.btn-outline-secondary:hover {
  color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-outline-warning:hover {
  color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-lg {
  padding: 10px;
  background-image: none;
  font-size: 31px;
}
.btn-group.file-attach .btn-close.btn-outline-success:hover {
  color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-outline-info:hover {
  color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-outline-danger:hover {
  color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-outline-primary:hover {
  color: #fff !important;
}
button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}
button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: #5689d2 !important;
}
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}
button.bg-blue-darker:hover,
button.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}
button.bg-blue-darkest:hover,
button.bg-blue-darkest:focus {
  background-color: #010203 !important;
}
button.bg-purssianblue-lightest:hover,
button.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}
button.bg-indigo-lightest:hover,
button.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}
button.bg-indigo-lighter:hover,
button.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}
button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}
button.bg-indigo-dark:hover,
button.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}
button.bg-indigo-darker:hover,
button.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}
button.bg-indigo-darkest:hover,
button.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}
button.bg-purple-lightest:hover,
button.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}
button.bg-purple-lighter:hover,
button.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}
button.bg-purple-light:hover,
button.bg-purple-light:focus {
  background-color: #a761ea !important;
}
button.bg-purple-dark:hover,
button.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}
button.bg-purple-darker:hover,
button.bg-purple-darker:focus {
  background-color: #29173a !important;
}
button.bg-purple-darkest:hover,
button.bg-purple-darkest:focus {
  background-color: #08040b !important;
}
button.bg-pink-lightest:hover,
button.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}
button.bg-pink-lighter:hover,
button.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}
button.bg-pink-light:hover,
button.bg-pink-light:focus {
  background-color: #f66998 !important;
}
button.bg-pink-dark:hover,
button.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}
button.bg-pink-darker:hover,
button.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}
button.bg-pink-darkest:hover,
button.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}
button.bg-red-lightest:hover,
button.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}
button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
  background-color: #e79292 !important;
}
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: #d33a38 !important;
}
button.bg-red-dark:hover,
button.bg-red-dark:focus {
  background-color: #781312 !important;
}
button.bg-red-darker:hover,
button.bg-red-darker:focus {
  background-color: #260605 !important;
}
button.bg-red-darkest:hover,
button.bg-red-darkest:focus {
  background-color: #000 !important;
}
button.bg-orange-lightest:hover,
button.bg-orange-lightest:focus {
  background-color: #ffdab9 !important;
}
button.bg-orange-lighter:hover,
button.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}
button.bg-orange-light:hover,
button.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}
button.bg-orange-dark:hover,
button.bg-orange-dark:focus {
  background-color: #a2602b !important;
}
button.bg-orange-darker:hover,
button.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}
button.bg-orange-darkest:hover,
button.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}
button.bg-yellow-lightest:hover,
button.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}
button.bg-yellow-lighter:hover,
button.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}
button.bg-yellow-light:hover,
button.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}
button.bg-yellow-dark:hover,
button.bg-yellow-dark:focus {
  background-color: #917609 !important;
}
button.bg-yellow-darker:hover,
button.bg-yellow-darker:focus {
  background-color: #302703 !important;
}
button.bg-yellow-darkest:hover,
button.bg-yellow-darkest:focus {
  background-color: #000 !important;
}
button.bg-green-lightest:hover,
button.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}
button.bg-green-lighter:hover,
button.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}
button.bg-green-light:hover,
button.bg-green-light:focus {
  background-color: #75b831 !important;
}
button.bg-green-dark:hover,
button.bg-green-dark:focus {
  background-color: #316200 !important;
}
button.bg-green-darker:hover,
button.bg-green-darker:focus {
  background-color: #0c1700 !important;
}
button.bg-green-darkest:hover,
button.bg-green-darkest:focus {
  background-color: #000 !important;
}
button.bg-teal-lightest:hover,
button.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}
button.bg-teal-lighter:hover,
button.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}
button.bg-teal-light:hover,
button.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}
button.bg-teal-dark:hover,
button.bg-teal-dark:focus {
  background-color: #19786e !important;
}
button.bg-teal-darker:hover,
button.bg-teal-darker:focus {
  background-color: #082723 !important;
}
button.bg-teal-darkest:hover,
button.bg-teal-darkest:focus {
  background-color: #000 !important;
}
button.bg-cyan-lightest:hover,
button.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}
button.bg-cyan-lighter:hover,
button.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}
button.bg-cyan-light:hover,
button.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}
button.bg-cyan-dark:hover,
button.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}
button.bg-cyan-darker:hover,
button.bg-cyan-darker:focus {
  background-color: #03191d !important;
}
button.bg-cyan-darkest:hover,
button.bg-cyan-darkest:focus {
  background-color: #000 !important;
}
button.bg-white-lightest:hover,
button.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}
button.bg-white-lighter:hover,
button.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}
button.bg-white-light:hover,
button.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}
button.bg-white-dark:hover,
button.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}
button.bg-white-darker:hover,
button.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}
button.bg-white-darkest:hover,
button.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #8f979e !important;
}
button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}
button.bg-gray-darkest:hover,
button.bg-gray-darkest:focus {
  background-color: #030303 !important;
}
button.bg-gray-dark-lightest:hover,
button.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}
button.bg-gray-dark-lighter:hover,
button.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}
button.bg-gray-dark-light:hover,
button.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}
button.bg-gray-dark-dark:hover,
button.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}
button.bg-gray-dark-darker:hover,
button.bg-gray-dark-darker:focus {
  background-color: #000 !important;
}
button.bg-gray-dark-darkest:hover,
button.bg-gray-dark-darkest:focus {
  background-color: #000 !important;
}
button.bg-azure-lightest:hover,
button.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}
button.bg-azure-lighter:hover,
button.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}
button.bg-azure-light:hover,
button.bg-azure-light:focus {
  background-color: #4daef3 !important;
}
button.bg-azure-dark:hover,
button.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}
button.bg-azure-darker:hover,
button.bg-azure-darker:focus {
  background-color: #112839 !important;
}
button.bg-azure-darkest:hover,
button.bg-azure-darkest:focus {
  background-color: #020609 !important;
}
button.bg-lime-lightest:hover,
button.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}
button.bg-lime-lighter:hover,
button.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}
button.bg-lime-light:hover,
button.bg-lime-light:focus {
  background-color: #88d748 !important;
}
button.bg-lime-dark:hover,
button.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}
button.bg-lime-darker:hover,
button.bg-lime-darker:focus {
  background-color: #192b0b !important;
}
button.bg-lime-darkest:hover,
button.bg-lime-darkest:focus {
  background-color: #010200 !important;
}
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #4032f1 !important;
}
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3f51c1 !important;
}
button.bg-purple-gradient:hover,
button.bg-purple-gradient:focus {
  background-color: #8c31e4 !important;
}
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #f33d7a !important;
}
button.bg-red:hover,
button.bg-red:focus {
  background-color: #a11918 !important;
}
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #fc7a12 !important;
}
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c29d0b !important;
}
button.bg-green:hover,
button.bg-green:focus {
  background-color: #448700 !important;
}
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #22a193 !important;
}
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e5e5 !important;
}
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6c757d !important;
}
button.bg-azure:hover,
button.bg-azure:focus {
  background-color: #2f89f5 !important;
}
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #63ad27 !important;
}
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #8334ed !important;
}
button.bg-secondary1:hover,
button.bg-secondary1:focus {
  background-color: #24e4ac !important;
}
button.bg-success:hover,
button.bg-success:focus {
  background-color: #15bf42 !important;
}
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1eb0e2 !important;
}
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e0a325 !important;
}
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #de223d !important;
}
button.bg-light:hover,
button.bg-light:focus {
  background-color: #f4f6fd !important;
}
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #425e8d !important;
}
button.bg-gray-dark1:hover,
button.bg-gray-dark1:focus {
  background-color: #5171ac !important;
}
button.bg-secondary-gradient:hover,
button.bg-secondary-gradient:focus {
  background-color: #9c52fd !important;
}
button.bg-success-gradient:hover,
button.bg-success-gradient:focus {
  background-color: #56d094 !important;
}
button.bg-info-gradient:hover,
button.bg-info-gradient:focus {
  background-color: #2f89f5 !important;
}
button.bg-warning-gradient:hover,
button.bg-warning-gradient:focus {
  background-color: #ffa70b !important;
}
button.bg-danger-gradient:hover,
button.bg-danger-gradient:focus {
  background-color: #fb5454 !important;
}
button.bg-light-gradient:hover,
button.bg-light-gradient:focus {
  background-color: #dae0e5 !important;
}
button.bg-dark-gradient:hover,
button.bg-dark-gradient:focus {
  background-color: #1d2124 !important;
}
.btn-primary.unfill {
  background: none;
  color: #000;
  border-color: var(--unfill);
}
.btn-primary.unfill:hover {
  background: var(--primary-color);
  color: #fff;
}
.bg-secondary-light {
  color: #9c52fd !important;
  background: rgba(156, 82, 253, 0.1) !important;
  border-color: rgba(156, 82, 253, 0.2);
  box-shadow: none;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3019607843);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 31px;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-primary .fe-plus {
  font-size: 16px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}
.btn-md {
  font-size: 18px;
  font-weight: 600 !important;
  min-height: 64px;
  border-radius: 12px;
  line-height: 48px;
}
.btn-md-header {
  min-height: 44px;
  font-size: 14px !important;
  line-height: 30px;
  border-width: 1px !important;
}
.btn-md-popup {
  min-height: 48px;
  font-size: 14px !important;
  border-width: 1px !important;
  line-height: 32px;
}
.btnMinWidth {
  min-width: 200px;
}
.bg-purple {
  color: #cb5cc6 !important;
  background: rgba(251, 84, 84, 0.0588235294) !important;
  border-color: rgba(203, 92, 198, 0.4117647059);
  box-shadow: none;
}
.bg-light-orange {
  color: #f08745 !important;
  background: #fff5ef !important;
  border-color: rgba(240, 135, 69, 0.2196078431);
  box-shadow: none;
}
.bg-success-light-2 {
  color: #28a745;
  background-color: rgba(230, 244, 234, 0.4);
  border: 1px solid #28a745;
}
.bg-light-gray {
  color: #000;
  background: #eaeaea;
  border-color: #eaeaea;
  box-shadow: none;
}
.smallBtn {
  line-height: normal;
  padding: 6px 8px;
  font-size: 12px;
}
.copyLink {
  transition: all 0.3s ease;
  position: relative;
  color: #9b9b9b;
  display: flex;
  align-items: center;
}
.copyLink i {
  font-size: 18px;
}
.copyLink span {
  margin-left: 5px;
  opacity: 0;
  transition: all 0.3s ease;
}
.copyLink:hover {
  left: 0;
  color: var(--primary-color);
}
.copyLink:hover span {
  opacity: 1;
}
.borderBtn1 {
  background: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.moreBtn button {
  background: transparent;
  font-size: 22px;
  color: #7e89a9;
}
.moreBtn button:hover {
  color: var(--primary-color);
}
.multiSelectDropDown .addMore,
.ng-select .add-department-btn {
  padding: 10px 10px;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.ng-select .ng-select-container {
  cursor: pointer !important;
}
.borderBtn2 {
  background: transparent;
  border-color: #374357;
  color: #374357;
  box-shadow: none;
  border-width: 2px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.borderBtn2 i {
  font-size: 14px;
}
.borderBtn2.btn-loading:after {
  border: 2px solid #000 !important;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.btn-md-width {
  min-width: 280px;
}
.loginbth {
  background:
    linear-gradient(
      89.3deg,
      #058bf1 0.56%,
      #1fc2a3 42.72%,
      #1cc799 51.03%,
      #19c2a1 60.75%,
      #06dcff 99.35%) !important;
  transition: all 0.3s ease-in-out !important;
}
.loginbth:hover {
  background-position: right center !important;
  color: #fff;
  text-decoration: none;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.w-100 {
  width: 100%;
}
.progress-sm.h-2 .progress-bar {
  height: 0.5rem;
}
.p-15 {
  padding: 15px !important;
}
.list-group .list-group-item.border-0.p-0 a i {
  margin-top: 4px;
}
.banner .w-95 {
  width: 250px !important;
}
.list.d-flex img {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(227, 231, 241, 0.8);
  background: #f2f3ff;
  padding: 7px;
  border-radius: 5px;
  margin-left: 0.75rem;
}
.sidebar.sidebar-right .switch-settings .d-flex {
  margin-bottom: 0.75rem !important;
}
.profie-img .flex-md-row img {
  width: 60px;
}
.h-auto {
  height: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.me-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ms-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.me-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ms-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.me-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ms-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}
.me-3,
.mx-3 {
  margin-right: 0.75rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}
.ms-3,
.mx-3 {
  margin-left: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1rem !important;
}
.me-4,
.mx-4 {
  margin-right: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}
.ms-4,
.mx-4 {
  margin-left: 1rem !important;
}
.m-5 {
  margin: 1.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}
.me-5,
.mx-5 {
  margin-right: 1.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}
.ms-5,
.mx-5 {
  margin-left: 1.5rem !important;
}
.m-6 {
  margin: 2rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2rem !important;
}
.me-6,
.mx-6 {
  margin-right: 2rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}
.ms-6,
.mx-6 {
  margin-left: 2rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}
.me-7,
.mx-7 {
  margin-right: 3rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
.ms-7,
.mx-7 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 4rem !important;
}
.mt-8,
.my-8 {
  margin-top: 4rem !important;
}
.mt-10 {
  margin-top: 11rem !important;
}
.me-8,
.mx-8 {
  margin-right: 4rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}
.ms-8,
.mx-8 {
  margin-left: 4rem !important;
}
.m-9 {
  margin: 6rem !important;
}
.mt-9,
.my-9 {
  margin-top: 6rem !important;
}
.me-9,
.mx-9 {
  margin-right: 6rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 6rem !important;
}
.ms-9,
.mx-9 {
  margin-left: 6rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.me-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ms-auto,
.mx-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pe-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.ps-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pe-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.ps-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pe-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.ps-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}
.pe-3,
.px-3 {
  padding-right: 0.75rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}
.ps-3,
.px-3 {
  padding-left: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1rem !important;
}
.pe-4,
.px-4 {
  padding-right: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}
.ps-4,
.px-4 {
  padding-left: 1rem !important;
}
.p-5 {
  padding: 1.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}
.pe-5,
.px-5 {
  padding-right: 1.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}
.ps-5,
.px-5 {
  padding-left: 1.5rem !important;
}
.p-6 {
  padding: 2rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2rem !important;
}
.pe-6,
.px-6 {
  padding-right: 2rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}
.ps-6,
.px-6 {
  padding-left: 2rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}
.pe-7,
.px-7 {
  padding-right: 3rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}
.ps-7,
.px-7 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 4rem !important;
}
.pt-8,
.py-8 {
  padding-top: 4rem !important;
}
.pe-8,
.px-8 {
  padding-right: 4rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}
.ps-8,
.px-8 {
  padding-left: 4rem !important;
}
.p-9 {
  padding: 6rem !important;
}
.pt-9,
.py-9 {
  padding-top: 6rem !important;
}
.pe-9,
.px-9 {
  padding-right: 6rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 6rem !important;
}
.ps-9,
.px-9 {
  padding-left: 6rem !important;
}
.p-10 {
  padding: 0.6rem !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
body .d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.customAccordion .accordion-item {
  margin-bottom: 2px;
}
.customAccordion .accordion-item button.accordion-button {
  text-align: left;
  color: #232c2e;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.32px;
}
.customAccordion .accordion-item button.accordion-button:hover:after {
  color: var(--primary-color);
}
.customAccordion .accordion-item button.accordion-button:after {
  position: absolute;
  right: 15px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  display: table;
  top: 16px;
  font-size: 16px;
  line-height: normal;
}
.customAccordion .accordion-item button.accordion-button label {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
}
.customAccordion .accordion-item button.accordion-button label small {
  font-weight: 500;
}
.customAccordion .accordion-item .accordion-button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.info-bg {
  background: #eff6ff !important;
}
.success-bg {
  background: #e3fff5 !important;
}
.warning-bg {
  background: #ffede3 !important;
}
.danger-bg {
  background: #fadfe0 !important;
}
body:has(.fileExplorer) .card.minHight {
  overflow: hidden;
  min-height: calc(100vh - 124px);
  margin: 0;
}
.info-block label {
  font-size: 13px;
  margin-bottom: 5px;
  color: var(--des-color2);
  font-weight: 500;
}
.info-block p {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.15px;
  color: var(--text-color2);
  margin: 0;
}
.notificationVisible {
  padding-top: 60px;
}
.notificationVisible .app-header,
.notificationVisible .app-sidebar {
  top: 75px;
}
.notificationVisible .action .btn.btn-primary {
  top: 90px;
}
.notificationVisible.notificationHide {
  padding: 0px;
}
.notificationVisible.notificationHide .bNotification {
  display: none !important;
}
.planExpire {
  border: 1px solid #dd2a2a;
  background: #fff2f2;
}
.planExpire h2 {
  color: var(--text-color2);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.planExpire .gridLeft {
  position: relative;
  padding-left: 35px;
  width: auto;
}
.planExpire .gridLeft:after {
  background: url("./media/exclamation_mark-SPVLM5NZ.svg") no-repeat center center;
  background-size: 13px auto;
  content: "";
  background-color: #dd2a2a;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0px;
}
.planExpire .gridLeft p {
  font-weight: 500;
  font-size: 14px;
  color: var(--des-color2);
  margin: 0;
}
.info-icon.white use {
  stroke: #fff;
}
.info-icon.black use {
  stroke: var(--text-color2);
}
.grayBg {
  background-color: #fafafa !important;
}
.grayBg2 {
  background-color: #efefef !important;
}
.chipsWrap .custom-chips {
  position: relative;
  background-color: var(--primary-color);
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px !important;
  padding: 3px 30px 3px 10px;
  margin: 0px 3px;
  line-height: 20px;
}
.imgBox {
  flex-shrink: 1;
}
.yellowBg {
  background: #fcf9d5;
  padding: 10px;
  border-radius: 3px;
}
.mappingFields {
  max-width: 200px;
  position: relative;
  text-align: left;
  padding-left: 25px;
}
.mappingFields .source {
  padding-bottom: 7px;
  letter-spacing: 0.24px;
  font-size: 12px;
  opacity: 0.8;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mappingFields .verticalArrow {
  position: absolute;
  width: 20px;
  border: 1px solid #bfbaba;
  border-right: none;
  left: 0px;
  top: 8px;
  bottom: 7px;
}
.mappingFields .verticalArrow:after {
  content: "";
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #bfbaba;
  bottom: -4px;
  position: absolute;
  right: -2px;
}
.step-heading h2 {
  color: #1f2a2b;
  letter-spacing: 0.4px;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.step-heading p {
  letter-spacing: 0px;
  color: #60666e;
  margin: 0;
  font-weight: 500;
}
.isExpandedBtn {
  font-size: 20px;
  color: #232c2f;
  cursor: pointer;
  line-height: 1;
  vertical-align: top;
}
.container-info {
  margin: 0 auto;
  padding: 25px;
}
.sidebar-mini .tooltip-inner {
  font-size: 11px;
}
.heightVh65 {
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heightVh65.small {
  height: 50vh;
}
.updateWrap {
  background: #e6e7fd;
  padding: 5px 10px;
  padding: 15px 20px;
  margin-top: 20px;
}
.updateWrap a {
  font-weight: 600;
  color: #374457;
  text-decoration: underline;
}
.updateWrap .btn.disabled {
  background-color: #cdcee0 !important;
  border-color: #cdcee0 !important;
}
.whiteBorderBox {
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  padding: 15px;
}
.bulletsList {
  list-style: disc;
  margin-left: 15px;
}
.bulletsList li {
  padding-top: 7px;
}
.gridLeft {
  width: 27%;
}
.gridLeft h3,
.subHeading {
  color: #1f2a2b;
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0 20px 0;
}
.gridRight {
  width: 73%;
  margin-left: 20px;
}
.gridRight.fullWidth {
  width: 100%;
  margin-left: 0px;
}
.createNewDepartment .modal-footer,
.createNewDesignation .modal-footer {
  justify-content: flex-start !important;
}
.createNewDepartment .modal-footer .btn,
.createNewDesignation .modal-footer .btn {
  height: 46px;
  padding: 0;
  text-align: center;
  min-width: 120px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}
.elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 165px;
  display: block;
}
.ng-select .ng-option div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.selectbadge input.custom-control-input:checked + .badge {
  background: var(--primary-color);
  color: #fff;
}
.selectbadge .badge {
  color: var(--des-color);
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.q-container .quicksight-embedding-iframe {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh !important;
}
.q-container .main-content {
  position: relative;
  z-index: 99999;
}
body:not(.q-container) .qSearchContainer .quicksight-embedding-iframe {
  position: relative !important;
  width: 100% !important;
}
.submenu li a {
  margin-bottom: 4px;
}
.tf-hover:hover {
  text-decoration: underline !important;
}
.noPreviewModal .modal-dialog {
  max-width: 100% !important;
}
.placmentLeft .popover-arrow {
  left: 10px !important;
  margin-left: 0px !important;
  transform: none !important;
}
.dropup[data-popper-placement=top-start] .dropdown-menu-arrow:before {
  border-top: none;
  border-left: none;
  top: auto;
  bottom: -7px;
}
.smalladd {
  position: absolute;
  top: 50%;
  font-size: 10px;
  padding: 2px 7px;
  transform: translateY(-50%);
  right: 10px;
  z-index: 12;
}
.smalladd i {
  font-size: 12px !important;
  line-height: normal;
}
.width100 {
  width: 100%;
}
.vh-100 {
  height: 100dvh !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.users img {
  max-width: none !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media screen and (max-width: 1199px) {
  .appOverview .kpi-grid .col-md-3 {
    max-width: 33.3% !important;
  }
}
@media screen and (max-width: 1024px) {
  .main-content {
    margin-left: 0 !important;
    margin-top: 115px;
    padding-left: 15px;
  }
  .app-header {
    left: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .app-header .headerMobileToggler,
  .app-header a.pointer.back {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .app-sidebar {
    transform: translateX(-130%);
  }
  a.headerMobileToggler {
    display: block !important;
  }
  .sidenavToggledMobile {
    overflow: hidden;
  }
  .sidenavToggledMobile .app-sidebar {
    transform: translateX(0);
    z-index: 1000;
  }
  .sidenavToggledMobile .app-sidebar__overlay {
    visibility: visible;
    opacity: 1;
  }
  .app-sidebar__toggle {
    display: none !important;
  }
  .header .pageTitle {
    width: calc(100% - 255px);
  }
}
@media screen and (max-width: 991px) {
  .usercard .page-header .header-search {
    min-width: 190px !important;
  }
  .full-screen-center .om-typewriter-text p {
    font-size: 30px;
  }
  .nodocument h2 {
    font-size: 18px;
  }
  .nodocument .logoIcon {
    width: 80px !important;
    height: 80px !important;
  }
  .nodocument .logoIcon img {
    width: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .kpi-grid {
    margin-bottom: 15px;
  }
  .kpi-grid .row {
    margin: 0 -5px;
  }
  .kpi-grid .col-6 {
    margin-bottom: 10px !important;
    padding: 0 5px;
  }
  .usercard .page-header .search-element {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .usercard .page-header .filterBtn {
    margin-left: 0 !important;
  }
  .usercard .page-header .header-search {
    min-width: 190px !important;
  }
  .main-content:has(.usercard) {
    min-height: calc(100dvh - 170px);
  }
  .main-content:has(.usercard) .infinite-scroll {
    max-height: calc(100dvh - 297px) !important;
  }
  .previewModal .carousel-item {
    padding: 0 55px;
  }
  .previewModal .btn-chev-right {
    right: 8px !important;
  }
  .previewModal .btn-chev-left {
    left: 8px !important;
  }
  .assistant-heading h1,
  .assistant-heading h2,
  .assistant-heading h3,
  .assistant-heading h4,
  .assistant-heading h5,
  .assistant-heading h6 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .main-content {
    margin-top: 155px;
  }
  .app-header .flex-block {
    flex-wrap: wrap;
  }
  .app-header .headerMobileToggler {
    order: 1;
  }
  .app-header .back {
    order: 2;
  }
  .app-header .appDropdown {
    order: 3;
  }
  .app-header .rolehead {
    order: 4;
  }
  .app-header .pageTitle {
    order: 5;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .kpiHead {
    flex-wrap: wrap;
  }
  .kpiHead .kpi__left {
    position: static I !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .appOverview .kpi-grid .row {
    margin: 0 -5px;
  }
  .appOverview .kpi-grid .col-md-3 {
    max-width: 50% !important;
    margin-bottom: 10px !important;
    padding: 0 5px;
  }
  .chatlayout .app-header .pageTitle {
    display: none;
  }
  .chatlayout .app-content.main-content {
    margin-top: 108px;
  }
  .userInfo .img-preview-item {
    width: 60px !important;
    height: 60px !important;
  }
  .full-screen-center .om-typewriter-text p {
    font-size: 24px !important;
  }
  .drawerIcon .dropdownLink {
    min-width: 280px !important;
  }
  .chat-input {
    padding: 20px 15px 20px 15px !important;
  }
}
@media screen and (max-width: 576px) {
  .flexfilter {
    flex-wrap: wrap;
  }
  .flexfilter .filterStatus {
    width: 100% !important;
    display: flex;
    align-items: center;
    overflow-x: auto;
  }
  .flexfilter .filterStatus h4 {
    white-space: nowrap;
    padding: 15px 20px !important;
  }
  .flexfilter .filterStatus::-webkit-scrollbar {
    height: 2px;
  }
  .flexfilter .filterStatus .badge {
    display: none !important;
  }
  .flexfilter .filterList {
    width: 100% !important;
  }
  .usercard .filterBtn {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-content:has(.dsList) {
    min-height: calc(100dvh - 170px);
  }
  .chat-messages {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .chat-messages .chatBottomStart.ps-5.pe-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .btmicons {
    column-gap: 5px !important;
  }
}
@media screen and (max-width: 360px) {
  .kpi__right {
    width: 100%;
  }
  .kpi__right > div {
    flex-direction: column;
    width: 100%;
  }
  .kpi__right > div .notifications {
    width: 100%;
  }
  .kpi__right > div .notifications .btn-md-header {
    margin-left: 0 !important;
    width: 100%;
  }
  .kpi__right > div .selectMultiple {
    margin-top: 10px !important;
    margin-left: 0;
    width: 100%;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-BXIAH26B.css.map */
