﻿@charset "UTF-8";
/*
 * Bootstrap Overrides 
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import "../lib/selectize/dist/css/selectize.bootstrap4.css";
@import "../lib/daterangepicker/daterangepicker.css";
:root {
  --blue: #2C6DEE;
  --indigo: #6610f2;
  --purple: #3F00FF;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #219653;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #68696E;
  --gray-dark: #4A4C52;
  --primary: #2C6DEE;
  --secondary: #68696E;
  --success: #219653;
  --info: #3F00FF;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #F0F0F0;
  --dark: #4A4C52;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 1600px;
  --font-family-sans-serif: "Inter", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #292B33;
  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;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2C6DEE;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0f4abe;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
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;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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: #68696E;
  text-align: left;
  caption-side: bottom;
}

th {
  font-weight: 500;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[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;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

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;
}

h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
}

h3, .h3 {
  font-size: 1.125rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.875rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 1rem;
  font-weight: 400;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #CCCCCC;
}

small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.75rem;
  color: #68696E;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #68696E;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #292B33;
  border-radius: 0.25rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #292B33;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@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;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1560px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 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: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 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-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #292B33;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DEDEDE;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DEDEDE;
}
.table tbody + tbody {
  border-top: 2px solid #DEDEDE;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

.table-bordered {
  border: 1px solid #DEDEDE;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #DEDEDE;
}
.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: #292B33;
  background-color: rgba(0, 0, 0, 0.025);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c4d6fa;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #91b3f6;
}

.table-hover .table-primary:hover {
  background-color: #acc6f8;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #acc6f8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d5d5d6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b0b1b4;
}

.table-hover .table-secondary:hover {
  background-color: #c8c8c9;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8c8c9;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1e2cf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8cc8a6;
}

.table-hover .table-success:hover {
  background-color: #b0dac2;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b0dac2;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c9b8ff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #9b7aff;
}

.table-hover .table-info:hover {
  background-color: #b69fff;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b69fff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfb;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f7f7;
}

.table-hover .table-light:hover {
  background-color: #eeeeee;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eeeeee;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cccdcf;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a1a2a5;
}

.table-hover .table-dark:hover {
  background-color: #bfc0c3;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bfc0c3;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.025);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.025);
}

.table .thead-dark th {
  color: #fff;
  background-color: #4A4C52;
  border-color: #5c5f66;
}
.table .thead-light th {
  color: #495057;
  background-color: #DEDEDE;
  border-color: #DEDEDE;
}

.table-dark {
  color: #fff;
  background-color: #4A4C52;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5c5f66;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@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;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .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 {
  display: block;
  width: 100%;
  height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #292B33;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DEDEDE;
  border-radius: 0.5rem;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #292B33;
}
.form-control:focus {
  color: #292B33;
  background-color: #fff;
  border-color: #2C6DEE;
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}
.form-control::placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F0F0F0;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #292B33;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1rem;
  line-height: 1.4;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.4;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #292B33;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, input.form-control-plaintext.form-control[role=combobox], .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, input.form-control[role=combobox] {
  height: calc(1.4em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  border-radius: 0.25rem;
}

.form-control-lg {
  height: calc(1.4em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 1rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-text {
  display: block;
  margin-top: 0.5rem;
}

.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;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.5rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.5rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #68696E;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #219653;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(33, 150, 83, 0.9);
  border-radius: 0.5rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #219653;
  padding-right: calc(1.4em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23219653' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.25rem) center;
  background-size: calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #219653;
  box-shadow: 0 0 0 0.125rem rgba(33, 150, 83, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.4em + 1rem);
  background-position: top calc(0.35em + 0.25rem) right calc(0.35em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #219653;
  padding-right: calc(0.75em + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234A4C52' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23219653' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #219653;
  box-shadow: 0 0 0 0.125rem rgba(33, 150, 83, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #219653;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #219653;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #219653;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2ac06a;
  background: #2ac06a linear-gradient(180deg, #4ac980, #2ac06a) repeat-x;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.125rem rgba(33, 150, 83, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #219653;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #219653;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #219653;
  box-shadow: 0 0 0 0.125rem rgba(33, 150, 83, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.5rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.4em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.25rem) center;
  background-size: calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.125rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.4em + 1rem);
  background-position: top calc(0.35em + 0.25rem) right calc(0.35em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234A4C52' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.125rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background: #e4606d linear-gradient(180deg, #e87883, #e4606d) repeat-x;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.125rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.125rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #292B33;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.5rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #292B33;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.125rem rgba(44, 109, 238, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background: #2C6DEE linear-gradient(180deg, #4c83f1, #2C6DEE) repeat-x;
  border-color: #2C6DEE;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background: #1258e2 linear-gradient(180deg, #3671e6, #1258e2) repeat-x;
  border-color: #1153d6;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background: #1258e2 linear-gradient(180deg, #3671e6, #1258e2) repeat-x;
  border-color: #1153d6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(76, 131, 241, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2C6DEE;
  border-color: #2C6DEE;
  background-image: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1153d6;
  background-image: none;
  border-color: #104eca;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(76, 131, 241, 0.5);
}

.btn-secondary {
  color: #fff;
  background: #68696E linear-gradient(180deg, #7f8084, #68696E) repeat-x;
  border-color: #68696E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background: #55565a linear-gradient(180deg, #6f6f73, #55565a) repeat-x;
  border-color: #4f5054;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background: #55565a linear-gradient(180deg, #6f6f73, #55565a) repeat-x;
  border-color: #4f5054;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(127, 128, 132, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #68696E;
  border-color: #68696E;
  background-image: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4f5054;
  background-image: none;
  border-color: #494a4d;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(127, 128, 132, 0.5);
}

.btn-success {
  color: #fff;
  background: #219653 linear-gradient(180deg, #42a66d, #219653) repeat-x;
  border-color: #219653;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background: #1a7742 linear-gradient(180deg, #3c8b5e, #1a7742) repeat-x;
  border-color: #186c3c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background: #1a7742 linear-gradient(180deg, #3c8b5e, #1a7742) repeat-x;
  border-color: #186c3c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(66, 166, 109, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #219653;
  border-color: #219653;
  background-image: none;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #186c3c;
  background-image: none;
  border-color: #166236;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(66, 166, 109, 0.5);
}

.btn-info {
  color: #fff;
  background: #3F00FF linear-gradient(180deg, #5c26ff, #3F00FF) repeat-x;
  border-color: #3F00FF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background: #3600d9 linear-gradient(180deg, #5426df, #3600d9) repeat-x;
  border-color: #3200cc;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background: #3600d9 linear-gradient(180deg, #5426df, #3600d9) repeat-x;
  border-color: #3200cc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(92, 38, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3F00FF;
  border-color: #3F00FF;
  background-image: none;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3200cc;
  background-image: none;
  border-color: #2f00bf;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(92, 38, 255, 0.5);
}

.btn-warning {
  color: #292B33;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #292B33;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #292B33;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(223, 171, 14, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #292B33;
  background-color: #ffc107;
  border-color: #ffc107;
  background-image: none;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #292B33;
  background-color: #d39e00;
  background-image: none;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(223, 171, 14, 0.5);
}

.btn-danger {
  color: #fff;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04452, #c82333) repeat-x;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04452, #c82333) repeat-x;
  border-color: #bd2130;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  background-image: none;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  background-image: none;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #292B33;
  background: #F0F0F0 linear-gradient(180deg, #f2f2f2, #F0F0F0) repeat-x;
  border-color: #F0F0F0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #292B33;
  background: #dddddd linear-gradient(180deg, #e2e2e2, #dddddd) repeat-x;
  border-color: #d7d7d7;
}
.btn-light:focus, .btn-light.focus {
  color: #292B33;
  background: #dddddd linear-gradient(180deg, #e2e2e2, #dddddd) repeat-x;
  border-color: #d7d7d7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(210, 210, 212, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #292B33;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  background-image: none;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #292B33;
  background-color: #d7d7d7;
  background-image: none;
  border-color: #d0d0d0;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(210, 210, 212, 0.5);
}

.btn-dark {
  color: #fff;
  background: #4A4C52 linear-gradient(180deg, #65676c, #4A4C52) repeat-x;
  border-color: #4A4C52;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background: #38393e linear-gradient(180deg, #56575b, #38393e) repeat-x;
  border-color: #323337;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background: #38393e linear-gradient(180deg, #56575b, #38393e) repeat-x;
  border-color: #323337;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(101, 103, 108, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #4A4C52;
  border-color: #4A4C52;
  background-image: none;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #323337;
  background-image: none;
  border-color: #2c2d30;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(101, 103, 108, 0.5);
}

.btn-outline-primary {
  color: #2C6DEE;
  border-color: #2C6DEE;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: rgba(44, 109, 238, 0.8);
  border-color: #2C6DEE;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.125rem rgba(44, 109, 238, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2C6DEE;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2C6DEE;
  border-color: #2C6DEE;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(44, 109, 238, 0.5);
}

.btn-outline-secondary {
  color: #68696E;
  border-color: #68696E;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: rgba(104, 105, 110, 0.8);
  border-color: #68696E;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.125rem rgba(104, 105, 110, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #68696E;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #68696E;
  border-color: #68696E;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(104, 105, 110, 0.5);
}

.btn-outline-success {
  color: #219653;
  border-color: #219653;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: rgba(33, 150, 83, 0.8);
  border-color: #219653;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.125rem rgba(33, 150, 83, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #219653;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #219653;
  border-color: #219653;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(33, 150, 83, 0.5);
}

.btn-outline-info {
  color: #3F00FF;
  border-color: #3F00FF;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: rgba(63, 0, 255, 0.8);
  border-color: #3F00FF;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.125rem rgba(63, 0, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3F00FF;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3F00FF;
  border-color: #3F00FF;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(63, 0, 255, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #292B33;
  background-color: rgba(255, 193, 7, 0.8);
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.125rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #292B33;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.125rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #F0F0F0;
  border-color: #F0F0F0;
}
.btn-outline-light:hover {
  color: #292B33;
  background-color: rgba(240, 240, 240, 0.8);
  border-color: #F0F0F0;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.125rem rgba(240, 240, 240, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F0F0F0;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #292B33;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(240, 240, 240, 0.5);
}

.btn-outline-dark {
  color: #4A4C52;
  border-color: #4A4C52;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: rgba(74, 76, 82, 0.8);
  border-color: #4A4C52;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.125rem rgba(74, 76, 82, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #4A4C52;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #4A4C52;
  border-color: #4A4C52;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.125rem rgba(74, 76, 82, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2C6DEE;
  text-decoration: none;
}
.btn-link:hover {
  color: #0f4abe;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #68696E;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 1rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s 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: 0.875rem;
  color: #292B33;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none solid #CCCCCC;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}

.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;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-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: "";
}
.dropleft .dropdown-toggle::after {
  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 #DEDEDE;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #292B33;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e1f25;
  text-decoration: none;
  background: #F0F0F0 linear-gradient(180deg, #f2f2f2, #F0F0F0) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #2C6DEE linear-gradient(180deg, #4c83f1, #2C6DEE) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #68696E;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #68696E;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #292B33;
}

.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,
.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.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .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.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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],
.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;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #292B33;
  text-align: center;
  white-space: nowrap;
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE;
  border-radius: 0.5rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.4em + 1.5rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 1rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.4em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  border-radius: 0.25rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.225rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.1125rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2C6DEE;
  background: #2C6DEE linear-gradient(180deg, #4c83f1, #2C6DEE) repeat-x;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2C6DEE;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d1dffb;
  border-color: #d1dffb;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #68696E;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F0F0F0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.1125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: 0.1125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2C6DEE;
  background: #2C6DEE linear-gradient(180deg, #4c83f1, #2C6DEE) repeat-x;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(44, 109, 238, 0.5) linear-gradient(180deg, rgba(117, 160, 244, 0.575), rgba(44, 109, 238, 0.5)) repeat-x;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background: rgba(44, 109, 238, 0.5) linear-gradient(180deg, rgba(117, 160, 244, 0.575), rgba(44, 109, 238, 0.5)) repeat-x;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(44, 109, 238, 0.5) linear-gradient(180deg, rgba(117, 160, 244, 0.575), rgba(44, 109, 238, 0.5)) repeat-x;
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.1125rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(44, 109, 238, 0.5) linear-gradient(180deg, rgba(117, 160, 244, 0.575), rgba(44, 109, 238, 0.5)) repeat-x;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #292B33;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234A4C52' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #DEDEDE;
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: #2C6DEE;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}
.custom-select:focus::-ms-value {
  color: #292B33;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #68696E;
  background-color: #DEDEDE;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #292B33;
}

.custom-select-sm {
  height: calc(1.4em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.custom-select-lg {
  height: calc(1.4em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 1rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.4em + 1rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2C6DEE;
  box-shadow: 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #F0F0F0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  color: #292B33;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 0.5rem;
  box-shadow: none;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.4em + 1rem);
  padding: 0.5rem 0.75rem;
  line-height: 1.4;
  color: #292B33;
  content: "Browse";
  background: #DEDEDE linear-gradient(180deg, #e3e3e3, #DEDEDE) repeat-x;
  border-left: inherit;
  border-radius: 0 0.5rem 0.5rem 0;
}

.custom-range {
  width: 100%;
  height: 1.25rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background: #2C6DEE linear-gradient(180deg, #4c83f1, #2C6DEE) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background: #d1dffb linear-gradient(180deg, #d8e4fc, #d1dffb) repeat-x;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #CCCCCC;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #2C6DEE linear-gradient(180deg, #4c83f1, #2C6DEE) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background: #d1dffb linear-gradient(180deg, #d8e4fc, #d1dffb) repeat-x;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #CCCCCC;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  background: #2C6DEE linear-gradient(180deg, #4c83f1, #2C6DEE) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background: #d1dffb linear-gradient(180deg, #d8e4fc, #d1dffb) repeat-x;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #CCCCCC;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #CCCCCC;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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: #68696E;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #DEDEDE;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #DEDEDE #DEDEDE #DEDEDE;
}
.nav-tabs .nav-link.disabled {
  color: #68696E;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #CCCCCC #CCCCCC #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.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2C6DEE;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.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,
.navbar .container-xxl,
.navbar .container-xxxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-right: 1rem;
  font-size: 1rem;
  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: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.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,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    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,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    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,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    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,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    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,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    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,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    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,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    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,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .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,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  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,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  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,
.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%280, 0, 0, 0.5%29' 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,
.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%28255, 255, 255, 0.5%29' 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: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-deck .card {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 16px;
  }
}

.card-group > .card {
  margin-bottom: 16px;
}
@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;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.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: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #DEDEDE;
  border-radius: 0.5rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #68696E;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #68696E;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2C6DEE;
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.page-link:hover {
  z-index: 2;
  color: #0f4abe;
  text-decoration: none;
  background-color: #DEDEDE;
  border-color: #CCCCCC;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2C6DEE;
  border-color: #2C6DEE;
}
.page-item.disabled .page-link {
  color: #68696E;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #CCCCCC;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}
.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.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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: #2C6DEE;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #1153d6;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(44, 109, 238, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #68696E;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #4f5054;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(104, 105, 110, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #219653;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #186c3c;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(33, 150, 83, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #3F00FF;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #3200cc;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(63, 0, 255, 0.5);
}

.badge-warning {
  color: #292B33;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #292B33;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #292B33;
  background-color: #F0F0F0;
}
a.badge-light:hover, a.badge-light:focus {
  color: #292B33;
  background-color: #d7d7d7;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(240, 240, 240, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #4A4C52;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #323337;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(74, 76, 82, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #DEDEDE;
  border-radius: 1rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 3.3125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1rem;
  color: inherit;
}

.alert-primary {
  color: #17397c;
  background: #f7f9fe linear-gradient(180deg, #f8fafe, #f7f9fe) repeat-x;
  border-color: #91b3f6;
}
.alert-primary hr {
  border-top-color: #79a3f4;
}
.alert-primary .alert-link {
  color: #0f2551;
}

.alert-secondary {
  color: #363739;
  background: #f9f9f9 linear-gradient(180deg, #fafafa, #f9f9f9) repeat-x;
  border-color: #b0b1b4;
}
.alert-secondary hr {
  border-top-color: #a3a4a8;
}
.alert-secondary .alert-link {
  color: #1d1e1f;
}

.alert-success {
  color: #114e2b;
  background: #f6fbf8 linear-gradient(180deg, #f7fcf9, #f6fbf8) repeat-x;
  border-color: #8cc8a6;
}
.alert-success hr {
  border-top-color: #7bc099;
}
.alert-success .alert-link {
  color: #082414;
}

.alert-info {
  color: #210085;
  background: #f7f5ff linear-gradient(180deg, #f8f7ff, #f7f5ff) repeat-x;
  border-color: #9b7aff;
}
.alert-info hr {
  border-top-color: #8861ff;
}
.alert-info .alert-link {
  color: #140052;
}

.alert-warning {
  color: #856404;
  background: #fffdf5 linear-gradient(180deg, #fffdf7, #fffdf5) repeat-x;
  border-color: #ffdf7e;
}
.alert-warning hr {
  border-top-color: #ffd965;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background: #fef7f8 linear-gradient(180deg, #fef8f9, #fef7f8) repeat-x;
  border-color: #ed969e;
}
.alert-danger hr {
  border-top-color: #e9808a;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7d7d7d;
  background: #fefefe linear-gradient(180deg, #fefefe, #fefefe) repeat-x;
  border-color: #f7f7f7;
}
.alert-light hr {
  border-top-color: #eaeaea;
}
.alert-light .alert-link {
  color: #646464;
}

.alert-dark {
  color: #26282b;
  background: #f8f8f8 linear-gradient(180deg, #f9f9f9, #f8f8f8) repeat-x;
  border-color: #a1a2a5;
}
.alert-dark hr {
  border-top-color: #949599;
}
.alert-dark .alert-link {
  color: #0e0f10;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #DEDEDE;
  border-radius: 0.5rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2C6DEE;
  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;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #F0F0F0;
}
.list-group-item-action:active {
  color: #292B33;
  background-color: #DEDEDE;
}

.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: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #68696E;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2C6DEE;
  border-color: #2C6DEE;
}
.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.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #17397c;
  background-color: #c4d6fa;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #17397c;
  background-color: #acc6f8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #17397c;
  border-color: #17397c;
}

.list-group-item-secondary {
  color: #363739;
  background-color: #d5d5d6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #363739;
  background-color: #c8c8c9;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #363739;
  border-color: #363739;
}

.list-group-item-success {
  color: #114e2b;
  background-color: #c1e2cf;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #114e2b;
  background-color: #b0dac2;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #114e2b;
  border-color: #114e2b;
}

.list-group-item-info {
  color: #210085;
  background-color: #c9b8ff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #210085;
  background-color: #b69fff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #210085;
  border-color: #210085;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7d7d7d;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7d7d7d;
  background-color: #eeeeee;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.list-group-item-dark {
  color: #26282b;
  background-color: #cccdcf;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #26282b;
  background-color: #bfc0c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #26282b;
  border-color: #26282b;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: rgb(0, 0, 0);
  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;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  border-radius: 0.5rem;
}
.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: #68696E;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 0 solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.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);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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);
  height: min-content;
  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: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}
.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: 0 solid #DEDEDE;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.4;
}

.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: 0 solid #DEDEDE;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.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);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  }
  .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: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  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.75rem;
  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: rgb(0, 0, 0);
}

.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: rgb(0, 0, 0);
}

.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: rgb(0, 0, 0);
}

.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: rgb(0, 0, 0);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: rgb(0, 0, 0);
  border-radius: 0.5rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  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: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
.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: -0.5rem;
}
.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: 0;
  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: -0.5rem;
  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: 0;
  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: -0.5rem;
}
.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: 0;
  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: 0 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: -0.5rem;
  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: 0;
  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: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 0 solid #ebebeb;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #292B33;
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.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,
.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,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.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;
    transform: none;
  }
}
.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-primary {
  background-color: #2C6DEE !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1153d6 !important;
}

.bg-secondary {
  background-color: #68696E !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4f5054 !important;
}

.bg-success {
  background-color: #219653 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #186c3c !important;
}

.bg-info {
  background-color: #3F00FF !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3200cc !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #F0F0F0 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d7d7d7 !important;
}

.bg-dark {
  background-color: #4A4C52 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #323337 !important;
}

.bg-gradient-primary {
  background: #2C6DEE linear-gradient(180deg, #4c83f1, #2C6DEE) repeat-x !important;
}

.bg-gradient-secondary {
  background: #68696E linear-gradient(180deg, #7f8084, #68696E) repeat-x !important;
}

.bg-gradient-success {
  background: #219653 linear-gradient(180deg, #42a66d, #219653) repeat-x !important;
}

.bg-gradient-info {
  background: #3F00FF linear-gradient(180deg, #5c26ff, #3F00FF) repeat-x !important;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

.bg-gradient-light {
  background: #F0F0F0 linear-gradient(180deg, #f2f2f2, #F0F0F0) repeat-x !important;
}

.bg-gradient-dark {
  background: #4A4C52 linear-gradient(180deg, #65676c, #4A4C52) repeat-x !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #DEDEDE !important;
}

.border-top {
  border-top: 1px solid #DEDEDE !important;
}

.border-right {
  border-right: 1px solid #DEDEDE !important;
}

.border-bottom {
  border-bottom: 1px solid #DEDEDE !important;
}

.border-left {
  border-left: 1px solid #DEDEDE !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;
}

.border-primary {
  border-color: #2C6DEE !important;
}

.border-secondary {
  border-color: #68696E !important;
}

.border-success {
  border-color: #219653 !important;
}

.border-info {
  border-color: #3F00FF !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #F0F0F0 !important;
}

.border-dark {
  border-color: #4A4C52 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-lg {
  border-radius: 1rem !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 (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-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: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !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: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-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;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: 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 {
  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 {
    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 0.25rem rgba(0, 0, 0, 0.2) !important;
}

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important;
}

.shadow-lg {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.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;
}

.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: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  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: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.5rem !important;
}

.m-n6 {
  margin: -2rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3rem !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: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.5rem !important;
  }
  .m-sm-6 {
    margin: 2rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    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;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.5rem !important;
  }
  .p-sm-6 {
    padding: 2rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n6 {
    margin: -2rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2rem !important;
  }
  .m-sm-n7 {
    margin: -3rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !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: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.5rem !important;
  }
  .m-md-6 {
    margin: 2rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    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: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.5rem !important;
  }
  .p-md-6 {
    padding: 2rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.5rem !important;
  }
  .m-md-n6 {
    margin: -2rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !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: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.5rem !important;
  }
  .m-lg-6 {
    margin: 2rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !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: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.5rem !important;
  }
  .p-lg-6 {
    padding: 2rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n6 {
    margin: -2rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-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: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.5rem !important;
  }
  .m-xl-6 {
    margin: 2rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    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: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.5rem !important;
  }
  .p-xl-6 {
    padding: 2rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n6 {
    margin: -2rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-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;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-6 {
    margin: 2rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 2rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 2rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 2rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 3rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 3rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-6 {
    padding: 2rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 2rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 2rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 2rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 3rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 3rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxl-n5 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n6 {
    margin: -2rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -2rem !important;
  }
  .m-xxl-n7 {
    margin: -3rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxl-5 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-6 {
    margin: 2rem !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 2rem !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 2rem !important;
  }
  .m-xxxl-7 {
    margin: 3rem !important;
  }
  .mt-xxxl-7,
  .my-xxxl-7 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-7,
  .mx-xxxl-7 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-7,
  .my-xxxl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-7,
  .mx-xxxl-7 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxl-5 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-6 {
    padding: 2rem !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 2rem !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 2rem !important;
  }
  .p-xxxl-7 {
    padding: 3rem !important;
  }
  .pt-xxxl-7,
  .py-xxxl-7 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-7,
  .px-xxxl-7 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-7,
  .py-xxxl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-7,
  .px-xxxl-7 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n5 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n6 {
    margin: -2rem !important;
  }
  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -2rem !important;
  }
  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -2rem !important;
  }
  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -2rem !important;
  }
  .m-xxxl-n7 {
    margin: -3rem !important;
  }
  .mt-xxxl-n7,
  .my-xxxl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n7,
  .mx-xxxl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n7,
  .my-xxxl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n7,
  .mx-xxxl-n7 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !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);
}

.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, .po-title {
  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;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-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: 500 !important;
}

.font-weight-bolder {
  font-weight: 600 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2C6DEE !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0f4abe !important;
}

.text-secondary {
  color: #68696E !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #434347 !important;
}

.text-success {
  color: #219653 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #135730 !important;
}

.text-info {
  color: #3F00FF !important;
}

a.text-info:hover, a.text-info:focus {
  color: #2c00b3 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #F0F0F0 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cacaca !important;
}

.text-dark {
  color: #4A4C52 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #26272a !important;
}

.text-body {
  color: #292B33 !important;
}

.text-muted {
  color: #68696E !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  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;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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 {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid rgb(0, 0, 0);
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #CCCCCC !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #DEDEDE;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #DEDEDE;
  }
}
/*ChatGPT*/
.badge-outline-primary {
  border: 1px solid #2C6DEE;
  color: #2C6DEE;
}

.badge-outline-secondary {
  border: 1px solid #68696E;
  color: #68696E;
}

.badge-outline-success {
  border: 1px solid #219653;
  color: #219653;
}

.badge-outline-danger {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.badge-outline-warning {
  border: 1px solid #ffc107;
  color: #ffc107;
}

.badge-outline-info {
  border: 1px solid #3F00FF;
  color: #3F00FF;
}

.badge-outline-light {
  border: 1px solid #F0F0F0;
  color: #F0F0F0;
}

.badge-outline-dark {
  border: 1px solid #4A4C52;
  color: #4A4C52;
}

.badge-outline-link {
  border: 1px solid;
}

.btn-primary:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-success:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-danger:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-warning:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-info:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-light:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-dark:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-link:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Overrides */
.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.form-group {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

.input-without-label {
  margin-top: 1.75rem;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: transparent;
}

.custom-control-input.is-invalid ~ .custom-control-label {
  color: initial;
}

.progress {
  box-shadow: none;
  background: #DEDEDE;
}

.custom-boxed-radio {
  /*    margin-top: 0.5rem;
  */
}
.custom-boxed-radio .custom-control {
  padding-left: 1.5rem;
}
.custom-boxed-radio .custom-control .custom-control-label {
  padding: 0.5rem 0.5rem;
  margin-left: -1.5rem;
  display: block;
  padding-left: 2.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  line-height: 1.4;
  border: #CCCCCC 1px solid;
}
.custom-boxed-radio .custom-control .custom-control-label::before {
  top: 10px;
  left: 1rem;
}
.custom-boxed-radio .custom-control .custom-control-label::after {
  top: 10px;
  left: 1rem;
}
.custom-boxed-radio .custom-control .custom-control-label:hover {
  border: rgba(44, 109, 238, 0.4) 1px solid;
  box-shadow: 0 0 0 0.125rem rgba(44, 109, 238, 0.25);
  background: rgba(44, 109, 238, 0.04);
}
.custom-boxed-radio .custom-control .custom-control-input:checked ~ .custom-control-label {
  border: rgba(44, 109, 238, 0.4) 1px solid;
  background: rgba(44, 109, 238, 0.04);
}
.custom-boxed-radio .custom-control .lead {
  color: #2C6DEE;
}
.custom-boxed-radio .custom-control-input:disabled ~ .custom-control-label {
  cursor: default;
}

.approval-toast, .message-toast {
  border-left: solid 4px #219653;
}

.invite-toast {
  border-left: solid 4px #2C6DEE;
}

.toast[data-delay].show::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #DEDEDE;
  border-radius: 4px;
  animation: decreaseWidth 6s linear;
}

/* Custom Alerts */
.alert-custom-success {
  border-color: #219653;
  padding: 1.5rem;
}
.alert-custom-success h3 {
  color: #219653;
}
.alert-custom-success p:last-child {
  margin-bottom: 0;
}
.alert-custom-success .alert-icon {
  margin-top: -72px;
}

h1 + .alert-custom-success {
  margin-top: 5rem;
}

/* Artifact create success - 32px height */
.alert-artifact-created {
  height: 2rem;
  margin: 0;
  padding: 0 4px 0 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert-artifact-created .alert-timer {
  height: 3px;
  background-color: #007bff;
  width: 100%;
  transition: width 1s linear;
}

.heading-separator {
  border-top-color: #DEDEDE;
}

/*label.custom-control-label:not(.form-check-label) {
    text-transform: initial;
    font-size: 0.875rem;
    color: $gray-900;
}*/
.table th, .table td {
  border-bottom: 1px #F0F0F0 solid;
  border-top: none;
  vertical-align: middle;
}

.table thead th {
  border-bottom: 2px #F0F0F0 solid;
}
.table thead th.table-column-sortable {
  cursor: pointer;
}

.table tbody td[class*=table-cell-] {
  position: relative;
}
.table tbody td[class*=table-cell-]::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0px;
  border-radius: 4px;
  top: 0;
  opacity: 0.6;
}
.table tbody td[class*=table-cell-].table-cell-primary::before {
  background-color: #2C6DEE;
}
.table tbody td[class*=table-cell-].table-cell-success::before {
  background-color: #219653;
}
.table tbody td[class*=table-cell-].table-cell-info::before {
  background-color: #3F00FF;
}
.table tbody td[class*=table-cell-].table-cell-danger::before {
  background-color: #dc3545;
}
.table tbody td[class*=table-cell-].table-cell-warning::before {
  background-color: #ffc107;
}
.table tbody td[class*=table-cell-].table-cell-secondary::before {
  background-color: #68696E;
}

.table tr.active .row-toggle i {
  transform: rotate(180deg);
}
.table tr.active + .table-details-row {
  background-color: rgba(0, 0, 0, 0.025);
}

.table.table-hover tbody tr:hover td[class*=table-cell-]::before {
  opacity: 1;
}

.table .best-practice-link {
  vertical-align: super;
  font-size: 75%;
}

.table .edit td {
  background-color: #f5f5f5;
  padding: 0.375rem 0.75rem;
}
.table .edit td:last-child {
  padding-top: 0.75rem;
}

.table-empty-state {
  box-shadow: 0 0 4px #eee;
  border: solid 1px #eee;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

.wp-escalation-table-block:not(.d-none) ~ .table-empty-state {
  margin-top: 1.5rem;
}

.desktop-only .container,
.desktop-only .container-fluid,
.desktop-only .container-sm,
.desktop-only .container-md,
.desktop-only .container-lg,
.desktop-only .container-xl,
.desktop-only .container-xxl,
.desktop-only .container-xxxl {
  min-width: 1200px;
}

.counter.counter-lg {
  top: -24px !important;
}

.btn {
  /*    text-transform: uppercase;
  */
}

.btn-static {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  border-radius: 0.25rem;
  background-color: #F0F0F0;
  display: inline-block;
  border: 2px solid #F0F0F0;
}

#delete-logo {
  margin-left: 88px;
  float: right;
  margin-top: -10px;
  padding: 2px 5px 0px;
}

span.btn-light:hover, span.btn-light:active {
  color: #292B33;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  cursor: default !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-dashed {
  border: 1px dashed;
}

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-sm.btn-icon i, .btn-group-sm > .btn-icon.btn i {
  height: 12px;
  width: 12px;
}

.spinner-vabro {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-image: url(/images/icons/vabro-circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  animation: spinner-border 0.75s ease-in-out infinite;
}

.spinner-vabro-sm {
  width: 1rem;
  height: 1rem;
  animation: spinner-border 0.75s ease-in-out infinite;
}

.btn-primary .spinner-vabro, .btn-success .spinner-vabro, .btn-danger .spinner-vabro, .btn-secondary .spinner-vabro {
  background-image: url(/images/icons/vabro-circle-light.png);
}

.btn-glow.btn-primary {
  box-shadow: 0px 4px 8px rgba(44, 109, 238, 0.4);
}
.btn-glow.btn-primary:hover {
  box-shadow: 0px 4px 8px rgba(44, 109, 238, 0.6);
}
.btn-glow.btn-success {
  box-shadow: 0px 4px 8px rgba(33, 150, 83, 0.4);
}
.btn-glow.btn-success:hover {
  box-shadow: 0px 4px 8px rgba(33, 150, 83, 0.6);
}

.btn-action-arrow {
  position: relative;
}
.btn-action-arrow i {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-action-arrow .spinner-border, .btn-action-arrow .spinner-vabro {
  position: absolute;
  right: 16px;
  top: 10px;
}
.btn-action-arrow:hover i, .btn-action-arrow.btn-loading i {
  opacity: 1;
  right: 16px;
}

.artifact-icon-12 {
  height: 12px;
}

.artifact-icon-16 {
  height: 16px;
  border-radius: 0.25rem;
}

.artifact-icon-24 {
  height: 24px;
  border-radius: 0.25rem;
}

.artifact-icon-32 {
  height: 32px;
  border-radius: 0.5rem;
}

.table-emtpy-state-img-160 {
  height: 160px;
}

.note-editor {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.125) !important;
  overflow: hidden;
}
.note-editor .note-btn {
  border-width: 1px;
}
.note-editor .note-editable ul, .note-editor .note-editable ol {
  padding-left: 1.5rem;
}

.is-invalid + .note-editor {
  border-color: #dc3545 !important;
}
.is-invalid + .note-editor .note-editable {
  padding-right: calc(1.4em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.25rem) center;
  background-size: calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}

.rte-content ul, .rte-content ol {
  padding-left: 1.5rem;
}

.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
}

.mobile-warning {
  background: #fff700;
  min-width: 1200px;
  padding: 4px;
}

@media (min-width: 1023px) {
  .mobile-warning {
    display: none;
  }
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 360px;
  }
}
.modal-lg {
  max-width: 800px !important;
}

.modal-xl {
  max-width: 1140px !important;
}

.modal-header {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
}

.text-link {
  font-weight: 500;
  /*    text-transform: uppercase;
  */
}
.text-link:focus-visible {
  outline-offset: 4px;
  border-radius: 4px;
}

*:focus-visible {
  outline: rgba(0, 0, 0, 0.75) 2px solid;
  border-radius: 4px;
}

/**:focus {
    outline: rgba($black, 0.5) 2px solid;
    border-radius: 4px;
}*/
.elem-blink {
  outline: rgba(0, 0, 0, 0) 2px solid;
  outline-offset: 4px;
  animation: blink 0.5s;
  border-radius: 4px;
  animation-iteration-count: 6;
}

@keyframes blink {
  50% {
    outline: rgba(0, 0, 0, 0.75) 2px solid;
    outline-offset: 4px;
  }
}
.text-link-small {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
  /*    color: $gray-600;
  */
}

.page-link {
  border: none;
  height: 32px;
  text-align: center;
  font-weight: 500;
  padding-top: 7px;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
  z-index: auto;
}

/*.page-item:not(.prev-button, .next-button) .page-link {
    width: 32px;
    border-radius: 50%;
    padding: 7px 0;
}*/
.page-item:not(.prev-button, .next-button) .page-link {
  width: 32px;
  border-radius: 50%;
  padding: 7px 0;
}

.page-item.disabled .page-link {
  background-color: transparent;
}

.badge-sm {
  /*    font-weight: $font-weight-normal;
  padding: 4px 8px;*/
  font-size: 11px;
}

.badge.with-dot::before {
  content: "\f111";
  margin-right: 0.75em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 8px;
  margin-top: 2px;
  float: left;
}

/* Dropdowns*/
.dropdown-menu {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
.dropdown-menu i:before {
  display: inline-block;
  width: 14px;
}

.pre-line {
  white-space: pre-line;
  max-height: 160px;
  overflow: auto;
}

/* char colors */
div[class$="0-char-bg"],
span[class$="0-char-bg"] {
  background: #f44336 !important;
  color: #fff;
}

div[class$="1-char-bg"],
span[class$="1-char-bg"] {
  background: #e91e63 !important;
  color: #fff;
}

div[class$="2-char-bg"],
span[class$="2-char-bg"] {
  background: #9c27b0 !important;
  color: #fff;
}

div[class$="3-char-bg"],
span[class$="3-char-bg"] {
  background: #673ab7 !important;
  color: #fff;
}

div[class$="4-char-bg"],
span[class$="4-char-bg"] {
  background: #3f51b5 !important;
  color: #fff;
}

div[class$="5-char-bg"],
span[class$="5-char-bg"] {
  background: #3f51b5 !important;
  color: #fff;
}

div[class$="6-char-bg"],
span[class$="6-char-bg"] {
  background: #2196f3 !important;
  color: #fff;
}

div[class$="7-char-bg"],
span[class$="7-char-bg"] {
  background: #009688 !important;
  color: #fff;
}

div[class$="8-char-bg"],
span[class$="8-char-bg"] {
  background: #ff9800 !important;
  color: #fff;
}

div[class$="9-char-bg"],
span[class$="9-char-bg"] {
  background: #ff5722 !important;
  color: #fff;
}

.sn-checkbox-use-protocol,
.sn-checkbox-open-in-new-window {
  display: none;
}

.note-group-select-from-files {
  display: none;
}

.note-toolbar {
  background-color: #fff !important;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  cursor: default !important;
  text-decoration: auto !important;
  position: relative;
}
.daterangepicker td.disabled.sprint-in-range:after, .daterangepicker option.disabled.sprint-in-range:after {
  position: absolute;
  content: "";
  height: 4px;
  top: 4px;
  right: 4px;
  background: rgba(220, 53, 69, 0.6);
  width: 4px;
  border-radius: 2px;
}
.daterangepicker td.disabled.sprint-in-range:hover:after, .daterangepicker option.disabled.sprint-in-range:hover:after {
  background: #dc3545;
}

.daterangepicker.single .ranges {
  float: right !important;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: none !important;
  border-right: 1px solid #ddd !important;
}

.sprint-overlap-tooltip {
  z-index: 9999 !important;
}

.nav-tabs-border-group {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.nav-tabs-border .nav-link {
  border: none;
  border-radius: 0;
  color: #292B33;
  font-weight: 500;
  margin-right: 1.5rem;
  padding: 0.75rem 0;
}
.nav-tabs-border .nav-link img {
  max-width: 1rem;
  max-height: 1rem;
  vertical-align: text-bottom;
}
.nav-tabs-border .nav-link.active, .nav-tabs-border .nav-item.show .nav-link {
  color: #2C6DEE;
  /* background-color: #fff; */
  border-bottom: solid 2px #2C6DEE;
}
.nav-tabs-border .nav-link.active img, .nav-tabs-border .nav-item.show .nav-link img {
  filter: invert(36%) sepia(46%) saturate(4768%) hue-rotate(211deg) brightness(97%) contrast(93%);
}
.nav-tabs-border .nav-link:hover:not(.active), .nav-tabs-border .nav-item.show .nav-link {
  border-bottom: solid 2px #68696E;
}

.nav-pills .nav-link {
  border: #CCCCCC 1px solid;
  border-radius: 1.5rem;
  margin-right: 0.5rem;
  color: #292B33;
}
.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
  border: rgba(44, 109, 238, 0.4) 1px solid;
  background: rgba(44, 109, 238, 0.04);
  color: #2C6DEE;
}
.nav-pills .nav-link:hover:not(.active), .nav-pills .nav-item.show .nav-link {
  border: rgba(44, 109, 238, 0.4) 1px solid;
  background: rgba(44, 109, 238, 0.04);
}

.team-tabs {
  min-height: 37.59px;
}

html ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}

html ::-webkit-scrollbar-thumb {
  background: #adb5bd;
  border-radius: 8px;
}

html ::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

html ::-webkit-scrollbar-track {
  background: #DEDEDE;
  border-radius: 8px;
}

html ::-webkit-scrollbar-corner {
  background: 0 0;
}

html ::-webkit-scrollbar-thumb:hover {
  background: #68696E;
}

html .pp-game ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}

html .pp-game ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

html .pp-game ::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

html .pp-game ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

html .pp-game ::-webkit-scrollbar-corner {
  background: 0 0;
}

html .pp-game ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.modal-backdrop {
  visibility: hidden !important;
}

.modal.show {
  background-color: rgba(0, 0, 0, 0.5);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #adb5bd #DEDEDE;
}

.field-validation-valid:empty {
  display: none;
}

.error.invalid-feedback[style="display: block;"] + .error.invalid-feedback[style="display: block;"] {
  display: none !important;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwIDciIHdpZHRoPSIxMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlLz48ZGVzYy8+PGRlZnMvPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiPjxnIGZpbGw9IiMwMDAwMDAiIGlkPSJDb3JlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDY5LjAwMDAwMCwgLTkuMDAwMDAwKSI+PGcgaWQ9ImFycm93LWRyb3AtZG93biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDY5LjAwMDAwMCwgOS41MDAwMDApIj48cGF0aCBkPSJNMCwwIEw1LDUgTDEwLDAgTDAsMCBaIiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat right 0.75rem center/8px 10px;
  padding-right: 2rem;
}
select.form-control.form-control-sm {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwIDciIHdpZHRoPSIxMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlLz48ZGVzYy8+PGRlZnMvPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiPjxnIGZpbGw9IiMwMDAwMDAiIGlkPSJDb3JlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDY5LjAwMDAwMCwgLTkuMDAwMDAwKSI+PGcgaWQ9ImFycm93LWRyb3AtZG93biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDY5LjAwMDAwMCwgOS41MDAwMDApIj48cGF0aCBkPSJNMCwwIEw1LDUgTDEwLDAgTDAsMCBaIiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat right 0.5rem center/8px 10px;
  padding-right: 1.5rem;
}
select.form-control:disabled, select.form-control[readonly] {
  background-color: #F0F0F0;
}

/*.modal-footer {
  justify-content: flex-start; 
}
*/
/* selectizer */
.selectize-control .selectize-input.disabled {
  opacity: 1;
  background-color: #F0F0F0;
}

.input-group .selectize-input {
  border-radius: 0.5rem;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #878787;
  background: #f7f7f7;
  border: 1px solid #dedede;
}

.selectize-input {
  padding: 0.5rem 0.75rem;
  border: solid 1px #DEDEDE;
  border-radius: 0.5rem;
}
.selectize-input .spinner-border, .selectize-input .spinner-vabro {
  height: 0.75rem;
  width: 0.75rem;
  border-width: 2px;
  vertical-align: text-top;
  margin-top: 2px;
}
.selectize-input .selectize-input-block {
  border: solid 1px #ddd;
  border-radius: 4px;
  white-space: nowrap;
}
.selectize-input.has-items {
  padding: 0.25rem;
}
.selectize-input .selectize-profile {
  height: 28px;
  width: 28px;
  border-radius: 1rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.selectize-input .selectize-char-profile {
  background: #607d8b;
  color: #fff;
  text-align: center;
  height: 28px;
  width: 28px;
  border-radius: 16px;
  padding-top: 5px;
  margin-right: 0.5rem;
  display: inline-block;
  border-right: solid 1px #ddd;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  min-width: 28px;
}
.selectize-input .selectize-char-profile + div {
  min-width: 1px;
}
.selectize-input .selectize-title {
  display: inline-block;
  padding-right: 8px;
  vertical-align: top;
  line-height: 1;
  /*        padding-top: 3px;
  */
}
.selectize-input .selectize-title i {
  color: #adb5bd;
  font-size: 0.75rem;
}
.selectize-input .selectize-title.selectize-text-only {
  padding: 3px 8px;
  line-height: 1.5;
}
.selectize-input .selectize-title .invite-status {
  color: #219653;
  font-size: 0.625rem;
  padding-right: 0.5rem;
}
.selectize-input i {
  color: #adb5bd;
  font-size: 0.75rem;
}
.selectize-input .selectize-profile + .selectize-title {
  vertical-align: middle;
}

.selectize-control .selectize-input.full:after {
  display: none;
}

.selectize-control.multi .selectize-input.has-items,
.selectize-control.single .selectize-input.has-items {
  padding: 0.25rem 1.5rem 0 0.5rem;
}
.selectize-control.multi .selectize-input.has-items > input,
.selectize-control.single .selectize-input.has-items > input {
  margin: 0.125rem 0 !important;
}

.selectize-control.multi .selectize-input > div,
.selectize-control.single .selectize-input > div {
  cursor: pointer;
  margin: 0 4px 4px 0;
  padding: 0;
  background: #fff;
  color: #292B33;
  border: 1px solid #DEDEDE;
  vertical-align: top;
  border-radius: 1rem;
}

.selectize-control.multi .selectize-input > div.active,
.selectize-control.single .selectize-input > div.active {
  border: 1px solid #CCCCCC;
  background: #fafafa;
  color: #4A4C52;
}

.selectize-dropdown [data-selectable], .selectize-dropdown {
  padding: 8px 12px;
  opacity: 1;
}
.selectize-dropdown [data-selectable].form-control, .selectize-dropdown.form-control {
  min-width: 320px;
}
.selectize-dropdown [data-selectable] .selectize-profile, .selectize-dropdown .selectize-profile {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-right: 1rem;
}
.selectize-dropdown [data-selectable] .selectize-char-profile, .selectize-dropdown .selectize-char-profile {
  background: #607d8b;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  padding-top: 9px;
  margin-right: 1rem;
  border-right: solid 1px #ddd;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 36px;
}
.selectize-dropdown [data-selectable] .selectize-char-profile + div, .selectize-dropdown .selectize-char-profile + div {
  min-width: 1px;
}
.selectize-dropdown [data-selectable] .selectize-caption, .selectize-dropdown .selectize-caption {
  font-size: 0.75rem;
  color: #68696E;
}
.selectize-dropdown [data-selectable] .click-to-invite, .selectize-dropdown .click-to-invite {
  color: #2C6DEE;
  margin-top: 0.25rem;
}
.selectize-dropdown .d-flex:not([data-selectable]) {
  padding: 8px 12px;
  opacity: 0.5;
}
.selectize-dropdown .d-flex:not([data-selectable]) .click-to-invite {
  display: none;
}

.form-control.selectize-control {
  margin-bottom: -6px;
  height: unset;
}
.form-control.selectize-control .selectize-input:after {
  right: 8px;
}

.selectize-view-category {
  padding: 3px 8px;
  background: #DEDEDE;
  vertical-align: top;
  border-radius: 16px;
  display: inline-block;
}
.selectize-view-category + .selectize-view-category {
  margin-left: 4px;
}

.selectize-view-links {
  cursor: pointer;
  margin: 0 4px 4px 0;
  padding: 3px 8px;
  background: #fff;
  border: 1px solid #DEDEDE;
  vertical-align: top;
  border-radius: 16px;
  display: inline-block;
}
.selectize-view-links:hover {
  background: #F0F0F0;
}

#user-story-categories .optgroup {
  max-height: 141px;
}
#user-story-categories .optgroup:first-child {
  max-height: 124px;
}
#user-story-categories .selectize-dropdown-content {
  max-height: none;
}

#user-story-categories-modal .selectize-dropdown {
  position: relative;
  box-shadow: none;
}
#user-story-categories-modal .selectize-dropdown.form-control {
  margin: -44px 0 44px;
}
#user-story-categories-modal .selectize-dropdown-content {
  max-height: 320px;
}

.user-story-group {
  /*
  .create_option_already_present .create {
      display: none;
  }*/
}
.user-story-group .optgroup {
  margin-left: 12px;
  overflow: hidden;
}
.user-story-group .selectize-dropdown [data-selectable].option {
  display: inline-block;
  background: #fff;
  border: solid 1px #68696E;
  margin-right: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.user-story-group .selectize-dropdown [data-selectable].option.selected {
  background: #68696E;
  color: #fff;
  border-color: #68696E;
}
.user-story-group .create {
  color: #292B33;
}
.user-story-group .create .create-option {
  border: solid 1px #68696E;
  margin-right: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #68696E;
  color: #fff;
}
.user-story-group .create .d-flex:not([data-selectable]) {
  padding: 0 0 8px;
  opacity: 1;
}
.user-story-group .optgroup-header {
  margin-bottom: 4px;
  text-transform: uppercase;
  padding-left: 0;
}
.user-story-group .add-new-category-link {
  margin-top: 8px;
}

/* Spinners */
.loader:not(tr) {
  position: relative;
}
.loader:not(tr)::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  background-repeat: no-repeat;
  content: "";
  background-position: center;
  background-image: url(/images/icons/spinner-16.gif);
  background-size: 16px 16px;
}
.loader:not(tr).loader-24::after {
  background-image: url(/images/icons/spinner-24.gif);
  background-size: 24px 24px;
}

tr.loader td {
  position: relative;
}
tr.loader td::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  background-repeat: no-repeat;
  content: "";
}
tr.loader td:first-child::after {
  background-position: 50% 72px;
  background-image: url(/images/icons/spinner-16.gif);
  background-size: 16px 16px;
}

/* Bootstrap select */
.with-inline-label::before,
.with-inline-label-icon::before {
  font-weight: 500;
  margin-right: 4px;
  color: #292B33;
}

.with-inline-label-icon::before {
  background-repeat: no-repeat;
  padding-left: 24px;
  background-size: 16px 16px;
  vertical-align: bottom;
  background-position: 0px 2px;
}

/* Files and Attachments */
.attach-files-drag-block.dropping::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  content: "Drop your files here";
  text-align: center;
  border: dashed 4px #adb5bd;
  font-size: 1.5rem;
  /*padding-top: 1.5rem;*/
}

.attach-files-drag-block.dropping:hover::after {
  border: dashed 4px #68696E;
}

.attachment-group {
  max-height: calc((1.4em + 1rem + 2px) * 5);
  overflow: auto;
  margin-top: 0.5rem;
  /*    border-left: solid 1px $gray-100;
  */
}
.attachment-group .file-type-icon {
  width: 1rem;
  text-align: right;
}
.attachment-group .attachment-row {
  border-radius: 0 0.5rem 0.5rem 0;
}
.attachment-group .attachment-row .attachment-file-actions {
  white-space: nowrap;
}
.attachment-group .attachment-row:hover {
  background-color: #F0F0F0;
}
.attachment-group .attachment-row > .form-control {
  border-color: transparent;
  background: none;
  padding: 0.5rem;
}
.attachment-group .attachment-row .invalid-feedback {
  margin: 0;
  padding: 0 12px 8px 32px;
}

/* Comment */
/* selectizer */
.comment {
  margin-bottom: 36px;
}
.comment .comment {
  margin-top: 24px;
  margin-left: 2.75rem;
}
.comment .comment + .comment {
  /*margin-top: 0;*/
}
.comment .comment-profile-pic {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 0.75rem;
  float: left;
  margin-left: -2.75rem;
}
.comment .comment-profile-text {
  /*        background: $gray-100;
  */
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  padding-top: 8px;
  margin-right: 0.75rem;
  float: left;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: -2.75rem;
}
.comment .comment-profile {
  margin-left: 2.75rem;
}
.comment .comment-display {
  margin: 8px 0 16px 2.75rem;
  word-break: break-all;
}
.comment .comment-form {
  margin: 12px 0 16px 2.75rem;
}
.comment .comment-form .note-editor {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}
.comment .comment-caption {
  font-size: 0.75rem;
  color: #68696E;
}
.comment .comment-time {
  font-size: 0.75rem;
  color: #68696E;
}
.comment .comment-title {
  font-weight: 500;
  /*        font-size: 0.75rem;
  */
}
.comment .comment-content {
  margin-bottom: 1rem;
}
.comment .comment-content ul, .comment .comment-content ol {
  padding-left: 1.5rem;
}
.comment .comment-box {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}

.comment-file-block .error {
  display: inline;
  margin-left: 12px;
}

.remove-comment {
  float: right;
  margin-top: -9px;
}

.badge-category-1 {
  background-color: #073B4C;
}

.badge-category-2 {
  background-color: #EF476F;
}

.badge-category-3 {
  background-color: #118AB2;
}

.badge-category-4 {
  background-color: #08BC8D;
}

.badge-category-5 {
  background-color: #A657C2;
}

.badge-category-6 {
  background-color: #7D5AE8;
}

.file-type-icon:before {
  content: "\f15b";
  color: #4B627F;
  font-size: 1rem;
}

.btn .file-type-icon:before {
  font-size: 0.75rem;
}

.fa-png:before, .fa-jpg:before, .fa-jpeg:before, .fa-gif:before, .fa-svg:before, .fa-eps:before, .fa-ai:before, .fa-tiff:before, .fa-psd:before, .fa-indd:before, .fa-raw:before {
  content: "\f1c5";
  color: #7D5AE8;
}

.fa-m4a:before, .fa-flac:before, .fa-mp3:before, .fa-wav:before, .fa-wma:before, .fa-acc:before {
  content: "\f1c7";
  color: #FF6268;
}

.fa-mp4:before, .fa-mov:before, .fa-avi:before, .fa-flv:before, .fa-wmv:before, .fa-webm:before, .fa-mpg:before, .fa-ogg:before, .fa-m4v:before, .fa-webm:before {
  content: "\f1c8";
  color: #FFA22C;
}

.fa-pdf:before {
  content: "\f1c1";
  color: #EA4738;
}

.fa-up-pending:before {
  content: "\f574";
  color: #4B627F;
}

.fa-doc:before, .fa-docx:before, .fa-txt:before {
  content: "\f1c2";
  color: #0095F9;
}

.fa-xls:before, .fa-xlsx:before, .fa-csv:before {
  content: "\f1c3";
  color: #1FB86E;
}

.fa-ppt:before, .fa-pptx:before {
  content: "\f1c4";
  color: #FF5240;
}

.fa-css:before, .fa-js:before, .fa-html:before {
  content: "\f1c9";
  color: #434969;
}

.fa-zip:before, .fa-rar:before, .fa-7z:before {
  content: "\f1c6";
  color: #4B6280;
}

.dependency-block {
  margin-bottom: 1.5rem;
}
.dependency-block .row {
  margin-bottom: -1.5rem;
}
.dependency-block .selectize-dropdown .option {
  padding: 0.5rem 0.75rem;
}

/* Comment */
/* selectizer */
.po {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  vertical-align: middle;
}

.po-profile {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: inline-block;
}

.po-char-profile {
  background: #607d8b;
  color: #fff;
  text-align: center;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  padding-top: 7px;
  display: inline-block;
  /*    border-right: solid 1px $gray-300;
  */
  font-weight: 500;
  padding-left: 2px;
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 2px;
  min-width: 28px;
}
.po-char-profile i {
  color: #219653;
  font-size: 13px;
  margin-top: -0.75rem;
  position: absolute;
  margin-left: -0.25rem;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
}

.po-title {
  display: inline-block;
  margin-left: 0.5rem;
  padding-right: 12px;
  vertical-align: top;
  /*        line-height: 1;
  */
}
.po-title i {
  color: #adb5bd;
  font-size: 0.75rem;
}

.po-invited {
  /*      opacity: 0.75;
  margin-top: -3px;
  margin-bottom: -4px;*/
  position: relative;
}
.po-invited span.po-status {
  color: #219653;
  font-size: 12px;
  display: block;
  margin-top: 2px;
}

.po-profile + .po-title {
  vertical-align: middle;
}

.po-details-link {
  max-width: 100%;
}
.po-details-link:not([data-user-account-id=undefined]):not([data-user-account-id=""]):not([data-user-account-id=null]):hover {
  cursor: pointer;
}
.po-details-link.po:not([data-user-account-id=undefined]):not([data-user-account-id=""]):not([data-user-account-id=null]):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  outline: solid 2px rgba(0, 0, 0, 0.08);
}

.po.po-group .po-profile,
.po.po-group .po-char-profile {
  margin-right: -8px;
  border: solid 2px #fff;
  box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.1);
}
.po.po-group .po-profile:hover,
.po.po-group .po-char-profile:hover {
  z-index: 1;
}
.po.po-group .po-char-profile {
  padding-top: 5px;
}

.po-36 .po-char-profile {
  height: 36px;
  width: 36px;
  padding-top: 9px;
  font-size: 14px;
  margin-right: 12px;
}
.po-36 .po-profile {
  height: 36px;
  width: 36px;
  margin-right: 4px;
}
.po-36 .po-title {
  font-size: 16px;
  font-weight: 500;
}
.po-36 .po-title .small {
  margin-top: 4px;
}

.step3-table {
  table-layout: fixed;
}
.step3-table .step3-table-row-title {
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: -4px;
  display: block;
}
.step3-table .po-cell {
  padding: 0.5rem 0.75rem;
  line-height: 0;
}
.step3-table .po-cell > * {
  line-height: 1.4;
}
.step3-table thead th {
  border: none;
  background-color: #E0ECFF;
  position: sticky;
  top: 0;
  z-index: 99;
  font-weight: 500;
}
.step3-table tbody td {
  border-color: #eee;
  border-bottom: solid 1px #F0F0F0;
  vertical-align: middle;
}
.step3-table .edit td {
  vertical-align: top;
}

.devOps-table {
  /*table-layout: fixed; ??*/
}
.devOps-table tr .drag-handle2 {
  visibility: hidden;
  margin-left: -16px;
  color: #adb5bd;
  cursor: grab;
  font-size: 0.875rem;
  margin-right: 4px;
}
.devOps-table tr .drag-handle2:hover {
  color: #4A4C52;
}
.devOps-table tr:hover .drag-handle2 {
  visibility: visible;
}
.devOps-table .po-cell {
  padding: 0.5rem 0.75rem;
  line-height: 0;
}
.devOps-table .po-cell > * {
  line-height: 1.4;
}
.devOps-table thead th {
  border: none;
  background-color: #E0ECFF;
  font-weight: 500;
}
.devOps-table tbody td {
  border-color: #eee;
  vertical-align: middle;
  background: #fff;
}
.devOps-table .edit td {
  vertical-align: top;
}
.devOps-table.devOps-table-sm td, .devOps-table.devOps-table-sm th {
  padding: 0.5rem 0.75rem;
  /*                & > * {
                      line-height: $line-height-base;
                  }*/
}
.devOps-table.devOps-table-sm .edit td:last-child {
  padding-top: 0.5rem;
}

/*.po ~ .po {
    margin-top: 8px;
}
*/
/* Vabro */
.wrapper {
  display: flex;
  width: 100%;
}

#artifact-sidebar {
  width: 40px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  margin-top: 72px;
  padding: 0.25rem 0 0 0;
}
#artifact-sidebar .nav-link {
  padding: 0.75rem 0.5rem;
}
#artifact-sidebar .nav-link.active, #artifact-sidebar .nav-link.active:hover {
  background-color: rgba(44, 109, 238, 0.1);
}
#artifact-sidebar .nav-link:hover {
  background-color: #F0F0F0;
}
#artifact-sidebar + #sidebar {
  left: 40px;
}
#artifact-sidebar ~ #content {
  width: calc(100% - 320px);
  margin-left: 320px;
}
#artifact-sidebar ~ #content #sidebarCollapse {
  left: 320px;
}
#artifact-sidebar ~ #content.active {
  width: calc(100% - 90px);
  margin-left: 90px;
}
#artifact-sidebar ~ #content.active #sidebarCollapse {
  left: 90px;
}

.sidebar-select-portfolio-project-results,
.sidebar-select-portfolio-program-results,
.sidebar-select-program-project-results {
  max-height: 320px;
}

.sidebar-select-portfolio-project-content .project-thumb,
.sidebar-select-portfolio-program-content .project-thumb,
.sidebar-select-program-project-content .project-thumb {
  margin-left: -8px;
}
.sidebar-select-portfolio-project-content .project-thumb a,
.sidebar-select-portfolio-program-content .project-thumb a,
.sidebar-select-program-project-content .project-thumb a {
  display: block;
  padding: 8px;
  border-radius: 8px;
}
.sidebar-select-portfolio-project-content .project-thumb a:hover,
.sidebar-select-portfolio-program-content .project-thumb a:hover,
.sidebar-select-program-project-content .project-thumb a:hover {
  background-color: #F0F0F0;
}
.sidebar-select-portfolio-project-content .project-thumb a span,
.sidebar-select-portfolio-program-content .project-thumb a span,
.sidebar-select-program-project-content .project-thumb a span {
  color: #68696E;
}
.sidebar-select-portfolio-project-content .project-thumb .project-dash-profile,
.sidebar-select-portfolio-program-content .project-thumb .project-dash-profile,
.sidebar-select-program-project-content .project-thumb .project-dash-profile {
  background: #607d8b;
  color: #fff;
  text-align: center;
  height: 2rem;
  width: 2rem;
  border-radius: 4px;
  padding-top: 0.375rem;
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  min-width: 2rem;
}

.artifact-sidebar-popover .nav-link {
  color: #4A4C52;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.artifact-sidebar-popover .nav-link:hover {
  background-color: #F0F0F0;
}
.artifact-sidebar-popover .project-profile {
  padding: 0.5rem;
  display: block;
  border-radius: 0.25rem;
}
.artifact-sidebar-popover .project-profile:hover {
  background-color: #F0F0F0;
}
.artifact-sidebar-popover .project-profile .project-char-profile {
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #607d8b;
  height: 2rem;
  width: 2rem;
  padding-top: 0.375rem;
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  min-width: 2rem;
}

#sidebar {
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 98;
  background-color: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  margin-top: 72px;
  padding: 0;
  transition: width 0.3s;
  /*    overflow-y: auto;
  */
}
#sidebar.active {
  /*margin-left: -280px;*/
  width: 50px;
}
#sidebar i:before {
  display: inline-block;
  width: 14px;
}

#sidebar .project-profile {
  padding: 1rem;
  border-bottom: solid 1px #F0F0F0;
  display: block;
}
#sidebar .project-profile:hover {
  background-color: #F0F0F0;
}
#sidebar .project-profile .project-profile-thumb {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  /*margin-right: 1rem;*/
  /*            float: left;
  */
}
#sidebar .project-profile .project-char-profile {
  height: 42px;
  width: 42px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 6px;
  background: #607d8b;
}
#sidebar .project-profile .project-profile-content {
  margin-left: 64px;
  padding-top: 3px;
}
#sidebar .project-profile .project-profile-content h4 {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
#sidebar .project-profile .project-profile-content small {
  display: inline-block;
  max-width: 100%;
}
#sidebar .project-role {
  padding: 0.75rem 1rem;
  border-bottom: solid 1px #F0F0F0;
  height: 44px;
}
#sidebar .nav {
  border-bottom: solid 1px #DEDEDE;
  padding: 8px 0;
}
#sidebar .nav-link {
  color: #4A4C52;
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  transition: background-color 0.2s ease;
  border-left: 0.25rem solid transparent;
  height: 44px;
}
#sidebar .nav-link.dropdown-toggle {
  padding-right: 1rem;
}
#sidebar .nav-link.dropdown-toggle::after {
  float: right;
  margin-top: 0.5rem;
}
#sidebar .nav-link.active, #sidebar .nav-link.active:hover {
  color: #2C6DEE;
  border-left-color: #2C6DEE;
  background-color: rgba(44, 109, 238, 0.1);
}
#sidebar .nav-link.active img, #sidebar .nav-link.active:hover img {
  filter: invert(36%) sepia(46%) saturate(4768%) hue-rotate(211deg) brightness(97%) contrast(93%);
}
#sidebar .nav-link:hover {
  background-color: #F0F0F0;
  border-left-color: #CCCCCC;
}
#sidebar .nav-link:hover .feather,
#sidebar .nav-link.active .feather {
  color: inherit;
}
#sidebar #sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}
#sidebar.collapsed .project-profile, #sidebar.active .project-profile {
  padding-left: 9px;
}
#sidebar.collapsed .project-profile .project-profile-thumb, #sidebar.active .project-profile .project-profile-thumb {
  height: 32px;
  width: 32px;
  margin: 5px 0;
  transition: all 0.3s;
}
#sidebar.collapsed .project-profile .project-char-profile, #sidebar.active .project-profile .project-char-profile {
  height: 32px;
  width: 32px;
  font-size: 16px;
  margin: 5px 0;
  transition: all 0.3s;
}
#sidebar.collapsed .project-profile .col:last-child, #sidebar.active .project-profile .col:last-child {
  display: none;
}
#sidebar.collapsed .project-role > span, #sidebar.collapsed .project-role > form, #sidebar.active .project-role > span, #sidebar.active .project-role > form {
  display: none;
}
#sidebar.collapsed .nav-link span, #sidebar.active .nav-link span {
  display: none;
}
#sidebar.collapsed .nav ul, #sidebar.active .nav ul {
  display: none;
}
#sidebar.collapsed .nav .nav-link.dropdown-toggle::after, #sidebar.active .nav .nav-link.dropdown-toggle::after {
  display: none;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: calc(100% - 280px);
  margin-left: 280px;
  padding: 0 15px;
  min-height: 100vh;
  transition: all 0.3s;
  /*    position: absolute;
  */
  top: 0;
  right: 0;
}
#content #sidebarCollapse {
  position: fixed;
  left: 280px;
  top: 81px;
  font-size: 10px;
  padding: 0.25rem;
  border: none;
  background: #fff;
  border-radius: 0 2px 2px 0;
  transition: padding 0.2s, left 0.3s;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
}
#content #sidebarCollapse.active i:before {
  content: "\f053";
}
#content #sidebarCollapse:hover {
  padding: 0.25rem 0.5rem;
}
#content.active {
  width: calc(100% - 50px);
  margin-left: 50px;
}
#content.active #sidebarCollapse {
  left: 50px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -280px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
  }
  #content.active {
    width: calc(100% - 280px);
  }
  #sidebarCollapse span {
    display: none;
  }
}
body {
  background: #F0F0F0;
}
body.view-on-modal {
  background: none;
}
body.bg_vbro {
  background-image: url(/images/backgrounds/vabro.jpg);
  background-size: 100% 100%;
  background-position: center 80%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

label:not(.form-check-label):not(.custom-control-label) {
  /*  text-transform: uppercase;
  font-size: 0.75rem;*/
  color: #68696E;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-icon {
  /*    cursor: pointer;
  */
  position: absolute;
  left: 16px;
  top: 13px;
  color: #68696E;
}

.form-control-counter + .form-control-icon {
  top: 40px;
}

label + .form-control-icon {
  top: 40px;
}

.form-control-icon + input {
  padding-left: 40px;
}

.form-control-icon-sm {
  /*    cursor: pointer;
  */
  position: absolute;
  left: 12px;
  top: 8px;
  color: #68696E;
}

label + .form-control-icon-sm {
  top: 32px;
}

.form-control-icon-sm + input {
  padding-left: 32px;
}

.input-group-sm .form-control.is-invalid {
  padding-right: calc(1.4em + 1rem);
}

.is-invalid.d-inline-block ~ .invalid-feedback {
  display: inline;
}

input#password, input#confirm-password {
  padding-right: 64px;
}
input#password.is-invalid, input#confirm-password.is-invalid {
  padding-right: 88px !important;
}

.has-form-control-counter-inline:focus {
  padding-right: 50px;
}
.has-form-control-counter-inline:focus.is-invalid {
  padding-right: 70px !important;
}
.has-form-control-counter-inline:focus.is-invalid + .form-control-counter {
  right: 44px;
}
.has-form-control-counter-inline:focus + .form-control-counter {
  position: absolute;
  right: 24px;
  top: 17px;
  z-index: 4;
}

/*.valid-file-extenstion {
    border-bottom: dashed 1px;
}*/
.server-validation-error.validation-summary-valid {
  display: none;
}
.server-validation-error ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.floating-login-block {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.floating-login-block .login_heading {
  font-size: 2rem;
}
.floating-login-block .login-form {
  background-color: rgba(255, 255, 255, 0.5);
  border-top: solid 1px #DEDEDE;
  border-radius: 0 0 0.5rem 0.5rem;
}
.floating-login-block .login-form.order-1 {
  border-bottom: solid 1px #DEDEDE;
  border-top: none;
  border-radius: 0.5rem 0.5rem 0 0;
}
.floating-login-block .login-info {
  border-radius: 0.5rem;
}
.floating-login-block .separator {
  border: none;
  background: rgb(222, 222, 222);
  background: linear-gradient(90deg, rgba(222, 222, 222, 0) 0%, rgba(222, 222, 222, 0.504937009) 40%, rgba(222, 222, 222, 0.5021358885) 60%, rgba(222, 222, 222, 0) 100%);
  height: 2px;
}
.floating-login-block .workspace-logo-login {
  /*border-left: solid 2px #ddd;*/
  border-left: solid 2px #DEDEDE;
  padding-left: 1rem;
  margin-left: 1rem;
}
.floating-login-block .workspace-name-login {
  font-size: 1rem;
  display: inline-block;
  /*box-shadow: $box-shadow-sm;*/
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #F0F0F0;
}
.floating-login-block .workspace-name-login:empty {
  padding: 0;
}

.floating-block-480 {
  max-width: 460px;
}

.floating-block-480 {
  max-width: 480px;
}

.floating-block-640 {
  max-width: 640px;
}

.floating-block-960 {
  max-width: 960px;
}

.floating-login-block-footer {
  max-width: 480px;
}

@media (min-width: 768px) {
  .floating-login-block .login-form, .floating-login-block .login-form.order-1 {
    border-bottom: none;
    border-top: none;
    border-left: solid 1px #DEDEDE;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
.floating-form-block {
  background: rgba(255, 255, 255, 0.9);
  /*box-shadow: $box-shadow;*/
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  /*    margin: 1.5rem 0.5rem;
  */ /*    margin-top: 8px;
 padding: 16px 24px;*/
}

.view-on-modal .floating-form-block {
  background: #fff;
  max-height: calc(100vh - 4rem);
}
.view-on-modal .floating-form-block .floating-form-body {
  padding: 0 24px 0 0;
  margin: 0 -24px 0 0;
  overflow: auto;
}

.floating-form-head {
  /*    margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: solid 1px #DEDEDE;*/
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
}
.floating-form-head .artifacts-tabs {
  border: none;
}
.floating-form-head .artifacts-tabs .nav-item span.active img, .floating-form-head .artifacts-tabs .nav-item a.active img {
  filter: invert(36%) sepia(46%) saturate(4768%) hue-rotate(211deg) brightness(97%) contrast(93%);
}
.floating-form-head #comment_section {
  margin-bottom: -24px;
  background: linear-gradient(90.31deg, #178CBE -5.99%, #3E57B9 112.99%);
  box-shadow: 0px -2px 12px rgba(52, 119, 219, 0.24);
  border-radius: 34px 0px 0px 0px;
  color: #fff;
  padding: 4px 16px 4px 24px;
  border: none;
}

#change-background {
  height: 1.75rem;
  width: 1.75rem;
  border: rgba(255, 255, 255, 0.5) solid 2px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.change-background-popup {
  /*    width: 300px;
  */
}
.change-background-popup > div {
  border-radius: 0.5rem;
  overflow: hidden;
  border: solid 2px transparent;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 200ms ease-in-out;
  display: inline-block;
}
.change-background-popup > div.active {
  border-color: #2C6DEE;
  opacity: 1;
}
.change-background-popup > div:not(.loading):hover {
  border-color: #0f4abe;
  opacity: 0.75;
}
.change-background-popup > div.loading::after {
  content: url(/images/icons/loader-h.gif);
  position: absolute;
  margin-top: 24px;
  margin-left: -72px;
}

.toggle-password {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 36px;
  color: #68696E;
  z-index: 4;
}

.toggle-password:hover {
  color: #434347;
}

.is-invalid + .toggle-password {
  right: 44px;
}

.toggle-password-with-loader {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 36px;
  color: #68696E;
  z-index: 4;
}

.toggle-password-with-loader.is-invalid {
  right: 36px;
}

.toggle-password-with-loader:hover {
  color: #434347;
}

.toggle-password-with-loader.loading {
  right: 60px;
}

.toggle-password-with-loader.loading.is-invalid {
  right: 76px;
}

.input-action-icon {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 38px;
  color: #68696E;
  z-index: 4;
}

.input-action-icon:hover {
  color: #434347;
}

.is-invalid + .input-action-icon {
  right: 44px;
}

.input-action-icon-with-loader {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 36px;
  color: #68696E;
  z-index: 4;
}

.input-action-icon-with-loader.is-invalid {
  right: 36px;
}

.input-action-icon-with-loader:hover {
  color: #434347;
}

.input-action-icon-with-loader.loading {
  right: 60px;
}

.input-action-icon-with-loader.loading.is-invalid {
  right: 76px;
}

.confirm-valid {
  padding-right: calc(1.4em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2312AE31' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.25rem) center;
  background-size: calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}

#password-meter span {
  width: 1rem;
  background-color: #DEDEDE;
  display: inline-block;
  height: 4px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  #password-meter span {
    width: 1.5rem;
  }
}
.password-validation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.password-validation li {
  padding: 4px 0;
}

.password-validation li .fas,
.password-validation li .far {
  padding-right: 4px;
  color: #999;
}

.password-validation li.passed,
.password-validation li.passed .fas {
  color: #28a745;
}

#login-carousel .carousel-caption {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  color: #292B33;
}
#login-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #2C6DEE;
  border: none;
  opacity: 0.25;
  border-radius: 8px;
  border: 2px solid transparent;
}
#login-carousel .carousel-indicators li:hover {
  opacity: 0.5;
  border: 2px solid #fff;
}
#login-carousel .carousel-indicators li.active {
  opacity: 0.75;
}

#change-language {
  /*background: rgba(255, 255, 255, 0.5);
  padding: 4px 8px;
  border-radius: 4px;*/
}
#change-language select {
  background-color: transparent;
  border: none;
  color: #4A4C52;
  width: auto;
  font-weight: 500;
}
#change-language option {
  color: #4A4C52;
}
#change-language select:focus-visible {
  outline: none;
}

.dark #change-language {
  background: rgba(0, 0, 0, 0.5);
  color: #DEDEDE;
}
.dark #change-language select {
  border: none;
  color: #DEDEDE;
  width: auto;
}

#user-story-categories, #task-types {
  height: auto;
}
#user-story-categories .btn, #task-types .btn {
  margin-bottom: 4px;
}
#user-story-categories label, #task-types label {
  text-transform: unset;
}

.cta-lg .btn {
  padding: 1.5rem 1rem;
}
.cta-lg .btn i {
  font-size: 2rem;
}
.cta-lg .btn p {
  margin: 1rem 0 0 0;
}

/* Header */
#header {
  background: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 200;
}
#header .nav-masthead .nav-link {
  color: #4A4C52;
  font-weight: 500;
}
#header + .container-fluid main, #header + .container-sm main, #header + .container-md main, #header + .container-lg main, #header + .container-xl main, #header + .container-xxl main, #header + .container-xxxl main {
  margin-top: 72px;
}

button.navbar-toggler {
  display: block;
}

@media (max-width: 768px) {
  #header .nav-masthead .nav-link {
    font-size: 14px;
    padding-bottom: 32px;
    margin-bottom: -25px;
  }
}
@media (min-width: 768px) {
  .block {
    width: 50px;
    height: 50px;
    background-color: pink;
    margin: 1rem;
  }
  .side-menu-list {
    color: #808080;
  }
  span.box {
    width: 50px;
    height: 50px;
    background-color: pink;
    display: block;
  }
  button.navbar-toggler {
    display: none;
  }
  #header .nav-masthead .nav-item .dropdown.show .nav-link {
    background-color: #F0F0F0;
  }
  #header .nav-masthead .nav-link {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
    border-radius: 0.25rem;
    /*            border-top: .25rem solid transparent;
    */
  }
  #header .nav-masthead .nav-link.active, #header .nav-masthead .nav-link.active:hover {
    color: #2C6DEE;
    /*                border-top-color: $blue;
    */
  }
  #header .nav-masthead .nav-link.active:hover {
    background-color: rgba(44, 109, 238, 0.1);
  }
  #header .nav-masthead .nav-link:hover {
    background-color: #F0F0F0;
    /*                border-top-color: $gray-300;
    */
  }
  #header .notification-bell {
    color: #68696E;
    font-size: 1rem;
  }
  #header .notification-bell .badge {
    font-size: 10px;
    padding: 2px 4px;
    margin-top: -6px;
    position: absolute;
    margin-left: -6px;
    border: 2px solid white;
  }
  #header .notification-bell .bell-dot {
    margin-top: -4px;
    position: absolute;
    margin-left: -4px;
    border: 2px solid white;
    background: #dc3545;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  #header .notification-bell .bell-dot[data-manual-count="0"] {
    display: none;
  }
  #header .search-block {
    max-width: 720px;
    width: 100%;
  }
  #header .search-block .search-box {
    min-width: 120px;
    max-width: 240px;
    display: inline-block;
  }
  #header .search-block .search-box.active {
    max-width: 720px;
    display: block;
  }
  #header .search-block .search-box.active input {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  #header .search-block .search-box input {
    border-radius: 1.5rem;
    width: 100%;
    transition: all 0.2s;
  }
  #header .search-block .search-box input:focus {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  #header .search-block #search-dd {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0.5rem 0.5rem;
    width: 100%;
    max-width: 720px;
    padding: 0.5rem 1rem;
    position: absolute;
  }
  #header .search-block #search-dd #search-area {
    border-bottom: solid 1px #DEDEDE;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3125rem;
  }
  #header .search-block #search-dd #search-area .btn {
    font-weight: normal;
    text-transform: initial;
    padding: 0.125rem 0.5rem;
    margin-bottom: 3px;
  }
  #header .search-block #search-dd #search-result {
    max-height: 400px;
    overflow-y: auto;
  }
  #header .search-block #search-dd #search-clear-history {
    font-weight: normal;
    text-transform: initial;
    padding: 0.125rem 0.5rem;
  }
  #header .search-block #search-dd #search-history-result {
    max-height: 400px;
    overflow: auto;
    width: 100%;
  }
  #header .search-block #search-dd .list-group-item {
    border: none;
    padding: 0.4rem 0rem;
  }
  #header .search-block #search-dd .list-group-item strong {
    font-weight: 500;
  }
  #header .dropdown.show .dropdown-toggle {
    background: #F0F0F0;
  }
  #header .dropdown.show .dropdown-menu {
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  #header .dropdown.show .dropdown-item {
    padding: 0.5rem 1rem;
  }
  #header .profile-dropdown.show .dropdown-toggle {
    background: #F0F0F0;
  }
  #header .profile-dropdown.show .dropdown-menu {
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  #header .profile-dropdown.show .dropdown-item {
    padding: 0.5rem 1rem;
  }
  #header .profile-dropdown.show .dropdown-toggle .char-profile {
    background: #DEDEDE;
  }
  #header .profile-dropdown .dropdown-toggle {
    padding: 0.25rem 0.75rem 0.25rem 0.25rem;
    color: #4A4C52;
    border-radius: 1.5rem 0.25rem 0.25rem 1.5rem;
  }
  #header .profile-dropdown .dropdown-toggle img {
    height: 28px;
    margin-right: 0.5rem;
    border-radius: 50%;
  }
  #header .profile-dropdown .dropdown-toggle .char-thumb {
    height: 28px;
    width: 28px;
    border-radius: 0.25rem 0 0 0.25rem;
    margin-right: 0.5rem;
    display: inline-block;
    border-radius: 50%;
  }
  #header .profile-dropdown .dropdown-toggle .char-profile {
    background: #607d8b;
    color: #fff;
    text-align: center;
    font-size: 11px;
    height: 28px;
    width: 28px;
    border-radius: 0.25rem 0 0 0.25rem;
    padding-top: 7px;
    margin-right: 0.5rem;
    display: inline-block;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 500;
  }
  #header .profile-dropdown .dropdown-toggle .text-truncate, #header .profile-dropdown .dropdown-toggle .po-title {
    max-width: 8rem;
    display: inline-block;
    vertical-align: middle;
  }
  #header .profile-dropdown .profile-dropdown-workspace {
    margin-left: 1.62rem;
  }
  #header .profile-dropdown i {
    color: #68696E;
  }
}
/* Artifacts tabs, depricate wizard */
.artifacts-tabs .nav-item:not(:last-child) .nav-link {
  margin-right: 3rem;
}
.artifacts-tabs .nav-item:not(:last-child) .nav-link::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  transform: rotate(45deg);
  margin-top: 0.25rem;
  margin-left: 1rem;
}

.wizard {
  white-space: nowrap;
}

.wizard .wizard-link {
  padding: 8px 16px 8px 32px;
  position: relative;
  display: inline-block;
  /*    background: $gray-600;
  color: $white;*/
  font-weight: 500;
}
.wizard .wizard-link:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
  padding-left: 16px;
}
.wizard .wizard-link:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.wizard .wizard-link.active {
  /*        background-color: $primary;
  */
}

.wizard a.wizard-link:hover {
  text-decoration: none;
  background-color: #434347;
}

.wizard .wizard-link:first-child {
  margin-left: 0;
}

.wizard:not(.left-arrow) .wizard-link:before {
  width: 0;
  height: 0;
  border-top: 16px inset transparent;
  border-bottom: 16px inset transparent;
  border-left: 18px solid #FFFFFF;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.wizard:not(.left-arrow) .wizard-link:after {
  width: 0;
  height: 0;
  border-top: 16px inset transparent;
  border-bottom: 16px inset transparent;
  border-left: 18px solid #68696E;
  position: absolute;
  content: "";
  top: 0;
  right: -18px;
  z-index: 2;
}

.wizard:not(.left-arrow) a.wizard-link:hover:after {
  border-left-color: #434347;
}

.wizard:not(.left-arrow) .wizard-link.active:after {
  border-left: 18px solid #2C6DEE;
}

.wizard:not(.left-arrow) .wizard-link.active ~ span.wizard-link {
  /*    background: $gray-100;
  color: $gray-600;*/
}

.wizard:not(.left-arrow) .wizard-link.active ~ span.wizard-link:after {
  border-left: 18px solid #F0F0F0;
}

.wizard .wizard-link:first-child:before,
.wizard .wizard-link:last-child:after {
  border: none;
}

.best-practice-link {
  cursor: pointer;
}
.best-practice-link .fa-info-circle {
  color: #68696E;
  opacity: 0.5;
  margin-left: 8px;
}

.artifact-header {
  padding: 1rem 1.5rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem 1rem 0 0;
}

/* Side bar */
button.navbar-toggler {
  display: block;
}

@media (min-width: 768px) {
  hr.hr-size {
    border: 0.25px solid #F0F0F0;
  }
  strong.d-block.text-gray-dark {
    font-size: 20px;
    font-weight: 300;
    color: #292B33;
  }
  .block {
    width: 50px;
    height: 50px;
    background-color: pink;
    margin: 1rem;
  }
  .side-menu-list {
    color: #808080;
  }
  span.box {
    width: 50px;
    height: 50px;
    background-color: pink;
    display: block;
  }
  button.navbar-toggler {
    display: none;
  }
}
/* Header */
/* Rating */
.rating label:not(.form-check-label):not(.custom-control-label) {
  color: #CCCCCC;
  /*        font-size: 1rem;
  */
}
.rating:not(.readonly) label {
  cursor: pointer;
}
.rating .reset-rating {
  display: none;
}
.rating:hover .text-warning ~ .reset-rating {
  display: inline;
}

/* Bread crumbs */
.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0.75rem;
  font-size: 12px;
}

/* Best Practices Modal */
#best-practices-modal h1 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#best-practices-modal .modal-body {
  padding: 1.5rem;
}
#best-practices-modal .modal-body:empty {
  padding: 0;
}
#best-practices-modal .detailed-description {
  margin-top: 1.5rem;
}
#best-practices-modal thead th {
  background: #F0F0F0;
}
#best-practices-modal .detailed-description {
  display: none;
}
#best-practices-modal .alert > :last-child {
  margin-bottom: 0;
}

/* Advanced filter Modal */
#advanced-filters h1 {
  margin: 4px 0 16px;
  border-bottom: solid 2px #ddd;
  padding-bottom: 12px;
}

/* Multi select */
span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li > a {
  padding: 0;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 0 3px 30px;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

/* PPB Tables */
#ppb-filter-form label.text-truncate, #ppb-filter-form label.po-title {
  margin: 1px 0 4px;
}

.table-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
  display: none;
  text-align: center;
}
.table-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-overlay.disabled {
  display: block;
}
.table-overlay.disabled .spinner-border, .table-overlay.disabled .spinner-vabro {
  display: none;
}
.table-overlay .spinner-border, .table-overlay .spinner-vabro {
  /*position: fixed;*/
  margin: 2rem 0;
}

.overlay-star {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 2px #2C6DEE;
  display: none;
  transition: background-color 0.25s;
}

.overlay-star:hover {
  border: solid 2px #219653;
  background-color: transparent;
}

.overlay-star::after {
  content: "? Star";
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 4px 12px;
  background: #2C6DEE;
  border-bottom-left-radius: 4px;
}

.overlay-star:hover::after {
  background: #219653;
}

.overlay-5-star::after {
  content: "5 Star";
}

.overlay-4-star::after {
  content: "4 Star";
}

.overlay-3-star::after {
  content: "3 Star";
}

.overlay-2-star::after {
  content: "2 Star";
}

.overlay-1-star::after {
  content: "1 Star";
}

.overlay-0-star::after {
  content: "NA";
}

.ppb-table-block.show-overlay-star .overlay-star,
.release-table-block.show-overlay-star .overlay-star,
.sprint-table-block.show-overlay-star .overlay-star {
  display: block;
}

.dt-rowReorder-float {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}

.dt-rowReorder-moving {
  cursor: grabbing;
}

.ppb-table.dt-rowReorder-float tr > td,
.release-table.dt-rowReorder-float tr > td,
.sprint-table.dt-rowReorder-float tr > td {
  background-color: #fff !important;
}

.dataTables_scrollBody {
  border-left: none !important;
}

.dataTables_scrollBody .modify-epic-column,
.dataTables_scrollBody .modify-wp-column,
.dataTables_scrollBody .modify-task-column {
  display: none;
}

.ppb-table,
.release-table,
.sprint-table {
  border-color: #e6e6e6;
  /*    tr[class^="table-"] + tr:not(tr[class^="table-"]) td {
      border-bottom: 2px solid #DEDEDE;
  }*/
  /*    .star-rating {
      span.fa {
          color: $gray-700;
          font-size: 0.6rem;
      }
  }*/
  /* tr[class*=-row] .btn-outline-secondary {
      padding: 0.15rem 0.5rem;
      line-height: 1;
      font-size: 0.5rem;
  }*/
  /*    .po {
      white-space: nowrap;

      .comment-profile {
          height: 24px;
          width: 24px;
      }
  }*/
}
.ppb-table.table th, .ppb-table.table td,
.release-table.table th,
.release-table.table td,
.sprint-table.table th,
.sprint-table.table td {
  border-bottom: none;
  border-right: solid 2px transparent;
  vertical-align: middle;
}
.ppb-table .table-primary-row > td:first-child,
.ppb-table .table-secondary-row > td:first-child,
.ppb-table .table-warning-row > td:first-child,
.ppb-table .table-success-row > td:first-child,
.ppb-table .table-info-row > td:first-child,
.ppb-table .table-danger-row > td:first-child,
.ppb-table .table-dark-row > td:first-child,
.ppb-table .table-primary-row > .ppb-first-cell,
.ppb-table .table-secondary-row > .ppb-first-cell,
.ppb-table .table-warning-row > .ppb-first-cell,
.ppb-table .table-success-row > .ppb-first-cell,
.ppb-table .table-info-row > .ppb-first-cell,
.ppb-table .table-danger-row > .ppb-first-cell,
.ppb-table .table-dark-row > .ppb-first-cell,
.release-table .table-primary-row > td:first-child,
.release-table .table-secondary-row > td:first-child,
.release-table .table-warning-row > td:first-child,
.release-table .table-success-row > td:first-child,
.release-table .table-info-row > td:first-child,
.release-table .table-danger-row > td:first-child,
.release-table .table-dark-row > td:first-child,
.release-table .table-primary-row > .ppb-first-cell,
.release-table .table-secondary-row > .ppb-first-cell,
.release-table .table-warning-row > .ppb-first-cell,
.release-table .table-success-row > .ppb-first-cell,
.release-table .table-info-row > .ppb-first-cell,
.release-table .table-danger-row > .ppb-first-cell,
.release-table .table-dark-row > .ppb-first-cell,
.sprint-table .table-primary-row > td:first-child,
.sprint-table .table-secondary-row > td:first-child,
.sprint-table .table-warning-row > td:first-child,
.sprint-table .table-success-row > td:first-child,
.sprint-table .table-info-row > td:first-child,
.sprint-table .table-danger-row > td:first-child,
.sprint-table .table-dark-row > td:first-child,
.sprint-table .table-primary-row > .ppb-first-cell,
.sprint-table .table-secondary-row > .ppb-first-cell,
.sprint-table .table-warning-row > .ppb-first-cell,
.sprint-table .table-success-row > .ppb-first-cell,
.sprint-table .table-info-row > .ppb-first-cell,
.sprint-table .table-danger-row > .ppb-first-cell,
.sprint-table .table-dark-row > .ppb-first-cell {
  border-left-width: 4px;
  border-left-style: solid;
}
.ppb-table .fa-grip-vertical,
.release-table .fa-grip-vertical,
.sprint-table .fa-grip-vertical {
  opacity: 0.1;
}
.ppb-table .po-cell,
.release-table .po-cell,
.sprint-table .po-cell {
  padding: 0.5rem 0.75rem;
  line-height: 0;
}
.ppb-table .po-cell > *,
.release-table .po-cell > *,
.sprint-table .po-cell > * {
  line-height: 1.4;
}
.ppb-table thead th,
.release-table thead th,
.sprint-table thead th {
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  color: #4f4f4f;
  font-weight: 500;
  /*&:last-child {
      border-top-right-radius: 4px;
  }*/
}
.ppb-table thead th:first-child,
.release-table thead th:first-child,
.sprint-table thead th:first-child {
  border-left: solid 4px #fff;
}
.ppb-table thead th.sorting_disabled,
.release-table thead th.sorting_disabled,
.sprint-table thead th.sorting_disabled {
  cursor: default;
}
.ppb-table.no-sort-table thead th,
.release-table.no-sort-table thead th,
.sprint-table.no-sort-table thead th {
  cursor: auto;
}
.ppb-table tbody tr[class*=-row] + tr[class*=-row] td,
.release-table tbody tr[class*=-row] + tr[class*=-row] td,
.sprint-table tbody tr[class*=-row] + tr[class*=-row] td {
  border-top: 1px solid #F0F0F0;
}
.ppb-table tbody tr[class*=-row].table-default-row + tr[class*=-row].table-default-row td,
.release-table tbody tr[class*=-row].table-default-row + tr[class*=-row].table-default-row td,
.sprint-table tbody tr[class*=-row].table-default-row + tr[class*=-row].table-default-row td {
  border-top: solid 1px #F0F0F0;
}
.ppb-table .table-primary-row > td.ppb-sticky-cell,
.release-table .table-primary-row > td.ppb-sticky-cell,
.sprint-table .table-primary-row > td.ppb-sticky-cell {
  background-color: white;
}
.ppb-table .table-primary-row > td:first-child, .ppb-table .table-primary-row > td.ppb-first-cell,
.release-table .table-primary-row > td:first-child,
.release-table .table-primary-row > td.ppb-first-cell,
.sprint-table .table-primary-row > td:first-child,
.sprint-table .table-primary-row > td.ppb-first-cell {
  border-left-color: #2C6DEE;
}
.ppb-table .table-dark-row > td.ppb-sticky-cell,
.release-table .table-dark-row > td.ppb-sticky-cell,
.sprint-table .table-dark-row > td.ppb-sticky-cell {
  background-color: white;
}
.ppb-table .table-dark-row > td:first-child, .ppb-table .table-dark-row > td.ppb-first-cell,
.release-table .table-dark-row > td:first-child,
.release-table .table-dark-row > td.ppb-first-cell,
.sprint-table .table-dark-row > td:first-child,
.sprint-table .table-dark-row > td.ppb-first-cell {
  border-left-color: #4A4C52;
}
.ppb-table .table-secondary-row > td.ppb-sticky-cell,
.release-table .table-secondary-row > td.ppb-sticky-cell,
.sprint-table .table-secondary-row > td.ppb-sticky-cell {
  background-color: white;
}
.ppb-table .table-secondary-row > td:first-child, .ppb-table .table-secondary-row > td.ppb-first-cell,
.release-table .table-secondary-row > td:first-child,
.release-table .table-secondary-row > td.ppb-first-cell,
.sprint-table .table-secondary-row > td:first-child,
.sprint-table .table-secondary-row > td.ppb-first-cell {
  border-left-color: #ced4da;
}
.ppb-table .table-warning-row > td.ppb-sticky-cell,
.release-table .table-warning-row > td.ppb-sticky-cell,
.sprint-table .table-warning-row > td.ppb-sticky-cell {
  background-color: white;
}
.ppb-table .table-warning-row > td:first-child, .ppb-table .table-warning-row > td.ppb-first-cell,
.release-table .table-warning-row > td:first-child,
.release-table .table-warning-row > td.ppb-first-cell,
.sprint-table .table-warning-row > td:first-child,
.sprint-table .table-warning-row > td.ppb-first-cell {
  border-left-color: #ffc107;
}
.ppb-table .table-success-row > td.ppb-sticky-cell,
.release-table .table-success-row > td.ppb-sticky-cell,
.sprint-table .table-success-row > td.ppb-sticky-cell {
  background-color: white;
}
.ppb-table .table-success-row > td:first-child, .ppb-table .table-success-row > td.ppb-first-cell,
.release-table .table-success-row > td:first-child,
.release-table .table-success-row > td.ppb-first-cell,
.sprint-table .table-success-row > td:first-child,
.sprint-table .table-success-row > td.ppb-first-cell {
  border-left-color: #219653;
}
.ppb-table .table-info-row > td.ppb-sticky-cell,
.release-table .table-info-row > td.ppb-sticky-cell,
.sprint-table .table-info-row > td.ppb-sticky-cell {
  background-color: white;
}
.ppb-table .table-info-row > td:first-child, .ppb-table .table-info-row > td.ppb-first-cell,
.release-table .table-info-row > td:first-child,
.release-table .table-info-row > td.ppb-first-cell,
.sprint-table .table-info-row > td:first-child,
.sprint-table .table-info-row > td.ppb-first-cell {
  border-left-color: #3F00FF;
}
.ppb-table .table-danger-row > td.ppb-sticky-cell,
.release-table .table-danger-row > td.ppb-sticky-cell,
.sprint-table .table-danger-row > td.ppb-sticky-cell {
  background-color: white;
}
.ppb-table .table-danger-row > td:first-child, .ppb-table .table-danger-row > td.ppb-first-cell,
.release-table .table-danger-row > td:first-child,
.release-table .table-danger-row > td.ppb-first-cell,
.sprint-table .table-danger-row > td:first-child,
.sprint-table .table-danger-row > td.ppb-first-cell {
  border-left-color: #dc3545;
}
.ppb-table thead a > .fas, .ppb-table thead span > .fas,
.release-table thead a > .fas,
.release-table thead span > .fas,
.sprint-table thead a > .fas,
.sprint-table thead span > .fas {
  color: #fff;
  opacity: 0.5;
  margin-left: 6px;
}
.ppb-table thead th.active .sort .fas,
.release-table thead th.active .sort .fas,
.sprint-table thead th.active .sort .fas {
  opacity: 1;
}
.ppb-table .dt-rowReorder-moving .drag-handle,
.release-table .dt-rowReorder-moving .drag-handle,
.sprint-table .dt-rowReorder-moving .drag-handle {
  cursor: grabbing;
}
.ppb-table .drag-handle,
.release-table .drag-handle,
.sprint-table .drag-handle {
  cursor: grab;
  opacity: 0.5;
}
.ppb-table .drag-handle.disabled,
.release-table .drag-handle.disabled,
.sprint-table .drag-handle.disabled {
  opacity: 0.25;
  cursor: default;
}
.ppb-table .rating label,
.release-table .rating label,
.sprint-table .rating label {
  margin-bottom: 0;
}
.ppb-table .ppb-sticky-cell,
.release-table .ppb-sticky-cell,
.sprint-table .ppb-sticky-cell {
  position: sticky;
  right: 0;
  /*        z-index: 2;
  */
  text-align: center;
}

.table-borderless tbody {
  border-bottom: 1px solid #DEDEDE;
}

tr[class*=-row] + tr:not([class*=-row]) td,
tr[class*=-row] + tr:not([class*=-row]) th {
  border-top: 1px solid #F0F0F0;
}

tr[class*=-row] + tr[class*=-row] td {
  border-top: 1px solid #fff;
}

.applied-filters .fas, .advanced-applied-filters .fas {
  cursor: pointer;
}
.applied-filters .badge, .advanced-applied-filters .badge {
  margin: 0 0.25rem 0.25rem 0;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-weight: 400;
}

table.dataTable.ppb-table,
table.dataTable.release-table,
table.dataTable.sprint-table {
  margin-top: 0 !important;
}

.ppb-table th,
.ppb-table td,
.release-table th,
.release-table td,
.sprint-table th,
.sprint-table td {
  min-width: 4rem !important;
}

.DTFC_LeftWrapper > div {
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
  border-right: solid 2px rgba(0, 0, 0, 0.1);
}

/*th.DTCR_tableHeaderHover:hover {
    border-right: solid 2px #2a3e7b !important;
    background: #37529e;
}

th.DTCR_tableHeader:hover {
    background: #37529e;
}*/
/*Highlight a element */
@keyframes highlight {
  0% {
    background: #eee;
  }
  100% {
    background: none;
  }
}
.highlight {
  animation: highlight 1s;
}

.view-tickets-table.table {
  table-layout: fixed;
}
.view-tickets-table.table td, .view-tickets-table.table th {
  border-right: none;
}

.ppb-table-group.invisible ~ .modify-epic-column,
.ppb-table-group.invisible ~ .modify-wp-column,
.ppb-table-group.invisible ~ .modify-task-column {
  display: none;
}

/*.modify-epic-column, .modify-task-column, .modify-wp-column {
    top: -70px;
    position: absolute;
    right: 8px;
   // background: #415fba;

    &.fixed {
        position: fixed;
        top: 80px;
        z-index: 1000;
        right: 48px;
    }

    .dropdown-menu {
        box-shadow: $box-shadow;
        min-width: 24rem;
    }

    .form-check {
        margin: 4px 0;
    }

    hr {
        border-color: $gray-100;
    }*/
/*button {
        border-radius: 50%;
        height: 24px;
        width: 24px;
        padding: 0;
    }*/
/*}*/
.estimate-dot {
  margin-top: 2px;
  position: absolute;
  margin-left: 2px;
  background: green;
  border-radius: 50%;
  height: 4px;
  width: 4px;
}

.move-us-block .modify-epic-column.fixed {
  right: 65px;
}

.invitation-card {
  background-color: #EBF8EE;
  border: none;
  border-left: solid 4px #219653;
}
.invitation-card .invite-profile {
  height: 36px;
  width: 38px;
  background: #277bff;
  color: #fcfcfc;
  text-align: center;
  border-radius: 4px;
  margin-right: 16px;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 4px;
}
.invitation-card .card-body {
  padding: 1rem;
}
.invitation-card .invite-text {
  font-weight: 500;
  color: #292B33;
}

.notifications {
  width: 360px;
  height: 0px;
  opacity: 0;
  position: absolute;
  top: 63px;
  right: 62px;
  border-radius: 5px 0px 5px 5px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: auto;
}

.notification-header {
  padding: 16px;
  border-bottom: solid 1px #DEDEDE;
}
.notification-header .badge {
  padding: 6px 8px;
}

.notifications h2 {
  font-size: 14px;
}

.invitation-item-card {
  border: solid 1px #DEDEDE;
  cursor: pointer;
}
.invitation-item-card .card-body {
  padding: 1rem;
}
.invitation-item-card .invite-profile {
  height: 32px;
  width: 38px;
  background: #277bff;
  color: #fcfcfc;
  text-align: center;
  border-radius: 4px;
  margin-right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 6px;
}
.invitation-item-card .invite-contents .row {
  font-size: 0.75rem;
}
.invitation-item-card .invite-contents .row > div {
  margin-bottom: 8px;
}
.invitation-item-card .invite-text {
  font-weight: 500;
  color: #292B33;
}
.invitation-item-card.active {
  background-color: #F0F4FF;
  border: solid 1px #B7C9FF;
}
.invitation-item-card:hover {
  border-color: #3477DB;
  box-shadow: 0 0 0 0.125rem rgba(0, 65, 255, 0.25);
}
.invitation-item-card .notification-status {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  float: right;
  background-color: #CCCCCC;
  cursor: pointer;
}
.invitation-item-card .notification-status.unread {
  background-color: #2C6DEE;
}
.invitation-item-card .notification-status:hover {
  border-color: #3477DB;
  box-shadow: 0 0 0 0.125rem rgba(0, 65, 255, 0.25);
}

.switch-account-block .po-char-profile {
  height: 36px;
  width: 36px;
  padding-top: 9px;
  font-size: 14px;
  margin-right: 12px;
}
.switch-account-block .po-profile {
  height: 36px;
  width: 36px;
  margin-right: 12px;
}
.switch-account-block .card {
  border: none;
}

.advanced-filter-crop {
  height: 120px;
  overflow: auto;
}

.select-workspace-block .list-group-item {
  padding: 1rem;
  border: none;
}
.select-workspace-block h2 {
  border-radius: 0.25rem 0.25rem 0 0;
}

.workspace-section {
  padding: 0px 1rem;
  /*    border: solid 1px #eee;
  */
  border-radius: 0.5rem;
  background: #fafafa;
}
.workspace-section div[data-toggle=collapse] {
  cursor: pointer;
  padding: 1rem 0;
}

.select-workspace-card {
  padding: 16px;
  border-radius: 8px;
  display: block;
  box-shadow: 0 0 4px #eee;
  background: #fff;
  color: #333;
  margin-bottom: 16px;
  border: solid 1px #eee;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.2s;
}
.select-workspace-card .select-workspace-char-profile {
  height: 44px;
  width: 44px;
  min-width: 44px;
  background: #607d8b;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
}
.select-workspace-card .select-workspace-profile {
  height: 44px;
  min-width: 44px;
  width: 44px;
  text-align: center;
  background-color: #fff;
}
.select-workspace-card .select-workspace-profile img {
  border-radius: 8px;
  height: 44px;
  width: 44px;
}
.select-workspace-card .select-workspace-name {
  font-size: 1rem;
  font-weight: 500;
}
.select-workspace-card .select-workspace-type {
  color: #68696E;
}
.select-workspace-card:not(.disabled):hover {
  border-color: rgba(44, 109, 238, 0.4);
  box-shadow: 0 0 0 0.125rem rgba(0, 65, 255, 0.25);
  background: rgba(0, 65, 255, 0.04);
}
.select-workspace-card:not(.disabled).active {
  border-color: rgba(44, 109, 238, 0.4);
  background: rgba(0, 65, 255, 0.04);
}
.select-workspace-card.disabled {
  box-shadow: none;
  background: #f5f5f5;
  cursor: default;
}
.select-workspace-card.disabled .select-workspace-char-profile,
.select-workspace-card.disabled .select-workspace-profile,
.select-workspace-card.disabled .select-workspace-name,
.select-workspace-card.disabled .select-workspace-type {
  opacity: 0.6;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  left: 20px !important;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 0 !important;
  margin-left: 24px !important;
}
.bootstrap-select.show-tick .dropdown-menu li a .fa-exclamation-circle ~ span.text,
.bootstrap-select.show-tick .dropdown-menu li a .fa-sync-alt ~ span.text {
  margin-left: 12px !important;
}
.bootstrap-select .bs-ok-default:after {
  border-width: 0 0.1875em 0.1875em 0 !important;
  width: 0.4em !important;
  height: 0.8em !important;
}
.bootstrap-select .dropdown-menu li a.opt {
  padding-left: 1rem !important;
}
.bootstrap-select .dropdown-header {
  font-size: 0.875rem;
}

.move-us-block {
  border: solid 1px #DEDEDE;
  background: #fff;
  /*    background: #f5f5f5;
  */
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.scrumboard-header div[class^=col-] {
  padding: 12px;
  font-weight: 500;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  align-items: center;
}

.scrum-board-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0;
}

.scrum-board-table thead tr th {
  position: sticky;
  top: 38px;
  z-index: 10;
  padding: 8px 12px 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  border: solid 1px #DEDEDE;
  background: #fff;
}
.scrum-board-table thead tr th[data-id=ToDo] {
  background-color: #fcecc6;
}
.scrum-board-table thead tr th[data-id=InProgress] {
  background-color: #c0d0ff;
}
.scrum-board-table thead tr th[data-id=Testing] {
  background-color: #bee5ea;
}
.scrum-board-table thead tr th[data-id=Completed] {
  background-color: #bfeacd;
}
.scrum-board-table thead tr:first-child th {
  top: 0;
}
.scrum-board-table thead tr:first-child th:first-child {
  position: sticky;
  left: 0;
  z-index: 11;
}
.scrum-board-table tbody tr {
  /*td:first-child {
      position: sticky;
      left: 0;
      top: 75px;
      z-index: 10;
      background: $white;
  }*/
}
.scrum-board-table tbody tr td {
  padding: 12px;
  /*            min-width: 240px;
  */
  border: solid 1px #DEDEDE;
  vertical-align: top;
  /*            height: 120px;
  */
}
/*.scrum-board-action-block {
    padding: 0.75rem;
    border-radius: 0.5rem;

    i {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
}*/
.user-story-help {
  margin-top: 1.5rem;
}
.user-story-help .accordion {
  margin-bottom: 0.75rem;
}
.user-story-help .accordion .card {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.user-story-help .accordion .card .card-header {
  background: #fff;
  padding: 1rem;
  cursor: pointer;
  font-weight: 500;
}
.user-story-help .accordion .card .card-body {
  background: #fff;
  padding: 0.75rem 1rem;
  text-align: left;
}

.scrumboard-body .wp-escalated-block {
  overflow: hidden;
}
.scrumboard-body .wp-escalated-header[data-toggle=collapse] {
  cursor: pointer;
}
.scrumboard-body .wp-escalated-header[data-toggle=collapse] i {
  transform: rotate(180deg);
}
.scrumboard-body .wp-escalated-header[data-toggle=collapse].collapsed i {
  transform: rotate(0deg);
}
.scrumboard-body .assignee-users {
  position: relative;
  white-space: nowrap;
}
.scrumboard-body .assignee-users .po {
  width: 100%;
}
.scrumboard-body .assignee-users:hover .po ~ .unassign-task-link-myself {
  display: inline;
}
.scrumboard-body .assignee-users .edit.edit-assignee-link {
  display: none;
  border-radius: 32px;
  margin-left: 8px;
  position: absolute;
  top: 0;
  left: -8px;
  box-shadow: 0px 0px 4px 4px white;
}
.scrumboard-body .assignee-users .edit.edit-assignee-link:not(:hover) {
  background: #fff;
}
.scrumboard-body .assignee-users .edit.edit-assignee-link.open {
  display: inline;
  opacity: 0;
}
.scrumboard-body .assignee-users:hover .po ~ .edit.edit-assignee-link {
  display: inline;
}
.scrumboard-body .assignee-users:hover .po ~ .po ~ .edit.edit-assignee-link,
.scrumboard-body .assignee-users .po ~ .po ~ .open.edit.edit-assignee-link {
  left: calc(50% - 4px);
}
.scrumboard-body .assignee-users .unassign-task-link-myself {
  display: none;
  border-radius: 32px;
  margin-left: 8px;
  position: absolute;
  top: 0;
  left: -8px;
  box-shadow: 0px 0px 4px 4px white;
  /*                & + .edit.task-assignee-link {
      right: 32px;
  }*/
}
.scrumboard-body .assignee-users .unassign-task-link-myself:not(:hover) {
  background: #fff;
}
.scrumboard-body .assignee-users .unassign-task-link-myself:disabled {
  display: inline;
}
.scrumboard-body .assignee-users .btn-circle {
  width: 28px;
  height: 28px;
  padding: 4px 0;
}
.scrumboard-body .card {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0.5rem;
  border-top: solid 2px #68696E;
}
.scrumboard-body .card .card-drag-handle {
  opacity: 0.25;
  position: absolute;
  top: 12px;
  left: 8px;
}
.scrumboard-body .card .card-title {
  padding-right: 1rem;
}
.scrumboard-body .card.c-forward:hover .card-drag-handle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #292B33;
  font-weight: 900;
  position: absolute;
  right: -7px;
  top: 2px;
  font-size: 10px;
}
.scrumboard-body .card.c-backward:hover .card-drag-handle::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d9";
  color: #292B33;
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 2px;
  font-size: 10px;
}
.scrumboard-body .card.c-forward, .scrumboard-body .card.c-backward {
  cursor: grab;
  /*&.sortable-chosen {
      cursor: grabbing !important;

      .card-drag-handle {
          cursor: grabbing;
      }
  }*/
}
.scrumboard-body .card.c-forward.sb-card-warning:hover, .scrumboard-body .card.c-backward.sb-card-warning:hover {
  border-color: #ffc107;
  outline: 0;
  box-shadow: 0 0 0.5rem rgba(255, 193, 7, 0.2);
}
.scrumboard-body .card.c-forward.sb-card-info:hover, .scrumboard-body .card.c-backward.sb-card-info:hover {
  border-color: #3F00FF;
  outline: 0;
  box-shadow: 0 0 0.5rem rgba(63, 0, 255, 0.2);
}
.scrumboard-body .card.c-forward.sb-card-primary:hover, .scrumboard-body .card.c-backward.sb-card-primary:hover {
  border-color: #2C6DEE;
  outline: 0;
  box-shadow: 0 0 0.5rem rgba(44, 109, 238, 0.2);
}
.scrumboard-body .card.c-forward.sb-card-success:hover, .scrumboard-body .card.c-backward.sb-card-success:hover {
  border-color: #219653;
  outline: 0;
  box-shadow: 0 0 0.5rem rgba(33, 150, 83, 0.2);
}
.scrumboard-body .card.c-forward .card-drag-handle, .scrumboard-body .card.c-backward .card-drag-handle {
  cursor: grab;
  opacity: 0.5;
}
.scrumboard-body .card.c-forward:hover .card-drag-handle, .scrumboard-body .card.c-backward:hover .card-drag-handle {
  opacity: 0.75;
}
.scrumboard-body .card .btn-group .btn {
  color: #68696E;
  /*            font-weight: $font-weight-bold;
  */
  padding: 8px 4px;
}
.scrumboard-body .card .btn-group .btn i:not(.fa-ellipsis-h) {
  color: #adb5bd;
  margin-right: 4px;
}
.scrumboard-body .card .btn-group .btn:hover {
  background-color: #F0F0F0;
}
.scrumboard-body .card > .btn-group {
  border-top: solid 1px #DEDEDE;
}
.scrumboard-body .card .dropdown-toggle::after {
  display: none;
}
.scrumboard-body .card .badge-secondary {
  color: #4A4C52;
  background-color: #DEDEDE;
}
.scrumboard-body .sb-card-warning {
  border-top-color: #ffc107;
}
.scrumboard-body .sb-card-primary {
  border-top-color: #2C6DEE;
}
.scrumboard-body .sb-card-info {
  border-top-color: #3F00FF;
}
.scrumboard-body .sb-card-success {
  border-top-color: #219653;
}

.scrumboard-block {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrumboard-scroller {
  overflow-x: auto;
  width: 100%;
  height: 8px;
  position: sticky;
  bottom: 4px;
  z-index: 12;
}
.scrumboard-scroller .scrumboard-scroller-content {
  width: 100%;
  height: 1px;
}

.assign-popover {
  max-width: none;
  min-width: 360px;
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  z-index: 12;
}

.select-sprint-popover {
  min-width: 240px;
  border: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  z-index: 12;
}

.countdown {
  position: relative;
  margin: auto;
  height: 16px;
  width: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.countdown svg {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 16px;
  height: 16px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.countdown svg circle {
  stroke-dasharray: 57px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  fill: none;
  animation: countdown 5s linear reverse;
}
.countdown.text-success svg circle {
  stroke: #0e7d22;
}
.countdown.text-danger svg circle {
  stroke: #880d0d;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 57px;
  }
}
.scrumboard-body .add-task {
  display: none;
}
.scrumboard-body .p-can-add-task .add-task {
  display: block;
}

.release-table .row-toggle i {
  transition: transform ease 0.2s;
}

.release-table .active .row-toggle i {
  transform: rotate(180deg);
}

.release-table .epic-toggle i {
  transition: transform ease 0.2s;
}

.release-table .collapsed .epic-toggle i {
  transform: rotate(180deg);
}

.release-table > tbody > .release-details-row > td {
  border-top: none !important;
}

.release-details-row td {
  padding: 0;
}

.release-epics-block {
  border: solid 1px;
  border-radius: 4px;
  background: #fff;
  margin: 0 0.75rem 0.75rem;
}

.release-epic {
  border-top: solid 1px #ddd;
  padding: 0.5rem 1rem;
}
.release-epic:first-child {
  border-top: none;
}

.release-epic-details {
  margin: 0 1rem;
}
.release-epic-details .card {
  border: #eeeeee solid 1px;
  /*background-color: #fafafa;*/
  margin-bottom: 1rem;
}

.table-primary-row .release-epics-block {
  border-color: rgba(44, 109, 238, 0.2);
}
.table-primary-row .release-epic {
  border-top-color: rgba(44, 109, 238, 0.2);
  border-bottom: 1.5px solid;
  border-bottom-color: rgba(44, 109, 238, 0.2);
}

.table-dark-row .release-epics-block {
  border-color: rgba(74, 76, 82, 0.2);
}
.table-dark-row .release-epic {
  border-top-color: rgba(74, 76, 82, 0.2);
}

.table-warning-row .release-epics-block {
  border-color: rgba(255, 193, 7, 0.3);
}
.table-warning-row .release-epic {
  border-top-color: rgba(255, 193, 7, 0.3);
}

.table-success-row .release-epics-block {
  border-color: rgba(33, 150, 83, 0.2);
}
.table-success-row .release-epic {
  border-top-color: rgba(33, 150, 83, 0.2);
}

.table-danger-row .release-epics-block {
  border-color: rgba(220, 53, 69, 0.2);
}
.table-danger-row .release-epic {
  border-top-color: rgba(220, 53, 69, 0.2);
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.card-highlight:hover {
  background-color: #E8E8E8;
}

.or-separator-block {
  text-align: center;
  position: relative;
}
.or-separator-block .or-separator {
  border-top: dashed 1px rgba(44, 109, 238, 0.4);
}
.or-separator-block span {
  background: #fff;
  position: absolute;
  padding: 0 1rem;
  font-weight: 500;
  color: #2C6DEE;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#clone-project.is-invalid + .form-control {
  border-color: #dc3545;
  padding-right: calc(1.4em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.25rem) center;
  background-size: calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}

.clone-type-block {
  margin-top: 0.5rem;
}
.clone-type-block h3 {
  margin-bottom: 1rem;
}
.clone-type-block .custom-control {
  padding-left: 1.5rem;
}
.clone-type-block .custom-control .custom-control-label {
  background: #F0F0F0;
  padding: 1rem;
  margin-left: -1.5rem;
  display: block;
  padding-left: 3.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.clone-type-block .custom-control .custom-control-label::before {
  top: 1.6125rem;
  left: 1.5rem;
}
.clone-type-block .custom-control .custom-control-label::after {
  top: 1.6125rem;
  left: 1.5rem;
}
.clone-type-block .custom-control .custom-control-input:checked ~ .custom-control-label {
  background: rgba(44, 109, 238, 0.1);
}
.clone-type-block .custom-control .custom-control-input:checked ~ .custom-control-label .lead {
  color: #2C6DEE;
}
.clone-type-block .custom-control .custom-control-input:disabled ~ .custom-control-label {
  cursor: default;
}

.clone-artifacts-block {
  margin-top: 2rem;
}
.clone-artifacts-block .accordion {
  margin-bottom: 0.125rem;
}
.clone-artifacts-block .accordion .card {
  border: none;
}
.clone-artifacts-block .accordion .card .card-header {
  background: #F0F0F0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  /*&:not(.collapsed) {
      background: rgba($blue, 0.1);
      border-color: rgba($blue, 0.1);
  }*/
}
.clone-artifacts-block .accordion .card .card-body {
  border: #F0F0F0 2px solid;
  padding-left: 3.125rem;
  /*&:not(.collapsed) {
      border-color: rgba($blue, 0.1);
  }*/
}
.clone-artifacts-block .accordion .card a.collapsed .rotate-icon {
  transform: rotate(0deg);
}
.clone-artifacts-block .accordion .card a:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.clone-artifacts-block h3 {
  margin-bottom: 1rem;
}
.clone-artifacts-block .custom-control {
  /*.custom-control-input:checked ~ .custom-control-label {
      background: rgba($blue, 0.1);

      .lead {
          color: $blue;
      }
  }*/
}
.clone-artifacts-block .custom-control .custom-control-label {
  /*background: $gray-100;
  padding: 1rem;
  margin-left: -1.5rem;
  display: block;
  padding-left: 3rem;
  border-radius: $border-radius;
  cursor: pointer;*/
}
.clone-artifacts-block .custom-control .custom-control-label::before {
  top: 0.125rem;
}
.clone-artifacts-block .custom-control .custom-control-label::after {
  top: 0.125rem;
}

.select-artifacts-block {
  margin-top: 2rem;
}
.select-artifacts-block .ppb-table-block {
  max-height: 480px;
  overflow: auto;
}
.select-artifacts-block tr.clone-epic-row > td {
  background-color: rgba(44, 109, 238, 0.04);
}
.select-artifacts-block tr.clone-us-row > td {
  background-color: rgba(44, 109, 238, 0.08);
}
.select-artifacts-block tr.clone-us-row > td.blank-cell {
  background-color: rgba(44, 109, 238, 0.04);
}
.select-artifacts-block tr.clone-task-row > td {
  background-color: rgba(44, 109, 238, 0.12);
}
.select-artifacts-block tr.clone-task-row > td.blank-cell {
  background-color: rgba(44, 109, 238, 0.04);
}
.select-artifacts-block tr.clone-task-row > td.blank-cell + .blank-cell {
  background-color: rgba(44, 109, 238, 0.08);
}
.select-artifacts-block tr.clone-epic-row.active i,
.select-artifacts-block tr.clone-us-row.active i {
  transform: rotate(180deg);
}
.select-artifacts-block td.blank-cell {
  border: none !important;
}
.select-artifacts-block .clone-expand-rows {
  cursor: pointer;
}

.dp-block {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 95px;
  width: 95px;
  margin: auto;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(109, 109, 109, 0.25);
}

.dp-dropdown {
  margin-top: 0;
  margin-right: 8px;
  float: right;
}
.dp-dropdown > a {
  width: 24px;
  height: 24px;
  padding: 2px 0;
}

.user-char-profile-pic {
  text-align: center;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  padding-top: 16px;
  font-weight: 500;
  font-size: 48px;
}

.user-profile-invitecard {
  text-align: center;
  height: 125px;
  width: 125px;
  border-radius: 50%;
  padding-top: 15px;
  font-weight: 500;
  font-size: 71px;
}

/* History tab */
.history-block {
  /*        padding-left: 32px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2' viewBox='0 0 2 2'%3E%3Cg fill='%23b3b3b6' stroke='%23b3b3b6' stroke-width='1'%3E%3Ccircle cx='1' cy='1' r='1' stroke='none'/%3E%3Ccircle cx='1' cy='1' r='0.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
          background-repeat: repeat-y;
          background-size: 2px 8px;
          background-position: 7px 3px;*/
}

.history {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #eee;
  /*    &::before {
      content: "";
      height: 0.625rem;
      width: 0.625rem;
      position: absolute;
      background: $gray-600;
      border-radius: 8px;
      margin-left: -29px;
      margin-top: 10px;
  }*/
}
.history.unread::before {
  height: 1rem;
  width: 1rem;
  background: #2C6DEE;
  margin-left: -32px;
  margin-top: 4px;
}
.history .history-link {
  color: #292B33;
  height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.history .history-link .artifact-icon-16 {
  height: 1rem;
  margin: 0.25rem 0.375rem 0.25rem 0;
}
.history .history-link:hover {
  color: #2C6DEE;
}
.history .history-po .po-profile {
  height: 1.5rem;
  width: 1.5rem;
}
.history .history-po .po-char-profile {
  height: 1.5rem;
  width: 1.5rem;
  padding-top: 0.3rem;
  font-size: 0.625rem;
  padding-right: 2px;
  min-width: 1.5rem;
}
.history .history-po .po-title {
  /*            margin-left: 0.375rem;
  */
  padding-right: 0;
  /*            color: $gray-900;
  */
}
.history .history-head {
  padding-right: 120px;
  position: relative;
  padding-left: 40px;
}
.history .history-head .history-po:first-child {
  margin-left: -40px;
}
.history .history-head .history-po:first-child .po-profile {
  height: 2rem;
  width: 2rem;
}
.history .history-head .history-po:first-child .po-char-profile {
  height: 2rem;
  width: 2rem;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  min-width: 2rem;
}
.history .history-head .artifact-icon-32:first-child {
  margin-left: -40px;
}
.history .history-time {
  font-size: 0.75rem;
  color: #68696E;
  position: absolute;
  right: 0;
  top: 4px;
}
.history .history-body {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}
.history .history-body .history-body-arrow {
  margin: 0 0.5rem;
  color: #68696E;
  font-size: 0.75rem;
}
.history .history-body .rating label {
  margin-bottom: 0;
}
.history .history-body .history-body-boxed {
  border-radius: 0.5rem;
  border: 1px solid #DEDEDE;
  padding: 0.25rem 0.5rem;
}
.history .history-body .history-body-comment {
  border-radius: 0.5rem;
  padding: 0.75rem;
  position: relative;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  display: inline-block;
  min-width: 240px;
  background: #fff;
  word-wrap: break-word;
  min-width: 10rem;
  max-width: 100%;
}
.history .history-body::after, .history .history-body::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.history .history-body::before {
  top: -8px;
  border-bottom-color: #F0F0F0;
}
.history .history-body::after {
  top: -6px;
  border-bottom-color: #fff;
}
.history .history-body p:last-child {
  margin-bottom: 0;
}
.history .history-body p + .history-body-comment-attachments {
  margin-top: -16px;
}

.popover-po {
  align-items: start;
  display: flex;
  white-space: nowrap;
  padding: 0.125rem 0;
}
.popover-po .popover-po-profile {
  height: 3rem;
  width: 3rem;
  margin-right: 0.75rem;
  border-radius: 50%;
}
.popover-po .popover-po-char-profile {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  padding-top: 0.75rem;
  margin-right: 0.75rem;
  font-size: 1.125rem;
  min-width: 3rem;
  text-align: center;
}
.popover-po .popover-po-title {
  padding-right: 0.5rem;
  color: #292B33;
}

/* Trash restore */
.restore-project,
.restore-epic,
.restore-user-story,
.restore-project-inline,
.restore-epic-inline,
.restore-user-story-inline,
.restore-project-row,
.restore-epic-row,
.restore-user-story-row {
  display: none;
}

#restore-item.restore-item-project .restore-project {
  display: block;
}
#restore-item.restore-item-project .restore-project-inline {
  display: inline;
}
#restore-item.restore-item-project .restore-project-row {
  display: table-row;
}
#restore-item.restore-item-epic .restore-epic {
  display: block;
}
#restore-item.restore-item-epic .restore-epic-inline {
  display: inline;
}
#restore-item.restore-item-epic .restore-epic-row {
  display: table-row;
}
#restore-item.restore-item-user-story .restore-user-story {
  display: block;
}
#restore-item.restore-item-user-story .restore-user-story-inline {
  display: inline;
}
#restore-item.restore-item-user-story .restore-user-story-row {
  display: table-row;
}

/* Trash delete */
.delete-portfolio,
.delete-program,
.delete-project,
.delete-epic,
.delete-user-story,
.delete-portfolio-inline,
.delete-program-inline,
.delete-project-inline,
.delete-epic-inline,
.delete-user-story-inline,
.delete-portfolio-row,
.delete-program-row,
.delete-project-row,
.delete-epic-row,
.delete-user-story-row {
  display: none;
}

#delete-item.delete-item-portfolio .delete-portfolio {
  display: block;
}
#delete-item.delete-item-portfolio .delete-portfolio-inline {
  display: inline;
}
#delete-item.delete-item-portfolio .delete-portfolio-row {
  display: table-row;
}
#delete-item.delete-item-program .delete-program {
  display: block;
}
#delete-item.delete-item-program .delete-program-inline {
  display: inline;
}
#delete-item.delete-item-program .delete-program-row {
  display: table-row;
}
#delete-item.delete-item-project .delete-project {
  display: block;
}
#delete-item.delete-item-project .delete-project-inline {
  display: inline;
}
#delete-item.delete-item-project .delete-project-row {
  display: table-row;
}
#delete-item.delete-item-epic .delete-epic {
  display: block;
}
#delete-item.delete-item-epic .delete-epic-inline {
  display: inline;
}
#delete-item.delete-item-epic .delete-epic-row {
  display: table-row;
}
#delete-item.delete-item-user-story .delete-user-story {
  display: block;
}
#delete-item.delete-item-user-story .delete-user-story-inline {
  display: inline;
}
#delete-item.delete-item-user-story .delete-user-story-row {
  display: table-row;
}

/* Reports */
.report-standby {
  margin: 16px 0;
  padding: 64px 16px;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #eee;
}

.report-loading {
  margin: 16px 0;
  padding: 64px 16px;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #eee;
}

.report-canvas {
  margin: 16px 0;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #eee;
  max-width: 1200px;
}

/* Reports */
.storage-report-standby {
  margin: 16px 0;
  padding: 64px 16px;
  text-align: center;
  border-radius: 4px;
  background: #f2f2f2;
}

.storage-report-loading {
  margin: 16px 0;
  padding: 64px 16px;
  text-align: center;
  border-radius: 4px;
  background: #f2f2f2;
  max-height: 160px;
}

.storage-report-error {
  margin: 16px 0;
  padding: 24px 16px;
  text-align: center;
  border-radius: 4px;
  background: #f2f2f2;
  max-height: 160px;
}

.storage-report-canvas {
  margin: 16px 0;
  padding: 16px;
  /*    text-align: center;
  */
  border-radius: 4px;
  border: solid 1px #eee;
  max-width: 1200px;
}

.project-storage-report-standby,
.project-storage-report-empty {
  margin: 16px 0;
  padding: 64px 16px;
  text-align: center;
  border-radius: 4px;
  background: #f2f2f2;
}

.project-storage-report-loading {
  margin: 16px 0;
  padding: 64px 16px;
  text-align: center;
  border-radius: 4px;
  background: #f2f2f2;
}

.project-storage-report-canvas {
  margin: 16px 0;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #eee;
  max-width: 1200px;
}

/* Notification activity and invites */
.nav-tabs-notifications .bell-dot {
  border: 2px solid white;
  background: #219653;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.nav-tabs-notifications .bell-dot[data-manual-count="0"] {
  display: none;
}

.notificaion-activity {
  border: none;
  margin-bottom: 1rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.notificaion-activity.unread .card-header {
  border-left: solid 4px #2b42ff;
  background: rgba(43, 66, 255, 0.04);
}
.notificaion-activity .card-header {
  border: none;
  background: none;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  border-left: solid 4px #adb5bd;
  transition: all 400ms;
}
.notificaion-activity .card-header .notification-activity-breadcrumbs {
  color: #68696E;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.notificaion-activity .card-header .notification-activity-breadcrumbs .fas.fa-chevron-right {
  font-size: 0.625rem;
  color: #adb5bd;
}
.notificaion-activity .card-header .notification-activity-artificats {
  margin-bottom: 0;
}
.notificaion-activity .card-header .notification-activity-visiblity-toggle {
  position: absolute;
  right: 0;
  top: 6px;
}
.notificaion-activity .card-header .history-block:not(:empty) {
  padding-left: 0;
  background: none;
}
.notificaion-activity .card-header .history-block:not(:empty) .history {
  margin-top: 1rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.notificaion-activity .card-header .history-block:not(:empty) .history::before {
  display: none;
}
.notificaion-activity .history-block:not(:empty) {
  margin-left: 0;
}
.notificaion-activity .history-block:not(:empty) .history {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.notificaion-activity .card-body {
  padding: 1rem 1.75rem;
}
.notificaion-activity .card-body .history-block:not(:empty) .history:first-child {
  margin-top: 0;
}

/* Notification invite */
.notificaion-invite {
  margin-bottom: 1rem;
  border: none;
  border-left: solid 4px #adb5bd;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  /*.invite-po {
      .po-profile {
          height: 1.5rem;
          width: 1.5rem;
          margin-right: 0.375rem;
      }

      .po-char-profile {
          height: 1.5rem;
          width: 1.5rem;
          padding-top: 0.375rem;
          margin-right: 0.5rem;
          font-size: 0.625rem;
          padding-right: 2px;
          min-width: 1.5rem;
      }

      .po-title {
          padding-right: 0.5rem;
          color: $gray-900;
      }
  }*/
}
.notificaion-invite.unread {
  border-left: solid 4px #2b42ff;
  background: rgba(43, 66, 255, 0.04);
}
.notificaion-invite .flex-wrap {
  margin-top: 2px;
}
.notificaion-invite .card-body {
  padding: 1rem;
}
.notificaion-invite .invite-link {
  background: #F0F0F0;
  border-radius: 24px;
  color: #292B33;
  height: 24px;
}
.notificaion-invite .invite-link .artifact-icon-16 {
  height: 1rem;
  margin: 0.25rem 0.375rem 0.25rem 0;
  border-radius: 0.5rem;
}
.notificaion-invite .invite-link:hover {
  background: #DEDEDE;
}
.notificaion-invite .invite-time {
  font-size: 0.75rem;
  margin-left: 0.75rem;
  color: #68696E;
  padding-right: 0.5rem;
}
.notificaion-invite .invite-body {
  margin-left: 2.25rem;
  margin-top: 0.5rem;
}

.dashboard-welcome-block {
  background: #2C6DEE url(/images/backgrounds/welcome-bg-blue.jpg) no-repeat top center;
  background-size: cover;
}

.dashboard-projects-section h2 .drag-handle1,
.dashboard-my-works-section h2 .drag-handle1,
.dashboard-messages-section h2 .drag-handle1 {
  visibility: hidden;
  margin-left: -0.9375rem;
  color: #adb5bd;
  cursor: grab;
  padding-right: 0.375rem;
  margin-top: -2px;
  vertical-align: middle;
  font-size: 0.875rem;
}
.dashboard-projects-section h2 .drag-handle1:hover,
.dashboard-my-works-section h2 .drag-handle1:hover,
.dashboard-messages-section h2 .drag-handle1:hover {
  color: #4A4C52;
}
.dashboard-projects-section h2:hover .drag-handle1,
.dashboard-my-works-section h2:hover .drag-handle1,
.dashboard-messages-section h2:hover .drag-handle1 {
  visibility: visible;
}

.dashboard-projects-section .project-thumb-group, .dashboard-projects-section .table-responsive {
  overflow: auto;
  max-height: 50vh;
}
@media (max-height: 640px) {
  .dashboard-projects-section .project-thumb-group, .dashboard-projects-section .table-responsive {
    overflow: auto;
    max-height: 480px;
  }
}

#dashboard-my-works-tab-content .tab-pane > div {
  border-bottom: solid 1px #F0F0F0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(250, 250, 250) 100%);
}
#dashboard-my-works-tab-content .tab-pane > div:last-child {
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}
#dashboard-my-works-tab-content .tab-pane .drag-handle {
  visibility: hidden;
  margin-left: -0.9375rem;
  color: #adb5bd;
  cursor: grab;
  padding-right: 0.375rem;
}
#dashboard-my-works-tab-content .tab-pane .drag-handle:hover {
  color: #4A4C52;
}
#dashboard-my-works-tab-content .tab-pane .my-works-section .display-type-link {
  display: none;
}
#dashboard-my-works-tab-content .tab-pane .my-works-section.expanded .display-type-link {
  display: block;
}
#dashboard-my-works-tab-content .tab-pane .my-works-section:hover .drag-handle {
  visibility: visible;
}

.dashboard-section {
  min-height: 8rem;
}
.dashboard-section .dashboard-section-ribbon {
  font-weight: 500;
  background: #EFF6FF;
  border-radius: 0 16px 0 0;
  display: inline-flex;
  justify-content: center;
  padding: 4px 16px 4px 12px;
  margin: 16px 0 0;
  font-size: 14px;
}
.dashboard-section .dashboard-section-ribbon img {
  filter: invert(36%) sepia(46%) saturate(4768%) hue-rotate(211deg) brightness(97%) contrast(93%);
  vertical-align: top;
  margin-right: 2px;
  margin-top: 4px;
}
.dashboard-section .card {
  box-shadow: 0 0 4px #eee;
  border: solid 1px #eee;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.dashboard-section .card .dashboard-section-ribbon {
  border-radius: 0 16px 16px 0;
  margin: 0;
}
.dashboard-section .card .project-artifact-stats {
  margin-bottom: 1rem;
  padding: 0;
  text-align: center;
  overflow: hidden;
  height: 72px;
  border: solid 1px #F0F0F0;
  border-radius: 0.5rem;
  transition: all 0.25s;
}
.dashboard-section .card .project-artifact-stats a {
  transition: margin-top 0.3s;
  margin-top: -2rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.dashboard-section .card .project-artifact-stats .project-artifact-stats-title {
  transition: margin 0.3s;
  font-size: 1rem;
  font-weight: 500;
  color: #292B33;
  margin-top: 8px;
  display: block;
}
.dashboard-section .card:hover {
  border-color: rgba(44, 109, 238, 0.4);
  box-shadow: 0 0 0 0.125rem rgba(0, 65, 255, 0.25);
  background: rgba(0, 65, 255, 0.04);
}
.dashboard-section .card:hover .project-artifact-stats {
  border-color: transparent;
  background: rgba(0, 65, 255, 0.04);
  height: 84px;
  margin-bottom: 0.25rem;
}
.dashboard-section .card:hover .project-artifact-stats a {
  margin-top: 0.5rem;
}
.dashboard-section .card:hover .project-artifact-stats .project-artifact-stats-title {
  margin-top: 0;
  margin-bottom: -4px;
}
.dashboard-section .card .card-footer {
  border-top: solid 1px #F0F0F0;
  padding: 0.75rem 1rem;
  background: transparent;
}

/* Project thumbs */
.project-thumb-group {
  background: #fafafa;
  border-radius: 0 0 1rem 1rem;
}

.project-thumb {
  /*.card {
      border: none;
      box-shadow: $box-shadow;
  }*/
  /*    .po-profile {
      height: 1.5rem;
      width: 1.5rem;
      margin-right: -2px;
  }

  .po-char-profile {
      height: 1.5rem;
      width: 1.5rem;
      padding-top: 0.375rem;
      font-size: 0.625rem;
      min-width: 1.5rem;
      margin-right: -2px;
  }*/
}
.project-thumb a {
  display: block;
}
.project-thumb a span {
  color: #68696E;
}
.project-thumb .btn-link {
  color: #68696E;
}
.project-thumb .card-body {
  padding: 1rem;
}
.project-thumb .project-dash-profile {
  background: #607d8b;
  color: #fff;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 8px;
  padding-top: 0.5rem;
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  min-width: 2.5rem;
}
.project-thumb td .project-dash-profile {
  background: #607d8b;
  color: #fff;
  text-align: center;
  height: 2rem;
  width: 2rem;
  border-radius: 4px;
  padding-top: 0.375rem;
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  min-width: 2rem;
}

.billing-cycle-group .btn-light {
  background-color: #fff;
  z-index: 1;
}
.billing-cycle-group .btn-light:hover:not(:disabled) {
  background-color: #F0F0F0;
}
.billing-cycle-group .btn-success {
  pointer-events: none;
  z-index: 2;
  border-radius: 4px !important;
}

.pricing {
  margin-top: 10px;
}
.pricing .ribbon {
  /*width: 10.25rem;
  height: 3.5rem;
  font-size: 0.75rem;
  text-align: center;
  color: $white;
  font-weight: bold;*/
  /* box-shadow: 0 0 0.5rem rgb(0 0 0 / 20%); */
  /*background: $blue;
  transform: rotate(45deg);
  position: absolute;
  right: -4rem;
  top: -0.5rem;
  padding-top: 1rem;*/
  width: 14rem;
  height: 2.5rem;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #2C6DEE;
  position: relative;
  top: -2.5rem;
  padding-top: 1.2rem;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
}
.pricing .card {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.pricing .card[data-plan-type=professional] {
  /*margin-top: -1rem;*/
  padding-top: 1rem;
  /*border-radius: 4px 4px 0 0;*/
  z-index: 1;
}
.pricing .card .pricing-text {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  min-height: 2.5rem;
}
.pricing .card ul li {
  margin: 8px 0;
}
.pricing .card:hover {
  box-shadow: 0 0 0.5rem #2C6DEE;
  z-index: 2;
}
.pricing .card:hover h2 {
  color: #2C6DEE;
}

.pp-body {
  padding: 16px 9px;
}

.pp-card {
  width: 5rem;
}

.flip-card {
  /*width: 4rem;*/
}
.flip-card a {
  color: #fff;
  position: absolute;
  width: 4rem;
  text-align: center;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  height: 100px;
  padding-top: 38px;
  border-radius: 4px;
}
.flip-card:hover {
  /*        opacity: 0.8;
  cursor: pointer;
  cursor: pointer;*/
}
.flip-card:hover a {
  display: block;
}
.flip-card .flip-card-inner {
  position: relative;
  width: 80px;
  height: 120px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card.my-flip-card .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card .flip-card-front, .flip-card .flip-card-back {
  position: absolute;
  width: 80px;
  height: 120px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card .flip-card-front i, .flip-card .flip-card-back i {
  font-size: 16px;
  display: block;
  margin-top: -68px;
  margin-left: 38px;
}
.flip-card .flip-card-front {
  background-color: #fff;
  border-radius: 4px;
}
.flip-card .flip-card-back {
  background-color: #fff;
  padding: 6px;
  transform: rotateY(180deg);
  border-radius: 4px;
}
.flip-card .flip-card-back::after {
  position: absolute;
  border: solid 1px #ddd;
  content: "";
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
}
.flip-card .flip-card-back:empty {
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/images/poker-bg.jpg");
}
.flip-card .flip-card-back .flip-card-text {
  font-size: 25px;
  font-weight: 600;
  background: #fff;
  border: solid 2px #ddd;
  border-radius: 46px;
  color: #155D30;
  height: 56px;
  padding-top: 10px;
  margin: 26px 6px;
  width: 56px;
}
.flip-card .flip-card-back .flip-card-text.flip-card-pass {
  font-size: 16px;
  padding-top: 16px;
}

.pp-member {
  margin-top: 0.75rem;
}
.pp-member .btn-circle {
  width: 26px;
  height: 26px;
  padding: 0 7px;
}
.pp-member .po .po-title {
  color: rgb(255, 255, 255);
}
.pp-member .remove-member {
  display: none;
}
.pp-member .remove-member i {
  font-size: 13px;
}
.pp-member .remove-member:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.pp-member .remove-member.open {
  display: inline;
  opacity: 0;
}
.pp-member:hover .remove-member {
  display: inline;
}

.pp-estimate-group .flip-card, #pp-estimate-modal .flip-card {
  transition: all 0.3s;
  overflow: visible;
  margin: 8px;
  cursor: pointer;
}
.pp-estimate-group .flip-card:not(.disabled):hover, .pp-estimate-group .flip-card:not(.disabled).active, #pp-estimate-modal .flip-card:not(.disabled):hover, #pp-estimate-modal .flip-card:not(.disabled).active {
  opacity: 1;
  transform: scale(1.1);
}
.pp-estimate-group .flip-card:not(.disabled):hover .flip-card-inner, .pp-estimate-group .flip-card:not(.disabled).active .flip-card-inner, #pp-estimate-modal .flip-card:not(.disabled):hover .flip-card-inner, #pp-estimate-modal .flip-card:not(.disabled).active .flip-card-inner {
  box-shadow: 0px 8px 32px #7efc00;
}
.pp-estimate-group .flip-card .flip-card-text, #pp-estimate-modal .flip-card .flip-card-text {
  padding-top: 10px;
}
.pp-estimate-group .player-estimate, #pp-estimate-modal .player-estimate {
  font-size: 16px;
  padding: 8px;
  border: solid 2px #ddd;
  border-radius: 4px;
  margin-right: 12px;
  /* height: 48px; */
  /* transform: rotate(90deg); */
}

.pp-yet-to-join {
  position: fixed;
  bottom: 12px;
  z-index: 100;
  max-height: calc(100vh - 136px);
  overflow: auto;
  max-width: 25%;
  /*.not-joined {
      filter: grayscale(60%);
      opacity: 0.6;
  }*/
}

.pp-players {
  overflow: auto;
  padding-bottom: 0.5rem;
}
.pp-players .pp-card {
  margin: 0 8px;
  max-width: 5rem;
  min-width: 5rem;
}
.pp-players .pp-card.inactive {
  opacity: 0.5;
}
.pp-players .pp-member:hover .remove-member {
  display: none;
}

.pp-game-info {
  background: url(/images/backgrounds/pp-table.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 326px;
}
.pp-game-info .pp-count-down {
  background: #fff;
  color: #4A4C52;
  font-size: 32px;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
}
.pp-game-info .pp-count-down.pp-count-down-ending {
  animation: blinkingTimer 0.75s infinite;
}
.pp-game-info .pp-start-game {
  color: #155D30;
}
.pp-game-info .pp-round-info {
  max-width: 360px;
  margin: auto;
}
.pp-game-info .progress {
  max-width: 360px;
  height: 6px;
  background: rgba(255, 255, 255, 0.25);
}
.pp-game-info .progress .progress-bar {
  background: rgba(255, 255, 255, 0.75);
}

.pp-reveal-cards {
  color: #155D30;
}

.reveal-cards-block {
  margin-top: -24px;
}

@keyframes blinkingTimer {
  0% {
    color: #4A4C52;
  }
  50% {
    color: #dc3545;
  }
  100% {
    color: #4A4C52;
  }
}
/*.po-24 {*/
/*        width: 100%;
*/ /*margin-bottom: 0.5rem;

     .po-profile {
         height: 1.5rem;
         width: 1.5rem;
     }

     .po-char-profile {
         height: 1.5rem;
         width: 1.5rem;
         padding-top: 0.375rem;
         font-size: 0.625rem;
         padding-right: 2px;
         min-width: 1.5rem;
     }

     .po-title {
         padding-right: 0.5rem;
         color: $white;
         font-size: 0.75rem;
     }
 }*/
.pp-results-sidebar {
  width: 280px;
  position: fixed;
  top: 0;
  right: -280px;
  height: calc(100vh - 136px);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  margin-top: 136px;
  transition: width 0.3s;
  border-radius: 4px 0 0 0;
  transition: right 0.3s;
}
.pp-results-sidebar.active {
  right: 0;
  /*        #pp-results-sidebar-collapse {
      left: 50px;
  }*/
}
.pp-results-sidebar .pp-results-wrapper {
  height: 100%;
}
.pp-results-sidebar .pp-results-cards {
  overflow: auto;
  margin: 8px;
  margin-right: 8px;
  padding-right: 8px;
}
.pp-results-sidebar .pp-results-sidebar-collapse {
  position: absolute;
  left: -51px;
  top: 48px;
  border-radius: 4px 4px 0 0;
  transition: padding 0.2s, left 0.3s;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  transform: rotate(-90deg);
  text-transform: none;
}
.pp-results-sidebar .pp-results-sidebar-collapse.active i:before {
  content: "\f078";
}
.pp-results-sidebar .pp-results-card {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  border-radius: 4px;
}
.pp-results-sidebar .pp-results-card .progress {
  background: none;
  height: 12px;
}
.pp-results-sidebar .pp-results-card .progress span {
  margin-top: 6px;
  margin-left: 8px;
}
.pp-results-sidebar .pp-results-agreement {
  padding: 8px 12px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.pp-results-sidebar .pp-results-agreement span {
  color: #ffc107;
  font-size: 1.125rem;
}
.pp-results-sidebar .pp-results-row {
  padding: 12px;
}
.pp-results-sidebar .pp-results-heading {
  padding: 12px;
}

.pp-connection-status {
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 100;
  background-color: #fff;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  margin-top: 72px;
  transition: width 0.3s;
  border-radius: 0 0 0 4px;
  transition: right 0.3s;
  padding: 4px 8px;
}
.pp-connection-status.active {
  right: 0;
}

.note-editor .note-toolbar .note-dropdown-menu {
  min-width: 160px;
  overflow: auto;
  height: 140px;
}

.pp-reports-table .round-reports {
  margin: 12px;
  overflow: auto;
}
.pp-reports-table .round-report {
  min-width: 240px;
  max-width: 240px;
  background: #fafafa;
  border: solid 1px #eee;
  margin-right: 12px;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pp-reports-table .estimated-ribbon {
  width: 10.25rem;
  /* height: 3.5rem; */
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  /* box-shadow: 0 0 0.5rem rgb(0 0 0 / 20%); */
  background: #00b140;
  transform: rotate(45deg);
  position: absolute;
  right: -56px;
  top: 14px;
  /* padding-top: 1rem; */
  padding: 4px;
}

.pp-results-tooltip {
  background: "rgba(0, 0, 0, 0.7)";
  borderRadius: "3px";
  color: "white";
  opacity: 1;
  pointerEvents: "none";
  position: "absolute";
  transform: "translate(-50%, 0)";
  transition: "all .1s ease";
}

.chartjs-tooltip {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
}

.chartjs-tooltip-label-color {
  display: inline-block;
  width: 9px;
  height: 9px;
}

.chartjs-tooltip-after-body-text-name {
  padding-right: 12px;
}

/* New artifacts modal to dispaly all wizards */
#new-artifacts-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}
#new-artifacts-modal .modal-dialog .modal-content {
  border-radius: 0;
  height: 100%;
  background: none;
}
#new-artifacts-modal #new-artifacts-modal-loader,
#new-artifacts-modal #new-artifacts-modal-error {
  background: #fff;
  padding: 4rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
#new-artifacts-modal #new-artifacts-block {
  height: 100%;
}

.artifact-back-btn {
  /*        height: 19px;
  width: 19px;
  text-align: left;*/
}

.artifact-title-bar {
  margin: -24px -24px 16px;
  padding: 4px 16px;
  border-bottom: 1px solid #eee;
}

#new-artifact-minimized {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  /* margin: 0 -30px; */
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  right: 24px;
  padding: 6px 12px;
  border-radius: 4px 4px 0 0;
}
#new-artifact-minimized .new-artifact-minimized-title {
  max-width: 12rem;
  display: inline-block;
}

/* Message Center*/
#message-center-modal .message-center-left {
  /*        background: $white;
  */
  height: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  z-index: 100;
}
#message-center-modal .message-center-left .message-center-members-filters-box {
  border-bottom: solid 1px #F0F0F0;
}
#message-center-modal .message-center-left .message-center-members-filters-box button {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
#message-center-modal .message-center-left .message-center-members-filters-box .bootstrap-select {
  min-width: 1px;
}
#message-center-modal .message-center-left .message-center-list-content,
#message-center-modal .message-center-left .message-center-members-content {
  overflow-y: auto;
  /*&:hover, &:active, &:focus {
      overflow-y: auto;
      margin-right: -8px;
  }*/
}
#message-center-modal .message-center-left .card {
  border: none;
  background: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  margin-bottom: 0.125rem;
}
#message-center-modal .message-center-left .card:hover {
  background: #F0F0F0;
}
#message-center-modal .message-center-left .card.active {
  background: rgba(44, 109, 238, 0.1);
}
#message-center-modal .message-center-left .card .card-body {
  padding: 0.75rem;
}
#message-center-modal .message-center-left .card .bell-dot {
  background: #0043fe;
  border-radius: 50%;
  min-height: 8px;
  min-width: 8px;
}
#message-center-modal .message-center-left .card .bell-dot[data-manual-count="0"] {
  display: none;
}
#message-center-modal .message-center-right {
  background: #F0F0F0;
  height: 100%;
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
}
#message-center-modal .message-center-right .message-center-sticky-date {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 1rem;
}
#message-center-modal .message-center-right .message-center-sticky-date span {
  display: inline-block;
  min-width: 7.5rem;
  padding: 2px;
  background: #f7f7f7;
  border-top: 1px solid #fff;
}
#message-center-modal .message-center-right .message-center-thread-header {
  padding: 0.75rem 1rem 0.75rem 1rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
#message-center-modal .message-center-right .message-center-thread-header .message-center-thread-po {
  overflow: auto;
  margin-bottom: -6px;
  padding-bottom: 6px;
}
#message-center-modal .message-center-right .message-center-thread-header .message-center-thread-po .po {
  border-radius: 1rem;
}
#message-center-modal .message-center-right .message-center-thread-content {
  overflow-y: auto;
  padding-right: 8px;
  margin-right: 8px;
}
#message-center-modal .message-center-right .message-center-thread-footer {
  padding: 0.75rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
#message-center-modal .message-center-right .message-center-file-block .error {
  display: inline;
  margin-left: 12px;
}
#message-center-modal .message-center-right .message-center-thread-card-content {
  background: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  max-width: 75%;
  min-width: 25%;
}
#message-center-modal .message-center-close {
  margin: 0.75rem;
  position: absolute;
  right: 0;
}

.dor-popover {
  max-width: 360px;
}

.account-setup-page:focus {
  color: #292B33;
  background-color: #fff;
  border-color: #3477DB;
  outline: 0;
  padding-left: 40px;
  box-shadow: 0 0 0 0.125rem rgba(0, 65, 255, 0.25);
}

.po-profile-plus i {
  color: #12AE31;
  font-size: 13px;
  margin-top: -7px;
  position: absolute;
  margin-left: -17px;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
}

@media (min-width: 992px) {
  .auto-renew-sprint-help-popover {
    max-width: 420px;
    padding: 1rem;
    padding-right: 0.75rem;
  }
  .auto-renew-sprint-help-popover .popover-body {
    padding: 8px;
    overflow: auto;
    max-height: 50vh;
  }
}

.status-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 5.5px 8px;
  border: 1px solid transparent;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 20px;
}

.status-badge.status-badge-outlined.status-badge-primary {
  border-color: #3477DB;
  color: #3477DB;
}

.status-badge.status-badge-outlined.status-badge-warning {
  border-color: #FFC107;
  color: #FFC107;
}

.status-badge.status-badge-outlined.status-badge-success {
  border-color: #12AE31;
  color: #12AE31;
}

.status-badge.status-badge-outlined.status-badge-secondary {
  border-color: #68696E;
  color: #68696E;
}

.status-badge.status-badge-outlined.status-badge-info {
  border-color: #17A2B8;
  color: #17A2B8;
}

.status-badge.status-badge-outlined.status-badge-dark {
  border-color: #343A40;
  color: #343A40;
}

.status-badge.status-badge-outlined.status-badge-danger {
  border-color: #DC3545;
  color: #DC3545;
}

.table-primary-cell > td.ppb-sticky-cell {
  background-color: white;
}
.table-primary-cell > td:first-child, .table-primary-cell > td.ppb-first-cell.table-primary-cell {
  border-left-color: #2C6DEE;
}

.table-dark-cell > td.ppb-sticky-cell {
  background-color: white;
}
.table-dark-cell > td:first-child, .table-dark-cell > td.ppb-first-cell.table-dark-cell {
  border-left-color: #4A4C52;
}

.table-secondary-cell > td.ppb-sticky-cell {
  background-color: white;
}
.table-secondary-cell > td:first-child, .table-secondary-cell > td.ppb-first-cell.table-secondary-cell {
  border-left-color: #ced4da;
}

.table-warning-cell > td.ppb-sticky-cell {
  background-color: white;
}
.table-warning-cell > td:first-child, .table-warning-cell > td.ppb-first-cell.table-warning-cell {
  border-left-color: #ffc107;
}

.table-success-cell > td.ppb-sticky-cell {
  background-color: white;
}
.table-success-cell > td:first-child, .table-success-cell > td.ppb-first-cell.table-success-cell {
  border-left-color: #219653;
}

.table-info-cell > td.ppb-sticky-cell {
  background-color: white;
}
.table-info-cell > td:first-child, .table-info-cell > td.ppb-first-cell.table-info-cell {
  border-left-color: #3F00FF;
}

.table-danger-cell > td.ppb-sticky-cell {
  background-color: white;
}
.table-danger-cell > td:first-child, .table-danger-cell > td.ppb-first-cell.table-danger-cell {
  border-left-color: #dc3545;
}

table tbody tr td.ppb-sticky-cell .rotate-icon {
  transition-duration: 0.5s;
  padding: 3px 5px;
}

table tbody tr td.ppb-sticky-cell .rotate_180 {
  transform: rotate(180deg);
}

.ppb-epic > tbody > tr > .ppb-empty-cell {
  border: none;
}

.ppb-epic > tbody > tr > td.ppb-first-cell.ppb-second-cell {
  border-top: none !important;
}

.ppb-us > tbody > tr > td.ppb-first-cell.ppb-us-first-cell {
  border-top: none !important;
}

.ppb-wp > tbody > tr > td.ppb-first-cell.ppb-wp-first-cell {
  border-top: none !important;
}

.maximized .for-comment-include {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 181px);
}

.for-comment-include {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 245px);
}

.width_with-comment {
  width: 60% !important;
}

.comment-section {
  width: 40% !important;
  border-left: 1px solid #E0E0E0;
  background: #FCFCFC;
  position: relative;
  margin-left: auto;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}

.rotate-180 {
  transform: rotate(180deg);
}

.font-weight-bolder {
  font-weight: 600;
}

.help-center-search-block #search-help-dd {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0.5rem 0.5rem;
  width: 100%;
  /*max-width: 715px;*/
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 99;
}

.floating-form-block.maximized {
  position: fixed;
  left: 0;
  top: -32px;
  right: -8px;
  border-radius: 0;
  max-height: none;
  width: 100vw;
  height: 100vh;
}

#new-artifacts-modal {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* ---------------------------------------------------
    HELP CENTER CUSTOM SIDEBAR
----------------------------------------------------- */
#help-sidebar {
  width: 280px;
  position: sticky;
  top: 70px;
  left: 0;
  height: 100%;
  z-index: 99;
  padding: 0;
  transition: width 0.3s;
  background-color: #fff;
  /*box-shadow: $box-shadow-sm;*/
}
#help-sidebar.active {
  /*margin-left: -280px;*/
  width: 50px;
}

#help-sidebar .project-profile {
  padding: 1rem;
  border-bottom: solid 1px #F0F0F0;
  display: block;
}
#help-sidebar .project-profile:hover {
  background-color: #F0F0F0;
}
#help-sidebar .project-profile .project-profile-thumb {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  /*margin-right: 1rem;*/
  /*            float: left;
  */
}
#help-sidebar .project-profile .project-char-profile {
  height: 42px;
  width: 42px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 6px;
  background: #607d8b;
}
#help-sidebar .project-profile .project-profile-content {
  margin-left: 64px;
  padding-top: 3px;
}
#help-sidebar .project-profile .project-profile-content h4 {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
#help-sidebar .project-profile .project-profile-content small {
  display: inline-block;
  max-width: 100%;
}
#help-sidebar .project-role {
  padding: 0.75rem 1rem;
  border-bottom: solid 1px #F0F0F0;
  height: 44px;
}
#help-sidebar .nav-link {
  color: #4A4C52;
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  transition: background-color 0.2s ease;
  border-left: 0.25rem solid transparent;
  height: 44px;
}
#help-sidebar .nav-link.dropdown-toggle {
  padding-right: 1rem;
}
#help-sidebar .nav-link.dropdown-toggle::after {
  float: right;
  margin-top: 0.5rem;
}
#help-sidebar .nav-link.active, #help-sidebar .nav-link.active:hover {
  color: #2C6DEE;
  /* border-left-color: $blue;
  background-color: rgba($blue, 0.1);*/
}
#help-sidebar .nav-link.active img, #help-sidebar .nav-link.active:hover img {
  filter: invert(36%) sepia(46%) saturate(4768%) hue-rotate(211deg) brightness(97%) contrast(93%);
}
#help-sidebar .nav-link:hover {
  background-color: rgba(44, 109, 238, 0.1);
  /*border-left-color: $gray-300;*/
}
#help-sidebar .nav-link:hover .feather,
#help-sidebar .nav-link.active .feather {
  color: inherit;
}
#help-sidebar #help-sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}
#help-sidebar.collapsed .project-profile, #help-sidebar.active .project-profile {
  padding-left: 9px;
}
#help-sidebar.collapsed .project-profile .project-profile-thumb, #help-sidebar.active .project-profile .project-profile-thumb {
  height: 32px;
  width: 32px;
  margin: 5px 0;
  transition: all 0.3s;
}
#help-sidebar.collapsed .project-profile .project-char-profile, #help-sidebar.active .project-profile .project-char-profile {
  height: 32px;
  width: 32px;
  font-size: 16px;
  margin: 5px 0;
  transition: all 0.3s;
}
#help-sidebar.collapsed .project-profile .col:last-child, #help-sidebar.active .project-profile .col:last-child {
  display: none;
}
#help-sidebar.collapsed .project-role > span, #help-sidebar.collapsed .project-role > form, #help-sidebar.active .project-role > span, #help-sidebar.active .project-role > form {
  display: none;
}
#help-sidebar.collapsed .nav-link span, #help-sidebar.active .nav-link span {
  display: none;
}
#help-sidebar.collapsed .nav ul, #help-sidebar.active .nav ul {
  display: none;
}
#help-sidebar.collapsed .nav .nav-link.dropdown-toggle::after, #help-sidebar.active .nav .nav-link.dropdown-toggle::after {
  display: none;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#help-content {
  width: calc(100vw - 300px);
  /*margin-left: -15px;
  padding: 0 15px;*/
  min-height: 100vh;
  transition: all 0.3s;
  /*    position: absolute;
  */
  top: 0;
  right: 0;
}
#help-content #help-sidebarCollapse {
  position: fixed;
  left: 280px;
  top: 81px;
  font-size: 10px;
  padding: 0.25rem;
  border: none;
  background: #fff;
  border-radius: 0 2px 2px 0;
  transition: padding 0.2s, left 0.3s;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
}
#help-content #help-sidebarCollapse.active i:before {
  content: "\f053";
}
#help-content #help-sidebarCollapse:hover {
  padding: 0.25rem 0.5rem;
}
#help-content.active {
  width: calc(100% - 50px);
  margin-left: 50px;
}
#help-content.active #help-sidebarCollapse {
  left: 50px;
}

/* ---------------------------------------------------
    VERTICAL STEPPER FOR HELP CENTER 
----------------------------------------------------- */
.vertical-stepper {
  list-style-type: none;
  padding: 0;
}

.vr-step {
  position: relative;
}

.vr-step::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 22px;
  height: 100%;
  width: 2px;
  background-color: #3076ff;
  z-index: -9;
}

.vr-step:last-child::before {
  display: none;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #help-sidebar {
    margin-left: -280px;
  }
  #help-sidebar.active {
    margin-left: 0;
  }
  #help-content {
    width: 100%;
  }
  #help-content.active {
    width: calc(100% - 280px);
  }
  #help-sidebarCollapse span {
    display: none;
  }
}
/*Style for workspace email domain*/
.email-domain-table tr th {
  background-color: #EFF6FF;
  height: 40px;
}

/* Keyframes for the animation */
@keyframes decreaseWidth {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.card-group > .card:not(:first-child) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.card-group > .card:not(:last-child) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.custom-fit-width {
  min-width: max-content;
  max-width: max-content;
}

.portfolio-data-block, .program-data-block, .project-data-block {
  overflow: auto;
  height: 260px;
}
