@charset "UTF-8";
/*!
* Start Bootstrap - SB UI Kit Pro v1.0.2 (https://shop.startbootstrap.com/product/sb-ui-kit-pro)
* Copyright 2013-2024 Start Bootstrap
* Licensed under SEE_LICENSE (https://github.com/BlackrockDigital/sb-ui-kit-pro/blob/master/LICENSE)
*/
:root {
  --black: #000;
  --white: #fff;
  --red: #e81500;
  --orange: #F1863F;
  --yellow: #f4a100;
  --green: #00ac69;
  --teal: #00ba94;
  --cyan: #00cfd5;
  --blue: #0000BB;
  --indigo: #5800e8;
  --purple: #6900c7;
  --pink: #e30059;
  --gray-500: #a2a2b5;
  --gray-600: #68687b;
  --red-soft: rgba(232, 21, 0, 0.2);
  --orange-soft: rgba(241, 134, 63, 0.2);
  --yellow-soft: rgba(244, 161, 0, 0.2);
  --green-soft: rgba(0, 172, 105, 0.2);
  --teal-soft: rgba(0, 186, 148, 0.2);
  --cyan-soft: rgba(0, 207, 213, 0.2);
  --blue-soft: rgba(0, 0, 187, 0.2);
  --indigo-soft: rgba(88, 0, 232, 0.2);
  --purple-soft: rgba(105, 0, 199, 0.2);
  --pink-soft: rgba(227, 0, 89, 0.2);
  --primary-soft: rgba(0, 0, 187, 0.2);
  --secondary-soft: rgba(105, 0, 199, 0.2);
  --success: #00ac69;
  --success-soft: rgba(0, 172, 105, 0.2);
  --info-soft: rgba(0, 207, 213, 0.2);
  --warning-soft: rgba(244, 161, 0, 0.2);
  --danger-soft: rgba(232, 21, 0, 0.2);
  --sumologic: #020099;
  --sumologic-light: #2b8fe3;
  --onelogin: #00a9e0;
  --onelogin-light: #e5f7fa;
  --onelogin-black: #1c1f2a;
  --pentio: #322287;
  --pki: #332287;
  --link: #00759f;
  --onelogin-starter: #214a7b;
  --onelogin-unlimited: #006e95;
  --yubikey: #9aca3c;
  --yubikey-gray: #edf0f2;
  --yubikey-blue: #335f74;
  --securew2-primary: #c2161d;
  --securew2-secondary: #F5D7D7;
  --securew2-gray: #fafafa;
  --securew2-text: #515151;
  --stellarcyber-blue: #000033;
  --stellarcyber-orange: #f69220;
  --safeguard-green: #00556c;
  --timeserver: #00559D;
  --breakpoint-xs: $breakpoint-xs;
  --breakpoint-sm: $breakpoint-sm;
  --breakpoint-md: $breakpoint-md;
  --breakpoint-lg: $breakpoint-lg;
  --breakpoint-xl: $breakpoint-xl;
  --font-family-sans-serif: "ヒラギノ角ゴ Pro",
  "Hiragino Kaku Gothic Pro",
  "メイリオ",
  Meiryo,
  "ＭＳ Ｐゴシック",
  sans-serif;
  --font-family-monospace: SFMono-Regular,
  Menlo,
  Monaco,
  Consolas,
  "Liberation Mono",
  "Courier New",
  monospace;
}

* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #68687b;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

a {
  color: #0000bb;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #00006f;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a2a2b5;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #32324b;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.1rem;
  font-weight: 400;
}

.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.order-0 {
  order: 0;
}

.offset-0 {
  margin-left: calc(0 / 12 * 100%);
}

.order-1 {
  order: 1;
}

.offset-1 {
  margin-left: calc(1 / 12 * 100%);
}

.order-2 {
  order: 2;
}

.offset-2 {
  margin-left: calc(2 / 12 * 100%);
}

.order-3 {
  order: 3;
}

.offset-3 {
  margin-left: calc(3 / 12 * 100%);
}

.order-4 {
  order: 4;
}

.offset-4 {
  margin-left: calc(4 / 12 * 100%);
}

.order-5 {
  order: 5;
}

.offset-5 {
  margin-left: calc(5 / 12 * 100%);
}

.order-6 {
  order: 6;
}

.offset-6 {
  margin-left: calc(6 / 12 * 100%);
}

.order-7 {
  order: 7;
}

.offset-7 {
  margin-left: calc(7 / 12 * 100%);
}

.order-8 {
  order: 8;
}

.offset-8 {
  margin-left: calc(8 / 12 * 100%);
}

.order-9 {
  order: 9;
}

.offset-9 {
  margin-left: calc(9 / 12 * 100%);
}

.order-10 {
  order: 10;
}

.offset-10 {
  margin-left: calc(10 / 12 * 100%);
}

.order-11 {
  order: 11;
}

.offset-11 {
  margin-left: calc(11 / 12 * 100%);
}

.order-12 {
  order: 12;
}

.offset-12 {
  margin-left: calc(12 / 12 * 100%);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

code {
  font-size: 87.5%;
  color: #e30059;
  word-wrap: break-word;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #68687b;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}

.col-2 {
  flex: 0 0 calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}

.col-3 {
  flex: 0 0 calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.col-4 {
  flex: 0 0 calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.col-5 {
  flex: 0 0 calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

.col-6 {
  flex: 0 0 calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.col-7 {
  flex: 0 0 calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}

.col-8 {
  flex: 0 0 calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.col-9 {
  flex: 0 0 calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}

.col-10 {
  flex: 0 0 calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}

.col-11 {
  flex: 0 0 calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}

.col-12 {
  flex: 0 0 calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .row-cols-sm-2 > * {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .row-cols-sm-3 > * {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .row-cols-sm-4 > * {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .row-cols-sm-5 > * {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .row-cols-sm-6 > * {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .col-sm-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .col-sm-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .col-sm-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .col-sm-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .col-sm-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-sm-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .col-sm-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .col-sm-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .col-sm-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .col-sm-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .col-sm-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .offset-sm-0 {
    margin-left: calc(0 / 12 * 100%);
  }
  .order-sm-1 {
    order: 1;
  }
  .offset-sm-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .order-sm-2 {
    order: 2;
  }
  .offset-sm-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .order-sm-3 {
    order: 3;
  }
  .offset-sm-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .order-sm-4 {
    order: 4;
  }
  .offset-sm-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .order-sm-5 {
    order: 5;
  }
  .offset-sm-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .order-sm-6 {
    order: 6;
  }
  .offset-sm-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .order-sm-7 {
    order: 7;
  }
  .offset-sm-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .order-sm-8 {
    order: 8;
  }
  .offset-sm-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .order-sm-9 {
    order: 9;
  }
  .offset-sm-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .order-sm-10 {
    order: 10;
  }
  .offset-sm-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .order-sm-11 {
    order: 11;
  }
  .offset-sm-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-12 {
    margin-left: calc(12 / 12 * 100%);
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .row-cols-md-2 > * {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .row-cols-md-3 > * {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .row-cols-md-4 > * {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .row-cols-md-5 > * {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .row-cols-md-6 > * {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .col-md-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .col-md-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .col-md-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .col-md-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .col-md-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-md-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .col-md-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .col-md-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .col-md-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .col-md-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .col-md-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .offset-md-0 {
    margin-left: calc(0 / 12 * 100%);
  }
  .order-md-1 {
    order: 1;
  }
  .offset-md-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .order-md-2 {
    order: 2;
  }
  .offset-md-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .order-md-3 {
    order: 3;
  }
  .offset-md-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .order-md-4 {
    order: 4;
  }
  .offset-md-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .order-md-5 {
    order: 5;
  }
  .offset-md-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .order-md-6 {
    order: 6;
  }
  .offset-md-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .order-md-7 {
    order: 7;
  }
  .offset-md-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .order-md-8 {
    order: 8;
  }
  .offset-md-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .order-md-9 {
    order: 9;
  }
  .offset-md-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .order-md-10 {
    order: 10;
  }
  .offset-md-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .order-md-11 {
    order: 11;
  }
  .offset-md-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-12 {
    margin-left: calc(12 / 12 * 100%);
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-cols-lg-2 > * {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-cols-lg-3 > * {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-cols-lg-4 > * {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-cols-lg-5 > * {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-cols-lg-6 > * {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .col-lg-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .col-lg-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .col-lg-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .col-lg-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .col-lg-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-lg-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .col-lg-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .col-lg-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .col-lg-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .col-lg-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .col-lg-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: calc(0 / 12 * 100%);
  }
  .offset-lg-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .offset-lg-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .offset-lg-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .offset-lg-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .offset-lg-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .offset-lg-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .offset-lg-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .offset-lg-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .offset-lg-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .offset-lg-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .offset-lg-11 {
    margin-left: calc(11 / 12 * 100%);
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-cols-xl-2 > * {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-cols-xl-3 > * {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-cols-xl-4 > * {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-cols-xl-5 > * {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-cols-xl-6 > * {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .col-xl-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .col-xl-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .col-xl-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .col-xl-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .col-xl-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-xl-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .col-xl-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .col-xl-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .col-xl-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .col-xl-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .col-xl-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: calc(0 / 12 * 100%);
  }
  .offset-lg-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .offset-lg-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .offset-lg-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .offset-lg-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .offset-lg-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .offset-lg-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .offset-lg-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .offset-lg-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .offset-lg-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .offset-lg-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .offset-lg-11 {
    margin-left: calc(11 / 12 * 100%);
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #43434e;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e3e3ea;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e3ea;
}

.table tbody + tbody {
  border-top: 2px solid #e3e3ea;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e3e3ea;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e3ea;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #68687b;
  background-color: rgba(227, 227, 234, 0.25);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00ac69;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 172, 105, 0.9);
  border-radius: 0.35rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #68687b;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  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;
}

.btn:hover {
  color: #68687b;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 187, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-sumologic {
  color: #fff;
  background-color: #020099;
  border-color: #020099;
}

.btn-sumologic:hover {
  color: #fff;
  background-color: #020073;
  border-color: #010066;
}

.btn-sumologic:focus, .btn-sumologic.focus {
  color: #fff;
  background-color: #020073;
  border-color: #010066;
  box-shadow: 0 0 0 0.2rem rgba(40, 38, 168, 0.5);
}

.btn-sumologic.disabled, .btn-sumologic:disabled {
  color: #fff;
  background-color: #020099;
  border-color: #020099;
}

.btn-sumologic:not(:disabled):not(.disabled):active, .btn-sumologic:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #010066;
  border-color: #010059;
}

.show > .btn-sumologic.dropdown-toggle {
  color: #fff;
  background-color: #010066;
  border-color: #010059;
}

.btn-sumologic:not(:disabled):not(.disabled):active:focus, .btn-sumologic:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 38, 168, 0.5);
}

.show > .btn-sumologic.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 38, 168, 0.5);
}

.btn-sumologic-light {
  color: #fff;
  background-color: #2b8fe3;
  border-color: #2b8fe3;
}

.btn-sumologic-light:hover {
  color: #fff;
  background-color: #1b7ccd;
  border-color: #1a75c1;
}

.btn-sumologic-light:focus, .btn-sumologic-light.focus {
  color: #fff;
  background-color: #1b7ccd;
  border-color: #1a75c1;
  box-shadow: 0 0 0 0.2rem rgba(75, 160, 231, 0.5);
}

.btn-sumologic-light.disabled, .btn-sumologic-light:disabled {
  color: #fff;
  background-color: #2b8fe3;
  border-color: #2b8fe3;
}

.btn-sumologic-light:not(:disabled):not(.disabled):active, .btn-sumologic-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1a75c1;
  border-color: #186eb6;
}

.show > .btn-sumologic-light.dropdown-toggle {
  color: #fff;
  background-color: #1a75c1;
  border-color: #186eb6;
}

.btn-sumologic-light:not(:disabled):not(.disabled):active:focus, .btn-sumologic-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 160, 231, 0.5);
}

.show > .btn-sumologic-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 160, 231, 0.5);
}

.btn-onelogin {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0;
}

.btn-onelogin:hover {
  color: #fff;
  background-color: #008cba;
  border-color: #0083ad;
}

.btn-onelogin:focus, .btn-onelogin.focus {
  color: #fff;
  background-color: #008cba;
  border-color: #0083ad;
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 229, 0.5);
}

.btn-onelogin.disabled, .btn-onelogin:disabled {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0;
}

.btn-onelogin:not(:disabled):not(.disabled):active, .btn-onelogin:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0083ad;
  border-color: #0079a0;
}

.show > .btn-onelogin.dropdown-toggle {
  color: #fff;
  background-color: #0083ad;
  border-color: #0079a0;
}

.btn-onelogin:not(:disabled):not(.disabled):active:focus, .btn-onelogin:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 229, 0.5);
}

.show > .btn-onelogin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 229, 0.5);
}

.btn-onelogin-light {
  color: #1f1f39;
  background-color: #e5f7fa;
  border-color: #e5f7fa;
}

.btn-onelogin-light:hover {
  color: #1f1f39;
  background-color: #c5edf4;
  border-color: #baeaf2;
}

.btn-onelogin-light:focus, .btn-onelogin-light.focus {
  color: #1f1f39;
  background-color: #c5edf4;
  border-color: #baeaf2;
  box-shadow: 0 0 0 0.2rem rgba(199, 215, 221, 0.5);
}

.btn-onelogin-light.disabled, .btn-onelogin-light:disabled {
  color: #1f1f39;
  background-color: #e5f7fa;
  border-color: #e5f7fa;
}

.btn-onelogin-light:not(:disabled):not(.disabled):active, .btn-onelogin-light:not(:disabled):not(.disabled).active {
  color: #1f1f39;
  background-color: #baeaf2;
  border-color: #b0e7f0;
}

.show > .btn-onelogin-light.dropdown-toggle {
  color: #1f1f39;
  background-color: #baeaf2;
  border-color: #b0e7f0;
}

.btn-onelogin-light:not(:disabled):not(.disabled):active:focus, .btn-onelogin-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 215, 221, 0.5);
}

.show > .btn-onelogin-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 215, 221, 0.5);
}

.btn-onelogin-black {
  color: #fff;
  background-color: #1c1f2a;
  border-color: #1c1f2a;
}

.btn-onelogin-black:hover {
  color: #fff;
  background-color: #0d0e13;
  border-color: #08080b;
}

.btn-onelogin-black:focus, .btn-onelogin-black.focus {
  color: #fff;
  background-color: #0d0e13;
  border-color: #08080b;
  box-shadow: 0 0 0 0.2rem rgba(62, 65, 74, 0.5);
}

.btn-onelogin-black.disabled, .btn-onelogin-black:disabled {
  color: #fff;
  background-color: #1c1f2a;
  border-color: #1c1f2a;
}

.btn-onelogin-black:not(:disabled):not(.disabled):active, .btn-onelogin-black:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #08080b;
  border-color: #030304;
}

.show > .btn-onelogin-black.dropdown-toggle {
  color: #fff;
  background-color: #08080b;
  border-color: #030304;
}

.btn-onelogin-black:not(:disabled):not(.disabled):active:focus, .btn-onelogin-black:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 65, 74, 0.5);
}

.show > .btn-onelogin-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 65, 74, 0.5);
}

.btn-pentio {
  color: #fff;
  background-color: #322287;
  border-color: #322287;
}

.btn-pentio:hover {
  color: #fff;
  background-color: #271a68;
  border-color: #23185e;
}

.btn-pentio:focus, .btn-pentio.focus {
  color: #fff;
  background-color: #271a68;
  border-color: #23185e;
  box-shadow: 0 0 0 0.2rem rgba(81, 67, 153, 0.5);
}

.btn-pentio.disabled, .btn-pentio:disabled {
  color: #fff;
  background-color: #322287;
  border-color: #322287;
}

.btn-pentio:not(:disabled):not(.disabled):active, .btn-pentio:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #23185e;
  border-color: #1f1554;
}

.show > .btn-pentio.dropdown-toggle {
  color: #fff;
  background-color: #23185e;
  border-color: #1f1554;
}

.btn-pentio:not(:disabled):not(.disabled):active:focus, .btn-pentio:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 67, 153, 0.5);
}

.show > .btn-pentio.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 67, 153, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #ff8201;
  border-color: #ff8201;
}

.btn-orange:hover {
  color: #fff;
  background-color: #da6f00;
  border-color: #cd6800;
}

.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #da6f00;
  border-color: #cd6800;
  box-shadow: 0 0 0 0.2rem rgba(255, 149, 39, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #ff8201;
  border-color: #ff8201;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #cd6800;
  border-color: #c06200;
}

.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #cd6800;
  border-color: #c06200;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 149, 39, 0.5);
}

.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 149, 39, 0.5);
}

.show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #cd9000;
  border-color: #c08700;
}

.btn-pki {
  color: #fff;
  background-color: #332287;
  border-color: #332287;
}

.btn-pki:hover {
  color: #fff;
  background-color: #271a68;
  border-color: #24185e;
}

.btn-pki:focus, .btn-pki.focus {
  color: #fff;
  background-color: #271a68;
  border-color: #24185e;
  box-shadow: 0 0 0 0.2rem rgba(82, 67, 153, 0.5);
}

.btn-pki.disabled, .btn-pki:disabled {
  color: #fff;
  background-color: #332287;
  border-color: #332287;
}

.btn-pki:not(:disabled):not(.disabled):active, .btn-pki:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #24185e;
  border-color: #201554;
}

.show > .btn-pki.dropdown-toggle {
  color: #fff;
  background-color: #24185e;
  border-color: #201554;
}

.btn-pki:not(:disabled):not(.disabled):active:focus, .btn-pki:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 67, 153, 0.5);
}

.show > .btn-pki.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 67, 153, 0.5);
}

.btn-link {
  color: #fff;
  background-color: #00759f;
  border-color: #00759f;
}

.btn-link:hover {
  color: #fff;
  background-color: #005979;
  border-color: #004f6c;
}

.btn-link:focus, .btn-link.focus {
  color: #fff;
  background-color: #005979;
  border-color: #004f6c;
  box-shadow: 0 0 0 0.2rem rgba(38, 138, 173, 0.5);
}

.btn-link.disabled, .btn-link:disabled {
  color: #fff;
  background-color: #00759f;
  border-color: #00759f;
}

.btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #004f6c;
  border-color: #00465f;
}

.show > .btn-link.dropdown-toggle {
  color: #fff;
  background-color: #004f6c;
  border-color: #00465f;
}

.btn-link:not(:disabled):not(.disabled):active:focus, .btn-link:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 138, 173, 0.5);
}

.show > .btn-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 138, 173, 0.5);
}

.btn-onelogin-starter {
  color: #fff;
  background-color: #214a7b;
  border-color: #214a7b;
}

.btn-onelogin-starter:hover {
  color: #fff;
  background-color: #19385d;
  border-color: #163253;
}

.btn-onelogin-starter:focus, .btn-onelogin-starter.focus {
  color: #fff;
  background-color: #19385d;
  border-color: #163253;
  box-shadow: 0 0 0 0.2rem rgba(66, 101, 143, 0.5);
}

.btn-onelogin-starter.disabled, .btn-onelogin-starter:disabled {
  color: #fff;
  background-color: #214a7b;
  border-color: #214a7b;
}

.btn-onelogin-starter:not(:disabled):not(.disabled):active, .btn-onelogin-starter:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #163253;
  border-color: #142c49;
}

.show > .btn-onelogin-starter.dropdown-toggle {
  color: #fff;
  background-color: #163253;
  border-color: #142c49;
}

.btn-onelogin-starter:not(:disabled):not(.disabled):active:focus, .btn-onelogin-starter:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 101, 143, 0.5);
}

.show > .btn-onelogin-starter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 101, 143, 0.5);
}

.btn-onelogin-unlimited {
  color: #fff;
  background-color: #006e95;
  border-color: #006e95;
}

.btn-onelogin-unlimited:hover {
  color: #fff;
  background-color: #00526f;
  border-color: #004862;
}

.btn-onelogin-unlimited:focus, .btn-onelogin-unlimited.focus {
  color: #fff;
  background-color: #00526f;
  border-color: #004862;
  box-shadow: 0 0 0 0.2rem rgba(38, 132, 165, 0.5);
}

.btn-onelogin-unlimited.disabled, .btn-onelogin-unlimited:disabled {
  color: #fff;
  background-color: #006e95;
  border-color: #006e95;
}

.btn-onelogin-unlimited:not(:disabled):not(.disabled):active, .btn-onelogin-unlimited:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #004862;
  border-color: #003f55;
}

.show > .btn-onelogin-unlimited.dropdown-toggle {
  color: #fff;
  background-color: #004862;
  border-color: #003f55;
}

.btn-onelogin-unlimited:not(:disabled):not(.disabled):active:focus, .btn-onelogin-unlimited:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 132, 165, 0.5);
}

.show > .btn-onelogin-unlimited.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 132, 165, 0.5);
}

.btn-yubikey {
  color: #fff;
  background-color: #9aca3c;
  border-color: #9aca3c;
}

.btn-yubikey:hover {
  color: #fff;
  background-color: #85b030;
  border-color: #7da62d;
}

.btn-yubikey:focus, .btn-yubikey.focus {
  color: #fff;
  background-color: #85b030;
  border-color: #7da62d;
  box-shadow: 0 0 0 0.2rem rgba(169, 210, 89, 0.5);
}

.btn-yubikey.disabled, .btn-yubikey:disabled {
  color: #fff;
  background-color: #9aca3c;
  border-color: #9aca3c;
}

.btn-yubikey:not(:disabled):not(.disabled):active, .btn-yubikey:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #7da62d;
  border-color: #769c2a;
}

.show > .btn-yubikey.dropdown-toggle {
  color: #fff;
  background-color: #7da62d;
  border-color: #769c2a;
}

.btn-yubikey:not(:disabled):not(.disabled):active:focus, .btn-yubikey:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 210, 89, 0.5);
}

.show > .btn-yubikey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 210, 89, 0.5);
}

.btn-yubikey-gray {
  color: #1f1f39;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.btn-yubikey-gray:hover {
  color: #1f1f39;
  background-color: #d7dde2;
  border-color: #cfd7dd;
}

.btn-yubikey-gray:focus, .btn-yubikey-gray.focus {
  color: #1f1f39;
  background-color: #d7dde2;
  border-color: #cfd7dd;
  box-shadow: 0 0 0 0.2rem rgba(206, 209, 214, 0.5);
}

.btn-yubikey-gray.disabled, .btn-yubikey-gray:disabled {
  color: #1f1f39;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.btn-yubikey-gray:not(:disabled):not(.disabled):active, .btn-yubikey-gray:not(:disabled):not(.disabled).active {
  color: #1f1f39;
  background-color: #cfd7dd;
  border-color: #c8d1d7;
}

.show > .btn-yubikey-gray.dropdown-toggle {
  color: #1f1f39;
  background-color: #cfd7dd;
  border-color: #c8d1d7;
}

.btn-yubikey-gray:not(:disabled):not(.disabled):active:focus, .btn-yubikey-gray:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 209, 214, 0.5);
}

.show > .btn-yubikey-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 209, 214, 0.5);
}

.btn-yubikey-blue {
  color: #fff;
  background-color: #335f74;
  border-color: #335f74;
}

.btn-yubikey-blue:hover {
  color: #fff;
  background-color: #274959;
  border-color: #234251;
}

.btn-yubikey-blue:focus, .btn-yubikey-blue.focus {
  color: #fff;
  background-color: #274959;
  border-color: #234251;
  box-shadow: 0 0 0 0.2rem rgba(82, 119, 137, 0.5);
}

.btn-yubikey-blue.disabled, .btn-yubikey-blue:disabled {
  color: #fff;
  background-color: #335f74;
  border-color: #335f74;
}

.btn-yubikey-blue:not(:disabled):not(.disabled):active, .btn-yubikey-blue:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #234251;
  border-color: #203b48;
}

.show > .btn-yubikey-blue.dropdown-toggle {
  color: #fff;
  background-color: #234251;
  border-color: #203b48;
}

.btn-yubikey-blue:not(:disabled):not(.disabled):active:focus, .btn-yubikey-blue:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 119, 137, 0.5);
}

.show > .btn-yubikey-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 119, 137, 0.5);
}

.btn-securew2-primary {
  color: #fff;
  background-color: #c2161d;
  border-color: #c2161d;
}

.btn-securew2-primary:hover {
  color: #fff;
  background-color: #a01218;
  border-color: #941116;
}

.btn-securew2-primary:focus, .btn-securew2-primary.focus {
  color: #fff;
  background-color: #a01218;
  border-color: #941116;
  box-shadow: 0 0 0 0.2rem rgba(203, 57, 63, 0.5);
}

.btn-securew2-primary.disabled, .btn-securew2-primary:disabled {
  color: #fff;
  background-color: #c2161d;
  border-color: #c2161d;
}

.btn-securew2-primary:not(:disabled):not(.disabled):active, .btn-securew2-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #941116;
  border-color: #891014;
}

.show > .btn-securew2-primary.dropdown-toggle {
  color: #fff;
  background-color: #941116;
  border-color: #891014;
}

.btn-securew2-primary:not(:disabled):not(.disabled):active:focus, .btn-securew2-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 57, 63, 0.5);
}

.show > .btn-securew2-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 57, 63, 0.5);
}

.btn-stellarcyber-blue {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-stellarcyber-blue:hover {
  color: #fff;
  background-color: #00000d;
  border-color: black;
}

.btn-stellarcyber-blue:focus, .btn-stellarcyber-blue.focus {
  color: #fff;
  background-color: #00000d;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 82, 0.5);
}

.btn-stellarcyber-blue.disabled, .btn-stellarcyber-blue:disabled {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-stellarcyber-blue:not(:disabled):not(.disabled):active, .btn-stellarcyber-blue:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.show > .btn-stellarcyber-blue.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-stellarcyber-blue:not(:disabled):not(.disabled):active:focus, .btn-stellarcyber-blue:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 82, 0.5);
}

.show > .btn-stellarcyber-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 82, 0.5);
}

.btn-stellarcyber-orange {
  color: #fff;
  background-color: #f69220;
  border-color: #f69220;
}

.btn-stellarcyber-orange:hover {
  color: #fff;
  background-color: #e67f09;
  border-color: #da7809;
}

.btn-stellarcyber-orange:focus, .btn-stellarcyber-orange.focus {
  color: #fff;
  background-color: #e67f09;
  border-color: #da7809;
  box-shadow: 0 0 0 0.2rem rgba(247, 162, 65, 0.5);
}

.btn-stellarcyber-orange.disabled, .btn-stellarcyber-orange:disabled {
  color: #fff;
  background-color: #f69220;
  border-color: #f69220;
}

.btn-stellarcyber-orange:not(:disabled):not(.disabled):active, .btn-stellarcyber-orange:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #da7809;
  border-color: #ce7208;
}

.show > .btn-stellarcyber-orange.dropdown-toggle {
  color: #fff;
  background-color: #da7809;
  border-color: #ce7208;
}

.btn-stellarcyber-orange:not(:disabled):not(.disabled):active:focus, .btn-stellarcyber-orange:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 162, 65, 0.5);
}

.show > .btn-stellarcyber-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 162, 65, 0.5);
}

.btn-outline-primary {
  color: #0000bb;
  border-color: #0000bb;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0000bb;
  border-color: #0000bb;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 187, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0000bb;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0000bb;
  border-color: #0000bb;
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0000bb;
  border-color: #0000bb;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 187, 0.5);
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 187, 0.5);
}

.btn-outline-secondary {
  color: #6900c7;
  border-color: #6900c7;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6900c7;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

.btn-outline-success {
  color: #00ac69;
  border-color: #00ac69;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00ac69;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

.btn-outline-info {
  color: #00cfd5;
  border-color: #00cfd5;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00cfd5;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

.btn-outline-warning {
  color: #f4a100;
  border-color: #f4a100;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f4a100;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

.btn-outline-danger {
  color: #e81500;
  border-color: #e81500;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e81500;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

.btn-outline-light {
  color: #efeff7;
  border-color: #efeff7;
}

.btn-outline-light:hover {
  color: #1f1f39;
  background-color: #efeff7;
  border-color: #efeff7;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 247, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #efeff7;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #1f1f39;
  background-color: #efeff7;
  border-color: #efeff7;
}

.show > .btn-outline-light.dropdown-toggle {
  color: #1f1f39;
  background-color: #efeff7;
  border-color: #efeff7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 247, 0.5);
}

.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 247, 0.5);
}

.btn-outline-dark {
  color: #333;
  border-color: #333;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-sumologic {
  color: #020099;
  border-color: #020099;
}

.btn-outline-sumologic:hover {
  color: #fff;
  background-color: #020099;
  border-color: #020099;
}

.btn-outline-sumologic:focus, .btn-outline-sumologic.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 0, 153, 0.5);
}

.btn-outline-sumologic.disabled, .btn-outline-sumologic:disabled {
  color: #020099;
  background-color: transparent;
}

.btn-outline-sumologic:not(:disabled):not(.disabled):active, .btn-outline-sumologic:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #020099;
  border-color: #020099;
}

.show > .btn-outline-sumologic.dropdown-toggle {
  color: #fff;
  background-color: #020099;
  border-color: #020099;
}

.btn-outline-sumologic:not(:disabled):not(.disabled):active:focus, .btn-outline-sumologic:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 0, 153, 0.5);
}

.show > .btn-outline-sumologic.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 0, 153, 0.5);
}

.btn-outline-sumologic-light {
  color: #2b8fe3;
  border-color: #2b8fe3;
}

.btn-outline-sumologic-light:hover {
  color: #fff;
  background-color: #2b8fe3;
  border-color: #2b8fe3;
}

.btn-outline-sumologic-light:focus, .btn-outline-sumologic-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 143, 227, 0.5);
}

.btn-outline-sumologic-light.disabled, .btn-outline-sumologic-light:disabled {
  color: #2b8fe3;
  background-color: transparent;
}

.btn-outline-sumologic-light:not(:disabled):not(.disabled):active, .btn-outline-sumologic-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2b8fe3;
  border-color: #2b8fe3;
}

.show > .btn-outline-sumologic-light.dropdown-toggle {
  color: #fff;
  background-color: #2b8fe3;
  border-color: #2b8fe3;
}

.btn-outline-sumologic-light:not(:disabled):not(.disabled):active:focus, .btn-outline-sumologic-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 143, 227, 0.5);
}

.show > .btn-outline-sumologic-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 143, 227, 0.5);
}

.btn-outline-onelogin {
  color: #00a9e0;
  border-color: #00a9e0;
}

.btn-outline-onelogin:hover {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0;
}

.btn-outline-onelogin:focus, .btn-outline-onelogin.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
}

.btn-outline-onelogin.disabled, .btn-outline-onelogin:disabled {
  color: #00a9e0;
  background-color: transparent;
}

.btn-outline-onelogin:not(:disabled):not(.disabled):active, .btn-outline-onelogin:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0;
}

.show > .btn-outline-onelogin.dropdown-toggle {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0;
}

.btn-outline-onelogin:not(:disabled):not(.disabled):active:focus, .btn-outline-onelogin:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
}

.show > .btn-outline-onelogin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
}

.btn-outline-onelogin-light {
  color: #e5f7fa;
  border-color: #e5f7fa;
}

.btn-outline-onelogin-light:hover {
  color: #1f1f39;
  background-color: #e5f7fa;
  border-color: #e5f7fa;
}

.btn-outline-onelogin-light:focus, .btn-outline-onelogin-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 247, 250, 0.5);
}

.btn-outline-onelogin-light.disabled, .btn-outline-onelogin-light:disabled {
  color: #e5f7fa;
  background-color: transparent;
}

.btn-outline-onelogin-light:not(:disabled):not(.disabled):active, .btn-outline-onelogin-light:not(:disabled):not(.disabled).active {
  color: #1f1f39;
  background-color: #e5f7fa;
  border-color: #e5f7fa;
}

.show > .btn-outline-onelogin-light.dropdown-toggle {
  color: #1f1f39;
  background-color: #e5f7fa;
  border-color: #e5f7fa;
}

.btn-outline-onelogin-light:not(:disabled):not(.disabled):active:focus, .btn-outline-onelogin-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 247, 250, 0.5);
}

.show > .btn-outline-onelogin-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 247, 250, 0.5);
}

.btn-outline-onelogin-black {
  color: #1c1f2a;
  border-color: #1c1f2a;
}

.btn-outline-onelogin-black:hover {
  color: #fff;
  background-color: #1c1f2a;
  border-color: #1c1f2a;
}

.btn-outline-onelogin-black:focus, .btn-outline-onelogin-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 31, 42, 0.5);
}

.btn-outline-onelogin-black.disabled, .btn-outline-onelogin-black:disabled {
  color: #1c1f2a;
  background-color: transparent;
}

.btn-outline-onelogin-black:not(:disabled):not(.disabled):active, .btn-outline-onelogin-black:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1c1f2a;
  border-color: #1c1f2a;
}

.show > .btn-outline-onelogin-black.dropdown-toggle {
  color: #fff;
  background-color: #1c1f2a;
  border-color: #1c1f2a;
}

.btn-outline-onelogin-black:not(:disabled):not(.disabled):active:focus, .btn-outline-onelogin-black:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 31, 42, 0.5);
}

.show > .btn-outline-onelogin-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 31, 42, 0.5);
}

.btn-outline-pentio {
  color: #322287;
  border-color: #322287;
}

.btn-outline-pentio:hover {
  color: #fff;
  background-color: #322287;
  border-color: #322287;
}

.btn-outline-pentio:focus, .btn-outline-pentio.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 34, 135, 0.5);
}

.btn-outline-pentio.disabled, .btn-outline-pentio:disabled {
  color: #322287;
  background-color: transparent;
}

.btn-outline-pentio:not(:disabled):not(.disabled):active, .btn-outline-pentio:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #322287;
  border-color: #322287;
}

.show > .btn-outline-pentio.dropdown-toggle {
  color: #fff;
  background-color: #322287;
  border-color: #322287;
}

.btn-outline-pentio:not(:disabled):not(.disabled):active:focus, .btn-outline-pentio:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 34, 135, 0.5);
}

.show > .btn-outline-pentio.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 34, 135, 0.5);
}

.btn-outline-orange {
  color: #ff8201;
  border-color: #ff8201;
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #ff8201;
  border-color: #ff8201;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 130, 1, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #ff8201;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ff8201;
  border-color: #ff8201;
}

.show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #ff8201;
  border-color: #ff8201;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 130, 1, 0.5);
}

.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 130, 1, 0.5);
}

.btn-outline-yellow {
  color: #ffb401;
  border-color: #ffb401;
}

.btn-outline-yellow:hover {
  color: #fff;
  background-color: #ffb401;
  border-color: #ffb401;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 1, 0.5);
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #ffb401;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ffb401;
  border-color: #ffb401;
}

.show > .btn-outline-yellow.dropdown-toggle {
  color: #fff;
  background-color: #ffb401;
  border-color: #ffb401;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 1, 0.5);
}

.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 1, 0.5);
}

.btn-outline-pki {
  color: #332287;
  border-color: #332287;
}

.btn-outline-pki:hover {
  color: #fff;
  background-color: #332287;
  border-color: #332287;
}

.btn-outline-pki:focus, .btn-outline-pki.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 34, 135, 0.5);
}

.btn-outline-pki.disabled, .btn-outline-pki:disabled {
  color: #332287;
  background-color: transparent;
}

.btn-outline-pki:not(:disabled):not(.disabled):active, .btn-outline-pki:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #332287;
  border-color: #332287;
}

.show > .btn-outline-pki.dropdown-toggle {
  color: #fff;
  background-color: #332287;
  border-color: #332287;
}

.btn-outline-pki:not(:disabled):not(.disabled):active:focus, .btn-outline-pki:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 34, 135, 0.5);
}

.show > .btn-outline-pki.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 34, 135, 0.5);
}

.btn-outline-link {
  color: #00759f;
  border-color: #00759f;
}

.btn-outline-link:hover {
  color: #fff;
  background-color: #00759f;
  border-color: #00759f;
}

.btn-outline-link:focus, .btn-outline-link.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 159, 0.5);
}

.btn-outline-link.disabled, .btn-outline-link:disabled {
  color: #00759f;
  background-color: transparent;
}

.btn-outline-link:not(:disabled):not(.disabled):active, .btn-outline-link:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00759f;
  border-color: #00759f;
}

.show > .btn-outline-link.dropdown-toggle {
  color: #fff;
  background-color: #00759f;
  border-color: #00759f;
}

.btn-outline-link:not(:disabled):not(.disabled):active:focus, .btn-outline-link:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 159, 0.5);
}

.show > .btn-outline-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 159, 0.5);
}

.btn-outline-onelogin-starter {
  color: #214a7b;
  border-color: #214a7b;
}

.btn-outline-onelogin-starter:hover {
  color: #fff;
  background-color: #214a7b;
  border-color: #214a7b;
}

.btn-outline-onelogin-starter:focus, .btn-outline-onelogin-starter.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 74, 123, 0.5);
}

.btn-outline-onelogin-starter.disabled, .btn-outline-onelogin-starter:disabled {
  color: #214a7b;
  background-color: transparent;
}

.btn-outline-onelogin-starter:not(:disabled):not(.disabled):active, .btn-outline-onelogin-starter:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #214a7b;
  border-color: #214a7b;
}

.show > .btn-outline-onelogin-starter.dropdown-toggle {
  color: #fff;
  background-color: #214a7b;
  border-color: #214a7b;
}

.btn-outline-onelogin-starter:not(:disabled):not(.disabled):active:focus, .btn-outline-onelogin-starter:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 74, 123, 0.5);
}

.show > .btn-outline-onelogin-starter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 74, 123, 0.5);
}

.btn-outline-onelogin-unlimited {
  color: #006e95;
  border-color: #006e95;
}

.btn-outline-onelogin-unlimited:hover {
  color: #fff;
  background-color: #006e95;
  border-color: #006e95;
}

.btn-outline-onelogin-unlimited:focus, .btn-outline-onelogin-unlimited.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 149, 0.5);
}

.btn-outline-onelogin-unlimited.disabled, .btn-outline-onelogin-unlimited:disabled {
  color: #006e95;
  background-color: transparent;
}

.btn-outline-onelogin-unlimited:not(:disabled):not(.disabled):active, .btn-outline-onelogin-unlimited:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #006e95;
  border-color: #006e95;
}

.show > .btn-outline-onelogin-unlimited.dropdown-toggle {
  color: #fff;
  background-color: #006e95;
  border-color: #006e95;
}

.btn-outline-onelogin-unlimited:not(:disabled):not(.disabled):active:focus, .btn-outline-onelogin-unlimited:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 149, 0.5);
}

.show > .btn-outline-onelogin-unlimited.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 149, 0.5);
}

.btn-outline-yubikey {
  color: #9aca3c;
  border-color: #9aca3c;
}

.btn-outline-yubikey:hover {
  color: #fff;
  background-color: #9aca3c;
  border-color: #9aca3c;
}

.btn-outline-yubikey:focus, .btn-outline-yubikey.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 60, 0.5);
}

.btn-outline-yubikey.disabled, .btn-outline-yubikey:disabled {
  color: #9aca3c;
  background-color: transparent;
}

.btn-outline-yubikey:not(:disabled):not(.disabled):active, .btn-outline-yubikey:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #9aca3c;
  border-color: #9aca3c;
}

.show > .btn-outline-yubikey.dropdown-toggle {
  color: #fff;
  background-color: #9aca3c;
  border-color: #9aca3c;
}

.btn-outline-yubikey:not(:disabled):not(.disabled):active:focus, .btn-outline-yubikey:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 60, 0.5);
}

.show > .btn-outline-yubikey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 60, 0.5);
}

.btn-outline-yubikey-gray {
  color: #edf0f2;
  border-color: #edf0f2;
}

.btn-outline-yubikey-gray:hover {
  color: #1f1f39;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.btn-outline-yubikey-gray:focus, .btn-outline-yubikey-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
}

.btn-outline-yubikey-gray.disabled, .btn-outline-yubikey-gray:disabled {
  color: #edf0f2;
  background-color: transparent;
}

.btn-outline-yubikey-gray:not(:disabled):not(.disabled):active, .btn-outline-yubikey-gray:not(:disabled):not(.disabled).active {
  color: #1f1f39;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.show > .btn-outline-yubikey-gray.dropdown-toggle {
  color: #1f1f39;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.btn-outline-yubikey-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-yubikey-gray:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
}

.show > .btn-outline-yubikey-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
}

.btn-outline-yubikey-blue {
  color: #335f74;
  border-color: #335f74;
}

.btn-outline-yubikey-blue:hover {
  color: #fff;
  background-color: #335f74;
  border-color: #335f74;
}

.btn-outline-yubikey-blue:focus, .btn-outline-yubikey-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 95, 116, 0.5);
}

.btn-outline-yubikey-blue.disabled, .btn-outline-yubikey-blue:disabled {
  color: #335f74;
  background-color: transparent;
}

.btn-outline-yubikey-blue:not(:disabled):not(.disabled):active, .btn-outline-yubikey-blue:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #335f74;
  border-color: #335f74;
}

.show > .btn-outline-yubikey-blue.dropdown-toggle {
  color: #fff;
  background-color: #335f74;
  border-color: #335f74;
}

.btn-outline-yubikey-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-yubikey-blue:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 95, 116, 0.5);
}

.show > .btn-outline-yubikey-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 95, 116, 0.5);
}

.btn-outline-securew2-primary {
  color: #c2161d;
  border-color: #c2161d;
}

.btn-outline-securew2-primary:hover {
  color: #fff;
  background-color: #c2161d;
  border-color: #c2161d;
}

.btn-outline-securew2-primary:focus, .btn-outline-securew2-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 22, 29, 0.5);
}

.btn-outline-securew2-primary.disabled, .btn-outline-securew2-primary:disabled {
  color: #c2161d;
  background-color: transparent;
}

.btn-outline-securew2-primary:not(:disabled):not(.disabled):active, .btn-outline-securew2-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c2161d;
  border-color: #c2161d;
}

.show > .btn-outline-securew2-primary.dropdown-toggle {
  color: #fff;
  background-color: #c2161d;
  border-color: #c2161d;
}

.btn-outline-securew2-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-securew2-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 22, 29, 0.5);
}

.show > .btn-outline-securew2-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 22, 29, 0.5);
}

.btn-outline-stellarcyber-blue {
  color: #000033;
  border-color: #000033;
}

.btn-outline-stellarcyber-blue:hover {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-outline-stellarcyber-blue:focus, .btn-outline-stellarcyber-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-outline-stellarcyber-blue.disabled, .btn-outline-stellarcyber-blue:disabled {
  color: #000033;
  background-color: transparent;
}

.btn-outline-stellarcyber-blue:not(:disabled):not(.disabled):active, .btn-outline-stellarcyber-blue:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.show > .btn-outline-stellarcyber-blue.dropdown-toggle {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-outline-stellarcyber-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-stellarcyber-blue:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.show > .btn-outline-stellarcyber-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-outline-stellarcyber-orange {
  color: #f69220;
  border-color: #f69220;
}

.btn-outline-stellarcyber-orange:hover {
  color: #fff;
  background-color: #f69220;
  border-color: #f69220;
}

.btn-outline-stellarcyber-orange:focus, .btn-outline-stellarcyber-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 146, 32, 0.5);
}

.btn-outline-stellarcyber-orange.disabled, .btn-outline-stellarcyber-orange:disabled {
  color: #f69220;
  background-color: transparent;
}

.btn-outline-stellarcyber-orange:not(:disabled):not(.disabled):active, .btn-outline-stellarcyber-orange:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f69220;
  border-color: #f69220;
}

.show > .btn-outline-stellarcyber-orange.dropdown-toggle {
  color: #fff;
  background-color: #f69220;
  border-color: #f69220;
}

.btn-outline-stellarcyber-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-stellarcyber-orange:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 146, 32, 0.5);
}

.show > .btn-outline-stellarcyber-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 146, 32, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0000bb;
  text-decoration: none;
}

.btn-link:hover {
  color: #00006f;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #68687b;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #68687b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e3ea;
  border-radius: 0.35rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e3e3ea;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1f1f39;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #161628;
  text-decoration: none;
  background-color: #efeff7;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0000bb;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #68687b;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #68687b;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1f1f39;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 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 {
  z-index: 1;
}

.btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.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-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 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 {
  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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.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-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #68687b;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #d7d7e0;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e3e3ea #e3e3ea #d7d7e0;
}

.nav-tabs .nav-link.disabled {
  color: #68687b;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active {
  color: #48485b;
  background-color: #fff;
  border-color: #d7d7e0 #d7d7e0 #fff;
}

.nav-tabs .nav-item.show .nav-link {
  color: #48485b;
  background-color: #fff;
  border-color: #d7d7e0 #d7d7e0 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.35rem;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0000bb;
}

.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0000bb;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.35rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.35rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.35rem;
}

.card-header {
  padding: 1rem 1.35rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0.35rem 0.35rem 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1.35rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 0.35rem 0.35rem;
}

.card-header-tabs {
  margin-right: -0.675rem;
  margin-bottom: -1rem;
  margin-left: -0.675rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.675rem;
  margin-left: -0.675rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.card-deck .card,
.card-group > .card,
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
@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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    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-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e3e3ea;
  border-radius: 0.35rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #68687b;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #68687b;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0000bb;
  background-color: #fff;
  border: 1px solid #d7d7e0;
}

.page-link:hover {
  z-index: 2;
  color: #00006f;
  text-decoration: none;
  background-color: #e3e3ea;
  border-color: #d7d7e0;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 187, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0000bb;
  border-color: #0000bb;
}

.page-item.disabled .page-link {
  color: #68687b;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d7d7e0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0000bb;
}

a.badge-primary:hover {
  color: #fff;
  background-color: #000088;
}

a.badge-primary:focus {
  color: #fff;
  background-color: #000088;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 187, 0.5);
}

a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 187, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6900c7;
}

a.badge-secondary:hover {
  color: #fff;
  background-color: #4e0094;
}

a.badge-secondary:focus {
  color: #fff;
  background-color: #4e0094;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00ac69;
}

a.badge-success:hover {
  color: #fff;
  background-color: #00794a;
}

a.badge-success:focus {
  color: #fff;
  background-color: #00794a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #00cfd5;
}

a.badge-info:hover {
  color: #fff;
  background-color: #009da2;
}

a.badge-info:focus {
  color: #fff;
  background-color: #009da2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #f4a100;
}

a.badge-warning:hover {
  color: #fff;
  background-color: #c17f00;
}

a.badge-warning:focus {
  color: #fff;
  background-color: #c17f00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e81500;
}

a.badge-danger:hover {
  color: #fff;
  background-color: #b51000;
}

a.badge-danger:focus {
  color: #fff;
  background-color: #b51000;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

.badge-light {
  color: #1f1f39;
  background-color: #efeff7;
}

a.badge-light:hover {
  color: #1f1f39;
  background-color: #cdcde6;
}

a.badge-light:focus {
  color: #1f1f39;
  background-color: #cdcde6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 247, 0.5);
}

a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 247, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #333;
}

a.badge-dark:hover {
  color: #fff;
  background-color: #1a1a1a;
}

a.badge-dark:focus {
  color: #fff;
  background-color: #1a1a1a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-sumologic {
  color: #fff;
  background-color: #020099;
}

a.badge-sumologic:hover {
  color: #fff;
  background-color: #010066;
}

a.badge-sumologic:focus {
  color: #fff;
  background-color: #010066;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 0, 153, 0.5);
}

a.badge-sumologic.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 0, 153, 0.5);
}

.badge-sumologic-light {
  color: #fff;
  background-color: #2b8fe3;
}

a.badge-sumologic-light:hover {
  color: #fff;
  background-color: #1a75c1;
}

a.badge-sumologic-light:focus {
  color: #fff;
  background-color: #1a75c1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 143, 227, 0.5);
}

a.badge-sumologic-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 143, 227, 0.5);
}

.badge-onelogin {
  color: #fff;
  background-color: #00a9e0;
}

a.badge-onelogin:hover {
  color: #fff;
  background-color: #0083ad;
}

a.badge-onelogin:focus {
  color: #fff;
  background-color: #0083ad;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
}

a.badge-onelogin.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
}

.badge-onelogin-light {
  color: #1f1f39;
  background-color: #e5f7fa;
}

a.badge-onelogin-light:hover {
  color: #1f1f39;
  background-color: #baeaf2;
}

a.badge-onelogin-light:focus {
  color: #1f1f39;
  background-color: #baeaf2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 247, 250, 0.5);
}

a.badge-onelogin-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 247, 250, 0.5);
}

.badge-onelogin-black {
  color: #fff;
  background-color: #1c1f2a;
}

a.badge-onelogin-black:hover {
  color: #fff;
  background-color: #08080b;
}

a.badge-onelogin-black:focus {
  color: #fff;
  background-color: #08080b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 31, 42, 0.5);
}

a.badge-onelogin-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 31, 42, 0.5);
}

.badge-pentio {
  color: #fff;
  background-color: #322287;
}

a.badge-pentio:hover {
  color: #fff;
  background-color: #23185e;
}

a.badge-pentio:focus {
  color: #fff;
  background-color: #23185e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 34, 135, 0.5);
}

a.badge-pentio.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 34, 135, 0.5);
}

.badge-orange {
  color: #fff;
  background-color: #ff8201;
}

a.badge-orange:hover {
  color: #fff;
  background-color: #cd6800;
}

a.badge-orange:focus {
  color: #fff;
  background-color: #cd6800;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 130, 1, 0.5);
}

a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 130, 1, 0.5);
}

.badge-yellow {
  color: #fff;
  background-color: #ffb401;
}

a.badge-yellow:hover {
  color: #fff;
  background-color: #cd9000;
}

a.badge-yellow:focus {
  color: #fff;
  background-color: #cd9000;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 1, 0.5);
}

a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 1, 0.5);
}

.badge-pki {
  color: #fff;
  background-color: #332287;
}

a.badge-pki:hover {
  color: #fff;
  background-color: #24185e;
}

a.badge-pki:focus {
  color: #fff;
  background-color: #24185e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 34, 135, 0.5);
}

a.badge-pki.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 34, 135, 0.5);
}

.badge-link {
  color: #fff;
  background-color: #00759f;
}

a.badge-link:hover {
  color: #fff;
  background-color: #004f6c;
}

a.badge-link:focus {
  color: #fff;
  background-color: #004f6c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 159, 0.5);
}

a.badge-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 159, 0.5);
}

.badge-onelogin-starter {
  color: #fff;
  background-color: #214a7b;
}

a.badge-onelogin-starter:hover {
  color: #fff;
  background-color: #163253;
}

a.badge-onelogin-starter:focus {
  color: #fff;
  background-color: #163253;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 74, 123, 0.5);
}

a.badge-onelogin-starter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 74, 123, 0.5);
}

.badge-onelogin-unlimited {
  color: #fff;
  background-color: #006e95;
}

a.badge-onelogin-unlimited:hover {
  color: #fff;
  background-color: #004862;
}

a.badge-onelogin-unlimited:focus {
  color: #fff;
  background-color: #004862;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 149, 0.5);
}

a.badge-onelogin-unlimited.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 149, 0.5);
}

.badge-yubikey {
  color: #fff;
  background-color: #9aca3c;
}

a.badge-yubikey:hover {
  color: #fff;
  background-color: #7da62d;
}

a.badge-yubikey:focus {
  color: #fff;
  background-color: #7da62d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 60, 0.5);
}

a.badge-yubikey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 60, 0.5);
}

.badge-yubikey-gray {
  color: #1f1f39;
  background-color: #edf0f2;
}

a.badge-yubikey-gray:hover {
  color: #1f1f39;
  background-color: #cfd7dd;
}

a.badge-yubikey-gray:focus {
  color: #1f1f39;
  background-color: #cfd7dd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
}

a.badge-yubikey-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
}

.badge-yubikey-blue {
  color: #fff;
  background-color: #335f74;
}

a.badge-yubikey-blue:hover {
  color: #fff;
  background-color: #234251;
}

a.badge-yubikey-blue:focus {
  color: #fff;
  background-color: #234251;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 95, 116, 0.5);
}

a.badge-yubikey-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 95, 116, 0.5);
}

.badge-securew2-primary {
  color: #fff;
  background-color: #c2161d;
}

a.badge-securew2-primary:hover {
  color: #fff;
  background-color: #941116;
}

a.badge-securew2-primary:focus {
  color: #fff;
  background-color: #941116;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(194, 22, 29, 0.5);
}

a.badge-securew2-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(194, 22, 29, 0.5);
}

.badge-stellarcyber-blue {
  color: #fff;
  background-color: #000033;
}

a.badge-stellarcyber-blue:hover {
  color: #fff;
  background-color: black;
}

a.badge-stellarcyber-blue:focus {
  color: #fff;
  background-color: black;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

a.badge-stellarcyber-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.badge-stellarcyber-orange {
  color: #fff;
  background-color: #f69220;
}

a.badge-stellarcyber-orange:hover {
  color: #fff;
  background-color: #da7809;
}

a.badge-stellarcyber-orange:focus {
  color: #fff;
  background-color: #da7809;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 146, 32, 0.5);
}

a.badge-stellarcyber-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 146, 32, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e3e3ea;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e3e3ea;
  border-radius: 0.35rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0000bb;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #48485b;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #48485b;
  text-decoration: none;
  background-color: #efeff7;
}

.list-group-item-action:active {
  color: #68687b;
  background-color: #e3e3ea;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #68687b;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0000bb;
  border-color: #0000bb;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.35rem;
  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: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #000061;
  background-color: #b8b8ec;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #000061;
  background-color: #a4a4e7;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #000061;
  border-color: #000061;
}

.list-group-item-secondary {
  color: #370067;
  background-color: #d5b8ef;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #370067;
  background-color: #c9a3ea;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #370067;
  border-color: #370067;
}

.list-group-item-success {
  color: #005937;
  background-color: #b8e8d5;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005937;
  background-color: #a5e2ca;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005937;
  border-color: #005937;
}

.list-group-item-info {
  color: #006c6f;
  background-color: #b8f2f3;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #006c6f;
  background-color: #a2eeef;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #006c6f;
  border-color: #006c6f;
}

.list-group-item-warning {
  color: #7f5400;
  background-color: #fce5b8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7f5400;
  background-color: #fbdca0;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f5400;
  border-color: #7f5400;
}

.list-group-item-danger {
  color: #790b00;
  background-color: #f9bdb8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #790b00;
  background-color: #f7a7a0;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #790b00;
  border-color: #790b00;
}

.list-group-item-light {
  color: #7c7c80;
  background-color: #fbfbfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7c7c80;
  background-color: #eaeaf5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c80;
  border-color: #7c7c80;
}

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.list-group-item-sumologic {
  color: #010050;
  background-color: #b8b8e2;
}

.list-group-item-sumologic.list-group-item-action:hover, .list-group-item-sumologic.list-group-item-action:focus {
  color: #010050;
  background-color: #a6a6db;
}

.list-group-item-sumologic.list-group-item-action.active {
  color: #fff;
  background-color: #010050;
  border-color: #010050;
}

.list-group-item-sumologic-light {
  color: #164a76;
  background-color: #c4e0f7;
}

.list-group-item-sumologic-light.list-group-item-action:hover, .list-group-item-sumologic-light.list-group-item-action:focus {
  color: #164a76;
  background-color: #aed4f4;
}

.list-group-item-sumologic-light.list-group-item-action.active {
  color: #fff;
  background-color: #164a76;
  border-color: #164a76;
}

.list-group-item-onelogin {
  color: #005874;
  background-color: #b8e7f6;
}

.list-group-item-onelogin.list-group-item-action:hover, .list-group-item-onelogin.list-group-item-action:focus {
  color: #005874;
  background-color: #a1dff3;
}

.list-group-item-onelogin.list-group-item-action.active {
  color: #fff;
  background-color: #005874;
  border-color: #005874;
}

.list-group-item-onelogin-light {
  color: #778082;
  background-color: #f8fdfe;
}

.list-group-item-onelogin-light.list-group-item-action:hover, .list-group-item-onelogin-light.list-group-item-action:focus {
  color: #778082;
  background-color: #e2f7fb;
}

.list-group-item-onelogin-light.list-group-item-action.active {
  color: #fff;
  background-color: #778082;
  border-color: #778082;
}

.list-group-item-onelogin-black {
  color: #0f1016;
  background-color: #bfc0c3;
}

.list-group-item-onelogin-black.list-group-item-action:hover, .list-group-item-onelogin-black.list-group-item-action:focus {
  color: #0f1016;
  background-color: #b2b3b7;
}

.list-group-item-onelogin-black.list-group-item-action.active {
  color: #fff;
  background-color: #0f1016;
  border-color: #0f1016;
}

.list-group-item-pentio {
  color: #1a1246;
  background-color: #c6c1dd;
}

.list-group-item-pentio.list-group-item-action:hover, .list-group-item-pentio.list-group-item-action:focus {
  color: #1a1246;
  background-color: #b7b1d4;
}

.list-group-item-pentio.list-group-item-action.active {
  color: #fff;
  background-color: #1a1246;
  border-color: #1a1246;
}

.list-group-item-orange {
  color: #854401;
  background-color: #ffdcb8;
}

.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #854401;
  background-color: #ffcf9f;
}

.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #854401;
  border-color: #854401;
}

.list-group-item-yellow {
  color: #855e01;
  background-color: #ffeab8;
}

.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #855e01;
  background-color: #ffe29f;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #855e01;
  border-color: #855e01;
}

.list-group-item-pki {
  color: #1b1246;
  background-color: #c6c1dd;
}

.list-group-item-pki.list-group-item-action:hover, .list-group-item-pki.list-group-item-action:focus {
  color: #1b1246;
  background-color: #b7b1d4;
}

.list-group-item-pki.list-group-item-action.active {
  color: #fff;
  background-color: #1b1246;
  border-color: #1b1246;
}

.list-group-item-link {
  color: #003d53;
  background-color: #b8d8e4;
}

.list-group-item-link.list-group-item-action:hover, .list-group-item-link.list-group-item-action:focus {
  color: #003d53;
  background-color: #a6cedd;
}

.list-group-item-link.list-group-item-action.active {
  color: #fff;
  background-color: #003d53;
  border-color: #003d53;
}

.list-group-item-onelogin-starter {
  color: #112640;
  background-color: #c1ccda;
}

.list-group-item-onelogin-starter.list-group-item-action:hover, .list-group-item-onelogin-starter.list-group-item-action:focus {
  color: #112640;
  background-color: #b1bfd0;
}

.list-group-item-onelogin-starter.list-group-item-action.active {
  color: #fff;
  background-color: #112640;
  border-color: #112640;
}

.list-group-item-onelogin-unlimited {
  color: #00394d;
  background-color: #b8d6e1;
}

.list-group-item-onelogin-unlimited.list-group-item-action:hover, .list-group-item-onelogin-unlimited.list-group-item-action:focus {
  color: #00394d;
  background-color: #a6ccd9;
}

.list-group-item-onelogin-unlimited.list-group-item-action.active {
  color: #fff;
  background-color: #00394d;
  border-color: #00394d;
}

.list-group-item-yubikey {
  color: #50691f;
  background-color: #e3f0c8;
}

.list-group-item-yubikey.list-group-item-action:hover, .list-group-item-yubikey.list-group-item-action:focus {
  color: #50691f;
  background-color: #d9ebb4;
}

.list-group-item-yubikey.list-group-item-action.active {
  color: #fff;
  background-color: #50691f;
  border-color: #50691f;
}

.list-group-item-yubikey-gray {
  color: #7b7d7e;
  background-color: #fafbfb;
}

.list-group-item-yubikey-gray.list-group-item-action:hover, .list-group-item-yubikey-gray.list-group-item-action:focus {
  color: #7b7d7e;
  background-color: #ecf0f0;
}

.list-group-item-yubikey-gray.list-group-item-action.active {
  color: #fff;
  background-color: #7b7d7e;
  border-color: #7b7d7e;
}

.list-group-item-yubikey-blue {
  color: #1b313c;
  background-color: #c6d2d8;
}

.list-group-item-yubikey-blue.list-group-item-action:hover, .list-group-item-yubikey-blue.list-group-item-action:focus {
  color: #1b313c;
  background-color: #b7c6ce;
}

.list-group-item-yubikey-blue.list-group-item-action.active {
  color: #fff;
  background-color: #1b313c;
  border-color: #1b313c;
}

.list-group-item-securew2-primary {
  color: #650b0f;
  background-color: #eebec0;
}

.list-group-item-securew2-primary.list-group-item-action:hover, .list-group-item-securew2-primary.list-group-item-action:focus {
  color: #650b0f;
  background-color: #e9aaac;
}

.list-group-item-securew2-primary.list-group-item-action.active {
  color: #fff;
  background-color: #650b0f;
  border-color: #650b0f;
}

.list-group-item-stellarcyber-blue {
  color: #00001b;
  background-color: #b8b8c6;
}

.list-group-item-stellarcyber-blue.list-group-item-action:hover, .list-group-item-stellarcyber-blue.list-group-item-action:focus {
  color: #00001b;
  background-color: #aaaabb;
}

.list-group-item-stellarcyber-blue.list-group-item-action.active {
  color: #fff;
  background-color: #00001b;
  border-color: #00001b;
}

.list-group-item-stellarcyber-orange {
  color: #804c11;
  background-color: #fce0c1;
}

.list-group-item-stellarcyber-orange.list-group-item-action:hover, .list-group-item-stellarcyber-orange.list-group-item-action:focus {
  color: #804c11;
  background-color: #fbd4a9;
}

.list-group-item-stellarcyber-orange.list-group-item-action.active {
  color: #fff;
  background-color: #804c11;
  border-color: #804c11;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #68687b;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e3e3ea;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e3e3ea;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.35rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-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-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #32324b;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #68687b;
}

.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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e3e3ea !important;
}

.border-top {
  border-top: 1px solid #e3e3ea !important;
}

.border-right {
  border-right: 1px solid #e3e3ea !important;
}

.border-bottom {
  border-bottom: 1px solid #e3e3ea !important;
}

.border-left {
  border-left: 1px solid #e3e3ea !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.35rem !important;
}

.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top,
.page-header.navbar-fixed .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top,
  .nav-sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 0 rgba(31, 31, 57, 0.2) !important;
}

.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 31, 57, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: calc(1 * 25%) !important;
}

.h-25 {
  height: calc(1 * 25%) !important;
}

.w-50 {
  width: calc(2 * 25%) !important;
}

.h-50 {
  height: calc(2 * 25%) !important;
}

.w-75 {
  width: calc(3 * 25%) !important;
}

.h-75 {
  height: calc(3 * 25%) !important;
}

.w-100 {
  width: calc(4 * 25%) !important;
}

.h-100 {
  height: calc(4 * 25%) !important;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.pt-10,
.py-10 {
  padding-top: 6rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 6rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-10 {
    margin: 6rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6rem !important;
  }
  .m-lg-15 {
    margin: 9rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 9rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 9rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 9rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0000bb !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00006f !important;
}

.text-secondary {
  color: #6900c7 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #41007b !important;
}

.text-success {
  color: #00ac69 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #00603a !important;
}

.text-info {
  color: #00cfd5 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #008589 !important;
}

.text-warning {
  color: #f4a100 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #a86f00 !important;
}

.text-danger {
  color: #e81500 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #9c0e00 !important;
}

.text-light,
.page-header-dark .btn-link {
  color: #efeff7 !important;
}

a.text-light:hover,
.page-header-dark a.btn-link:hover,
a.text-light:focus,
.page-header-dark a.btn-link:focus {
  color: #bcbcde !important;
}

.text-dark,
.page-header-light .btn-link {
  color: #333 !important;
}

a.text-dark:hover,
.page-header-light a.btn-link:hover,
a.text-dark:focus,
.page-header-light a.btn-link:focus {
  color: #0d0d0d !important;
}

.text-sumologic {
  color: #020099 !important;
}

a.text-sumologic:hover, a.text-sumologic:focus {
  color: #01004d !important;
}

.text-sumologic-light {
  color: #2b8fe3 !important;
}

a.text-sumologic-light:hover, a.text-sumologic-light:focus {
  color: #1767ab !important;
}

.text-onelogin {
  color: #00a9e0 !important;
}

.text-safeguard-green {
  color: #00556C !important;
}

a.text-onelogin:hover, a.text-onelogin:focus {
  color: #006f94 !important;
}

.text-onelogin-light {
  color: #e5f7fa !important;
}

a.text-onelogin-light:hover, a.text-onelogin-light:focus {
  color: #a5e3ee !important;
}

.text-onelogin-black {
  color: #1c1f2a !important;
}

a.text-onelogin-black:hover, a.text-onelogin-black:focus {
  color: black !important;
}

.text-pentio {
  color: #322287 !important;
}

a.text-pentio:hover, a.text-pentio:focus {
  color: #1b134a !important;
}

.text-orange {
  color: #ff8201 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #b45b00 !important;
}

.text-yellow {
  color: #ffb401 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #b47e00 !important;
}

.text-pki {
  color: #332287 !important;
}

a.text-pki:hover, a.text-pki:focus {
  color: #1c134a !important;
}

.text-link {
  color: #00759f !important;
  cursor: pointer;
}

a.text-link:hover, a.text-link:focus {
  color: #003d53 !important;
}

.text-onelogin-starter {
  color: #214a7b !important;
}

a.text-onelogin-starter:hover, a.text-onelogin-starter:focus {
  color: #11263f !important;
}

.text-onelogin-unlimited {
  color: #006e95 !important;
}

a.text-onelogin-unlimited:hover, a.text-onelogin-unlimited:focus {
  color: #003649 !important;
}

.text-yubikey {
  color: #9aca3c !important;
}

a.text-yubikey:hover, a.text-yubikey:focus {
  color: #6e9228 !important;
}

.text-yubikey-gray {
  color: #edf0f2 !important;
}

a.text-yubikey-gray:hover, a.text-yubikey-gray:focus {
  color: #c1cbd2 !important;
}

.text-yubikey-blue {
  color: #335f74 !important;
}

a.text-yubikey-blue:hover, a.text-yubikey-blue:focus {
  color: #1c333f !important;
}

.text-securew2-primary {
  color: #c2161d !important;
}

a.text-securew2-primary:hover, a.text-securew2-primary:focus {
  color: #7d0e13 !important;
}

.text-stellarcyber-blue {
  color: #000033 !important;
}

a.text-stellarcyber-blue:hover, a.text-stellarcyber-blue:focus {
  color: black !important;
}

.text-stellarcyber-orange {
  color: #f69220 !important;
}

a.text-stellarcyber-orange:hover, a.text-stellarcyber-orange:focus {
  color: #c26b08 !important;
}

.text-body {
  color: #68687b !important;
}

.text-muted {
  color: #a2a2b5 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50,
.page-header-dark .page-header-text {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset,
.footer a {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #a2a2b5;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body,
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d7d7e0 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e3e3ea;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e3e3ea;
  }
}
html {
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

.text-link {
  text-decoration: underline !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #333;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .thumb-case {
    max-height: 225px;
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thumb-case {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 200px;
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
  }
}
.navbar-light .navbar-nav a.nav-link {
  color: #333;
}

@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-ExtraLight.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-ExtraLightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-SemiBoldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-ExtraBold.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-ExtraBoldItalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-Black.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/metropolis/Metropolis-BlackItalic.otf");
  font-weight: 800;
  font-style: italic;
}
#campaign_banner {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 3;
  border: 4px #fff solid;
  visibility: hidden;
  right: 40px;
}

#campaign_banner a:hover {
  text-decoration: none;
}

#campaign_banner#campaign_banner.campaign-visible {
  visibility: visible;
  animation-duration: 0.8s;
  animation-name: fade-in;
}

@media (max-width: 767.98px) {
  #campaign_banner {
    right: 0;
  }
}
@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
#campaign_close {
  position: absolute;
  right: 0;
  top: -50px;
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}

#layoutDefault {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#layoutDefault #layoutDefault_content {
  min-width: 0;
  flex-grow: 1;
}

#layoutDefault #layoutDefault_footer {
  min-width: 0;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 0.75rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.animated--fade-in-up {
  animation-name: fadeInUp;
  animation-duration: 200ms;
  animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

.animated--fade-in-up.dropdown-menu {
  margin-top: 0 !important;
  top: 0.125rem !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated--fade-in {
  animation-name: fadeIn;
  animation-duration: 200ms;
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.bg-gradient-primary-to-secondary {
  background-color: #0000bb;
  background-image: linear-gradient(135deg, #0000bb 0%, rgba(105, 0, 199, 0.8) 100%);
}

.bg-gray-100 {
  background-color: #efeff7 !important;
}

.bg-gray-200 {
  background-color: #e3e3ea !important;
}

.bg-gray-300 {
  background-color: #d7d7e0 !important;
}

.bg-gray-400 {
  background-color: #c5c5d2 !important;
}

.bg-gray-500 {
  background-color: #a2a2b5 !important;
}

.bg-gray-600 {
  background-color: #68687b !important;
}

.bg-gray-700 {
  background-color: #48485b !important;
}

.bg-gray-800 {
  background-color: #32324b !important;
}

.bg-gray-900 {
  background-color: #1f1f39 !important;
}

.bg-img-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img-repeat {
  background-position: top left;
  background-repeat: repeat;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}

.overlay-primary:before {
  background-color: #0000bb !important;
}

.overlay-secondary:before {
  background-color: #6900c7 !important;
}

.overlay-success:before {
  background-color: #00ac69 !important;
}

.overlay-info:before {
  background-color: #00cfd5 !important;
}

.overlay-warning:before {
  background-color: #f4a100 !important;
}

.overlay-danger:before {
  background-color: #e81500 !important;
}

.overlay-light:before {
  background-color: #efeff7 !important;
}

.overlay-dark:before {
  background-color: #333 !important;
}

.overlay-sumologic:before {
  background-color: #020099 !important;
}

.overlay-sumologic-light:before {
  background-color: #2b8fe3 !important;
}

.overlay-onelogin:before {
  background-color: #00a9e0 !important;
}

.overlay-onelogin-light:before {
  background-color: #e5f7fa !important;
}

.overlay-onelogin-black:before {
  background-color: #1c1f2a !important;
}

.overlay-pentio:before {
  background-color: #322287 !important;
}

.overlay-orange:before {
  background-color: #ff8201 !important;
}

.overlay-yellow:before {
  background-color: #ffb401 !important;
}

.overlay-pki:before {
  background-color: #332287 !important;
}

.overlay-link:before {
  background-color: #00759f !important;
}

.overlay-onelogin-starter:before {
  background-color: #214a7b !important;
}

.overlay-onelogin-unlimited:before {
  background-color: #006e95 !important;
}

.overlay-yubikey:before {
  background-color: #9aca3c !important;
}

.overlay-yubikey-gray:before {
  background-color: #edf0f2 !important;
}

.overlay-yubikey-blue:before {
  background-color: #335f74 !important;
}

.overlay-securew2-primary:before {
  background-color: #c2161d !important;
}

.overlay-stellarcyber-blue:before {
  background-color: #000033 !important;
}

.overlay-stellarcyber-orange:before {
  background-color: #f69220 !important;
}

.overlay-1:before {
  opacity: calc(1 / 10);
}

.overlay-2:before {
  opacity: calc(2 / 10);
}

.overlay-3:before {
  opacity: calc(3 / 10);
}

.overlay-4:before {
  opacity: calc(4 / 10);
}

.overlay-5:before {
  opacity: calc(5 / 10);
}

.overlay-6:before {
  opacity: calc(6 / 10);
}

.overlay-7:before {
  opacity: calc(7 / 10);
}

.overlay-8:before {
  opacity: calc(8 / 10);
}

.overlay-9:before {
  opacity: calc(9 / 10);
}

.border-lg {
  border-width: 0.25rem !important;
}

.border-top-lg {
  border-top-width: 0.25rem !important;
}

.border-right-lg {
  border-right-width: 0.25rem !important;
}

.border-bottom-lg {
  border-bottom-width: 0.25rem !important;
}

.border-left-lg {
  border-left-width: 0.25rem !important;
}

.border-primary {
  border-color: #0000bb !important;
}

.border-secondary {
  border-color: #6900c7 !important;
}

.border-success {
  border-color: #00ac69 !important;
}

.border-info {
  border-color: #00cfd5 !important;
}

.border-warning {
  border-color: #f4a100 !important;
}

.border-danger {
  border-color: #e81500 !important;
}

.border-light {
  border-color: #efeff7 !important;
}

.border-dark {
  border-color: #333 !important;
}

.border-sumologic {
  border-color: #020099 !important;
}

.border-sumologic-light {
  border-color: #2b8fe3 !important;
}

.border-onelogin {
  border-color: #00a9e0 !important;
}

.border-onelogin-light {
  border-color: #e5f7fa !important;
}

.border-onelogin-black {
  border-color: #1c1f2a !important;
}

.border-pentio {
  border-color: #322287 !important;
}

.border-orange {
  border-color: #ff8201 !important;
}

.border-yellow {
  border-color: #ffb401 !important;
}

.border-pki {
  border-color: #332287 !important;
}

.border-link {
  border-color: #00759f !important;
}

.border-onelogin-starter {
  border-color: #214a7b !important;
}

.border-onelogin-unlimited {
  border-color: #006e95 !important;
}

.border-yubikey {
  border-color: #9aca3c !important;
}

.border-yubikey-gray {
  border-color: #edf0f2 !important;
}

.border-yubikey-blue {
  border-color: #335f74 !important;
}

.border-securew2-primary {
  border-color: #c2161d !important;
}

.border-stellarcyber-blue {
  border-color: #000033 !important;
}

.border-stellarcyber-orange {
  border-color: #f69220 !important;
}

.rounded-xl {
  border-radius: 1rem !important;
}

.border-gray-100 {
  border-color: #efeff7 !important;
}

.border-gray-200 {
  border-color: #e3e3ea !important;
}

.border-gray-300 {
  border-color: #d7d7e0 !important;
}

.border-gray-400 {
  border-color: #c5c5d2 !important;
}

.border-gray-500 {
  border-color: #a2a2b5 !important;
}

.border-gray-600 {
  border-color: #68687b !important;
}

.border-gray-700 {
  border-color: #48485b !important;
}

.border-gray-800 {
  border-color: #32324b !important;
}

.border-gray-900 {
  border-color: #1f1f39 !important;
}

.no-caret .dropdown-toggle::after {
  display: none;
}

.content-skewed {
  perspective: 1500px;
  transform-style: preserve-3d;
}

.content-skewed-right {
  perspective-origin: right center;
}

.content-skewed-right .content-skewed-item {
  transform: rotateY(30deg) rotateX(15deg);
  backface-visibility: hidden;
}

.content-skewed-left {
  perspective-origin: left center;
}

.content-skewed-left .content-skewed-item {
  transform: rotateY(-30deg) rotateX(15deg);
  backface-visibility: hidden;
}

.lift {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 31, 57, 0.15);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.lift:hover {
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(31, 31, 57, 0.25);
}

.lift:active {
  transform: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 31, 57, 0.15);
}

.lift-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(31, 31, 57, 0.2);
}

.lift-sm:hover {
  transform: translateY(-0.1666666667rem);
  box-shadow: 0 0.25rem 1rem 0 rgba(31, 31, 57, 0.25);
}

.lift-sm:active {
  transform: none;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(31, 31, 57, 0.2);
}

.card.lift {
  text-decoration: none;
  color: inherit;
}

.shadow-right-sm {
  box-shadow: 0.125rem 0 0.25rem 0 rgba(31, 31, 57, 0.15);
}

.shadow-right {
  box-shadow: 0.15rem 0 1.75rem 0 rgba(31, 31, 57, 0.15);
}

.shadow-right-lg {
  box-shadow: 1rem 0 3rem 0 rgba(31, 31, 57, 0.15);
}

.shadow-left-sm {
  box-shadow: -0.125rem 0 0.25rem 0 rgba(31, 31, 57, 0.15);
}

.shadow-left {
  box-shadow: -0.15rem 0 1.75rem 0 rgba(31, 31, 57, 0.15);
}

.shadow-left-lg {
  box-shadow: -1rem 0 3rem 0 rgba(31, 31, 57, 0.15);
}

.text-gray-100 {
  color: #efeff7 !important;
}

.text-gray-200 {
  color: #e3e3ea !important;
}

.text-gray-300 {
  color: #d7d7e0 !important;
}

.text-gray-400 {
  color: #c5c5d2 !important;
}

.text-gray-500 {
  color: #a2a2b5 !important;
}

.text-gray-600 {
  color: #68687b !important;
}

.text-gray-700 {
  color: #48485b !important;
}

.text-gray-800 {
  color: #32324b !important;
}

.text-gray-900 {
  color: #1f1f39 !important;
}

.font-weight-1 {
  font-weight: calc(1 * 100) !important;
}

.font-weight-2 {
  font-weight: calc(2 * 100) !important;
}

.font-weight-3 {
  font-weight: calc(3 * 100) !important;
}

.font-weight-4 {
  font-weight: calc(4 * 100) !important;
}

.font-weight-5 {
  font-weight: calc(5 * 100) !important;
}

.font-weight-6 {
  font-weight: calc(6 * 100) !important;
}

.font-weight-7 {
  font-weight: calc(7 * 100) !important;
}

.font-weight-8 {
  font-weight: calc(8 * 100) !important;
}

.font-weight-9 {
  font-weight: calc(9 * 100) !important;
}

.text-white-75,
.page-header-dark .page-header-text a {
  color: rgba(255, 255, 255, 0.75);
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-uppercase-expanded,
.navbar-marketing .btn,
.navbar .dropdown-menu .dropdown-header,
.btn-marketing {
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.text-arrow-icon {
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.text-arrow-icon svg {
  margin-left: 0.25rem;
}

.text-arrow-icon.small svg {
  height: 0.875rem;
  width: 0.875rem;
}

.z-1 {
  z-index: 1 !important;
  position: relative !important;
}

.z-2 {
  z-index: 2 !important;
  position: relative !important;
}

.o-visible {
  overflow: visible !important;
}

.o-hidden {
  overflow: hidden !important;
}

.btn-icon {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
  height: calc(2.5rem + 2px) !important;
  width: calc(2.5rem + 2px) !important;
}

.btn-icon.btn-xl {
  height: calc(4.375rem + 2px) !important;
  width: calc(4.375rem + 2px) !important;
  border-radius: 100%;
}

.btn-icon.btn-lg {
  height: calc(2.875rem + 2px) !important;
  width: calc(2.875rem + 2px) !important;
}

.btn-group-lg > .btn-icon.btn {
  height: calc(2.875rem + 2px) !important;
  width: calc(2.875rem + 2px) !important;
}

.btn-icon.btn-sm,
.btn-group-sm > .btn-icon.btn {
  height: calc(1.8125rem + 2px) !important;
  width: calc(1.8125rem + 2px) !important;
}

.btn-icon.btn-xs {
  height: calc(1.35rem + 2px) !important;
  width: calc(1.35rem + 2px) !important;
  border-radius: 100%;
}

.btn-icon.btn-link {
  text-decoration: none;
}

.btn-icon .ng-fa-icon {
  display: inline-flex;
}

.btn i-feather,
.btn .feather {
  height: 1rem;
  width: 1rem;
}

.btn-lg i-feather,
.btn-group-lg > .btn i-feather,
.btn-lg .feather,
.btn-group-lg > .btn .feather {
  height: 1.25rem;
  width: 1.25rem;
}

.btn-sm i-feather,
.btn-group-sm > .btn i-feather,
.btn-sm .feather,
.btn-group-sm > .btn .feather {
  height: 0.875rem;
  width: 0.875rem;
}

.btn-xs i-feather,
.btn-xs .feather {
  height: 0.7rem;
  width: 0.7rem;
}

.btn-xl i-feather,
.btn-xl .feather {
  height: 1.25rem;
  width: 1.25rem;
}

.btn-xs {
  padding: 0.15rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.35rem;
}

.btn-xl {
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.btn-transparent-dark {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: rgba(31, 31, 57, 0.5) !important;
}

.btn-transparent-dark:hover {
  color: #fff;
  background-color: rgba(31, 31, 57, 0.1);
  border-color: transparent;
}

.btn-transparent-dark:focus, .btn-transparent-dark.focus {
  color: #fff;
  background-color: rgba(31, 31, 57, 0.1);
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent-dark.disabled, .btn-transparent-dark:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-transparent-dark:not(:disabled):not(.disabled):active, .btn-transparent-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(31, 31, 57, 0.125);
  border-color: transparent;
}

.show > .btn-transparent-dark.dropdown-toggle {
  color: #fff;
  background-color: rgba(31, 31, 57, 0.125);
  border-color: transparent;
}

.btn-transparent-dark:not(:disabled):not(.disabled):active:focus, .btn-transparent-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.show > .btn-transparent-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 57, 0.25) !important;
}

.btn-transparent-light {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.5) !important;
}

.btn-transparent-light:hover {
  color: #1f1f39;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.btn-transparent-light:focus, .btn-transparent-light.focus {
  color: #1f1f39;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent-light.disabled, .btn-transparent-light:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-transparent-light:not(:disabled):not(.disabled):active, .btn-transparent-light:not(:disabled):not(.disabled).active {
  color: #1f1f39;
  background-color: rgba(255, 255, 255, 0.125);
  border-color: transparent;
}

.show > .btn-transparent-light.dropdown-toggle {
  color: #1f1f39;
  background-color: rgba(255, 255, 255, 0.125);
  border-color: transparent;
}

.btn-transparent-light:not(:disabled):not(.disabled):active:focus, .btn-transparent-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.show > .btn-transparent-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

.btn-marketing {
  font-size: 0.7rem;
  padding: 0.8rem 1.5rem;
}

.card {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 31, 57, 0.15);
  overflow: hidden;
  position: relative;
}

.card .card-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  border-bottom: none;
}

.card:not([class*=bg-]) .card-header {
  color: #0000bb;
}

.card-tabbed .card-header {
  padding-top: 0;
  padding-bottom: 0;
  justify-content: space-between;
}

.card-tabbed .nav-item {
  margin-right: 1rem;
}

.card-tabbed .nav-item:last-child {
  margin-right: 0;
}

.card-tabbed .nav-item .nav-link {
  padding: 0.9375rem 0;
  color: #a2a2b5;
}

.card-tabbed .nav-item .nav-link.active {
  color: #0000bb;
  border-bottom: 0.125rem solid #0000bb;
}

.card-header-actions .card-header {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.card-header-actions .card-header .dropdown-menu {
  margin-top: 0;
  top: 0.5625rem !important;
}

.card-collapsable .card-header[data-toggle=collapse] {
  display: flex;
  text-decoration: none;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow {
  height: 0.9rem;
  width: 0.9rem;
  display: inline-flex;
  font-size: 0.9rem;
  transition: transform 0.1s ease-in-out;
}

.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow svg,
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow i,
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow .feather {
  height: 0.9rem;
  width: 0.9rem;
}

.card-collapsable .card-header[data-toggle=collapse].collapsed {
  border-radius: 0.35rem;
}

.card-collapsable .card-header[data-toggle=collapse].collapsed .card-collapsable-arrow {
  transform: rotate(-90deg);
}

.card-icon .card-icon-aside {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  padding: 2rem;
}

.card-icon .card-icon-aside i,
.card-icon .card-icon-aside svg,
.card-icon .card-icon-aside .feather {
  height: 3rem;
  width: 3rem;
}

.card-scrollable .card-body {
  max-height: 15rem;
  overflow-y: auto;
}

.card-progress .progress {
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.03);
}

.card-link {
  text-decoration: none !important;
  color: inherit !important;
}

.card-link:hover {
  color: inherit !important;
}

.card-portfolio {
  position: relative;
}

.card-portfolio .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 3.5rem;
  width: 100%;
  background-color: #fff;
  text-align: center;
}

.card-portfolio .card-body .card-title {
  font-size: 0.75rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #32324b;
}

@media (min-width: 992px) {
  .card-portfolio .card-body {
    height: 100%;
    bottom: -100%;
    transition: bottom 0.15s ease-in-out;
  }
  .card-portfolio .card-img-top {
    transition: transform 0.45s ease-in-out;
  }
  .card-portfolio:hover .card-body {
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .card-portfolio:hover .card-img-top {
    transform: scale(1.2);
  }
}
.card-columns-portfolio .card,
.card-columns-case-study .card {
  box-shadow: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns-portfolio {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns-portfolio {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns-portfolio {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .card-columns-portfolio {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns-case-study {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns-case-study {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns-case-study {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .card-columns-case-study {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.card-flag {
  position: absolute;
  font-size: 0.7rem;
  padding: 0.3rem 0.5rem;
  line-height: 1;
}

.card-flag-dark {
  background-color: rgba(31, 31, 57, 0.7);
  color: #fff;
}

.card-flag-light {
  background-color: rgba(255, 255, 255, 0.7);
  color: #68687b;
}

.card-flag-lg {
  font-size: 0.9rem;
  padding: 0.5rem 0.65rem;
}

.card-flag-top-right {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  top: 0.5rem;
  right: 0;
}

.card-flag-top-left {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  top: 0.5rem;
  left: 0;
}

.card-flag-bottom-right {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  bottom: 0.5rem;
  right: 0;
}

.card-flag-bottom-left {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  bottom: 0.5rem;
  left: 0;
}

.custom-control label {
  cursor: pointer;
  margin: 0.25rem 0;
}

.custom-control label:hover:before {
  background-color: #e3e3ea;
}

.custom-control .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e3e3ea;
  border-color: #d7d7e0;
}

.custom-control .custom-control-input:disabled ~ .custom-control-label {
  color: #a2a2b5;
  cursor: not-allowed;
}

.custom-control-solid label:before {
  background-color: #ececf4;
  border-color: #ececf4;
}

.custom-control-solid label:hover:before {
  background-color: #cccce1;
  border-color: #cccce1;
}

.custom-control-solid .custom-control-input:disabled ~ .custom-control-label::before, .custom-control-solid .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f6f6fa;
  border-color: #f6f6fa;
}

.form-control-solid {
  background-color: #ececf4;
  border-color: #ececf4;
}

.form-control-solid:focus {
  background-color: #ececf4;
}

.navbar .dropdown-menu {
  top: 100% !important;
  font-size: 0.9rem;
}

.navbar .dropdown-menu .dropdown-header {
  font-size: 0.7rem;
  color: #a2a2b5;
}

.navbar-marketing {
  transition: background-color 0.15s ease-in-out;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.navbar-marketing .navbar-toggler {
  padding: 0.5rem;
  border: 0;
}

.navbar-marketing .navbar-toggler svg {
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
}

.navbar-marketing .navbar-brand {
  font-size: 1.2rem;
  font-weight: bold;
}

.navbar-marketing .navbar-brand img {
  height: 1rem;
}

.navbar-marketing .navbar-brand svg {
  height: 1rem;
  fill: currentColor;
}

.navbar-marketing .navbar-nav {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.navbar-marketing .navbar-nav .nav-item .nav-link {
  font-weight: 500;
}

.navbar-marketing .btn {
  font-size: 0.7rem;
  padding: 0.75rem 2rem;
}

.navbar-marketing.fixed-top {
  max-height: 100vh;
  overflow-y: auto;
}

.page-header.navbar-fixed .navbar-marketing.navbar {
  max-height: 100vh;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-marketing {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-marketing .navbar-nav {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .navbar-marketing .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  .navbar-marketing .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .navbar-marketing.fixed-top {
    max-height: none;
    overflow-y: visible;
  }
  .page-header.navbar-fixed .navbar-marketing.navbar {
    max-height: none;
    overflow-y: visible;
  }
}
.navbar-marketing.navbar-dark.navbar-scrolled {
  background-color: #1f1f39 !important;
}

.navbar-marketing.navbar-light.navbar-scrolled {
  background-color: #efeff7 !important;
}

@media (max-width: 991.98px) {
  .navbar-marketing.bg-transparent.navbar-dark {
    background-color: #1f1f39 !important;
  }
  .navbar-marketing.bg-transparent.navbar-light {
    background-color: #efeff7 !important;
  }
  .animated--fade-in,
  .animated--fade-in-up {
    animation: none;
  }
}
.topnav .navbar-brand {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.topnav .navbar-brand img {
  height: 1rem;
}

.nav-sticky {
  top: 5.625rem;
  font-size: 0.9rem;
}

.nav-sticky .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.nav-sticky .nav-link.active {
  font-weight: 700;
}

.nav-sticky ul.nav > li.nav-item > .nav {
  display: none;
}

.nav-sticky ul.nav > li.nav-item > a.nav-link.active ~ .nav {
  display: flex;
}

.sidenav {
  font-size: 0.9rem;
}

.sidenav .sidenav-menu .nav .sidenav-menu-heading {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sidenav .sidenav-menu .nav .nav-link {
  display: flex;
  align-items: center;
  line-height: normal;
}

.sidenav .sidenav-menu .nav .nav-link .nav-link-icon {
  padding-right: 0.5rem;
  display: inline-flex;
}

.sidenav .sidenav-menu .nav .nav-link .nav-link-icon .feather,
.sidenav .sidenav-menu .nav .nav-link .nav-link-icon i-feather {
  width: 1rem;
  height: 1rem;
}

.sidenav .sidenav-menu .nav .nav-link.active {
  font-weight: 700;
}

.sidenav .sidenav-menu .nav .nav-link.active .nav-icon {
  color: #0000bb;
}

.sidenav .sidenav-menu .nav .sidenav-menu-nested {
  margin-left: 1.4375rem;
  border-left-style: solid;
  border-left-width: thin;
  padding-left: 0.5625rem;
}

.sidenav .sidenav-footer {
  height: 5rem;
  display: flex;
  align-items: center;
}

.sidenav.sidenav-dark .sidenav-menu-nested {
  border-left-color: rgba(255, 255, 255, 0.15);
}

.sidenav.sidenav-light .sidenav-menu-nested {
  border-left-color: #d7d7e0;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 31, 57, 0.15);
}

.dropdown-menu .dropdown-header {
  display: flex;
  align-items: center;
}

.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}

.dropdown-menu .dropdown-item .dropdown-item-icon {
  height: 1em;
  width: 1em;
  margin-right: 0.5rem;
  color: #a2a2b5;
}

.dropdown-menu .dropdown-item.active .dropdown-item-icon, .dropdown-menu .dropdown-item:active .dropdown-item-icon {
  color: #fff;
}

.dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown .dropdown-toggle .dropdown-arrow {
  margin-left: auto;
  margin-right: 1rem;
  transition: transform 0.1s ease-in-out;
  font-size: 0.6rem;
}

.dropdown.show .dropdown-toggle .dropdown-arrow {
  transform: rotate(90deg);
}

@media (min-width: 992px) {
  .dropdown .dropdown-toggle {
    display: inline-flex;
  }
  .dropdown .dropdown-toggle .dropdown-arrow {
    margin-left: 0.4rem;
    margin-right: 0;
  }
}
.dropdown-user .dropdown-user-img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

.dropdown-user .dropdown-menu {
  min-width: 13rem;
}

.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-img {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 1rem;
}

.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details {
  font-weight: 400;
}

.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-name {
  color: #1f1f39;
  font-weight: 500;
  font-size: 0.9rem;
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-email {
  color: #68687b;
  font-size: 0.75rem;
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-notifications {
  position: static;
}

.dropdown-notifications .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  width: calc(100% - 2rem);
  right: 1rem;
  max-height: 19rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown-notifications .dropdown-menu::-webkit-scrollbar {
  width: 0.5rem;
}

.dropdown-notifications .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  height: 3em;
  border-width: 0.1rem;
  border-style: solid;
  background-clip: padding-box;
  background-color: #c5c5d2;
  border-color: rgba(0, 0, 0, 0);
}

.dropdown-notifications .dropdown-menu::-webkit-scrollbar-track {
  background-color: rgba(31, 31, 57, 0.05);
}

.dropdown-notifications .dropdown-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.dropdown-notifications .dropdown-menu::-webkit-scrollbar-corner {
  background-color: transparent;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-header {
  background-color: #0000bb;
  color: #fff;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-header .feather,
.dropdown-notifications .dropdown-menu .dropdown-notifications-header svg {
  height: 0.85rem;
  width: 0.85rem;
  opacity: 0.7;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e3e3ea;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item:active {
  color: inherit;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon,
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  flex-shrink: 0;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon {
  background-color: #0000bb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon .feather,
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon svg {
  text-align: center;
  font-size: 0.85rem;
  color: #fff;
  height: 0.85rem;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-details {
  color: #a2a2b5;
  font-size: 0.7rem;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
  font-size: 0.9rem;
  max-width: calc(100vw - 8.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-sm,
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-group-sm > .btn {
  font-size: 0.7rem;
  padding: 0.15rem 0.35rem;
  cursor: pointer;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-footer {
  justify-content: center;
  font-size: 0.8rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a2a2b5;
  cursor: pointer;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-footer .dropdown-notifications-footer-icon {
  height: 1em;
  width: 1em;
  margin-left: 0.25rem;
}

@media (min-width: 576px) {
  .dropdown-notifications {
    position: relative;
  }
  .dropdown-notifications .dropdown-menu {
    width: auto;
    min-width: 18.75rem;
    right: 0;
  }
  .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
    max-width: 13rem;
  }
}
@media (min-width: 992px) {
  .dropdown-lg,
  .dropdown-xl {
    position: relative;
  }
  .dropdown-lg .dropdown-menu,
  .dropdown-xl .dropdown-menu {
    position: absolute;
    padding: 0;
    overflow: hidden;
  }
  .dropdown-lg .dropdown-menu .dropdown-item,
  .dropdown-lg .dropdown-menu .dropdown-header {
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-xl .dropdown-menu .dropdown-item,
  .dropdown-xl .dropdown-menu .dropdown-header {
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-lg .dropdown-menu .dropdown-item:hover, .dropdown-lg .dropdown-menu .dropdown-item:active, .dropdown-lg .dropdown-menu .dropdown-item:focus {
    background-color: inherit;
    color: #68687b !important;
  }
  .dropdown-xl .dropdown-menu .dropdown-item:hover, .dropdown-xl .dropdown-menu .dropdown-item:active, .dropdown-xl .dropdown-menu .dropdown-item:focus {
    background-color: inherit;
    color: #68687b !important;
  }
  .dropdown-lg .dropdown-menu {
    min-width: 30rem;
    overflow: hidden;
  }
  .dropdown-xl .dropdown-menu {
    min-width: 45rem;
  }
}
i-feather {
  display: inline-flex !important;
}

i-feather svg {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.feather {
  height: 1rem;
  width: 1rem;
  vertical-align: top;
}

.icon-stack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  background-color: #efeff7;
}

.icon-stack svg {
  height: 1rem;
  width: 1rem;
}

.icon-stack-lg {
  height: 4rem;
  width: 4rem;
  font-size: 1.5rem;
}

.icon-stack-lg svg {
  height: 1.5rem;
  width: 1.5rem;
}

.icon-stack-xl {
  height: 5rem;
  width: 5rem;
  font-size: 1.75rem;
}

.icon-stack-xl svg {
  height: 3.5rem;
  width: 3.5rem;
}

.icon-list-social {
  display: flex;
}

.icon-list-social .icon-list-social-link {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.video {
  overflow: hidden;
}

.video .video-link {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10rem 1rem;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease-in-out;
}

.video .video-link svg {
  height: 3rem;
  width: 3rem;
}

.video .video-link:hover {
  color: #fff;
}

.media-img {
  height: 5rem;
  width: 5rem;
}

.accordion-faq {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 31, 57, 0.15);
  overflow: hidden;
}

.accordion-faq .card {
  box-shadow: none;
}

.accordion-faq .card .card-header {
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #e3e3ea;
}

.accordion-faq .accordion-faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion-faq .accordion-faq-item .card-header {
  text-decoration: none;
}

.accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #48485b;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
  color: #c5c5d2;
  transition: transform 0.1s ease-in-out;
}

.accordion-faq .accordion-faq-item .card-header.collapsed .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
  transform: rotate(-90deg);
}

.badge-transparent-light {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
}

.badge-transparent-dark {
  color: rgba(31, 31, 57, 0.5);
  background-color: rgba(31, 31, 57, 0.8);
}

.badge-marketing {
  padding: 0.5em 1em;
}

.badge-sm {
  font-size: 0.75rem;
}

.badge-md {
  font-size: 1rem;
}

.badge-lg {
  font-size: 1.25rem;
}

.pagination-blog .page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.pagination-blog .page-item:first-child {
  margin-left: 0;
}

.pagination-blog .page-item:last-child {
  margin-right: 0;
}

.pagination-blog .page-item .page-link {
  border-radius: 0.35rem;
  border: none;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.list-group-careers {
  margin-bottom: 3rem;
}

.list-group-careers .list-group-item {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section {
  position: relative;
}

.svg-border-angled {
  padding-top: 5rem;
}

.svg-border-angled svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5rem;
  width: 100%;
}

.svg-border-rounded svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
}

.svg-border-waves {
  padding-top: 2rem;
}

.svg-border-waves svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
}

.page-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-header .page-header-content .page-header-title {
  font-size: 2.5rem;
}

.page-header .page-header-content .page-header-text {
  font-size: 1.15rem;
}

.page-header .page-header-content .page-header-text.small {
  font-size: 0.9rem;
}

.page-header .page-header-content .page-header-signup {
  justify-content: center;
}

.page-header .page-header-content .page-header-signup .form-control {
  font-size: 0.875em;
  padding: 0 1.5rem;
  height: 2.725rem;
  line-height: 1.5;
}

.page-header-dark {
  color: #fff;
  background-color: #1f1f39;
}

.page-header-dark .page-header-title {
  color: #fff;
}

.page-header-light {
  background-color: #efeff7;
}

.page-header-light .page-header-text {
  color: #68687b;
}

.page-header-light .page-header-text a {
  color: #48485b;
}

.page-header.navbar-fixed .page-header-content {
  padding-top: 12.5rem;
}

.footer .footer-brand {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.footer .footer-brand svg {
  height: 1rem;
}

.footer.footer-dark {
  color: rgba(255, 255, 255, 0.6);
}

.footer.footer-dark hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer.footer-light {
  color: #a2a2b5;
}

.device-laptop {
  position: relative;
}

.device-laptop .device-container {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.device-laptop .device-screenshot {
  display: block;
  position: absolute;
  top: 6%;
  left: 11.8%;
  height: auto;
  width: 76.57%;
  z-index: 0;
}

/*!
 * html5-device-mockups (https://github.com/pixelsign/html5-device-mockups)
 * Copyright 2013 - 2018 pixelsign
 * Licensed under MIT (https://github.com/pixelsign/html5-device-mockups/blob/master/LICENSE.txt)
 * Last Build: Thu Dec 20 2018 14:05:50
 */
.device-wrapper {
  max-width: 300px;
  width: 100%;
}

@media (min-width: 992px) {
  .divider-right {
    border-right: 0.0625rem solid #e3e3ea;
  }
}
.pricing {
  font-size: 0.9rem;
}

.pricing .pricing-price {
  font-size: 3rem;
  color: #32324b;
  margin-bottom: 1rem;
}

.pricing .pricing-price sup {
  font-size: 1.5rem;
}

.pricing .pricing-price .pricing-price-period {
  font-size: 1.25rem;
}

.pricing .pricing-list {
  margin-bottom: 0;
  margin-left: 1.6em;
}

.pricing .pricing-list .pricing-list-item {
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .pricing-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .pricing-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.post-preview h5.card-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.post-preview .post-preview-meta {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.post-preview .post-preview-meta .post-preview-meta-img {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.post-preview .post-preview-meta .post-preview-meta-details .post-preview-meta-details-name {
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.post-preview .post-preview-meta .post-preview-meta-details .post-preview-meta-details-date {
  font-size: 0.75rem;
  line-height: 1;
}

.post-preview-featured .post-preview-featured-img {
  height: 20rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-preview-featured h5.card-title {
  font-size: 1.75rem;
}

.post-preview-featured p.card-text {
  font-size: 1.2rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  .post-preview-featured .post-preview-featured-img {
    height: 100%;
    width: 100%;
  }
}
.post-archive-tag {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3ea;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
}

.post-archive-item {
  color: inherit !important;
  text-decoration: none !important;
}

.post-archive-meta {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.post-archive-meta .post-archive-meta-img {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.post-archive-meta .post-archive-meta-details-name {
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.post-archive-meta .post-archive-meta-details-date {
  font-size: 0.75rem;
  line-height: 1;
}

.single-post-meta {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.single-post-meta-meta-img {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.single-post-meta .single-post-meta-details .single-post-meta-details-name {
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.single-post-meta .single-post-meta-details .single-post-meta-details-date {
  font-size: 0.75rem;
  line-height: 1;
}

.single-post .single-post-meta-links {
  font-size: 1.25rem;
}

.single-post .single-post-meta-links a {
  color: #c5c5d2;
  margin-left: 0.5rem;
}

.single-post .single-post-meta-links a:hover {
  color: #68687b;
}

.single-post .single-post-text {
  font-size: 1.1rem;
}

.single-post .single-post-text p {
  margin-bottom: 1.5rem;
}

.single-post .single-post-text h2,
.single-post .single-post-text h3,
.single-post .single-post-text h4,
.single-post .single-post-text h5,
.single-post .single-post-text h6 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.navbar-brand img {
  width: 120px;
}

@media (min-width: 1200px) {
  .container.nav-container {
    max-width: 1560px !important;
  }
}
section::before {
  height: 100px;
  content: "";
  display: block;
}

.navbar {
  box-shadow: 0 8px 6px -8px #999;
}

body {
  color: #333;
  line-height: 1.8;
}

a,
p {
  word-break: break-word;
}

li {
  word-break: break-word;
}

#case h4.question {
  line-height: 2rem;
}

#case h4.question::before {
  content: "―";
}

#case p.comment:before {
  content: ">";
  font-size: 1.2rem;
  font-style: normal;
  padding-right: 0.5rem;
}

.anchor-link {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .anchor-link {
    top: -120px;
  }
}
.card .card-link {
  transition: all 0.3s;
  transform: scale(1);
}

.card .card-link:hover {
  transform: scale(1.1);
  transition: all 0.6s;
  cursor: pointer;
}

.card-support-pentio {
  border-top: 24px #332287 solid;
}

.card-support-onelogin {
  border-top: 24px #00A9E0 solid;
}

.card-support-sumologic {
  border-top: 24px #020099 solid;
}

.card-img-pentio {
  width: 84px;
}

.card-img-sumologic {
  width: 180px;
}

.logo-divider {
  height: 40px;
  border-left: 1px #333 solid;
  padding: 8px 8px 10px;
  margin-left: 8px;
}

.bg-black {
  background-color: #000 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: gray !important;
}

.btn.bg-black:hover,
a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #1a1a1a !important;
}

.border-black {
  border-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: white !important;
}

.btn.bg-white:hover,
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: white !important;
}

.border-white {
  border-color: #fff !important;
}

.bg-red {
  background-color: #e81500 !important;
}

.text-red {
  color: #e81500 !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #f48a80 !important;
}

.btn.bg-red:hover,
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ea2c1a !important;
}

.border-red {
  border-color: #e81500 !important;
}

.bg-orange {
  background-color: #F1863F !important;
}

.text-orange {
  color: #F1863F !important;
}

a.text-orange:hover,
a.text-orange:focus {
  color: #f8c39f !important;
}

.btn.bg-orange:hover,
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #f29252 !important;
}

.border-orange {
  border-color: #F1863F !important;
}

.bg-yellow {
  background-color: #f4a100 !important;
}

.text-yellow {
  color: #f4a100 !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #fad080 !important;
}

.btn.bg-yellow:hover,
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #f5aa1a !important;
}

.border-yellow {
  border-color: #f4a100 !important;
}

.bg-green {
  background-color: #00ac69 !important;
}

.text-green {
  color: #00ac69 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #80d6b4 !important;
}

.btn.bg-green:hover,
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #1ab478 !important;
}

.border-green {
  border-color: #00ac69 !important;
}

.bg-teal {
  background-color: #00ba94 !important;
}

.text-teal {
  color: #00ba94 !important;
}

a.text-teal:hover,
a.text-teal:focus {
  color: #80ddca !important;
}

.btn.bg-teal:hover,
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #1ac19f !important;
}

.border-teal {
  border-color: #00ba94 !important;
}

.bg-cyan {
  background-color: #00cfd5 !important;
}

.text-cyan {
  color: #00cfd5 !important;
}

a.text-cyan:hover,
a.text-cyan:focus {
  color: #80e7ea !important;
}

.btn.bg-cyan:hover,
a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #1ad4d9 !important;
}

.border-cyan {
  border-color: #00cfd5 !important;
}

.bg-blue {
  background-color: #0000BB !important;
}

.text-blue {
  color: #0000BB !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #8080dd !important;
}

.btn.bg-blue:hover,
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1a1ac2 !important;
}

.border-blue {
  border-color: #0000BB !important;
}

.bg-indigo {
  background-color: #5800e8 !important;
}

.text-indigo {
  color: #5800e8 !important;
}

a.text-indigo:hover,
a.text-indigo:focus {
  color: #ac80f4 !important;
}

.btn.bg-indigo:hover,
a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #691aea !important;
}

.border-indigo {
  border-color: #5800e8 !important;
}

.bg-purple {
  background-color: #6900c7 !important;
}

.text-purple {
  color: #6900c7 !important;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #b480e3 !important;
}

.btn.bg-purple:hover,
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #781acd !important;
}

.border-purple {
  border-color: #6900c7 !important;
}

.bg-pink {
  background-color: #e30059 !important;
}

.text-pink {
  color: #e30059 !important;
}

a.text-pink:hover,
a.text-pink:focus {
  color: #f180ac !important;
}

.btn.bg-pink:hover,
a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #e61a6a !important;
}

.border-pink {
  border-color: #e30059 !important;
}

.bg-gray-500 {
  background-color: #a2a2b5 !important;
}

.text-gray-500 {
  color: #a2a2b5 !important;
}

a.text-gray-500:hover,
a.text-gray-500:focus {
  color: #d1d1da !important;
}

.btn.bg-gray-500:hover,
a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #ababbc !important;
}

.border-gray-500 {
  border-color: #a2a2b5 !important;
}

.bg-gray-600 {
  background-color: #68687b !important;
}

.text-gray-600 {
  color: #68687b !important;
}

a.text-gray-600:hover,
a.text-gray-600:focus {
  color: #b4b4bd !important;
}

.btn.bg-gray-600:hover,
a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #777788 !important;
}

.border-gray-600 {
  border-color: #68687b !important;
}

.bg-red-soft {
  background-color: rgba(232, 21, 0, 0.2) !important;
}

.text-red-soft {
  color: rgba(232, 21, 0, 0.2) !important;
}

a.text-red-soft:hover,
a.text-red-soft:focus {
  color: rgba(253, 232, 230, 0.6) !important;
}

.btn.bg-red-soft:hover,
a.bg-red-soft:hover,
a.bg-red-soft:focus,
button.bg-red-soft:hover,
button.bg-red-soft:focus {
  background-color: rgba(244, 138, 128, 0.28) !important;
}

.border-red-soft {
  border-color: rgba(232, 21, 0, 0.2) !important;
}

.bg-orange-soft {
  background-color: rgba(241, 134, 63, 0.2) !important;
}

.text-orange-soft {
  color: rgba(241, 134, 63, 0.2) !important;
}

a.text-orange-soft:hover,
a.text-orange-soft:focus {
  color: rgba(254, 243, 236, 0.6) !important;
}

.btn.bg-orange-soft:hover,
a.bg-orange-soft:hover,
a.bg-orange-soft:focus,
button.bg-orange-soft:hover,
button.bg-orange-soft:focus {
  background-color: rgba(248, 195, 159, 0.28) !important;
}

.border-orange-soft {
  border-color: rgba(241, 134, 63, 0.2) !important;
}

.bg-yellow-soft {
  background-color: rgba(244, 161, 0, 0.2) !important;
}

.text-yellow-soft {
  color: rgba(244, 161, 0, 0.2) !important;
}

a.text-yellow-soft:hover,
a.text-yellow-soft:focus {
  color: rgba(254, 246, 230, 0.6) !important;
}

.btn.bg-yellow-soft:hover,
a.bg-yellow-soft:hover,
a.bg-yellow-soft:focus,
button.bg-yellow-soft:hover,
button.bg-yellow-soft:focus {
  background-color: rgba(250, 208, 128, 0.28) !important;
}

.border-yellow-soft {
  border-color: rgba(244, 161, 0, 0.2) !important;
}

.bg-green-soft {
  background-color: rgba(0, 172, 105, 0.2) !important;
}

.text-green-soft {
  color: rgba(0, 172, 105, 0.2) !important;
}

a.text-green-soft:hover,
a.text-green-soft:focus {
  color: rgba(230, 247, 240, 0.6) !important;
}

.btn.bg-green-soft:hover,
a.bg-green-soft:hover,
a.bg-green-soft:focus,
button.bg-green-soft:hover,
button.bg-green-soft:focus {
  background-color: rgba(128, 214, 180, 0.28) !important;
}

.border-green-soft {
  border-color: rgba(0, 172, 105, 0.2) !important;
}

.bg-teal-soft {
  background-color: rgba(0, 186, 148, 0.2) !important;
}

.text-teal-soft {
  color: rgba(0, 186, 148, 0.2) !important;
}

a.text-teal-soft:hover,
a.text-teal-soft:focus {
  color: rgba(230, 248, 244, 0.6) !important;
}

.btn.bg-teal-soft:hover,
a.bg-teal-soft:hover,
a.bg-teal-soft:focus,
button.bg-teal-soft:hover,
button.bg-teal-soft:focus {
  background-color: rgba(128, 221, 202, 0.28) !important;
}

.border-teal-soft {
  border-color: rgba(0, 186, 148, 0.2) !important;
}

.bg-cyan-soft {
  background-color: rgba(0, 207, 213, 0.2) !important;
}

.text-cyan-soft {
  color: rgba(0, 207, 213, 0.2) !important;
}

a.text-cyan-soft:hover,
a.text-cyan-soft:focus {
  color: rgba(230, 250, 251, 0.6) !important;
}

.btn.bg-cyan-soft:hover,
a.bg-cyan-soft:hover,
a.bg-cyan-soft:focus,
button.bg-cyan-soft:hover,
button.bg-cyan-soft:focus {
  background-color: rgba(128, 231, 234, 0.28) !important;
}

.border-cyan-soft {
  border-color: rgba(0, 207, 213, 0.2) !important;
}

.bg-blue-soft {
  background-color: rgba(0, 0, 187, 0.2) !important;
}

.text-blue-soft {
  color: rgba(0, 0, 187, 0.2) !important;
}

a.text-blue-soft:hover,
a.text-blue-soft:focus {
  color: rgba(230, 230, 248, 0.6) !important;
}

.btn.bg-blue-soft:hover,
a.bg-blue-soft:hover,
a.bg-blue-soft:focus,
button.bg-blue-soft:hover,
button.bg-blue-soft:focus {
  background-color: rgba(128, 128, 221, 0.28) !important;
}

.border-blue-soft {
  border-color: rgba(0, 0, 187, 0.2) !important;
}

.bg-indigo-soft {
  background-color: rgba(88, 0, 232, 0.2) !important;
}

.text-indigo-soft {
  color: rgba(88, 0, 232, 0.2) !important;
}

a.text-indigo-soft:hover,
a.text-indigo-soft:focus {
  color: rgba(238, 230, 253, 0.6) !important;
}

.btn.bg-indigo-soft:hover,
a.bg-indigo-soft:hover,
a.bg-indigo-soft:focus,
button.bg-indigo-soft:hover,
button.bg-indigo-soft:focus {
  background-color: rgba(172, 128, 244, 0.28) !important;
}

.border-indigo-soft {
  border-color: rgba(88, 0, 232, 0.2) !important;
}

.bg-purple-soft {
  background-color: rgba(105, 0, 199, 0.2) !important;
}

.text-purple-soft {
  color: rgba(105, 0, 199, 0.2) !important;
}

a.text-purple-soft:hover,
a.text-purple-soft:focus {
  color: rgba(240, 230, 249, 0.6) !important;
}

.btn.bg-purple-soft:hover,
a.bg-purple-soft:hover,
a.bg-purple-soft:focus,
button.bg-purple-soft:hover,
button.bg-purple-soft:focus {
  background-color: rgba(180, 128, 227, 0.28) !important;
}

.border-purple-soft {
  border-color: rgba(105, 0, 199, 0.2) !important;
}

.bg-pink-soft {
  background-color: rgba(227, 0, 89, 0.2) !important;
}

.text-pink-soft {
  color: rgba(227, 0, 89, 0.2) !important;
}

a.text-pink-soft:hover,
a.text-pink-soft:focus {
  color: rgba(252, 230, 238, 0.6) !important;
}

.btn.bg-pink-soft:hover,
a.bg-pink-soft:hover,
a.bg-pink-soft:focus,
button.bg-pink-soft:hover,
button.bg-pink-soft:focus {
  background-color: rgba(241, 128, 172, 0.28) !important;
}

.border-pink-soft {
  border-color: rgba(227, 0, 89, 0.2) !important;
}

.bg-primary-soft {
  background-color: rgba(0, 0, 187, 0.2) !important;
}

.text-primary-soft {
  color: rgba(0, 0, 187, 0.2) !important;
}

a.text-primary-soft:hover,
a.text-primary-soft:focus {
  color: rgba(230, 230, 248, 0.6) !important;
}

.btn.bg-primary-soft:hover,
a.bg-primary-soft:hover,
a.bg-primary-soft:focus,
button.bg-primary-soft:hover,
button.bg-primary-soft:focus {
  background-color: rgba(128, 128, 221, 0.28) !important;
}

.border-primary-soft {
  border-color: rgba(0, 0, 187, 0.2) !important;
}

.bg-secondary-soft {
  background-color: rgba(105, 0, 199, 0.2) !important;
}

.text-secondary-soft {
  color: rgba(105, 0, 199, 0.2) !important;
}

a.text-secondary-soft:hover,
a.text-secondary-soft:focus {
  color: rgba(240, 230, 249, 0.6) !important;
}

.btn.bg-secondary-soft:hover,
a.bg-secondary-soft:hover,
a.bg-secondary-soft:focus,
button.bg-secondary-soft:hover,
button.bg-secondary-soft:focus {
  background-color: rgba(180, 128, 227, 0.28) !important;
}

.border-secondary-soft {
  border-color: rgba(105, 0, 199, 0.2) !important;
}

.bg-success {
  background-color: #00ac69 !important;
}

.text-success {
  color: #00ac69 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #80d6b4 !important;
}

.btn.bg-success:hover,
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1ab478 !important;
}

.border-success {
  border-color: #00ac69 !important;
}

.bg-success-soft {
  background-color: rgba(0, 172, 105, 0.2) !important;
}

.text-success-soft {
  color: rgba(0, 172, 105, 0.2) !important;
}

a.text-success-soft:hover,
a.text-success-soft:focus {
  color: rgba(230, 247, 240, 0.6) !important;
}

.btn.bg-success-soft:hover,
a.bg-success-soft:hover,
a.bg-success-soft:focus,
button.bg-success-soft:hover,
button.bg-success-soft:focus {
  background-color: rgba(128, 214, 180, 0.28) !important;
}

.border-success-soft {
  border-color: rgba(0, 172, 105, 0.2) !important;
}

.bg-info-soft {
  background-color: rgba(0, 207, 213, 0.2) !important;
}

.text-info-soft {
  color: rgba(0, 207, 213, 0.2) !important;
}

a.text-info-soft:hover,
a.text-info-soft:focus {
  color: rgba(230, 250, 251, 0.6) !important;
}

.btn.bg-info-soft:hover,
a.bg-info-soft:hover,
a.bg-info-soft:focus,
button.bg-info-soft:hover,
button.bg-info-soft:focus {
  background-color: rgba(128, 231, 234, 0.28) !important;
}

.border-info-soft {
  border-color: rgba(0, 207, 213, 0.2) !important;
}

.bg-warning-soft {
  background-color: rgba(244, 161, 0, 0.2) !important;
}

.text-warning-soft {
  color: rgba(244, 161, 0, 0.2) !important;
}

a.text-warning-soft:hover,
a.text-warning-soft:focus {
  color: rgba(254, 246, 230, 0.6) !important;
}

.btn.bg-warning-soft:hover,
a.bg-warning-soft:hover,
a.bg-warning-soft:focus,
button.bg-warning-soft:hover,
button.bg-warning-soft:focus {
  background-color: rgba(250, 208, 128, 0.28) !important;
}

.border-warning-soft {
  border-color: rgba(244, 161, 0, 0.2) !important;
}

.bg-danger-soft {
  background-color: rgba(232, 21, 0, 0.2) !important;
}

.text-danger-soft {
  color: rgba(232, 21, 0, 0.2) !important;
}

a.text-danger-soft:hover,
a.text-danger-soft:focus {
  color: rgba(253, 232, 230, 0.6) !important;
}

.btn.bg-danger-soft:hover,
a.bg-danger-soft:hover,
a.bg-danger-soft:focus,
button.bg-danger-soft:hover,
button.bg-danger-soft:focus {
  background-color: rgba(244, 138, 128, 0.28) !important;
}

.border-danger-soft {
  border-color: rgba(232, 21, 0, 0.2) !important;
}

.bg-sumologic {
  background-color: #020099 !important;
}

.text-sumologic {
  color: #020099 !important;
}

a.text-sumologic:hover,
a.text-sumologic:focus {
  color: #8180cc !important;
}

.btn.bg-sumologic:hover,
a.bg-sumologic:hover,
a.bg-sumologic:focus,
button.bg-sumologic:hover,
button.bg-sumologic:focus {
  background-color: #1b1aa3 !important;
}

.border-sumologic {
  border-color: #020099 !important;
}

.bg-sumologic-light {
  background-color: #2b8fe3 !important;
}

.text-sumologic-light {
  color: #2b8fe3 !important;
}

a.text-sumologic-light:hover,
a.text-sumologic-light:focus {
  color: #95c7f1 !important;
}

.btn.bg-sumologic-light:hover,
a.bg-sumologic-light:hover,
a.bg-sumologic-light:focus,
button.bg-sumologic-light:hover,
button.bg-sumologic-light:focus {
  background-color: #409ae6 !important;
}

.border-sumologic-light {
  border-color: #2b8fe3 !important;
}

.bg-onelogin {
  background-color: #00a9e0 !important;
}

.text-onelogin {
  color: #00a9e0 !important;
}

a.text-onelogin:hover,
a.text-onelogin:focus {
  color: #80d4f0 !important;
}

.btn.bg-onelogin:hover,
a.bg-onelogin:hover,
a.bg-onelogin:focus,
button.bg-onelogin:hover,
button.bg-onelogin:focus {
  background-color: #1ab2e3 !important;
}

.border-onelogin {
  border-color: #00a9e0 !important;
}

.bg-onelogin-light {
  background-color: #e5f7fa !important;
}

.text-onelogin-light {
  color: #e5f7fa !important;
}

a.text-onelogin-light:hover,
a.text-onelogin-light:focus {
  color: #f2fbfd !important;
}

.btn.bg-onelogin-light:hover,
a.bg-onelogin-light:hover,
a.bg-onelogin-light:focus,
button.bg-onelogin-light:hover,
button.bg-onelogin-light:focus {
  background-color: #e8f8fb !important;
}

.border-onelogin-light {
  border-color: #e5f7fa !important;
}

.bg-onelogin-black {
  background-color: #1c1f2a !important;
}

.text-onelogin-black {
  color: #1c1f2a !important;
}

a.text-onelogin-black:hover,
a.text-onelogin-black:focus {
  color: #8e8f95 !important;
}

.btn.bg-onelogin-black:hover,
a.bg-onelogin-black:hover,
a.bg-onelogin-black:focus,
button.bg-onelogin-black:hover,
button.bg-onelogin-black:focus {
  background-color: #33353f !important;
}

.border-onelogin-black {
  border-color: #1c1f2a !important;
}

.bg-pentio {
  background-color: #322287 !important;
}

.text-pentio {
  color: #322287 !important;
}

a.text-pentio:hover,
a.text-pentio:focus {
  color: #9991c3 !important;
}

.btn.bg-pentio:hover,
a.bg-pentio:hover,
a.bg-pentio:focus,
button.bg-pentio:hover,
button.bg-pentio:focus {
  background-color: #473893 !important;
}

.border-pentio {
  border-color: #322287 !important;
}

.bg-pki {
  background-color: #332287 !important;
}

.text-pki {
  color: #332287 !important;
}

a.text-pki:hover,
a.text-pki:focus {
  color: #9991c3 !important;
}

.btn.bg-pki:hover,
a.bg-pki:hover,
a.bg-pki:focus,
button.bg-pki:hover,
button.bg-pki:focus {
  background-color: #473893 !important;
}

.border-pki {
  border-color: #332287 !important;
}

.bg-link {
  background-color: #00759f !important;
}

.text-link {
  color: #00759f !important;
}

a.text-link:hover,
a.text-link:focus {
  color: #80bacf !important;
}

.btn.bg-link:hover,
a.bg-link:hover,
a.bg-link:focus,
button.bg-link:hover,
button.bg-link:focus {
  background-color: #1a83a9 !important;
}

.border-link {
  border-color: #00759f !important;
}

.bg-onelogin-starter {
  background-color: #214a7b !important;
}

.text-onelogin-starter {
  color: #214a7b !important;
}

a.text-onelogin-starter:hover,
a.text-onelogin-starter:focus {
  color: #90a5bd !important;
}

.btn.bg-onelogin-starter:hover,
a.bg-onelogin-starter:hover,
a.bg-onelogin-starter:focus,
button.bg-onelogin-starter:hover,
button.bg-onelogin-starter:focus {
  background-color: #375c88 !important;
}

.border-onelogin-starter {
  border-color: #214a7b !important;
}

.bg-onelogin-unlimited {
  background-color: #006e95 !important;
}

.text-onelogin-unlimited {
  color: #006e95 !important;
}

a.text-onelogin-unlimited:hover,
a.text-onelogin-unlimited:focus {
  color: #80b7ca !important;
}

.btn.bg-onelogin-unlimited:hover,
a.bg-onelogin-unlimited:hover,
a.bg-onelogin-unlimited:focus,
button.bg-onelogin-unlimited:hover,
button.bg-onelogin-unlimited:focus {
  background-color: #1a7da0 !important;
}

.border-onelogin-unlimited {
  border-color: #006e95 !important;
}

.bg-yubikey {
  background-color: #9aca3c !important;
}

.text-yubikey {
  color: #9aca3c !important;
}

a.text-yubikey:hover,
a.text-yubikey:focus {
  color: #cde59e !important;
}

.btn.bg-yubikey:hover,
a.bg-yubikey:hover,
a.bg-yubikey:focus,
button.bg-yubikey:hover,
button.bg-yubikey:focus {
  background-color: #a4cf50 !important;
}

.border-yubikey {
  border-color: #9aca3c !important;
}

.bg-yubikey-gray {
  background-color: #edf0f2 !important;
}

.text-yubikey-gray {
  color: #edf0f2 !important;
}

a.text-yubikey-gray:hover,
a.text-yubikey-gray:focus {
  color: #f6f8f9 !important;
}

.btn.bg-yubikey-gray:hover,
a.bg-yubikey-gray:hover,
a.bg-yubikey-gray:focus,
button.bg-yubikey-gray:hover,
button.bg-yubikey-gray:focus {
  background-color: #eff2f3 !important;
}

.border-yubikey-gray {
  border-color: #edf0f2 !important;
}

.bg-yubikey-blue {
  background-color: #335f74 !important;
}

.text-yubikey-blue {
  color: #335f74 !important;
}

a.text-yubikey-blue:hover,
a.text-yubikey-blue:focus {
  color: #99afba !important;
}

.btn.bg-yubikey-blue:hover,
a.bg-yubikey-blue:hover,
a.bg-yubikey-blue:focus,
button.bg-yubikey-blue:hover,
button.bg-yubikey-blue:focus {
  background-color: #476f82 !important;
}

.border-yubikey-blue {
  border-color: #335f74 !important;
}

.bg-securew2-primary {
  background-color: #c2161d !important;
}

.text-securew2-primary {
  color: #c2161d !important;
}

a.text-securew2-primary:hover,
a.text-securew2-primary:focus {
  color: #e18b8e !important;
}

.btn.bg-securew2-primary:hover,
a.bg-securew2-primary:hover,
a.bg-securew2-primary:focus,
button.bg-securew2-primary:hover,
button.bg-securew2-primary:focus {
  background-color: #c82d34 !important;
}

.border-securew2-primary {
  border-color: #c2161d !important;
}

.bg-securew2-secondary {
  background-color: #F5D7D7 !important;
}

.text-securew2-secondary {
  color: #F5D7D7 !important;
}

a.text-securew2-secondary:hover,
a.text-securew2-secondary:focus {
  color: #faebeb !important;
}

.btn.bg-securew2-secondary:hover,
a.bg-securew2-secondary:hover,
a.bg-securew2-secondary:focus,
button.bg-securew2-secondary:hover,
button.bg-securew2-secondary:focus {
  background-color: #f6dbdb !important;
}

.border-securew2-secondary {
  border-color: #F5D7D7 !important;
}

.bg-securew2-gray {
  background-color: #fafafa !important;
}

.text-securew2-gray {
  color: #fafafa !important;
}

a.text-securew2-gray:hover,
a.text-securew2-gray:focus {
  color: #fdfdfd !important;
}

.btn.bg-securew2-gray:hover,
a.bg-securew2-gray:hover,
a.bg-securew2-gray:focus,
button.bg-securew2-gray:hover,
button.bg-securew2-gray:focus {
  background-color: #fbfbfb !important;
}

.border-securew2-gray {
  border-color: #fafafa !important;
}

.bg-securew2-text {
  background-color: #515151 !important;
}

.text-securew2-text {
  color: #515151 !important;
}

a.text-securew2-text:hover,
a.text-securew2-text:focus {
  color: #a8a8a8 !important;
}

.btn.bg-securew2-text:hover,
a.bg-securew2-text:hover,
a.bg-securew2-text:focus,
button.bg-securew2-text:hover,
button.bg-securew2-text:focus {
  background-color: #626262 !important;
}

.border-securew2-text {
  border-color: #515151 !important;
}

.bg-stellarcyber-blue {
  background-color: #000033 !important;
}

.text-stellarcyber-blue {
  color: #000033 !important;
}

a.text-stellarcyber-blue:hover,
a.text-stellarcyber-blue:focus {
  color: #808099 !important;
}

.btn.bg-stellarcyber-blue:hover,
a.bg-stellarcyber-blue:hover,
a.bg-stellarcyber-blue:focus,
button.bg-stellarcyber-blue:hover,
button.bg-stellarcyber-blue:focus {
  background-color: #1a1a47 !important;
}

.border-stellarcyber-blue {
  border-color: #000033 !important;
}

.bg-stellarcyber-orange {
  background-color: #f69220 !important;
}

.text-stellarcyber-orange {
  color: #f69220 !important;
}

a.text-stellarcyber-orange:hover,
a.text-stellarcyber-orange:focus {
  color: #fbc990 !important;
}

.btn.bg-stellarcyber-orange:hover,
a.bg-stellarcyber-orange:hover,
a.bg-stellarcyber-orange:focus,
button.bg-stellarcyber-orange:hover,
button.bg-stellarcyber-orange:focus {
  background-color: #f79d36 !important;
}

.border-stellarcyber-orange {
  border-color: #f69220 !important;
}

.bg-safeguard-green {
  background-color: #00556c !important;
}

.text-safeguard-green {
  color: #00556c !important;
}

a.text-safeguard-green:hover,
a.text-safeguard-green:focus {
  color: #80aab6 !important;
}

.btn.bg-safeguard-green:hover,
a.bg-safeguard-green:hover,
a.bg-safeguard-green:focus,
button.bg-safeguard-green:hover,
button.bg-safeguard-green:focus {
  background-color: #1a667b !important;
}

.border-safeguard-green {
  border-color: #00556c !important;
}

.bg-timeserver {
  background-color: #00559D !important;
}

.text-timeserver {
  color: #00559D !important;
}

a.text-timeserver:hover,
a.text-timeserver:focus {
  color: #80aace !important;
}

.btn.bg-timeserver:hover,
a.bg-timeserver:hover,
a.bg-timeserver:focus,
button.bg-timeserver:hover,
button.bg-timeserver:focus {
  background-color: #1a66a7 !important;
}

.border-timeserver {
  border-color: #00559D !important;
}

.cursor-pointer {
  cursor: pointer;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.ratio-16x9 {
  aspect-ratio: 16/9;
}

.underline {
  text-decoration: underline;
}

.auto-phrase {
  word-break: auto-phrase;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1031;
}

#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#modal-container > div > img {
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
}

img.popup {
  cursor: pointer;
}

.rotate-0 {
  rotate: 0deg;
}

.rotate-90 {
  rotate: 90deg;
}

.rotate-180 {
  rotate: 180deg;
}

.rotate-270 {
  rotate: 270deg;
}

@media (min-width: 768px) {
  .rotate-md-0 {
    rotate: 0deg;
  }
  .rotate-md-90 {
    rotate: 90deg;
  }
  .rotate-md-180 {
    rotate: 180deg;
  }
  .rotate-md-270 {
    rotate: 270deg;
  }
}
@media (min-width: 992px) {
  .rotate-lg-0 {
    rotate: 0deg;
  }
  .rotate-lg-90 {
    rotate: 90deg;
  }
  .rotate-lg-180 {
    rotate: 180deg;
  }
  .rotate-lg-270 {
    rotate: 270deg;
  }
}
@media (min-width: 1200px) {
  .rotate-xl-0 {
    rotate: 0deg;
  }
  .rotate-xl-90 {
    rotate: 90deg;
  }
  .rotate-xl-180 {
    rotate: 180deg;
  }
  .rotate-xl-270 {
    rotate: 270deg;
  }
}
.page-header {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #a4aab1;
}

.page-header {
  background: linear-gradient(22deg, #4accfc, #94ecf4);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.active {
  visibility: visible !important;
  opacity: 1 !important;
  height: 100% !important;
  transition: 1s all;
}

.title-left {
  border-left: 8px solid #332287;
  padding-left: 1rem;
}
.title-bottom {
  color: #332287;
  border-bottom: 2px solid #332287;
  padding-left: 0.5rem;
}

.title {
  position: relative;
}
.title::before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #332287;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}