/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root { 
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #000;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
     
    --green-light: #B8CC33;       /* $green */
    --green-olive: #97a536;       /* $dark-green */
    --green-muted: #709080;       /* $green-gray */
    --green-forest: #567c69;      /* $green-dark */
    --purple-gray: #716578;       /* $cecropia */
    --gray-steel: #686F71;        /* $gray */
    --gray-cloud: #f8f8f8;        /* $light-gray */
    --turquoise: #4aa8aa;         /* $turquoise */
    --black: #000;                /* $black */
    --blue-navy: #0D1F47;
    --turquoise-dark:#0f6061;         
    --hover-white: #FFF;
 
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
 
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
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: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
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;
}
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: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
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: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.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 rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014\a0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
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: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.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.333333%;
    max-width: 33.333333%;
}
.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.666667%;
    max-width: 16.666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.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.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@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.333333%;
        max-width: 33.333333%;
    }
    .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.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .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.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@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.333333%;
        max-width: 33.333333%;
    }
    .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.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .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.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@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.333333%;
        max-width: 33.333333%;
    }
    .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.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .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.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@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.333333%;
        max-width: 33.333333%;
    }
    .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.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .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.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #0000000d;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #00000013;
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    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 > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    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 > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: #00000013;
}
.table-hover .table-active:hover {
    background-color: #00000013;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #00000013;
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff0d;
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: #ffffff13;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    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 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.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.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #28a745e6;
    border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    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='%2328a745' 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.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    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='%23343a40' 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='%2328a745' 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.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #dc3545e6;
    border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    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.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    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='%23343a40' 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.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.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 .custom-select,
    .form-inline .input-group {
        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: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    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) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem #268fff80;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #268fff80;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem #828a9180;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #828a9180;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem #48b46180;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #48b46180;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    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: 0 0 0 0.2rem #deaa0c80;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    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: 0 0 0 0.2rem #e1536180;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff;
}
.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: 0 0 0 0.2rem #007bff80;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d;
}
.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: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #28a74580;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    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: #28a745;
    border-color: #28a745;
}
.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: 0 0 0 0.2rem #28a74580;
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    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: #17a2b8;
    border-color: #17a2b8;
}
.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: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.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: #212529;
    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: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-danger {
    color: #B8CC33;
    border-color: #B8CC33;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #B8CC33;
    border-color: #B8CC33;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem #B8CC33;
}
.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: 0 0 0 0.2rem #dc354580;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    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: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.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: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    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: #343a40;
    border-color: #343a40;
}
.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: 0 0 0 0.2rem #343a4080;
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    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,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    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.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    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:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label:after {
    position: absolute;
    top: 0.25rem;
    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: #007bff;
    background-color: #007bff;
}
.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-color: #007bff80;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: #007bff80;
}
.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-color: #007bff80;
}
.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.25rem + 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: translate(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #007bff80;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-select:focus::-ms-value {
    color: #495057;
    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: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
.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.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    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:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #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.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    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-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: #000000e6;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #000000e6;
}
.navbar-light .navbar-nav .nav-link {
    color: #00000080;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000b3;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: #0000004d;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #000000e6;
}
.navbar-light .navbar-toggler {
    color: #00000080;
    border-color: #0000001a;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: #00000080;
}
.navbar-light .navbar-text a {
    color: #000000e6;
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #000000e6;
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff80;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffffbf;
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: #ffffff40;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: #ffffff80;
    border-color: #ffffff1a;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: #ffffff80;
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    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.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.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: #00000008;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #00000008;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 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;
    inset: 0;
    padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.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 > .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: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    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:focus,
a.badge:hover {
    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: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #28a74580;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #dc354580;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@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 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    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;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.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.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        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.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        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.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        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.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    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:focus,
.list-group-item-danger.list-group-item-action:hover {
    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: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: #ffffffd9;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem #0000001a;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: #ffffffd9;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-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-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #00000040;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #00000040;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #00000040;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #00000040;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translate(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translate(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    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-next,
.carousel-control-prev {
    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-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-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;
    }
}
.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: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !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: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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.857143%;
}
.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;
    }
}
.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;
    }
}
.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.125rem 0.25rem #00000013 !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem #00000026 !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d !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;
}
.stretched-link:after {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: #0000;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.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: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    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: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .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: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        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: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        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: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .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: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        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: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-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: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        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: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-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: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        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;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: #00000080 !important;
}
.text-white-50 {
    color: #ffffff80 !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    :after,
    :before {
        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;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body,
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
html,
body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}
a {
    color: var(--green-muted);
}
a.clickable {
    color: var(--green-muted);
    cursor: pointer;
}
a.clickable:hover {
    color: var(--green-muted);
    text-decoration: underline;
}
.textarea {
    background: #fff;
}
ul {
    list-style-type: square;
    padding-inline-start: 1em;
}
ul li::marker {
    color: var(--green-forest);
}
.text-main {
    color: var(--green-forest);
}
.text-primary {
    color: #76858f !important;
}
.text-secondary {
    color:  var(--green-light) !important;
}
.text-danger {
    color: #ee8776 !important;
}
.text-bigger-1 {
    font-size: 110%;
}
.text-bigger-2 {
    font-size: 120%;
}
.text-bigger-3,
.text-bigger-4 {
    font-size: 140%;
}
.fill-white {
    fill: #fff;
}
.stroke-white {
    stroke: #fff;
}
.fill-main {
    fill: var(--green-forest);
}
.stroke-main {
    stroke: var(--green-forest);
}
.fill-hover-main:hover {
    fill: var(--green-forest);
}
.stroke-hover-main:hover {
    stroke: var(--green-forest);
}
.fill-main-light {
    fill: #757083;
}
.stroke-main-light {
    stroke: #757083;
}
.fill-hover-main-light:hover {
    fill: #757083;
}
.stroke-hover-main-light:hover {
    stroke: #757083;
}
.fill-primary {
    fill: #76858f;
}
.stroke-primary {
    stroke: #76858f;
}
.fill-secondary {
    fill:  var(--green-light);
}
.stroke-secondary {
    stroke:  var(--green-light);
}
.fill-danger {
    fill: #ee8776;
}
.stroke-danger {
    stroke: #ee8776;
}
.fill-hover-danger:hover {
    fill: #ee8776;
}
.stroke-hover-danger:hover {
    stroke: #ee8776;
}
.fill-danger-light {
    fill: var(--hover-white);
}
.stroke-danger-light {
    stroke: var(--hover-white);
}
.fill-hover-danger-light:hover {
    fill:  var(--hover-white);
}
.stroke-hover-danger-light:hover {
    stroke: var(--hover-white);
}
.fill-complementary {
    fill: var(--green-light);
}
.stroke-complementary {
    stroke: var(--green-light);
}
.fill-hover-complementary:hover {
    fill: var(--green-light);
}
.stroke-hover-complementary:hover {
    stroke: var(--green-light);
}
.fill-complementary-light {
    fill: #a99ac9;
}
.stroke-complementary-light {
    stroke: #a99ac9;
}
.fill-hover-complementary-light:hover {
    fill: #a99ac9;
}
.stroke-hover-complementary-light:hover {
    stroke: #a99ac9;
}
.shadow-md {
    box-shadow: 0.1rem 0.15rem 0.2rem #00000040 !important;
}
.shadow-sm-2 {
    box-shadow: 0 2px 4px #0000001a !important;
}
.line-height-initial {
    line-height: initial;
}
.lh-100 {
    line-height: 100%;
}
.fs-70 {
    font-size: 70%;
}
button {
    padding: 0.6em 0.95em;
    margin: 0.2em;
    background-color:  var(--hover-white);
    border: none;
    border-radius: 0.25em;
    color: #f5f5f5;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: inline-block;
}
.login-button {
    background-color: var(--green-muted);
    letter-spacing: 0.1em;
}
.login-button .disabled {
    opacity: 40%;
}
.login-button:hover {
    background-color: var(--green-muted);
}
/* 
body:has(.login-view) scrm-base-navbar .navbar {
    background:  #abd1be !important;  
} */
.alerts-button,
.quickcreate-button,
.favourites-button {
    border-radius: 0.25em;
    border: none;
    margin: 0.2em 0.2em 0;
    padding: 0.1em 0.8em;
    line-height: 1.9em;
}
@media all and (max-width: 30em) {
    .alerts-button,
    .quickcreate-button,
    .favourites-button {
        border-radius: 0.25em;
        border: none;
        margin: 0.2em 0.2em 0;
        padding: 0.185em 0.7em;
        font-size: 0.8em;
    }
    .quickcreate-button {
        padding: 0.3em 0.5em 0;
    }
    .alerts-button.dropdown-toggle:after,
    .quickcreate-button.dropdown-toggle:after,
    .favourites-button.dropdown-toggle:after {
        vertical-align: middle;
    }
}
.alerts-button {
    background-color: #ef8177;
}
.alerts-button:active,
.alerts-button:hover {
    background-color: #e65545;
}
.quickcreate-button {
    background-color: #a99ac9;
    color: #fff;
}
.quickcreate-button:active,
.quickcreate-button:hover {
    background-color: var(--green-light);
}
.favourites-button {
    background-color: #e2b98e;
}
.favourites-button:active,
.favourites-button:hover {
    background-color: #e3a35f;
}
.alerts-button.disabled,
.quickcreate-button.disabled,
.favourites-button.disabled {
    opacity: 40%;
}
.alerts-button.dropdown-toggle:after,
.quickcreate-button.dropdown-toggle:after,
.favourites-button.dropdown-toggle:after {
    color: #e9e9e9;
}
.action-alert,
.action-favourite,
.action-new {
    float: left;
}
@media all and (min-width: 36em) {
    .login-button {
        width: 26.5em;
    }
}
@media all and (max-width: 36em) {
    .login-button {
        width: 20em;
    }
}
.action-button {
    background-color: #76858f;
    text-transform: uppercase;
    padding: 0.3em 1em;
    font-weight: 400;
    height: 2.2em;
    line-height: 1.6em;
    font-size: 0.8rem;
    letter-spacing: 1px;
}
.action-button:hover {
    background-color: #4b7291;
}
.clear-filter-button,
.clear-filter-button.btn,
.settings-button.clear-filter-button,
.settings-button.clear-filter-button.btn {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
}
.settings-button,
.settings-button.btn {
    background-color:  var(--green-light);
    color: #f5f5f5;
    padding: 0.3em 1em;
    font-size: 0.8em;
    font-weight: 700;
    height: 2.2em;
}
.settings-button:hover,
.settings-button.btn:hover {
    background-color: #7096b5;
}
.settings-button:focus,
.settings-button:focus-visible,
.settings-button.btn:focus .settings-button.btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
.settings-button.active,
.settings-button.btn.active {
    background-color: var(--green-forest);
}
.settings-button.btn-outline-main,
.settings-button.btn.btn-outline-main {
    background-color: transparent;
}
.settings-button.btn-outline-main:hover,
.settings-button.btn.btn-outline-main:hover,
.settings-button.active,
.settings-button.btn.active,
.settings-button.btn-outline-main.active,
.settings-button.btn.btn-outline-main.active {
    background-color: var(--green-forest);
}
.settings-button.btn-outline-main.active:hover,
.settings-button.btn.btn-outline-main.active:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--green-forest);
    fill: var(--green-forest);
    stroke: var(--green-forest);
}
.quick-filter-button .settings-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 104px;
    padding: 0.3em 0.5em;
    color: #f5f5f5;
}
.action-button.disabled,
.settings-button.disabled {
    opacity: 40%;
}
.widget-header .btn-link {
    color: #fff;
}
.bulk-action-button {
    background-color: #717D84 !important;
    background-repeat: no-repeat;
    border: 0.09em solid  #717D84;
    border-radius: 0.15em;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 0.3em 0.5em;
    font-weight: 700;
    font-size: 0.9em;
    color: #fff;
    text-align: left;
    min-width: 11em;
}

.bulk-action-button.btn:disabled {
    opacity: 0.6 !important;
    background-color: #709080 !important;
}
.bulk-action-button:hover {
    background-color:  #93A0AB;
    color: #fff;
}
.bulk-action-button:after {
    position: relative;
    margin-left: 3em;
}
 
.table-action-button {
    background-color: #707D84; 
    background-repeat: no-repeat;
    border: 0.09em solid #707D84; 
    border-radius: 0.15em;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 0.3em 0.5em;
    font-weight: 700;
    font-size: 0.9em;
    color: #fff;
    text-align: left;
}
.table-action-button:hover {
    background-color: #707D84;
    color: #fff;
}
.table-action-button:after {
    position: relative;
    margin-left: 3em;
}
.select-action-group .dropdown-toggle:after {
    margin-left: 0.6em;
}
.search-button {
    background-color: #fff;
    margin: 0;
}
.widget-transparent-button {
    background-color: transparent;
    border: 0.1em solid #666666;
    color: #666;
    text-align: left;
    padding: 0.5em 1em;
}
.widget-transparent-button.dropdown-toggle:after {
    float: right;
    margin: 0.5em;
}
.remove-button {
    background-color: transparent;
    border: 0.1em solid #a99ac9;
    color: #a99ac9;
    border-radius: 0.25em;
    margin: 0.2em 0.2em 0;
    padding: 0.1em 0.8em;
    line-height: 1.9em;
}
.navbar-toggler {
    background-color: var(--green-forest);
}
.modal-button-save {
    background-color: var(--green-light);
    border: none;
    color: #fff;
    padding: 0.3rem 1rem;
    font-size: 0.8em;
    font-weight: 700;
    border-radius: 0.2em;
}
.modal-button-cancel {
    background-color:  #9589b3;
    border: none;
    color: #fff;
    padding: 0.3rem 1rem;
    font-size: 0.8em;
    font-weight: 700;
    border-radius: 0.2em;
}
.modal-button-save:hover   {
    color: #fff;
    background-color:  #667960;
}
.pagination-button {
    background: transparent;
    border: 1px solid;
    padding: 0;
    margin: 0.3em;
}
.pagination-button .disabled {
    opacity: 40%;
}

.pagination-button svg rect {
    stroke: #707D84 !important;  
    stroke-width: 1 !important;
}

.pagination-button svg path {
    fill: #707D84 !important; 
}


.pagination-button   {
    border-color: #707D84 ;
}

.pagination-count{
    color: #707D84 ;
}
.create-popup-button {
    background-color: transparent;
    border: none;
    padding: 0.2em;
}
.record-action-button {
    background-color: transparent;
    border: none;
    padding: 0 0.3em;
    font-size: 0.8em;
    fill: #93a4b380;
}
button.settings-button.dropdown-toggle:after {
    vertical-align: middle;
}
.list-icon-button {
    background: transparent;
    padding: 0;
    cursor: pointer;
}
.list-icon-button.responsive-list-data {
    width: 25%;
    border: 0.1em solid #aa9dcc;
    border-radius: 0;
    margin: 0;
    padding: 0.5em 0;
}
.save-filter-button {
    margin: 0;
    padding: 0.4em 0.8em;
    font-size: 0.7em;
    font-weight: 700;
    color: #fff;
    background-color: #ef8177;
}
.close-button {
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.minimise-button {
    font-size: 0.5em;
    fill: #fff;
    padding: 0.25rem 0.35rem;
    margin: 0 0.2em;
}
.minimise-button:hover {
    fill: #666;
}
.select-button {
    fill:  var(--green-light);
}
.select-button:hover {
    fill: #fff;
}
.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 65%;
    border-radius: 0.25rem;
    line-height: 1.5;
}
.btn-link,
.btn-link:hover {
    color: var(--green-muted);
}
.back-button {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #777777;
    fill: #777;
    padding: 0.55em;
    font-size: 1.4em;
}
.back-button:hover {
    background-color: #e9e9e9;
}
.back-button:focus {
    outline: none;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > scrm-button .btn,
.btn-group > scrm-button:not(:last-child) .btn:not(.dropdown-toggle),
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > scrm-button .btn,
.btn-group > scrm-button:not(:first-child) .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > scrm-button .btn.active,
.btn-group-vertical > scrm-button .btn:active,
.btn-group-vertical > scrm-button .btn:focus,
.btn-group > scrm-button .btn.active,
.btn-group > scrm-button .btn:active,
.btn-group > scrm-button .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-group-vertical > .btn,
.btn-group-vertical > scrm-button .btn,
.btn-group > scrm-button .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > scrm-button:not(:first-child) .btn,
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-outline-main {
    color: var(--green-forest) !important;
    border-color: var(--green-forest) !important;
}
.btn-outline-main:hover {
    color: #fff !important;
    background-color: var(--green-forest) !important;
    border-color: var(--green-forest) !important;
}
.btn-outline-main:focus,
.btn-outline-main.focus {
    box-shadow: 0 0 0 0.2rem #534d6480;
}
.btn-outline-main.disabled,
.btn-outline-main:disabled {
    color: var(--green-forest) !important;
    background-color: transparent !important;
}
.btn-outline-main:not(:disabled):not(.disabled):active,
.btn-outline-main:not(:disabled):not(.disabled).active,
.show > .btn-outline-main.dropdown-toggle {
    color: #fff !important;
    background-color: var(--green-forest) !important;
    border-color: var(--green-forest) !important;
}
.btn-outline-main:not(:disabled):not(.disabled):active:focus,
.btn-outline-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-main.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #534d6480;
}
.btn-main {
    color: #fff !important;
    background-color: var(--green-forest) !important;
    border-color: var(--green-forest) !important;
}
.btn-main:hover {
    color: #fff !important;
    background-color: #f08377 !important;
    border-color: #f08377 !important;
}
.btn-main:focus,
.btn-main.focus {
    color: #fff !important;
    background-color: var(--green-forest) !important;
    border-color: var(--green-forest) !important;
    box-shadow: 0 0 0 0.2rem #534d6480;
}
.btn-main.disabled,
.btn-main:disabled {
    color: #fff !important;
    background-color: var(--green-forest) !important;
    border-color: var(--green-forest) !important;
}
.btn-main:not(:disabled):not(.disabled):active,
.btn-main:not(:disabled):not(.disabled).active,
.show > .btn-main.dropdown-toggle {
    color: #fff !important;
    background-color: #f08377 !important;
    border-color: #f08377 !important;
}
.btn-main:not(:disabled):not(.disabled):active:focus,
.btn-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-main.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #534d6480;
}
.btn-outline-main-light {
    color: #757083 !important;
    border-color: #757083 !important;
}
.btn-outline-main-light:hover {
    color: #fff !important;
    background-color: #757083 !important;
    border-color: #757083 !important;
}
.btn-outline-main-light:focus,
.btn-outline-main-light.focus {
    box-shadow: 0 0 0 0.2rem #534d6480;
}
.btn-outline-main-light.disabled,
.btn-outline-main-light:disabled {
    color: #757083 !important;
    background-color: transparent !important;
}
.btn-outline-main-light:not(:disabled):not(.disabled):active,
.btn-outline-main-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-main-light.dropdown-toggle {
    color: #fff !important;
    background-color: #757083 !important;
    border-color: #757083 !important;
}
.btn-outline-main-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-main-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-main-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #534d6480;
}
.btn-main-light {
    color: #fff !important;
    background-color: #757083 !important;
    border-color: #757083 !important;
}
.btn-main-light:hover {
    color: #fff !important;
    background-color: #9794a2 !important;
    border-color: #9794a2 !important;
}
.btn-main-light:focus,
.btn-main-light.focus {
    color: #fff !important;
    background-color: #757083 !important;
    border-color: #757083 !important;
    box-shadow: 0 0 0 0.2rem #534d6480;
}
.btn-main-light.disabled,
.btn-main-light:disabled {
    color: #fff !important;
    background-color: #757083 !important;
    border-color: #757083 !important;
}
.btn-main-light:not(:disabled):not(.disabled):active,
.btn-main-light:not(:disabled):not(.disabled).active,
.show > .btn-main-light.dropdown-toggle {
    color: #fff !important;
    background-color: #9794a2 !important;
    border-color: #9794a2 !important;
}
.btn-main-light:not(:disabled):not(.disabled):active:focus,
.btn-main-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-main-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #534d6480;
}
.btn-outline-primary {
    color: #76858f;
    border-color: #76858f;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #76858f;
    border-color: #76858f;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #76858f80;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #76858f;
    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: #76858f;
    border-color: #76858f;
}
.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: 0 0 0 0.2rem #76858f80;
}
.btn-primary {
    color: #fff;
    background-color: #76858f;
    border-color: #76858f;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f08377;
    border-color: #f08377;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #76858f;
    border-color: #76858f;
    box-shadow: 0 0 0 0.2rem #76858f80;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #76858f;
    border-color: #76858f;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f08377;
    border-color: #f08377;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #76858f80;
}
.btn-outline-secondary {
    color:  var(--green-light);
    border-color:  var(--green-light);
    fill:  var(--green-light);
}
.btn-outline-secondary:hover {
    color: #fff;
    fill: #fff;
    background-color:  var(--green-light);
    border-color:  var(--green-light);
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem #93a4b380;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color:  var(--green-light);
    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;
    fill: #fff;
    background-color:  var(--green-light);
    border-color:  var(--green-light);
}
.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: 0 0 0 0.2rem #93a4b380;
}
.btn-secondary {
    color: #fff;
    fill: #fff;
    background-color:  var(--green-light);
    border-color:  var(--green-light);
}
.btn-secondary:hover {
    color: #fff;
    fill: #fff;
    background-color: #f08377;
    border-color: #f08377;
}
.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    fill: #fff;
    background-color:  var(--green-light);
    border-color:  var(--green-light);
    box-shadow: 0 0 0 0.2rem #93a4b380;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    fill: #fff;
    background-color:  var(--green-light);
    border-color:  var(--green-light);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    fill: #fff;
    background-color: #f08377;
    border-color: #f08377;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #93a4b380;
}
.relate-btn .btn {
    border: none;
}
.relate-btn .btn:hover {
    background: #fff;
    fill:  var(--green-light);
}
.btn-outline-danger {
    color: #B8CC33 ;
    border-color: #B8CC33;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #B8CC33;
    border-color: #B8CC33;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #B8CC33;
    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: #ee8776;
    border-color: #ee8776;
}
.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: 0 0 0 0.2rem #dc354580;
}
.btn-danger {
    color: #fff;
    background-color: #B8CC33;
    border-color: #B8CC33;
}
.btn-danger:hover {
    color: #fff;
    background-color: var(--green-muted);
    border-color: var(--green-muted);
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: var(--green-muted);
    border-color: var(--green-muted);
    box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #ee8776;
    border-color: #ee8776;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: var(--green-muted);
    border-color: var(--green-muted);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #e1536180;
}
@media all and (min-width: 960px) and (max-width: 1010px) {
    .quick-filter-button .settings-button {
        max-width: 100px;
    }
}
.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.3em;
    -webkit-user-select: none;
    user-select: none;
}
.dynamic-field-mode-list.dynamic-field-type-bool .checkbox-container {
    display: inline-block;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-container .checkmark {
    position: absolute;
    top: -0.3em;
    left: 0;
    background-color: #fff;
    border-radius: 0.2em;
    border: 0.05em solid var(--green-forest);
    padding: 0.5em 0.51em;
}
.checkbox-container input:disabled ~ .checkmark {
    cursor: not-allowed;
    background: #fff;
    opacity: 0.4;
}
.checkbox-container input:indeterminate ~ .checkmark:after {
    display: block;
}
.checkbox-container input:indeterminate ~ .checkmark:after {
    left: 0.45em;
    top: 0.47em;
    width: 0.9em;
    background: url(checkbox_cross.5769cf4438e44633.svg) no-repeat right;
}
.checkbox-container:hover input ~ .checkmark {
    background-color: #e9e9e9;
}
.checkbox-container input:checked ~ .checkmark {
    background-color: #fff;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container .checkmark:after {
    background: url(checkbox_cross.5769cf4438e44633.svg) no-repeat right;
    transform: translate(-50%, -50%);
    left: 0.45em;
    width: 0.9em;
    height: 0.8em;
}
@media all and (min-width: 62em) {
    .modal-checkbox-container {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 1.3em;
        -webkit-user-select: none;
        user-select: none;
        margin: 0.5em 0 0;
    }
}
@media all and (min-width: 24em) and (max-width: 62em) {
    .modal-checkbox-container {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 1.3em;
        -webkit-user-select: none;
        user-select: none;
        margin: 0.5em;
    }
}
.modal-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.modal-checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.9em;
    width: 0.9em;
    background-color: #778591;
    border-radius: 0.15em;
    border: 0.05em solid #ffffff;
}
.modal-checkbox-container:hover input ~ .checkmark {
    background-color: #778591;
}
.modal-checkbox-container input:checked ~ .checkmark {
    background-color: #778591;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.bulk-action-selected-number {
    margin-left: 1.8em;
}
.modal-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.modal-checkbox-container .checkmark:after {
    left: 0.28em;
    top: 0.1em;
    width: 0.28em;
    height: 0.55em;
    border: solid #ffffff;
    border-width: 0 0.13em 0.13em 0;
    transform: rotate(45deg);
}
.create-popup-checkbox {
    margin: 0 0 2.5em;
}
.select-action-group .checkbox-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    -webkit-user-select: none;
    user-select: none;
}
.select-action-group .bulk-action-button {
    min-width: auto;
    padding-left: 0.3em;
}
.select-action-group .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
@media all and (max-width: 36em) {
    .select-action-group .checkbox-container .checkmark {
        position: absolute;
        top: -1px;
        left: 0;
        height: 1em;
        width: 1em;
        background-color: #fff;
        border-radius: 0.2em;
        border: 0.05em solid var(--green-forest);
        margin: -0.36em 0 0;
    }
}
.list-view-table .checkbox-container .checkmark {
    background-color: #f5f5f5;
}
.select-action-group .checkbox-container:hover input ~ .checkmark {
    background-color: #e9e9e9;
}
.select-action-group .checkbox-container input:checked ~ .checkmark {
    background-color: #f5f5f5;
}
.select-action-group .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.select-action-group .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.select-action-group .checkbox-container .checkmark:after {
    width: 0.9em;
    height: 0.8em;
    transform: translate(-50%, -50%);
    left: 0.45em;
    top: 0.47em;
    background: url(checkbox_cross.5769cf4438e44633.svg) no-repeat right;
}
.filter-checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.3em;
    -webkit-user-select: none;
    user-select: none;
}
.filter-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.filter-checkbox-container .filter-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #fff;
    border-radius: 0.2em;
    border: 0.05em solid #e9e9e9;
    margin: 1em 1em 1em 0;
}
.filter-checkbox-container:hover input ~ .filter-checkmark {
    background-color: #e9e9e9;
}
.filter-checkbox-container input:checked ~ .filter-checkmark {
    background-color: #f5f5f5;
}
.filter-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.filter-checkbox-container input:checked ~ .filter-checkmark:after {
    display: block;
}
.filter-checkbox-container .filter-checkmark:after {
    left: 0.33em;
    top: 0.1em;
    width: 0.3em;
    height: 0.6em;
    border: solid #666666;
    border-width: 0 0.13em 0.13em 0;
    transform: rotate(45deg);
}
.dropdown-menu {
    background-color: var(--turquoise);
    width: max-content;
    min-width: 9em;
}
.dropdown-menu-right-center {
    right: 0;
    left: auto;
}
.dropdown-menu.submenu {
    border-radius: 0;
}
ngb-popover-window.popover {
    z-index: 10;
}
ngb-datepicker.dropdown-menu {
    padding: 0;
    background-color: #fff;
    z-index: 10;
}
ngb-datepicker-navigation {
    padding: 0.1em;
}
.ngb-dp-weekdays {
    background-color:  var(--green-light);
}
.ngb-dp-weekday {
    color: #fff;
}
.btn-light {
    color: var(--green-muted);
}
.action-group .dropdown-menu {
    background-color: #fff;
    margin-top: 0;
    font-size: 0.8em;
}
.action-group h4 {
    font-size: 0.8em;
    color: #666;
}
.action-group .dropdown-menu li {
    padding: 0.5em;
}
.action-group .dropdown-menu li a {
    color: #333;
}
.action-group .dropdown-menu li a:hover {
    text-decoration: none;
}
.action-alert .dropdown-menu li:not(:last-of-type),
.action-favourite .dropdown-menu li:not(:last-of-type) {
    border-bottom: 0.05em dotted #666666;
}
.action-favourite .dropdown-menu svg path {
    fill: #e3a35f;
}
.navbar .action-group .dropdown-menu .new-list-item .new-list-item-label {
    max-width: 10rem;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.action-history .dropdown-menu {
    margin-top: -5px;
    width: 290px;
    overflow-y: auto;
    max-height: 600px;
}
.action-history .dropdown-menu li {
    padding: 0 0.25rem;
}
.action-history .dropdown-menu .dropdown-item {
    padding: 0;
}
.action-history .dropdown-menu .new-list-item:first-child {
    border-top: none;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.action-history .dropdown-menu .new-list-item {
    padding-left: 0.45em;
    padding-bottom: 0.5rem;
    padding-top: 0.45rem;
    padding-right: 0.6rem;
    border-bottom: 1px solid lightgray;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    margin-right: 0.55rem;
    margin-left: 0.55rem;
}
.action-history .dropdown-menu .new-list-item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
.action-history .dropdown-menu .new-list-item .text-title {
    font-size: 0.8em;
    color: var(--green-forest);
    max-width: 13rem;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.action-history .dropdown-menu .new-list-item .text-subtitle {
    font-size: 1.1em;
    font-weight: 600;
    max-width: 13rem;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.action-history .dropdown-menu .action-btn-icon {
    display: inline-block;
    height: auto;
    width: auto;
}
.action-history .dropdown-menu .action-btn-icon svg {
    width: 1.8em;
    height: 1.8em;
}
.recently-viewed-header {
    display: block;
}
.recently-viewed-header:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
.recently-viewed-header:last-child a {
    border-bottom: none !important;
}
.action-new .dropdown-menu {
    margin-top: -5px;
    width: 210px;
}
.action-new .dropdown-menu .new-list-item {
    padding-left: 2rem;
}
.action-new .dropdown-menu .new-list-item span {
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.action-new .dropdown-menu .new-list-item-header:first-child {
    border-top: none;
    padding-top: 0.36rem;
}
.action-new .dropdown-menu .new-list-item-header:last-child {
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
}
.action-new .dropdown-menu .new-list-item-header {
    padding-left: 1.44rem;
    padding-bottom: 0;
    border-top: 1px solid lightgray;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 1.125em;
    color: var(--green-light);
}
.action-new .dropdown-menu .new-list-item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
.action-new .dropdown-menu .action-btn-icon {
    display: inline-block;
    height: auto;
    width: auto;
}
.alert-list-item:hover {
    background-color: #fdedeb;
    cursor: pointer;
}
.favourite-list-item:hover {
    background-color: #f9f1e8;
    cursor: pointer;
}
.action-favourite .dropdown-menu {
    border: 0.35em solid #e3a35f;
}
.action-group.navbar-action-group > .dropdown.show {
    background-color: var(--turquoise);
}
.action-group.navbar-action-group > .dropdown.show .action-link svg,
.action-group.navbar-action-group > .dropdown.show .action-link svg path,
.action-group.navbar-action-group > .dropdown.show .action-link svg polygon {
    fill:  var(--hover-white);
}
.action-group.navbar-action-group > .dropdown.show .global-action-icon svg,
.action-group.navbar-action-group > .dropdown.show .global-action-icon svg path,
.action-group.navbar-action-group > .dropdown.show .global-action-icon svg polygon {
    fill:  var(--hover-white);
}
.alerts-button.dropdown-toggle[_ngcontent-c1]:after,
.quickcreate-button.dropdown-toggle[_ngcontent-c1]:after,
.favourites-button.dropdown-toggle[_ngcontent-c1]:after {
    vertical-align: 0.05em;
}
a.close-navmenu {
    color: #e9e9e9;
    font-size: 0.8em;
    font-weight: 700;
    cursor: pointer;
}
a.close-navmenu:hover {
    color:  var(--hover-white);
}
.close-navmenu svg polygon {
    fill: #e9e9e9;
}
.close-navmenu svg {
    margin: 0 0.3em 0 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a:after {
    transform: rotate(-90deg);
    position: absolute;
    right: 5%;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu:focus .dropdown-menu,
.navbar-nav .non-grouped:hover .dropdown-submenu.submenu:hover .dropdown-menu.submenu,
.navbar-nav .non-grouped .dropdown-submenu.submenu .dropdown-menu.submenu.active,
.navbar-nav .main-grouped .dropdown-submenu.submenu .dropdown-menu.submenu.active,
.navbar-nav .non-grouped:hover .dropdown-submenu.submenu .dropdown-menu.submenu.active,
.navbar-nav .non-grouped:hover .dropdown-submenu.submenu:focus .dropdown-menu.submenu,
.dropdown-submenu.submenu .dropdown-submenu.submenu.submenu-extra:hover .dropdown-menu.submenu,
.dropdown-submenu.submenu .dropdown-submenu.submenu.submenu-extra .dropdown-menu.submenu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 100%;
}
.navbar-nav .non-grouped:hover .dropdown-submenu.submenu .dropdown-menu.submenu,
.dropdown-submenu.submenu .dropdown-submenu.submenu.submenu-extra .dropdown-menu.submenu {
    display: none;
}
.dropdown-submenu:hover .dropdown-menu a,
.dropdown-submenu:focus .dropdown-menu a,
.navbar-nav .non-grouped:hover .dropdown-submenu.submenu:hover .dropdown-menu.submenu a,
.navbar-nav .non-grouped:hover .dropdown-submenu.submenu:focus .dropdown-menu.submenu a {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-nav .dropdown-menu .nav-item:hover .action-link:hover svg,
.navbar-nav .dropdown-menu .nav-item:hover .action-link:hover svg path,
.navbar-nav .dropdown-menu .nav-item:hover .action-link:hover svg polygon,
.navbar-nav .dropdown-menu .nav-item:hover .action-link svg,
.navbar-nav .dropdown-menu .nav-item:hover .action-link svg path,
.navbar-nav .dropdown-menu .nav-item:hover .action-link svg polygon {
    fill: #fff;
}
.navbar-nav .dropdown-menu .nav-item:hover a.action-link:hover,
.navbar-nav .dropdown-menu .nav-item:hover a.action-link {
    color: #fff;
}
.nav-link-grouped:hover.hover-enabled,
.nav-link-nongrouped:hover.hover-enabled,
.nav-link-activated {
    color: #e9e9e9;
    text-decoration: none;
    background-color: var(--turquoise);
    margin-top: 1em;
    -webkit-border-top-left-radius: 0.285em;
    -webkit-border-top-right-radius: 0.285em;
    -moz-border-radius-topleft: 0.285em;
    -moz-border-radius-topright: 0.285em;
    border-top-left-radius: 0.285em;
    border-top-right-radius: 0.285em;
}
ul.main li.nav-item,
.main ul li {
    padding: 0 1em;
}
.nav-item .dropdown-menu {
    border: 0;
}
.dropdown-menu .nav-item:hover,
.dropdown-menu .nav-item .action-link:hover {
    background-color: #9ad5d6; /*HOVER NAV*/
}
ul.main li a,
.main ul li a,
.non-grouped .action-link {
    font-size: 0.8em;
    padding: 0.7rem;
}
.top-nav .dropdown-menu,
.top-nav .submenu {
    margin: 0;
    padding: 0;
}
.top-nav a {
    text-decoration: none;
    color: #f5f5f5;
}
.global-links-dropdown {
    margin: -5px 0 0;
    right: 0;
    position: absolute;
    width: 240px;
    background-color: #fff;
}
.global-links-dropdown hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.global-links-dropdown .global-user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0.4em 0.8em 0 1.5em;
    font-size: 0.9em;
    color: var(--green-light);
    font-weight: 700;
}
.primary-global-link {
    display: inherit;
    height: 3.1em;
    line-height: 3.1em;
}
.primary-global-link:after {
    margin-top: -5px;
}
.primary-global-link.dropdown-toggle:after {
    display: none;
}
.global-links.show .global-link-item {
    background-color: var(--turquoise);
    cursor: pointer;
}
.global-links.show .global-link-item .global-action-icon svg,
.global-links.show .global-link-item .global-action-icon svg path,
.global-links.show .global-link-item .global-action-icon svg polygon {
    fill:  var(--hover-white);
}
.global-links a.global-links-sublink:not([href]):not([tabindex]) {
    color: inherit;
}
.global-links a.global-links-sublink:hover:not([href]):not([tabindex]) {
    color: inherit;
}
.global-links svg path {
    fill: #fffc;
}
.global-link-item .nav-link {
    height: 3.1em;
    line-height: 3.1em;
    margin: 0;
    padding: 0;
}
.select-action-group .bulk-action-button {
    min-width: auto;
}
.chart-item,
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}
.dropdown-button .dropdown-menu,
.button-group-dropdown .dropdown-menu,
.bulk-action-group .dropdown-menu,
.select-action-group .dropdown-menu {
    font-size: 1em;
    -webkit-border-radius: 0.25em;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 0.25em;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-radius: 0 0 0.25em 0.25em;
    background-color: var(--green-light);
    width: max-content;
    min-width: 10em;
    border: 0;
    margin: 0;
    padding-bottom: 0.1em;
    padding-top: 0;
}
.dropdown-button .dropdown-menu .dropdown-item,
.button-group-dropdown .dropdown-menu .dropdown-item,
.bulk-action-group .dropdown-menu .dropdown-item,
.select-action-group .dropdown-menu .dropdown-item {
    padding: 0.25em 0.8em;
}
.dropdown-button-secondary .dropdown-menu {
    background-color:  var(--green-light);
}
.select-action-group .dropdown-menu {
    font-size: 1em;
    -webkit-border-radius: 0.25em;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 0.25em;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-radius: 0 0 0.25em 0.25em;
    background-color:  var(--green-light);
    width: max-content;
    min-width: 10em;
    border: 0;
    margin: 0;
}
.sectioned-dropdown-menu .dropdown-menu {
    font-size: 0.8em;
    border-radius: 0.25em;
    background-color: #fff;
    color: #333;
    min-width: 10em;
    border: 1px solid #dee2e6;
    margin: 0;
    width: 240px;
    box-shadow: 0 2px 4px #0000001a;
}
.sectioned-dropdown-menu .dropdown-menu .dropdown-menu-item-header {
    padding: 0.5rem 1.44rem 0;
    border-top: 1px solid lightgray;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    color: var(--green-light);
}
.sectioned-dropdown-menu .dropdown-menu .dropdown-menu-item-header:first-child {
    border-top: none;
}
.sectioned-dropdown-menu .dropdown-menu .section-split {
    border-top: 1px solid lightgray;
}
.sectioned-dropdown-menu .dropdown-menu .last-section .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0.5rem;
}
.sectioned-dropdown-menu .dropdown-menu .first-section {
    padding-top: 4px;
}
.filter-select .dropdown-menu .dropdown-item,
.sectioned-dropdown-menu .dropdown-menu .dropdown-item,
.select-action-group .dropdown-menu .dropdown-item {
    padding: 0.25em 0.8em;
}
.filter-select .dropdown-menu .dropdown-item svg,
.sectioned-dropdown-menu .dropdown-menu .dropdown-item svg,
.select-action-group .dropdown-menu .dropdown-item svg {
    margin: 0 0.5em 0 0;
}
.filter-select .dropdown-menu .dropdown-item.active,
.sectioned-dropdown-menu .dropdown-menu .dropdown-item.active,
.select-action-group .dropdown-menu .dropdown-item.active {
    padding-left: 1em;
    font-weight: 700;
}
.filter-select .dropdown-menu .dropdown-item.active svg,
.sectioned-dropdown-menu .dropdown-menu .dropdown-item.active svg,
.select-action-group .dropdown-menu .dropdown-item.active svg {
    fill: #000;
    stroke: #000;
}
.dropdown-button-secondary .dropdown-menu a,
.select-action-group .dropdown-menu a {
    color: #fff;
}
.dropdown-button-secondary .dropdown-menu a:hover,
.select-action-group .dropdown-menu a:hover {
    background-color: #4b7291;
    color: #fff;
    cursor: pointer;
}
.dropdown-button .dropdown-menu a,
.button-group-dropdown .dropdown-menu a,
.bulk-action-group .dropdown-menu a,
.select-action-group .dropdown-menu a {
    color: #fff;
}
.dropdown-button .dropdown-menu a:hover,
.button-group-dropdown .dropdown-menu a:hover,
.bulk-action-group .dropdown-menu a:hover,
.select-action-group .dropdown-menu a:hover {
    background-color: #4b7291;
    color: #fff;
    cursor: pointer;
}
.sectioned-dropdown-menu .dropdown-menu .dropdown-item {
    color: #333;
    padding: 0.5rem 0 0.5rem 2rem;
}
.sectioned-dropdown-menu .dropdown-menu .dropdown-item .dropdown-item-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1rem;
}
.sectioned-dropdown-menu .dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #000;
    cursor: pointer;
}
@media only screen and (min-width: 48em) {
    .global-links-dropdown .global-links-sublink {
        padding: 0.4em 0.8em 0.4em 1.8em;
        font-size: 0.8em;
        border-bottom: none;
    }
}
@media only screen and (min-width: 62em) {
    .global-links-dropdown a:hover {
        transition: color 0.5s ease-out;
        background: #f5f5f5;
    }
    .primary-global-link:hover {
        background: var(--turquoise);
    }
    .primary-global-link.dropdown-toggle:after {
        display: none;
    }
}
@media (max-width: 62em) {
    .dropdown-menu .dropdown-submenu {
        width: auto;
    }
}
@media only screen and (max-width: 48em) {
    .navbar .action-group .action-history .dropdown-menu {
        width: 280px;
        position: absolute;
        left: -10em;
    }
    .global-links .dropdown-menu {
        border: none;
        left: -12.7em;
    }
    .global-links a {
        border: none;
        padding: 0.4em 0.8em 0.4em 1.8em;
        font-size: 0.9em;
    }
    .action-new .dropdown-menu {
        position: absolute;
        left: -4em;
    }
}
@media only screen and (max-width: 30em) {
    .navbar .action-group .action-link {
        padding: 0 0.4rem !important;
    }
    .navbar .action-group .action-history .dropdown-menu {
        width: 224px;
        position: absolute;
        left: -7em;
    }
    .navbar .action-group .action-history .dropdown-menu .new-list-item {
        padding-left: 0.44rem;
    }
}
@media only screen and (max-width: 420px) {
    .dropdown-menu-right-center {
        right: 7vh;
        left: auto;
        position: fixed;
        top: 4em;
    }
}
@media all and (max-height: 105em) {
    .more-menu {
        height: max-content;
        max-height: 75em;
        overflow-y: scroll;
    }
}
@media all and (max-height: 75em) {
    .more-menu {
        height: max-content;
        max-height: 48em;
        overflow-y: scroll;
    }
}
@media all and (max-height: 62em) {
    .more-menu {
        height: max-content;
        max-height: 36em;
        overflow-y: scroll;
    }
}
@media all and (max-height: 48em) {
    .more-menu {
        height: max-content;
        max-height: 30em;
        overflow-y: scroll;
    }
}
@media all and (max-height: 30em) {
    .more-menu {
        height: max-content;
        max-height: 15em;
        overflow-y: scroll;
    }
}
.dropdown-submenu .dropdown-submenu-item.dropdown-item {
    background-color: inherit;
}
input {
    border-radius: 0.2em;
}
::placeholder {
    color: #c6d0d8;
}
.login-form select {
    height: 2.8em;
    border-radius: 0.2em;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3e%3cpath fill='%23666666' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 01.753 1.659l-4.796 5.48a1 1 0 01-1.506 0z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/14px 14px;
    appearance: none;
}
.login-form #auth_code {
    text-align: center;
}
@media all and (min-width: 36em) {
    .login-form input,
    .login-form select {
        background-color: #fff;
        padding: 0.6em 0 0.6em 2.5em;
        margin: 0.3em;
        border: 0.05em solid #c6d0d8;
        width: 24em;
        color: #777;
    }
    .login-form select {
        padding: 0.6em 0 0.6em 0.6em;
    }
}
@media all and (max-width: 36em) {
    .login-form input,
    .login-form select {
        background-color: #fff;
        padding: 0.6em 0 0.6em 2.5em;
        margin: 0.3em;
        border: 0.05em solid #c6d0d8;
        width: 18em;
        color: #777;
    }
    .login-form select {
        padding: 0.6em 0 0.6em 0.6em;
    }
}
@media all and (max-width: 30em) {
    .input-group {
        margin: 0.5em 0.5em 0.5em 1em;
        padding: 0;
        max-width: 90%;
    }
}
.modal-label {
    display: block;
}
.modal-input {
    border: 0.05em solid #e9e9e9;
    padding: 0.5em 0.25em 0.5em 1em;
    margin: 0 1em 0 0;
    color: #666;
    font-size: 0.8em;
    background-color: #fff;
    width: 75%;
}
.modal-label {
    color: var(--green-forest);
    font-size: 0.8em;
    font-weight: 500;
    margin: 1em 0 0.5em;
}
.select {
    position: relative;
    height: 2em;
    width: 75%;
    background-color: #fff;
    font-size: 1em;
}
.select:after {
    content: "";
    position: absolute;
    top: 0.55em;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 0.55em 0.33em 0.55em 0.33em;
    border-color: #666666 transparent transparent transparent;
    pointer-events: none;
}
.select:before {
    width: 1.9em;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    content: "";
    pointer-events: none;
}
.select:hover:before {
    background: #fff;
}
.select select {
    font-size: 0.9em;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    padding-right: 2.2em;
    padding-left: 1em;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    color: #666;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
    display: none;
}
.select select:focus {
    border-color: #63ffb4;
}
@media all and (min-width: 0 \fffd) and (min-resolution: 0.001dpcm) {
    .select select {
        padding-right: 0;
    }
    .select:after,
    .select:before {
        display: none;
    }
}
:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #80bdff;
    border-color: #80bdff;
}
.visually-hidden {
    display: none;
}
select.custom-select {
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3e%3cpath fill='%23666666' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 01.753 1.659l-4.796 5.48a1 1 0 01-1.506 0z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/14px 14px;
    appearance: none;
}
.radioenum-input input[type="radio"] {
    display: none;
}
.radioenum-input label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.19rem;
    margin: 0 0.3rem 0 0;
    width: 1rem;
    height: 1rem;
    border-radius: 0.75rem;
    border: 0.06rem solid #76858f;
    background-color: transparent;
}
.radioenum-input input[type="radio"]:checked + label:after {
    border-radius: 11px;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.4375rem;
    left: 1.5rem;
    content: " ";
    display: block;
    background: var(--green-muted);
}
@-moz-document url-prefix() {
    .radioenum-input input[type="radio"]:checked + label:after {
        top: 0.44rem;
    }
}
.home-nav-link svg {
    fill: #FFF;
    display: inline-block;
    vertical-align: middle;
    width: 1.2em;
    height: 1.5em;
    margin-top: -0.2em;
}
.home-nav-link .sicon svg {
    width: 1.2em;
    height: 1.5em;
}
.action-link svg,
.action-link svg path,
.action-link svg polygon {
    fill: #fff;
    margin: 0 0.8em 0 0;
}
.action-link:hover svg,
.action-link:hover svg path,
.action-link:hover svg polygon {
    fill:  var(--hover-white);
}
.nav-link svg {
    width: 1.2em;
    height: 1.2em;
}
.action_btn_alert .dropdown-menu svg,
.action_btn_favourite .dropdown-menu svg,
.action_btn_new .dropdown-menu svg {
    margin: 0 0.3em 0 0;
}
.action_btn_alert .dropdown-menu svg path {
    fill: #ef8177;
}
.action_btn_favourite .dropdown-menu svg path {
    fill: #e2b98e;
}
.action_btn_new .dropdown-menu svg polygon {
    fill: #a99ac9;
}
.line-action-item {
    padding: 0.2em;
    background: none;
}
.line-action svg polygon {
    fill: #a99ac9;
}
.line-action svg {
    fill: #a99ac9;
}
.line-action:hover svg {
    fill: var(--green-light);
}
.sicon svg {
    width: 1.1em;
    height: 1.1em;
}
.sicon-xs svg {
    width: 0.5em;
    height: 0.5em;
}
.sicon-2x svg {
    width: 1.9em;
    height: 1.9em;
}
.sicon-3x svg {
    width: 3.8em;
    height: 3.8em;
}
.sicon-4x svg {
    width: 7.5em;
    height: 7.5em;
}
.sicon-5x svg {
    width: 15em;
    height: 15em;
}
.recent-link scrm-svg-icon > svg {
    margin: 0.3em 0.8em 0.8em 0;
}
.action-btn-icon svg {
    width: 1.2em;
    height: 1.2em;
}
.search-mobile-view svg {
    fill: #fff;
}
.action-link.primary-global-link svg path {
    fill: #fff;
}
.action-new .dropdown-menu svg polygon {
    fill: var(--green-light);
}
.action-history .dropdown-menu svg g {
    fill: var(--green-light);
}
.back-to-top svg {
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
}
.back-to-top svg polygon {
    fill: #666;
}
.login-form svg {
    width: 1.2em;
    height: 1.2em;
    margin: 1em;
}
.login-form svg path,
.login-form svg polygon,
.login-form svg rect {
    fill: #c6d0d8;
}
.list-view-settings svg {
    fill: #fff;
    margin: 0 0.5em 0 0;
}
.record-view-actions svg {
    fill: #fff;
    margin: 0 0.5em 0 0;
}
.sort-icon {
    fill: #e9e9e9;
    margin: 0 0.2em;
}
.pagination-icons {
    fill: #fff;
    margin: 0;
}
.pagination-icons svg {
    vertical-align: bottom;
    width: 1.7em;
    height: 1.7em;
}
.widget-close-icon svg {
    fill: #fff;
    cursor: pointer;
}
.widget-button-icon {
    fill: #fff;
    margin: 0 0.5em 0 0;
    vertical-align: middle;
}
.remove-button svg {
    fill: #a99ac9;
}
.expand-table-row svg {
    fill: #a99ac9;
}
.modal .close svg {
    fill: #fff;
}
.info-icon {
    margin: 0 0 0 0.5em;
}
.info-icon svg circle {
    fill: #fff;
}
.info-icon svg path {
    fill: #778591;
}
.create-popup-arrow svg {
    width: 1.2em;
}
.create-popup-cross svg {
    width: 0.75em;
    height: 0.75em;
}
.create-popup-arrow svg polygon,
.create-popup-cross svg polygon,
.create-popup-calendar svg * {
    fill: #c3c1c9;
}
.list-data-icon {
    margin: 0;
    padding: 0;
}
.list-data-icon svg {
    fill: #aa9dcc;
    margin: 0;
    padding: 0;
}
.back-top-icon {
    margin: 0;
    padding: 0;
}
.responsive-menu-toggler svg path {
    fill: #f5f5f5;
}
.mobile-nav-icon svg {
    fill: #f5f5f5;
    stroke: #f5f5f5;
    width: 1.4em;
    height: 1.4em;
}
.mobile-nav-icon svg polygon {
    vertical-align: middle;
    fill: #f5f5f5;
}
@media all and (max-width: 24em) {
    .inner-addon {
        position: relative;
    }
    .inner-addon .sicon {
        position: absolute;
        margin-left: 2em;
        pointer-events: none;
    }
    .left-addon .sicon {
        left: 0;
    }
    .left-addon input {
        padding-left: 2.5em;
    }
    .right-addon .sicon {
        right: 0;
    }
    .right-addon input {
        padding-right: 1.9em;
    }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .inner-addon {
        position: relative;
    }
    .inner-addon .sicon {
        margin-left: 1.5em;
    }
}
@media screen and (device-aspect-ratio: 40/71) {
    .inner-addon {
        position: relative;
    }
    .inner-addon .sicon {
        margin-left: 0.5em;
    }
    .left-addon .sicon {
        left: 0;
    }
    .left-addon input {
        padding-left: 2.5em;
    }
    .right-addon .sicon {
        right: 0;
    }
    .right-addon input {
        padding-right: 1.9em;
    }
}
@media all and (min-width: 24.5em) and (max-width: 36em) {
    .inner-addon {
        position: relative;
    }
    .inner-addon .sicon {
        position: absolute;
        margin-left: 3em;
        pointer-events: none;
    }
    .left-addon .sicon {
        left: 0;
    }
    .left-addon input {
        padding-left: 2.5em;
    }
    .right-addon .sicon {
        right: 0;
    }
    .right-addon input {
        padding-right: 1.9em;
    }
}
@media all and (min-width: 36em) {
    .inner-addon {
        position: relative;
    }
    .inner-addon .sicon {
        position: absolute;
        padding-left: 0.2em;
        pointer-events: none;
    }
    .left-addon .sicon {
        left: 0;
    }
    .left-addon input {
        padding-left: 2.5em;
    }
    .right-addon .sicon {
        right: 0;
    }
    .right-addon input {
        padding-right: 1.9em;
    }
}
@media all and (min-width: 48em) {
    button svg {
        vertical-align: -0.2em;
        display: inline-block;
    }
}
@media all and (min-width: 62em) {
    .nav-link:hover svg,
    .nav-link:hover svg *,
    .home-nav-link:hover svg {
        fill: #FFF;
    }
}
.alert-fixed {
    position: fixed;
    top: 3.3em;
    left: 0;
    z-index: 1510;
    border-radius: 0;
    margin-left: calc(50% - 20rem);
    width: fit-content;
}
.message-container .alert {
    min-width: 39rem;
}
.message-container .alert:hover {
    cursor: pointer;
}
.message-container:focus {
    outline: none;
}
@media all and (max-width: 30em) {
    .message-container .alert {
        min-width: 22rem;
        overflow: auto;
        max-height: 10em;
    }
    .alert-fixed {
        margin-left: calc(50% - 12rem);
    }
}
@media all and (min-width: 30em) and (max-width: 48em) {
    .message-container .alert {
        min-width: 22rem;
        overflow: auto;
        max-height: 10em;
    }
    .alert-fixed {
        margin-left: calc(50% - 12rem);
    }
}
.vertical-bar-chart .chart-legend .legend-labels li.legend-label,
.line-chart .chart-legend .legend-labels li.legend-label {
    display: list-item;
}
.line-chart .chart-legend,
.vertical-bar-chart .chart-legend {
    padding-bottom: 0.3em;
}
.widget-background {
    background-color: #fff;
}
.widget .chart-legend .legend-wrap {
    width: calc(100% - 20px);
    margin-left: 10px;
}
.ngx-charts-outer {
    width: auto !important;
    height: auto !important;
}
.tabs-layout .tab-content {
    background-color: #fff;
}
.tabs-layout .nav-tabs {
    border-bottom: 1px solid #f5f5f5;
}
.tabs-layout .nav-tabs .tab {
    padding-right: 0.1em;
}
.tabs-layout .nav-tabs .tab-link {
    background-color: #d7dde1;
    color: #333;
    font-size: 0.875rem;
    border: none;
    padding: 0.4512rem 1rem;
}
.tabs-layout .nav-tabs .tab-link.active {
    background-color: var(--green-forest);
    color: #fff;
    border-color: var(--green-forest);
}
.nav-tabs .tab-link.active:hover {
    color: #d7dde1;
}
.field-layout.edit .form-row > .col,
.field-layout.edit .form-row > [class*="col-"],
.field-layout.create .form-row > .col,
.field-layout.create .form-row > [class*="col-"] {
    padding-bottom: 0.65rem !important;
}
.field-layout.edit .field-separation,
.field-layout.create .field-separation {
    display: none;
}
.field-layout.edit .field-layout-field-group-wrapper,
.field-layout.create .field-layout-field-group-wrapper {
    margin-bottom: 5px;
}
.field-layout-field-group-wrapper {
    min-height: 2em;
}
.create.field-layout .field-separation {
    border-top: 1px solid #ddd;
    margin-top: 0.25rem !important;
    padding-top: 5px !important;
}
.field-layout .field-separation {
    border-top: 1px solid #ddd;
    margin-top: 0 !important;
    padding-top: 5px !important;
}
span.required {
    color: #dc3545;
    position: absolute;
    left: 7px;
}
.tabs-layout .nav-tabs .tab-link {
    background-color: #d7dde1;
    color: #333;
    font-size: 0.8rem;
    border: none;
    padding: 0.35rem 1rem;
}
.tab-content {
    box-shadow: 0 0.125rem 0.25rem #00000013 !important;
    border: 1px solid #dee2e6 !important;
}
.tabs-layout .nav-tabs .tab {
    display: flex;
    align-items: end;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-left: 5px;
    padding-bottom: 5px !important;
}
.field-layout > .form-row > .form-group > .form-group.row {
    margin-bottom: 0;
}
.field-layout > .form-row > .form-group > .form-group.row .email_addresses {
    padding-top: 0.5rem;
}
.field-layout .col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    word-break: break-word;
}
.field-layout .col-form-label .col-form-label-sm {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.76rem;
}
.field-layout.detail textarea.form-control:disabled,
.field-layout.detail textarea.form-control[readonly] {
    background-color: transparent;
    padding: 0;
    border: none;
    color: inherit;
}
pre.detail-pre-styling[readonly] {
    background-color: transparent;
    padding: 0;
    border: none;
    color: inherit;
    font-family: inherit;
    margin-bottom: 0;
    white-space: break-spaces;
}
.sub-panel-banner {
    color: var(--green-forest);
}
.sub-panel-banner-text {
    margin-left: 1em;
}
.sub-panel-banner-button:hover {
    background-color: #534d641f;
}
.sub-panel .subpanel-icon svg {
    font-size: x-large;
    fill: #fff;
    stroke: #fff;
}
.sub-panel div.card {
    margin-top: 0.625rem;
}
@media (max-width: 480px) {
    .sub-panel .panel-buttons button.btn-outline-light scrm-label {
        display: none;
    }
    .sub-panel .panel-buttons button.btn-outline-light scrm-image {
        display: flex !important;
    }
}
.sub-panel .panel-buttons button.btn-outline-light scrm-image {
    display: none;
}
.sub-panel .panel-buttons button.button-group-button.btn-outline-light.active {
    background-color: var(--green-forest);
    color: #fff;
    border-color: var(--green-forest);
    font-weight: 700;
}
.sub-panel .panel-buttons button.button-group-button.btn-outline-light.active scrm-image {
    display: inline;
}
.sub-panel .panel-buttons button.button-group-button.btn-outline-light.active svg {
    fill: #fff;
}
.sub-panel .panel-buttons button.button-group-button.btn-outline-light.active:hover {
    background-color: #fff;
    color: var(--green-forest);
    border-color: #fff;
    fill: var(--green-forest);
}
.sub-panel .panel-buttons button.button-group-button.btn-outline-light.active:hover scrm-image {
    display: inline;
}
.sub-panel .panel-buttons button.button-group-button.btn-outline-light.active:hover scrm-image svg {
    fill: var(--green-forest);
}
@media all and (max-width: 30em) {
    .sub-panel table td {
        max-width: 100px;
    }
}
div.widget-panel .panel-card .card-header {
    background-color: #fff;
    color: var(--green-forest);
    font-weight: 700;
    border-top: 3px solid var(--green-forest);
    padding: 0.5rem 0.6rem;
}
.sub-panel-banner .insight-panel {
    margin-left: 0;
    margin-right: 0;
}
.sub-panel-banner .insight-panel .insight-panel-card {
    cursor: pointer;
    padding: 0;
    border: none;
    border-bottom: 1px solid #777777;
    border-radius: 0;
    margin: 0 0.5em 0 0;
    color: #777;
}
.sub-panel-banner .insight-panel .insight-panel-card .grid-widget {
    min-height: 2.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    height: 100%;
    justify-content: flex-end;
    flex-direction: row !important;
    align-items: start;
}
.sub-panel-banner .insight-panel .insight-panel-card .grid-widget .widget-entry-icon {
    display: flex;
    justify-content: flex-end;
    margin-right: 0.4em;
}
.sub-panel-banner .insight-panel .insight-panel-card .grid-widget .widget-entry-icon svg {
    font-size: 1.5em;
    fill: #777;
    stroke: #777;
}
.sub-panel-banner .insight-panel .insight-panel-card .grid-widget .sub-panel-banner-value {
    margin-left: 0.4em;
    min-width: fit-content;
}
.sub-panel-banner .insight-panel .insight-panel-card .grid-widget .sub-panel-banner-value .widget-entry-value {
    color: #777;
    font-size: 0.67rem;
}
.sub-panel-banner .insight-panel .insight-panel-card .grid-widget .sub-panel-banner-value .skeleton-field-content {
    height: 0.8em;
}
.sub-panel-banner .insight-panel .insight-panel-card .grid-widget .sub-panel-banner-button-title {
    width: 100%;
}
.sub-panel-banner .insight-panel .insight-panel-card .grid-widget .sub-panel-banner-button-title .widget-entry-label {
    text-transform: uppercase;
    font-size: 0.62rem;
    width: 100%;
    padding: 0.5em 0;
    color: #777;
}
@media (min-width: 36em) {
    .sub-panel-banner .insight-panel .insight-panel-card:hover {
        border-bottom: 1px solid #9f9e9e;
    }
    .sub-panel-banner .insight-panel .insight-panel-card:hover .grid-widget {
        background-color: inherit;
    }
    .sub-panel-banner .insight-panel .insight-panel-card:hover .grid-widget .widget-entry-icon svg {
        fill: #9f9e9e;
        stroke: #9f9e9e;
    }
    .sub-panel-banner .insight-panel .insight-panel-card:hover .grid-widget .sub-panel-banner-button-title .widget-entry-label {
        font-size: 0.62rem;
        color: #9f9e9e;
    }
    .sub-panel-banner .insight-panel .insight-panel-card:hover .grid-widget .sub-panel-banner-value .widget-entry-value {
        color: #9f9e9e;
    }
}
.sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active {
    border-bottom: 1px solid var(--green-light);
}
.sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active .grid-widget {
    background-color: inherit;
}
.sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active .grid-widget .widget-entry-icon svg {
    fill: var(--green-light);
    stroke: var(--green-light);
}
.sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active .grid-widget .sub-panel-banner-button-title .widget-entry-label {
    font-size: 0.62rem;
    color: var(--green-light);
    font-weight: 900;
}
.sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active .grid-widget .sub-panel-banner-value .widget-entry-value {
    color: var(--green-light);
}
@media (min-width: 36em) {
    .sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active:hover {
        border-bottom: 1px solid #b9a2f2;
    }
    .sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active:hover .grid-widget {
        background-color: inherit;
    }
    .sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active:hover .grid-widget .widget-entry-icon svg {
        fill: #b9a2f2;
        stroke: #b9a2f2;
    }
    .sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active:hover .grid-widget .sub-panel-banner-button-title .widget-entry-label {
        font-size: 0.62rem;
        color: #b9a2f2;
        font-weight: 900;
    }
    .sub-panel-banner .insight-panel .insight-panel-card.sub-panel-banner-button-active:hover .grid-widget .sub-panel-banner-value .widget-entry-value {
        color: #b9a2f2;
    }
}
@media (min-width: 768px) {
    .sub-panel-banner .insight-panel .col-md-2 {
        flex: 0 0 15.666667%;
        max-width: 15.666667%;
    }
}
.sub-panel-banner .insight-panel .sub-panel-banner-tooltip {
    width: 100%;
}
.sub-panel-banner .insight-panel .sub-panel-banner-tooltip .widget-entry-label {
    border-bottom: 2px solid #ced4da;
    font-size: 0.7rem;
    line-height: 1rem;
}
.sub-panel-banner .insight-panel .sub-panel-banner-tooltip .widget-entry-label label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin: 0;
}
.sub-panel-banner .sub-panel-banner-body .sub-panel-banner-body-table {
    width: 95%;
    table-layout: fixed;
}
.sub-panel-banner .sub-panel-banner-body .sub-panel-banner-body-table .sub-panel-banner-body-table-row:first-child .sub-panel-banner-body-table-col {
    padding-bottom: 0.5em;
}
.sub-panel-banner .sub-panel-banner-body .sub-panel-banner-body-table .sub-panel-banner-body-table-row,
.sub-panel-banner .sub-panel-banner-body .sub-panel-banner-body-table .sub-panel-banner-body-table-row .sub-panel-banner-body-table-col {
    height: 100%;
}
.sub-panel-banner .sub-panel-banner-body .sub-panel-banner-body-table .sub-panel-banner-body-table-row .sub-panel-banner-body-table-col .insight-panel-card {
    height: 100%;
    display: flex;
}
.sub-panel-banner .sub-panel-banner-body .sub-panel-banner-body-table .sub-panel-banner-body-table-row .sub-panel-banner-body-table-col .grid-widget {
    justify-content: flex-end;
    flex-direction: row !important;
    align-items: start;
}
.sub-panel-banner .sub-panel-banner-body .sub-panel-banner-body-table .sub-panel-banner-body-table-row .sub-panel-banner-body-table-col .grid-widget .statistics-sidebar-widget-row {
    width: 100%;
    height: 100%;
    min-height: 2.7em;
}
.sub-panel-banner .sub-panel-banner-body .sub-panel-banner-body-table .sub-panel-banner-body-table-row .sub-panel-banner-body-table-col .grid-widget .sub-panel-banner-button-title .widget-entry-label {
    text-wrap: auto;
    word-break: normal;
}
.sub-panels {
    padding: 0 1.25rem 1.25rem;
}
.sub-panel-banner.accordion .card {
    border: none;
}
.sub-panel-banner.accordion .card .accordion-collapse.collapsing {
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}
.sub-panel-banner.accordion .card .card-header {
    min-height: 2.1em;
    padding: 0.5rem 1.25rem;
    background: #fff;
}
.sub-panel-banner.accordion .card .card-header .sub-panel-banner-header {
    min-height: 2.2em;
}
.sub-panel-banner.accordion .card .card-header .sub-panel-header-toggle {
    border-radius: 50%;
}
.sub-panel-banner.accordion .card .card-header .sub-panel-header-toggle .hidden-subpanel-buttons-count {
    top: -7px;
    right: -10px;
    background: #a99ac9;
    color: #fff;
    border-radius: 7px;
}
.sub-panel-banner.accordion .card .card-header .sub-panel-header-toggle svg {
    font-size: 1.1em;
}
.sub-panel-banner.accordion .card .card-header a.clickable {
    color: var(--green-forest);
    font-weight: 700;
}
.sub-panel-banner.accordion .card .card-header a.clickable svg {
    fill: var(--green-forest);
}
.sub-panel-banner.accordion .card .card-body {
    padding: 0;
}
.sub-panel-banner.accordion a:hover {
    text-decoration: none;
}
.sub-panel:first-child .card.panel-card {
    margin-top: 0.3em;
}
.sub-panel table tr td:first-child,
.sub-panel table tr th:first-child {
    padding-left: 1.3em;
}
.sub-panel table tr td:last-child,
.sub-panel table tr th:last-child {
    padding-right: 1.3em;
}
.sub-panel .table .show-more-column {
    float: none !important;
    width: 16px;
}
.sub-panel .table .show-more-column scrm-record-details-popup-button {
    display: flex;
    width: 100%;
}
.sub-panel .table .show-more-column scrm-record-details-popup-button scrm-popup-button {
    display: flex;
    width: 100%;
}
.sub-panel .table .show-more-column scrm-record-details-popup-button scrm-popup-button scrm-button {
    display: flex;
    justify-content: center;
    width: 100%;
}
@media all and (max-width: 30em) {
    .sub-panels {
        padding: 0;
    }
}
.subpanel-history .column-module_name,
.subpanel-activities .column-module_name {
    width: 3em;
}
.circle {
    border-radius: 50%;
    display: inline-block;
}
.rounded-square {
    border-radius: 15%;
    display: inline-block;
}
.history-timeline-viewport {
    height: 45em;
    overflow-x: auto;
}
.history-timeline-viewport-no-data {
    height: 100px;
}
.history-timeline {
    font-size: small;
    font-weight: 700;
    padding-top: 0 !important;
}
.history-timeline .card {
    border: none;
    margin-left: 7px;
    padding-left: 18px;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.history-timeline .history-timeline-entry .history-timeline-entry-icon {
    z-index: 2;
    margin-right: -1.5rem;
}
.history-timeline .history-timeline-entry .history-timeline-entry-icon .icon-square {
    width: 2rem;
    height: 2rem;
    border: 2px solid lightgray;
    background: #fff;
}
.history-timeline .history-timeline-image svg {
    font-size: 150%;
}
.history-timeline .history-timeline-entry-title {
    margin-bottom: 0;
    line-height: 1;
}
.history-timeline .history-timeline-entry-date {
    line-height: 1;
}
.history-timeline .history-timeline-entry-description {
    white-space: pre;
}
.history-timeline .connector {
    height: 0.5rem;
    width: 0.6rem;
    border-top: 0.17em solid;
    border-bottom: 0.17em solid;
}
.history-timeline .history-timeline-entry.entry-yellow .icon-square {
    border-color: #daa520;
}
.history-timeline .history-timeline-entry.entry-yellow svg {
    fill: #daa520;
    stroke: #daa520;
}
.history-timeline .history-timeline-entry.entry-yellow a {
    color: #daa520;
}
.history-timeline .history-timeline-entry.entry-purple .icon-square {
    border-color: #be79be;
}
.history-timeline .history-timeline-entry.entry-purple svg {
    fill: #be79be;
    stroke: #be79be;
}
.history-timeline .history-timeline-entry.entry-purple a {
    color: #be79be;
}
.history-timeline .history-timeline-entry.entry-blue .icon-square {
    border-color: #8ab2ba;
}
.history-timeline .history-timeline-entry.entry-blue svg {
    fill: #8ab2ba;
    stroke: #8ab2ba;
}
.history-timeline .history-timeline-entry.entry-blue a {
    color: #8ab2ba;
}
.history-timeline .history-timeline-entry.entry-orange .icon-square {
    border-color: #f59e5b;
}
.history-timeline .history-timeline-entry.entry-orange svg {
    fill: #f59e5b;
    stroke: #f59e5b;
}
.history-timeline .history-timeline-entry.entry-orange a {
    color: #f59e5b;
}
.history-timeline .history-timeline-entry.entry-green .icon-square {
    border-color: #83bb73;
}
.history-timeline .history-timeline-entry.entry-green svg {
    fill: #83bb73;
    stroke: #83bb73;
}
.history-timeline .history-timeline-entry.entry-green a {
    color: #83bb73;
}
.history-timeline .history-timeline-entry.entry-grey .icon-square {
    border-color: #e9e9e9;
    background-color: #fff;
}
.history-timeline .history-timeline-entry.entry-grey svg {
    fill: #fff;
    stroke: #fff;
}
.history-timeline .history-timeline-entry.entry-grey a {
    color: #e9e9e9;
}
.history-timeline-viewport .skeleton-field-content {
    height: inherit;
}
.history-timeline-viewport .history-timeline-entry-title skeleton-field-content {
    opacity: 0.6;
}
.history-timeline-viewport .icon-square.box-loading {
    opacity: 0.8;
}
.history-timeline-viewport .entry-purple .history-timeline-entry-title .skeleton-field-content {
    background-color: #be79be;
}
.history-timeline-viewport .entry-yellow .history-timeline-entry-title .skeleton-field-content {
    background-color: #f59e5b;
}
.history-timeline-viewport .entry-blue .history-timeline-entry-title .skeleton-field-content {
    background-color: #8ab2ba;
}
.history-timeline-viewport .entry-orange .history-timeline-entry-title .skeleton-field-content {
    background-color: #d1c369;
}
.history-timeline-viewport .entry-green .history-timeline-entry-title .skeleton-field-content {
    background-color: #83bb73;
}
.overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #fff9;
    z-index: 499;
    cursor: default;
}
.loading-spinner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.loading-spinner .sk-cube-secondary,
.loading-spinner .sk-cube-primary {
    border: 1px solid #ffffff;
    background-color: var(--green-forest);
    opacity: 0.4;
}
.inline-spinner > div {
    width: 0.25em;
    height: 0.25em;
    background-color: #94a6b5;
}
.inline-spinner.inline-spinner-md > div {
    width: 0.5em;
    height: 0.5em;
}
.inline-spinner.inline-spinner-danger > div {
    background-color: #ee8776;
}
.inline-spinner.inline-spinner-primary > div {
    background-color: #76858f;
}
.inline-spinner.inline-spinner-secondary > div {
    background-color:  var(--green-light);
}
.inline-spinner.inline-spinner-main > div {
    background-color: var(--green-forest);
}
.widget {
    background-color: #fff;
}
.widget-panel.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem #00000040 !important;
}
.sub-panel .panel-card .card-header {
    background-color: #76858f;
}
.widget-panel .minimise-button.btn-outline-light {
    fill: #666;
}
.widget-panel .minimise-button.btn-outline-light:hover {
    fill:  var(--green-light);
}
.widget-header {
    background-color: var(--green-forest);
    -webkit-border-top-left-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    -moz-border-radius-topleft: 0.3em;
    -moz-border-radius-topright: 0.3em;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    height: 2.8rem;
}
.widget-header h3 {
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
    padding: 0 0.75rem;
    line-height: 1.5;
}
.widget-close-icon {
    margin-right: 0.2em;
}
.text-yellow {
    color: #e3a35f;
}
.text-blue {
    color: #7096b5;
}
.text-green {
    color: #c6ca6b;
}
.text-red {
    color: #ef8177;
}
.text-purple {
    color: #f8f4f8;
}
.text-dark {
    color: #000;
}
.text-grey {
    color: #666;
}
.text-medium {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
}
.text-large {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
}
.text-x-large {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.text-xx-large {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.text-huge {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.chart-sidebar-widget .chart-loading {
    height: 100px;
}
.widget-bar {
    background-color: #fff;
    color: #444;
    box-shadow: 0 0.125rem 0.25rem #00000013;
    border: 1px solid #dee2e6;
    min-height: 60px;
}
.widget-bar .widget-bar-entry:not(:first-child):not(:last-child) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.widget-bar .widget-bar-entry-value {
    font-weight: 700;
    font-size: 1.3em;
    word-break: break-word;
    text-align: center;
}
.widget-bar .widget-bar-entry-value .skeleton-field-content {
    background-color: #444;
    opacity: 0.2;
}
.widget-bar .widget-bar-entry-label,
.widget-bar .widget-bar-entry-end-label {
    font-weight: 400;
    font-size: 0.8em;
    text-align: center;
    word-break: break-word;
}
.widget-bar .widget-bar-entry-label:first-child {
    padding-top: 0.2rem;
}
.widget-bar .inline-spinner > div {
    width: 0.45em;
    height: 0.45em;
    background-color: #444;
}
.widget-table .panel-buttons .action-group-menu .button-group-dropdown .dropdown-menu {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0.125rem 0.25rem #00000013;
}
.widget-table .panel-buttons .action-group-menu .button-group-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #e9e9e9 !important;
    color: var(--green-forest) !important;
}
.widget-table .panel-buttons .action-group-menu .button-group-dropdown .dropdown-menu .dropdown-item {
    border-radius: 0;
    padding: 0;
}
.widget-table .panel-buttons .action-group-menu .button-group-dropdown .dropdown-menu .dropdown-item > div {
    border-bottom: 1px solid lightgray !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.5em 0;
}
.widget-table .panel-buttons .action-group-menu .button-group-dropdown .dropdown-menu .dropdown-item:last-child > div {
    border-bottom: none !important;
}
.minimal-table .card {
    box-shadow: 0 0.125rem 0.25rem #00000040;
    border: 1px solid #dee2e6;
}
.minimal-table .card .card-header {
    background-color: #fff;
    color: var(--green-forest);
    font-weight: 700;
    border-top: 3px solid var(--green-forest);
    padding: 0.5rem 0.6rem;
}
.minimal-table .card .card-header .subpanel-icon svg {
    fill: var(--green-forest);
    stroke: var(--green-forest);
}
.minimal-table .card .card-header .btn.btn-outline-light {
    border-color: var(--green-forest);
    color: var(--green-forest);
}
.minimal-table .card .card-header .panel-buttons .dropdown-menu.show {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem #00000040;
    border: 1px solid #dee2e6;
    z-index: 1;
}
.minimal-table .card .card-header .panel-buttons .dropdown-menu.show a:hover {
    background-color: #a99ac9;
    color: #fff;
    cursor: pointer;
}
.minimal-table .card .card-header .panel-buttons .button-group-button {
    border-color: var(--green-forest);
    color: var(--green-forest);
}
.minimal-table .card .card-body .card.filter-panel.panel-card {
    box-shadow: none;
    border-left: none;
    border-right: none;
    margin: 0.3em 0.4em 0.5em !important;
}
.minimal-table .card .card-body .card.filter-panel.panel-card .card-body {
    padding: 0.5em 0 !important;
}
.minimal-table .card .card-body .card.filter-panel.panel-card .card-body .filter-body {
    padding: 0 !important;
}
.minimal-table .list-view-tableactions {
    background: none;
    padding: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.minimal-table .list-view-tableactions .table-pagination-wrapper {
    min-height: 2.4rem;
    display: flex;
    align-items: center;
}
.minimal-table .list-view-tableactions .table-pagination-wrapper .bulk-action {
    display: flex !important;
    color: var(--green-forest);
}
.minimal-table .list-view-tableactions .load-more-style .load-more {
    color: var(--green-forest);
    background-color: #fff;
    border: none;
}
.minimal-table .list-view-tableactions .load-more-style scrm-image {
    display: none;
    fill: var(--green-forest) !important;
    font-size: 60%;
}
.minimal-table .table-body-wrapper {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.minimal-table .list-view-table {
    margin-top: 0;
    margin-bottom: 0;
}
.minimal-table .list-view-table thead {
    background: none;
}
.minimal-table .list-view-table thead th {
    border-top: 0;
    border-bottom: 1px solid lightgray;
    padding-top: 0;
    padding-right: 0.45rem;
    padding-left: 0.45rem;
    padding-bottom: 0.25rem;
}
.minimal-table .list-view-table tr {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-bottom: 1px solid lightgray;
}
.minimal-table .list-view-table td:first-child,
.minimal-table .list-view-table th:first-child {
    padding-left: 1rem;
}
.minimal-table .list-view-table td:last-child,
.minimal-table .list-view-table th:last-child {
    padding-right: 1rem;
}
.minimal-table .list-view-table .primary-table-header {
    background: none;
    color: var(--green-forest);
}
.minimal-table .list-view-table .cdk-column-line-actions {
    width: auto;
}
.minimal-table .list-view-table .cdk-column-line-actions .listview-actions .icon-bar-block {
    display: flex;
    justify-content: flex-end;
}
.minimal-table .pagination-button {
    border: none;
    margin: 0 0.1em;
    border-radius: 0.2em;
}
.minimal-table .pagination-button .pagination-icons {
    fill: var(--green-forest);
    margin: 0.1em;
}
.minimal-table .pagination-button .pagination-icons svg {
    height: 2em;
    vertical-align: bottom;
}
.minimal-table .sort-icon {
    fill: var(--green-forest);
}
.minimal-table .pagination-count {
    vertical-align: text-bottom;
    margin: 0.2em 0.3em 0;
}
.minimal-table table.table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}
.sub-panels .minimal-table .card .card-header {
    height: 100%;
}
.light-filter div.card-header {
    background: none;
    border-bottom: 2px dotted #ced4da;
    padding: 0 0 0.8rem;
}
.light-filter div.card-header .panel-title {
    color: var(--green-forest);
    font-weight: 700;
}
.light-filter div.card-body {
    padding: 1.25rem 0 0 !important;
}
.light-filter div.card-body .filter-body {
    padding: 0 !important;
}
.light-filter div.card-body .filter-body form {
    color: var(--green-forest);
}
.light-filter .minimise-button {
    font-size: 0.6rem;
    fill: var(--green-muted);
    border: 1px solid var(--green-muted);
    border-radius: 0.2rem;
}
.light-table .list-view-tableactions {
    background: none;
    padding: 0;
}
.light-table .list-view-table {
    margin-top: 1em;
    margin-bottom: 1em;
}
.light-table .list-view-table thead {
    background: none;
}
.light-table .list-view-table .primary-table-header {
    background: none;
    color: var(--green-forest);
}
.light-table .bulk-action {
    color: var(--green-forest);
}
.light-table .pagination-button {
    border: 1px solid #ef8177;
    margin: 0 0.2em;
    border-radius: 0.2em;
}
.light-table .pagination-button .pagination-icons {
    fill: #ef8177;
    margin: 0.1em;
}
.light-table .pagination-button .pagination-icons svg {
    height: 2em;
    vertical-align: bottom;
}
.light-table .sort-icon {
    fill: var(--green-forest);
}
.light-table .pagination-count {
    vertical-align: text-bottom;
    margin: 0.2em 0.3em 0;
}
.light-table table.list-view-table tr:nth-child(2n) {
    background: #eff2f4;
}
tag-input tag {
    margin-top: 0 !important;
    padding: 0 0.5rem 0 0.7rem !important;
    line-height: 24px !important;
    height: 24px !important;
    background-color: #e9e9e9 !important;
}
tag-input tag delete-icon:hover {
    transform: none !important;
}
tag-input .ng2-tag-input {
    padding: 0 0 2px !important;
    min-height: 28px !important;
}
tag-input-form form input.ng2-tag-input__text-input {
    height: 28px !important;
}
tag-input tag delete-icon span {
    background-color: #777;
    border-radius: 50%;
    padding: 0 0 2px;
    font-size: 10px !important;
    position: relative;
    bottom: auto;
    top: -2px;
}
tag-input tag delete-icon span:hover {
    background-color: #333;
}
tag-input tag delete-icon span svg {
    height: 9px !important;
    width: 14px;
    vertical-align: middle !important;
}
tag-input tag delete-icon span svg path {
    fill: none !important;
    stroke: #eff2f4;
    stroke-width: 4px;
}
tag-input-form {
    flex-grow: 1;
}
.ng2-dropdown-menu {
    max-height: 12em !important;
    z-index: 1250 !important;
}
tag-input.is-invalid .ng2-tag-input {
    border-bottom: 1px solid #dc3545;
}
tag-input-form ::placeholder {
    color: var(--turquoise);
}
.grid-widget {
    height: 100%;
    justify-content: space-between;
}
.record-thread-sidebar-widget {
    min-height: 6rem;
}
.record-thread-create-container {
    padding: 0.5rem 0.75rem;
}
.record-thread-load-more .load-more-button {
    font-size: 0.775rem;
    color: var(--green-forest);
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.record-thread-item.record-thread-list-item {
    padding: 0.5rem 0.75rem;
}
.record-thread-item.record-thread-list-item .record-thread-item-header {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.record-thread-item.record-thread-list-item .record-thread-item-body {
    color: #696969;
    background-color: #e4f3de;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.1rem;
    box-shadow: 0 0.175rem 0.3rem #00000026;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    word-break: break-all;
    background-clip: border-box;
    border-radius: 0.25rem;
}
.record-thread-item.record-thread-list-item .record-thread-item-body img {
    max-width: 100%;
    height: auto;
}
.record-thread-item.record-thread-list-item .item-title {
    color: #667960;
}
.record-thread-item.record-thread-list-item .record-thread-item-body.collapsed .item-content {
    max-height: 50px;
    overflow: hidden;
}
.record-thread-item.record-thread-list-item .record-thread-item-body.collapsed .item-content-extra {
    display: none !important;
}
.record-thread-item.record-thread-list-item .record-thread-item-body.expanded .item-content {
    height: auto;
}
.record-thread-item.record-thread-list-item .record-thread-item-collapse .collapse-button {
    margin: 0;
    padding: 0;
    font-size: 0.775rem;
    color: #93ae8a;
    font-weight: 700;
}
.fadeout {
    bottom: 1.3em;
    height: 2.6em;
    background: linear-gradient(#fff0, #e4f3de);
    position: absolute;
    width: calc(100% - 1rem);
}
.record-thread-item.record-thread-list-item {
    width: 90%;
    margin-left: auto;
}
.record-thread-item.record-thread-list-item.source-internal.internal-true .record-thread-item-body {
    background-color: #f2f6f7;
}
.record-thread-item.record-thread-list-item.source-internal.internal-true .item-title {
    color: #8ab2ba;
}
.record-thread-item.record-thread-list-item.source-internal.internal-true .fadeout {
    background: linear-gradient(#fff0, #f2f6f7);
}
.record-thread-item.record-thread-list-item.source-internal.internal-true .record-thread-item-collapse .collapse-button {
    color: #8ab2ba;
}
.record-thread-item.record-thread-list-item.source-contact {
    margin-right: auto;
    margin-left: 0;
}
.record-thread-item.record-thread-list-item.source-contact .record-thread-item-body {
    background-color: #fdf8f1;
}
.record-thread-item.record-thread-list-item.source-contact .item-title {
    color: #f59e5b;
}
.record-thread-item.record-thread-list-item.source-contact .fadeout {
    background: linear-gradient(#fff0, #fdf8f1);
}
.record-thread-item.record-thread-list-item.source-contact .record-thread-item-collapse .collapse-button {
    color: #f59e5b;
}
.record-thread-item.record-thread-list-item.source-external {
    margin-right: auto;
    margin-left: 0;
}
.record-thread-item.record-thread-list-item.source-external .record-thread-item-body {
    background-color: #f8f4f8;
}
.record-thread-item.record-thread-list-item.source-external .item-title {
    color: #be79be;
}
.record-thread-item.record-thread-list-item.source-external .fadeout {
    background: linear-gradient(#fff0, #f8f4f8);
}
.record-thread-item.record-thread-list-item.source-external .record-thread-item-collapse .collapse-button {
    color: #be79be;
}
@media all and (max-width: 62em) {
    .record-list-modal .modal-header,
    .record-list-modal .modal-footer {
        padding: 0;
    }
    .record-list-modal .close-button {
        background: #fff;
        border: none;
        font-size: 1.5em;
        color: var(--green-forest);
    }
}
.classic-view-modal {
    padding: 0;
}
.classic-view-modal .classic-view-container {
    overflow: hidden;
}
.classic-view-modal .classic-view-container iframe {
    padding-top: 0;
    width: 100%;
    border: none;
    overflow: hidden;
}
scrm-favorite-toggle {
    font-size: 1.3rem;
}
scrm-favorite-toggle scrm-button {
    font-size: 1.3rem;
}
.favorite-star {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0;
    margin: 0;
    border-color: transparent;
    background-color: transparent;
    color: transparent;
}
.favorite-on {
    fill: #f08377;
    stroke: #f08377;
}
.favorite-off {
    fill: none;
    stroke: var(--green-light);
}
.card-body .filter-body .special-field-grid .special-field-grid-col {
    position: relative;
    top: 0.5rem !important;
}
.box-loading {
    opacity: 0.6;
    position: relative;
    overflow: hidden;
}
.box-loading:after {
    transform: translate(-100%);
    height: 100%;
    width: 200%;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    animation: box-loading-animation 1.5s infinite;
    background: linear-gradient(90deg, #fff0, #ffffff80, #fff0);
}
@keyframes box-loading-animation {
    0% {
        transform: translate(-100%);
    }
    to {
        transform: translate(100%);
    }
}
.record-content-skeleton .nav-tabs.nav {
    height: 30px;
    opacity: 0.6;
}
.record-content-skeleton .tab-content .col-form-label-sm {
    background-color: var(--green-forest);
    opacity: 0.4;
    height: 1.2rem !important;
}
.record-content-skeleton .tab-content .skeleton-field-content {
    background-color: #d7dde1;
    opacity: 0.6;
    height: 1.2rem;
}
.dynamic-field .skeleton-field-content {
    height: 34px;
    background-color: #d7dde1;
    opacity: 0.6;
}
.skeleton-field-content {
    color: transparent;
    background-color: #d7dde1;
    opacity: 0.6;
}
.skeleton-field-content.small-size-text-skeleton {
    height: 0.5em;
}
.skeleton-field-content.medium-size-text-skeleton {
    height: 1em;
}
.skeleton-field-content.large-size-text-skeleton {
    height: 1.5em;
}
.skeleton-field-content.small-length-text-skeleton {
    width: 4.5em;
}
.skeleton-field-content.medium-length-text-skeleton {
    width: 6em;
}
.skeleton-field-content.large-length-text-skeleton {
    width: 12em;
}
.action-alert.dropdown .dropdown-menu {
    margin-top: -5px;
    padding: 0;
}
.action-alert.dropdown .dropdown-menu .dropdown-item {
    padding: 0;
}
.action-alert.dropdown .badge-position {
    position: absolute;
    top: 2px;
    right: -6px;
    z-index: 1;
}
.action-alert.dropdown .notifications .notifications-item:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 92%;
    border-bottom: 1px solid lightgray;
    padding-top: 0.2rem;
}
.action-alert.dropdown .notifications .notifications-item.is_read-true,
.action-alert.dropdown .notifications .notifications-item.is_read-true .record-thread-item-body {
    background-color: transparent !important;
}
.action-alert.dropdown .notifications .line-actions-button {
    font-size: 0.775rem;
    color: var(--green-forest);
    margin: 0;
    padding: 0;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item {
    width: 100%;
    padding: 0;
    background-color: #eeebf5;
    transition: background-color 0.5s ease-in-out;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item:hover {
    background-color: #f5f5f5 !important;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item:hover .record-thread-item-body {
    background-color: #f5f5f5 !important;
    transition: background-color 0.5s ease-in-out;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .record-thread-item-body {
    background-color: transparent;
    box-shadow: none;
    padding: 0.55rem 1.25rem 0;
    border-radius: 0;
    margin-bottom: 0;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .record-thread-item-body:hover {
    background-color: #f5f5f5 !important;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .record-thread-item-body:hover .notification-item-buttons .action-group-menu .inline-confirmation .inline-confirmation-button,
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .record-thread-item-body:hover .notification-item-buttons .action-group-menu .inline-confirmation .inline-confirmation-label {
    background-color: #f5f5f5;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .record-thread-item-body:hover .notification-item-buttons .action-group-menu .inline-confirmation .inline-confirmation-label > scrm-label {
    background-color: #f5f5f5;
    box-shadow: -0.8rem 0.1rem 0.5rem #f5f5f5e6;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .record-thread-item-body:hover .notification-item-buttons .action-group-menu .inline-confirmation .inline-confirmation-label > scrm-dynamic-label {
    background-color: #f5f5f5;
    box-shadow: -0.8rem 0.1rem 0.5rem #f5f5f5e6;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .record-thread-item-body .notification-item-buttons .action-group-menu .inline-confirmation .inline-confirmation-button button {
    color: var(--green-light);
    width: 1.5rem;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .field-name-name,
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .field-name-target_module_label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .field-name-name {
    width: 168px;
    margin-right: 8px;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .field-name-target_module_label {
    width: 150px;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .notifications-actions svg {
    font-size: 75%;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .field-name-name a,
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .field-name-name a.clickable {
    color: #000;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .field-name-target_module_type.field-type-icon svg {
    font-size: 130%;
    fill: var(--green-light);
    stroke: var(--green-light);
    margin-top: -0.3rem;
}
.action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .notification-item-buttons {
    margin-top: -0.2rem;
}
.action-alert.dropdown .notifications .notification-list-actions button {
    color: var(--green-light);
}
.action-alert.dropdown .notifications .record-thread-load-more .load-more-button {
    font-weight: 400;
}
.action-alert.dropdown .notifications .record-thread-load-more:after {
    content: "|";
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    color: var(--green-light);
}
.action-alert.dropdown .notifications .notification-list-actions .action-group-menu .inline-confirmation-label {
    color: #696969;
}
@media all and (max-width: 30em) {
    .action-alert.dropdown .notifications .record-thread-item.record-thread-list-item .field-name-name {
        width: 100px;
    }
}
.search-bar-global {
    max-width: 14em;
    min-width: 7em;
}
.search-bar {
    margin: 0.3em 0;
}
.search-bar .input-group {
    border-radius: 0.4rem;
    background-color: #757083;
    transition: background-color ease-in-out 0.15s;
}
.search-bar .input-group:hover {
    background-color: #9794a2;
}
.search-bar .input-group:hover .search-bar-term::placeholder {
    color: #cbc9d0;
}
.search-bar .input-group:hover .search-button .search-icon svg path {
    fill: #cbc9d0;
}
.search-bar .input-group .search-bar-term {
    background-color: #FFF;
    font-size: 14px;
    height: 32px;
    border: none;
    max-width: 100%;
}
.search-bar .input-group .search-bar-term::placeholder {
    color: #9e9ba8;
    font-size: 14px;
}
.search-bar .input-group .search-bar-term:focus {
    outline: 0;
    box-shadow: none;
}
.search-bar .input-group .search-button {
    background-color: var(--green-muted);
    font-size: 14px;
    height: 32px;
    color: #FFF !important
}
.search-bar .input-group .search-button:focus {
    box-shadow: none;
}
.search-bar .input-group .search-button .search-icon {
    line-height: 14px;
}
.search-bar .input-group .search-button .search-icon svg {
    fill: #FFF;
    vertical-align: text-top;
}
.search-bar .input-group .search-button .search-icon svg path {
    fill: #FFF;
}
.search-bar .input-group .input-group-append {
    margin-left: 0;
}
.search-bar .search-focused {
    box-shadow: 0 0 #fff;
    background-color: #fff;
}
.search-bar .search-focused:hover {
    background-color: #fff;
}
.search-bar .search-focused .search-bar-term,
.search-bar .search-focused .search-button {
    background-color: transparent;
}
.search-bar .search-focused .dropdown-menu {
    display: block;
    background-color: #fff;
    width: 100%;
    margin-top: 3px;
}
.search-bar .search-focused .dropdown-menu .dropdown-active {
    background-color: #eff2f4;
}
.search-bar .search-focused .dropdown-menu .dropdown-item-block {
    cursor: pointer;
    padding: 0;
}
.search-bar .search-focused .dropdown-menu .dropdown-item-block .dropdown-item {
    padding: 0.25rem 0.75rem;
}
.search-bar .search-focused .dropdown-menu .dropdown-item-block .dropdown-item .search-icon {
    pointer-events: none;
}
.search-bar .search-focused .dropdown-menu .dropdown-item-block .dropdown-item .search-icon svg path {
    fill: var(--green-light);
}
.search-bar .search-focused .dropdown-menu .dropdown-item-block .dropdown-item .dropdown-text {
    white-space: normal;
    word-break: break-word;
    width: 12em;
}
@media all and (min-width: 30em) {
    .search-bar input,
    .search-bar button {
        height: 2em;
    }
}
@media all and (max-width: 30em) {
    .search-bar-global {
        max-width: 9em;
    }
    .search-bar-global .input-group {
        margin: 0;
        max-width: 100%;
    }
    .search-bar input[type="text"] {
        font-size: 0.8em;
        height: 2.2em;
    }
}
.action-group-menu .inline-spinner,
.action-group-menu .inline-confirmation {
    width: 30px;
}
.action-group-menu .inline-confirmation .inline-confirmation-button,
.action-group-menu .inline-confirmation .inline-confirmation-label {
    background-color: #fff;
}
.action-group-menu .inline-confirmation .inline-confirmation-label > scrm-label {
    width: max-content;
    max-width: 120px;
    display: block;
    background-color: #fff;
    text-align: end;
    box-shadow: -0.8rem 0.1rem 0.5rem #ffffffe6;
    padding-left: 3px;
}
.action-group-menu .inline-confirmation .inline-confirmation-label > scrm-dynamic-label {
    width: max-content;
    max-width: 120px;
    display: block;
    background-color: #fff;
    text-align: end;
    box-shadow: -0.8rem 0.1rem 0.5rem #ffffffe6;
    padding-left: 3px;
}
.popover-wrapper {
    left: 1em !important;
}
.popover-wrapper .popover-arrow {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid rgba(0, 0, 0, 0.2);
    left: -14px;
}
.popover-wrapper .popover-arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #fff;
    position: absolute;
    top: -13px;
    left: 1px;
}
.popover-wrapper .container-popover {
    max-height: 300px;
}
@media all and (max-width: 48em) {
    .container-popover {
        padding: 0;
    }
    .container-popover .row {
        margin: 0 !important;
    }
    .container-popover .row .col {
        padding-left: 0;
    }
}
.p-sidebar,
.sidebar-container {
    background-color: var(--green-forest);
}
.sidebar-container li {
    color: #f5f5f5;
    margin: 0;
    border-top: 0.13em solid #625d75;
    list-style: none;
}
.sidebar-container li:first-child {
    border-top: none;
}
.sidebar-container li a {
    display: inline-block;
}
.p-sidebar-content {
    overflow-y: hidden;
    padding: 0;
}
.p-sidebar-header {
    background-color: var(--green-forest);
    padding: 0.3em 0;
}
.p-sidebar-header .search-bar .input-group {
    margin: 0;
    max-width: 100%;
}
.p-sidebar-footer {
    display: none;
}
.mobile-menu-container {
    height: 100vh;
}
.mobile-menu-items {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}
.mobile-menu-items .mobile-menu-item-label {
    max-width: 16rem;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mobile-menu-items .mobile-menu-item-label:hover {
    cursor: pointer;
}
.p-multiselect {
    width: 100%;
    height: calc(1.5em + 0.5rem + 1px);
}
.p-multiselect .p-multiselect-label {
    font-size: 0.85rem;
    padding: 0.35rem 0.48rem;
    max-width: 400px;
}
.p-multiselect .p-multiselect-panel .p-inputtext {
    padding: 0.3rem 0.6rem;
}
.p-multiselect .p-multiselect-panel .p-multiselect-close {
    padding: 0.6em;
    background-color: #94a6b5;
}
.p-multiselect .p-multiselect-panel .p-multiselect-close:hover {
    background-color: #76858f;
}
.p-multiselect .p-multiselect-panel ul.p-multiselect-items {
    padding-inline-start: 0em;
}
.p-multiselect .p-overlay {
    z-index: 1 !important;
}
.record-pagination-container {
    color: #777;
}
.record-pagination-container .pagination-count {
    margin: 0 0.3em;
    font-weight: 700;
    position: relative;
    bottom: 0;
}
.record-pagination-container .record-pagination-button {
    background: transparent;
    border: 1px solid #777777;
    fill: #777;
    padding: 0;
    margin: 0.3em;
    border-radius: 0.4em;
    line-height: 1;
}
.record-pagination-container .record-pagination-button .sicon-2x {
    width: 1.9em;
    height: 1.9em;
}
.record-pagination-container .record-pagination-button.disabled {
    opacity: 40%;
    cursor: not-allowed;
}
.panel-card .card-header {
    background-color: var(--green-light);
    padding: 0 0.4rem;
    height: 2.3395rem;
    color: #fff;
}
.record-content .panel-card .card-header {
    background-color: var(--green-muted);
    padding: 0 0.4rem;
    height: 2.3395rem;
    color: #fff;
}
.panel-card.collapsed .card-header {
    border-radius: 0.3em;
}
.card-header {
    border-bottom: 0;
}
.panel-card {
    box-shadow: 0 1px 1px #0000000d;
    border: none;
}
.panel-card .panel-title {
    font-size: 0.875rem;
    max-width: 445px;
}
.panel-card .panel-buttons button {
    font-size: 0.75rem;
}
.panel-card .panel-buttons .dropdown-item .dropdown-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
@media (max-width: 480px) {
    .panel-card .panel-title {
        max-width: 95px;
    }
}
@media (min-width: 480px) and (max-width: 576px) {
    .panel-card .panel-title {
        max-width: 150px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .panel-card .panel-title {
        max-width: 245px;
    }
}
.app-shell {
    min-height: calc(100vh - 3.1em);
}
.column-chooser-container {
    width: 15em;
    max-width: 100%;
    margin: 0 0.75em 1.5em;
    display: inline-block;
    vertical-align: top;
}
.column-chooser-list {
    min-height: 3.5em;
    background: #f5f5f5;
    border-radius: 0.25em;
    overflow: hidden;
    display: block;
    padding: 1.5em;
    height: 100%;
}
.column-chooser-item {
    padding: 0.5em 0.8em;
    margin-bottom: 0.5em;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: move;
    font-size: 0.8em;
    border-radius: 0.25em;
}
.column-hidden {
    background-color:  #4B97C4;
}
.column-displayed {
    background-color: #CDE7E2;
}
.cdk-drag-preview {
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
}
.cdk-drag-placeholder {
    opacity: 0;
}
.cdk-drag-animating {
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.column-chooser-item:last-child {
    border: none;
}
.column-chooser-list.cdk-drop-list-dragging .column-chooser-item:not(.cdk-drag-placeholder) {
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.column-chooser-title {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    font-size: 1em;
    margin-left: 0.5em;
}
.column-chooser-modal .modal-body {
    padding: 0;
}
.column-chooser-modal .modal-lg {
    width: 36em;
}
.cdk-drag {
    z-index: 1250 !important;
}
@media all and (max-width: 62em) {
    .column-chooser-modal .modal-dialog {
        max-width: 35em;
    }
    .column-chooser-modal .modal-body {
        overflow: auto;
    }
    .column-chooser-modal .close-button {
        color: #777;
        font-size: 1.5em;
        border: none;
    }
    .column-chooser-modal .column-chooser-container {
        margin: 1em 0.75em 1.5em;
        width: 45%;
    }
    .column-chooser-modal .modal-header,
    .column-chooser-modal .modal-footer {
        background: #fff;
        padding: 0;
    }
}
@media all and (max-width: 30em) {
    .column-chooser-modal .modal-dialog {
        width: auto;
    }
    .column-chooser-modal .column-chooser-container {
        width: 93%;
    }
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: #f5f5f5;
}
pre {
    font-family: monospace;
    font-size: 1em;
    background: #000;
    border: gray;
    color: #90ee90;
    z-index: 10;
}
::-webkit-scrollbar {
    width: 0.8em;
}
::-webkit-scrollbar-track {
    background: var(--turquoise);
}
::-webkit-scrollbar-thumb {
    background: var(--turquoise-dark);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--turquoise-dark);
}

body::-webkit-scrollbar-track {
    background: #666176;
}
body::-webkit-scrollbar-thumb {
    background: #534d64;
}
body::-webkit-scrollbar-thumb:hover {
    background: #534d64;
}
.navbar-nav a:not([href]):not([tabindex]) {
    color: #e9e9e9;
}
.navbar-nav a:not([href]):not([tabindex]):focus,
.navbar-nav a:not([href]):not([tabindex]):hover,
.global-links a:not([href]):not([tabindex]):focus,
.global-links a:not([href]):not([tabindex]):hover {
    color: #fff;
    transition: color 0.5s ease-out;
    cursor: pointer;
}
.classic-view-container iframe {
    padding-top: 3em;
    height: 10em;
    width: 100%;
    border: none;
    overflow: hidden;
}
@media only screen and (min-width: 48em) {
    .classic-view-container iframe {
        padding-top: 3em;
    }
}
.filter-modal .modal-lg {
    width: 36em;
}
.filter-modal .modal-label {
    color: var(--green-forest);
    font-weight: 600;
}
.quick-filter-options {
    color: var(--green-forest);
    font-size: 0.8em;
    margin: 1.3em 0 0 2em;
    padding: 0.5em 1em;
}
.filter-modal .modal-body {
    padding: 0 2em;
}
.modal-input-large {
    width: 100%;
}
.filter-modal .modal-label {
    margin: 1.5em 0 0.5em;
}
.modal-input-small {
    width: 100%;
}
.filter-modal .select {
    width: 100%;
    font-size: 0.9em;
}
.filter-modal input::placeholder {
    color: #666;
}
.modal-date-input {
    width: 60%;
}
.footer a {
    font-size: 0.8em;
}
.footer-link {
    color: #666;
    cursor: pointer;
    margin: 0 0.5em;
    font-size: 1em;
}
.footer-link svg {
    position: relative;
    top: -0.09em;
    fill: #FFF;
}
a.footer-link:not([href]):not([tabindex]) {
    color: #FFF;
}
.footer-link:hover {
    color: #FFF;
    text-decoration: none;
}

.image-arrow_up_filled svg,
.image-arrow_up_filled svg * {
  fill:  #FFF;
  stroke:  #FFF; 
}
.back-to-top .footer-link {
    text-transform: uppercase;
    font-size: 0.75em;
    vertical-align: middle;
    cursor: pointer;
}
@media all and (min-width: 36em) {
    .footer {
        left: 0;
        bottom: 0;
        padding: 0 1.85em;
        width: 100%;
        height: 3.1em;
        line-height: 3.1em;
        background-color: #0D1F47 !important;
        color: #FFF !important;
    }
    .copyright-links {
        float: left;
        line-height: 3.1em;
    }
    .back-to-top {
        margin: 0 0.5em 0 0;
        padding: 0;
        float: right;
        line-height: 3.1em;
    }
}
@media all and (max-width: 36em) {
    .copyright-links {
        float: left;
        width: 60%;
        padding: 0.5em 0 0 0.25em;
    }
    .back-to-top {
        margin: 0 0.5em 0 0;
        padding: 0;
        float: right;
        line-height: 3.1em;
        width: 35%;
    }
    .back-to-top .footer-link {
        float: right;
        margin: 0;
    }
    .footer {
        left: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
        height: 3.1em;
        background-color: #e9e9e9;
        color: var(--green-forest);
        margin: 0;
    }
    .footer-link {
        display: block;
        float: left;
    }
}
@media all and (min-width: 24em) {
    .login-form {
        text-align: center;
        width: 25em;
        margin: auto;
    }
    .login-form .logo img {
        max-width: 95%;
    }
}
@media all and (max-width: 36em) {
    .login-form .logo img {
        max-width: 75%;
    }
}
@media all and (max-width: 24em) {
    .login-form {
        text-align: center;
        margin: 5% auto;
        position: absolute;
        width: 95%;
        top: 25%;
    }
    .login-form .logo img {
        max-width: 80%;
    }
}
.login-form .forgotten-password {
    text-align: center;
    margin: 0.2em 0 0;
}
.login-form .forgotten-password-link {
    clear: both;
    color: var(--green-muted);
}
.login-form .forgotten-password-link:hover {
    color: #f05645;
    cursor: pointer;
}
.login-form .forgotten-password-link .disabled {
    opacity: 40%;
}
.login-view .login-form {
    padding-top: 4rem;
}
.list-view {
    padding-top: 3em;
    width: 100%;
    margin: 0;
}
.list-view-header {
    border-bottom: 0.03em solid transparent;
    padding-top: 0.5em;
}
.list-view-title {
    color: #777;
    font-size: 1.8em;
    font-weight: 300;
    margin: 0 0.7em;
    letter-spacing: 0.1em;
    line-height: normal;
    text-transform: uppercase;
}
.list-view-actions {
    margin: 1em 0 0;
    text-align: end;
}
.listview-actions .more-button {
    display: none;
}
.list-view-settings {
    text-align: end;
}
.scrm-settings-menu {
    display: flex;
    width: 100%;
    justify-content: end;
}
.load-more-style {
    align-content: center;
}
.list-view-container {
    font-size: 0.85em;
    margin-bottom: 4em;
}
.list-view-hr {
    margin-top: 0;
    margin-bottom: 0;
}
.list-view-widget {
    margin-right: 1.5em;
}
.list-widget-container {
    padding-left: 0.6em;
}
.list-view-table {
    margin: 0;
    table-layout: auto;
}
.striped-table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}
.table-header {
    -webkit-border-top-left-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    -moz-border-radius-topleft: 0.3em;
    -moz-border-radius-topright: 0.3em;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
}
.table-footer {
    -webkit-border-bottom-right-radius: 0.3em;
    -webkit-border-bottom-left-radius: 0.3em;
    -moz-border-radius-bottomright: 0.3em;
    -moz-border-radius-bottomleft: 0.3em;
    border-bottom-right-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}
.table td {
    vertical-align: middle;
    padding: 0.45em;
}
.table th {
    border-top: 0;
    padding: 0.5rem 0.45em;
}
.table thead th {
    border-bottom: 0;
}
.table td,
.table th {
    font-size: 0.797rem;
    max-width: 220px;
}
.table .show-more-column {
    float: none !important;
    width: 16px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.table .show-more-column scrm-record-details-popup-button {
    display: flex;
    width: 100%;
}
.table .show-more-column scrm-record-details-popup-button scrm-popup-button {
    display: flex;
    width: 100%;
}
.table .show-more-column scrm-record-details-popup-button scrm-popup-button scrm-button {
    display: flex;
    justify-content: center;
    width: 100%;
}
.list-view-tableactions {
    background-color:  #F8F8F8;
    padding: 0.2em;
}
.list-view-table thead {
    background-color:  var(--green-light);
    color: #fff;
}
.list-view-table td {
    color: var(--green-forest);
    border: none;
}
.bulk-action {
    color: #fff;
}
.list-view-table a {
    color: var(--green-light);
    font-weight: 700;
}
.pipeline-chart,
.donut-chart {
    margin: 0 0.5em;
}
.pipeline-chart-content,
.donut-chart-content {
    margin: 1.5em 0;
}
.chart-create {
    margin: 1em 0;
}
.primary-table-header {
    background-color:  var(--green-light);
    color: #686F71;
    white-space: nowrap;
}
.primary-table-header span {
    font-weight: 700;
}
.primary-table-header span:hover {
    text-decoration: underline;
    cursor: pointer;
}
td.list-group-icon {
    margin: 0;
    padding: 0.75rem 0;
}
.cdk-column-checkbox {
    width: 2rem;
}
.cdk-column-line-actions {
    width: 6.6rem;
}
.responsive-table-row.display-block-table {
    border-left: 0.1em solid #aa9dcc;
    border-right: 0.1em solid #aa9dcc;
    margin: 0 0 0.5em;
    -webkit-border-bottom-right-radius: 0.25em;
    -webkit-border-bottom-left-radius: 0.25em;
    -moz-border-radius-bottomright: 0.25em;
    -moz-border-radius-bottomleft: 0.25em;
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}
.list-view-hr-container {
    font-size: 0.85em;
    padding-top: 0.4em;
    padding-left: 1.2em;
    padding-right: 1.2em;
}
.responsive-top-row .responsive-header-link {
    background-image: linear-gradient(to right, #fff 30%, #fff0 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    text-decoration: none;
}
.display-block-table th:not(:first-child) {
    background-image: linear-gradient(to right, #666 10%, #fff0 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}
.display-block-table td,
.display-block-table th {
    border: none;
}
.primary-table-data {
    width: 100%;
}
td {
    word-wrap: break-word;
    word-break: break-all;
}
.select-action-group {
    margin: 0 0 0 0.8em;
    color: #fff;
}
.list-view-tableactions .select-action-group {
    margin: 0;
}
.load-more {
    background-color: #76858f;
    background-repeat: no-repeat;
    border: 0.09em solid rgb(233, 233, 233);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-repeat: initial;
    border-radius: 0.15em;
    cursor: pointer;
    overflow: hidden;
    outline: initial none initial;
    padding: 0.3em 0.5em;
    font-weight: 700;
    font-size: 0.9em;
    color: #fff;
    min-width: 11em;
}
.select-action-group .dropdown-toggle:after,
.bulk-action-group,
.bulk-action-group .dropdown-toggle:after {
    color: #fff;
}
.pagination-count {
    margin: 0 0.3em;
    font-weight: 700;
    position: relative;
    bottom: 0.1em;
}
.centre-pagination {
    margin: 0 0.7em;
    font-weight: 700;
    position: relative;
    top: initial;
    bottom: initial;
    line-height: 32px;
}
.list-view .col-lg-12,
.list-view .col-lg-9,
.list-view .col-lg-3 {
    transition-timing-function: ease;
    transition: 0.5s;
    transition: all 0.5s ease;
}
.quick-filter-border {
    border-right: 1px solid rgba(108, 117, 125, 0.5) !important;
    margin-right: 0.25rem;
    padding-right: 0.25rem;
}
td.cdk-column-checkbox {
    min-width: 32px;
}
@media all and (max-width: 75em) {
    .list-view-settings .quick-filter-border {
        border: none !important;
        margin-right: 0;
        padding-right: 0;
    }
}
@media all and (min-width: 75em) {
    .list-view-settings .quick-filter-border {
        border-right: 1px solid rgba(108, 117, 125, 0.5) !important;
        margin-right: 0.25rem;
        padding-right: 0.25rem;
    }
}
@media all and (max-width: 62em) {
    .list-view .list-widget-container {
        margin-left: 1.1em;
        margin-top: 1em;
    }
    .list-view-widget {
        margin: 1.5em 0;
    }
}
@media all and (min-width: 48em) {
    .list-view-header .custom-col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .list-view-header .custom-col-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        justify-content: end;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media all and (max-width: 48em) {
    table {
        table-layout: fixed;
    }
    td {
        word-wrap: break-word;
        word-break: break-all;
    }
    .responsive-table-row th {
        margin: 0;
        padding: 1em 1em 0;
    }
    .responsive-table-row td {
        margin: 0;
        padding: 0 1em 1em;
    }
    .responsive-table td {
        border: none;
    }
    .hide-pagination-count {
        display: none;
    }
    .responsive-table-row th,
    .responsive-table-row td,
    .list-view-table th,
    .list-view-table td {
        word-wrap: break-word;
        word-break: break-all;
    }
    .hide-table-header,
    .hide-table-rows,
    .show-collapsed-header,
    .show-collapsed-rows {
        display: none;
    }
    .expand-table-row {
        margin: 0 2em;
        cursor: pointer;
    }
    .table-striped .responsive-top-row,
    .table-striped tbody tr:nth-of-type(odd).responsive-top-row {
        background-color: #a99ac9;
        -webkit-border-top-left-radius: 0.3em;
        -webkit-border-top-right-radius: 0.3em;
        -moz-border-radius-topleft: 0.3em;
        -moz-border-radius-topright: 0.3em;
        border-top-left-radius: 0.3em;
        border-top-right-radius: 0.3em;
    }
    .responsive-top-row a {
        color: #fff;
    }
    .first-table-data {
        background-color: #a99ac9;
    }
    .responsive-table-row td,
    .responsive-table-row th {
        background-color: #edecf0;
        color: var(--green-forest);
    }
    .responsive-table th {
        background-image: linear-gradient(to right, #666 10%, #fff0 0%);
        background-position: top;
        background-size: 5px 1px;
        background-repeat: repeat-x;
    }
    tr.responsive-table-row {
        background-color: #edecf0;
    }
    .primary-table-header {
        background-color:  var(--green-light);
        color: #fff;
    }
    .list-view-table thead th {
        border: none;
    }
    .display-block-table th,
    .display-block-table td {
        display: block;
        width: 100%;
    }
    .responsive-table-toggler {
        text-align: right;
        width: 100%;
        cursor: pointer;
    }
    .table td {
        border: none;
    }
    td.list-group-icon {
        margin: 0;
        padding: 0.75rem 0;
        display: inline;
    }
    .list-view-table .row {
        margin-left: 1em;
        margin-right: 1em;
    }
    .list-view-header .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0.9em;
        margin-right: 0.9em;
    }
    .list-view-header .col {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .checkbox-container {
        padding: 0 0.25rem;
    }
    th.show-table-rows {
        padding: 0 1rem;
    }
    .list-view .list-view-header .container-fluid .row {
        margin-left: 0;
        margin-right: 0;
    }
    .list-view .list-view-header .list-view-title {
        margin: 0;
    }
    .list-view .list-widget-container {
        margin-top: 1em;
        margin-left: 1.1em;
    }
}
@media all and (min-width: 36em) {
    .bulk-action {
        margin-left: 0;
    }
    .select-action-group {
        margin: 0;
    }
}
@media all and (max-width: 36em) {
    .line-action-container {
        position: relative;
        display: flex;
        align-items: center;
    }
    .line-action-container .line-action-position {
        position: absolute;
        right: 0;
    }
    .cdk-column-line-actions {
        position: relative;
    }
    .cdk-column-line-actions .line-action .more-button svg {
        font-size: 1.2em;
    }
    .list-view-tableactions .bulk-action-button {
        min-width: 0;
    }
    .list-view-tableactions .bulk-action-button:after {
        margin-left: 0;
    }
    .list-view-tableactions .select-action-group {
        margin: 0;
    }
    .list-view-tableactions .select-action-group .checkbox-container .checkmark {
        top: 1px;
    }
    .listview-actions {
        position: relative;
        display: flex;
        align-items: center;
        transition: 0.5s;
        border-radius: 10px;
        overflow: hidden;
    }
    .listview-actions.active {
        background-color: #fff;
        box-shadow: 0 8px 15px #0003;
    }
    .listview-actions.active .icon-bar {
        display: flex;
        overflow: hidden;
        transition: 0.8s;
        width: 200px;
        margin-left: 0.7em;
    }
    .listview-actions.active .icon-bar .icon-bar-block {
        display: grid;
        grid-template-columns: repeat(4, minmax(50px, 1fr));
    }
    .listview-actions.active .icon-bar .icon-bar-block .line-action-item {
        font-size: 1.2em;
    }
    .listview-actions.active .icon-bar .icon-bar-block .line-action-item:focus {
        outline: none;
        border-radius: 50px;
        background-color: #e8eaed66;
    }
    .listview-actions .icon-bar {
        display: flex;
        width: 0;
        overflow: hidden;
        transition: 0.5s;
    }
    .listview-actions .icon-bar .icon-bar-block {
        display: none;
    }
    .listview-actions .more-button {
        display: inline-block;
        background-color: transparent;
    }
    .listview-actions .more-button:focus {
        outline: none;
    }
}
@media all and (max-width: 30em) {
    .list-view .list-view-table.table td {
        padding: 0.5rem 0.45em;
        font-size: 0.85rem;
    }
    .list-view .pagination-count {
        display: none;
    }
    .list-view .chart-sidebar-widget .login-form {
        right: 0.4em;
        width: 95% !important;
        left: 0.4em;
    }
    .list-view .chart-sidebar-widget .chart-widget {
        margin-top: 3rem !important;
    }
    .list-view .list-widget-container {
        margin-left: 1.1em;
    }
    .list-view .line-action-item {
        padding: 0;
        font-size: 1.2em;
        margin: 0;
    }
    .list-view-header .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0 !important;
    }
    .table-pagination-wrapper {
        flex-basis: auto;
        display: flex;
        padding-left: 1em !important;
    }
}
.view-container {
    padding-left: 1.6em;
    padding-right: 1.6em;
}
.small-font {
    font-size: 0.85em;
}
.full-height-view {
    min-height: calc(100vh - 3.2em);
}
@media all and (min-width: 24em) {
    .full-height-view .full-height-view-row {
        max-width: 24em;
    }
    .full-height-view .full-height-view-row .logo img {
        max-width: 22em;
    }
}
@media all and (max-width: 36em) {
    .full-height-view .full-height-view-row .logo img {
        max-width: 20em;
    }
}
@media all and (max-width: 24em) {
    .full-height-view .full-height-view-row .logo img {
        max-width: 20em;
    }
}
.full-height-view .full-height-view-row img {
    text-align: center;
    max-width: 22em;
}
.page-title {
    color: #777;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 1em 0.7em;
    letter-spacing: 0.1em;
    text-align: center;
}
@media all and (min-width: 24em) {
    .page-title h2 {
        font-size: 2rem;
    }
}
@media all and (max-width: 36em) {
    .page-title h2 {
        font-size: 1.4rem;
    }
}
@media all and (max-width: 24em) {
    .page-title h2 {
        font-size: 1.4rem;
    }
}
.page-subtitle {
    color: #777;
    text-align: center;
}
@media all and (min-width: 24em) {
    .page-subtitle h5 {
        font-size: 1.25rem;
    }
}
@media all and (max-width: 36em) {
    .page-subtitle h5 {
        font-size: 1.1rem;
    }
}
@media all and (max-width: 24em) {
    .page-subtitle h5 {
        font-size: 1.1rem;
    }
}
.record-view {
    padding-top: 3em;
    width: 100%;
    margin: 0;
}
.record-view-position-sticky {
    position: sticky;
    top: 3em;
    z-index: 500;
    min-height: 44px;
}
.record-view-header {
    background-color: #f5f5f5;
    border-bottom: 0.03em solid transparent;
    padding-top: 0.5em;
}
.record-view-header-scrolled {
    padding-bottom: 0.3em;
}
.record-view-hr {
    margin-top: 0;
    margin-bottom: 0;
}
.record-view-hr-container {
    font-size: 0.85em;
    padding-top: 0.6em;
    padding-left: 1.6em;
    padding-right: 1.6em;
}
.record-widget-container {
    padding-top: 0.2em;
}
@media all and (min-width: 48em) {
    .record-view-hr-container {
        font-size: 0.85em;
        padding: 0.2em 1.6em 0.3em;
    }
}
@media all and (max-width: 765px) {
    .record-view-name-header,
    .record-view-back-button-container,
    .record-view-action-header {
        justify-content: center;
    }
    .record-view-name,
    .record-view-name-scrolled {
        justify-content: center;
        position: relative;
        margin-right: 10%;
    }
}
@media all and (min-width: 766px) {
    .record-view-action-header {
        justify-content: end;
    }
    .record-view-back-button-container {
        padding-left: 1rem;
    }
}
.record-view-title {
    color: #777;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 1.37rem;
}
.record-view-title.title-font {
    font-size: 1.4em;
}
.record-view-name,
.record-view-name-scrolled {
    color: #333;
    font-size: 1.5em;
    word-wrap: break-word;
    word-break: break-all;
}
.record-view-name-wrapper {
    margin-top: 0.5em;
}
.record-view-name-wrapper-margin-left {
    margin-left: 2.7em;
}
.record-view-name-label {
    margin-right: 1.8rem;
}
.record-view-actions,
.record-view-actions-scrolled {
    margin: 0;
    text-align: end;
}
@media all and (max-width: 62em) {
    .record-view-container .no-gutters {
        padding-bottom: 0 !important;
    }
    .record-view-container .sub-panel div.card {
        margin-bottom: 0.625rem;
    }
    div.record-widget-container {
        padding-left: 1.2em !important;
    }
}
@media all and (max-width: 30em) {
    .record-view-container .tabs-layout .nav-tabs .tab-link {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .record-view-container .no-gutters {
        padding-bottom: 0 !important;
    }
    .field-datetime-edit {
        margin: 0;
        max-width: 100%;
    }
}
@media all and (max-width: 24em) {
    .modal-header,
    .modal-footer {
        background-color: #fff;
    }
    .modal-body {
        margin: 0;
        overflow-y: scroll;
        max-height: 24em;
    }
}
@media all and (min-width: 24em) and (max-width: 62em) {
    .modal-header,
    .modal-footer {
        background-color: #fff;
    }
    .modal-redirect-text {
        color: #fff;
        font-weight: 700;
        font-size: 0.8em;
        margin: 0 0 0 2.5em;
    }
    .modal-body {
        margin: 0;
        overflow-y: scroll;
        max-height: 36em;
    }
    .modal-options {
        margin: 0 0 0.5em;
    }
}
.modal-title {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 0.9em;
}
.modal-content {
    border: none;
    background-color: #fff;
    box-shadow: 0 1rem 3rem #0000002d;
}
@media all and (min-width: 62em) {
    .modal-body {
        margin: 1em;
    }
    .modal-redirect-text {
        color: #fff;
        font-weight: 700;
        font-size: 0.8em;
        margin: 1em 0 0 2em;
    }
    .modal-header,
    .modal-footer {
        background-color: #fff;
        max-height: 2.7rem;
    }
    .modal-header .close-button {
        border: none;
        color: #76858f;
        font-size: 2em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .modal-header .close-button:hover {
        background: none;
    }
    .modal-header .close-button:focus {
        box-shadow: none;
    }
    .modal-options {
        float: left;
        text-align: right;
    }
    .modal-buttons {
        float: right;
        text-align: right;
    }
}
.modal-field-header {
    background-color: #eff2f4;
    padding: 0.6em 0.7em;
    border-radius: 0.25em;
    color: var(--green-forest);
    font-size: 1em;
    letter-spacing: 0.08em;
}
.modal-backdrop {
    background-color: #e9e9e9;
    z-index: 1050 !important;
}
.modal-backdrop.show {
    opacity: 0.9;
}
.modal-header .close {
    margin: -0.3em 0;
    padding: 0;
    opacity: 1;
}
.relate-input-group {
    display: inline;
}
.modal-redirect-text {
    color: #fff;
    font-weight: 700;
    font-size: 0.8em;
}
.modal-body::-webkit-scrollbar {
    width: 0.8em;
}
.modal-body::-webkit-scrollbar-track {
    background: #e9e9e9;
}
.modal-body::-webkit-scrollbar-thumb {
    background: var(--turquoise-dark);
}
.modal-body::-webkit-scrollbar-thumb:hover {
    background: var(--turquoise-dark);
}
.modal-dialog-scrollable .modal-body {
    max-height: calc(100vh - 6.5rem);
}
.modal-content {
    animation-name: modal;
    animation-duration: 0.5s;
}
@keyframes modal {
    0% {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}
.modal-footer {
    padding: 0;
}
.navbar {
    height: 3.1em;
    background-color: var(--green-forest);
    margin: 0;
    padding: 0 1em;
}
.navbar .navbar-action-group .action-link svg,
.navbar .navbar-action-group .action-link svg path,
.navbar .navbar-action-group .action-link svg polygon {
    fill: #fffc;
}
.navbar .navbar-action-group .global-action-icon svg,
.navbar .navbar-action-group .global-action-icon svg path,
.navbar .navbar-action-group .global-action-icon svg polygon {
    fill: #fffc;
}
.navbar .navbar-action-group .navbar-collapse .navbar-nav li img {
    margin: 0.3em;
    padding-left: 0.5em;
    height: 2.4em;
}
.navbar .navbar-action-group .dropdown .dropdown-menu {
    z-index: 1030;
}
.navbar .navbar-list .dropdown.non-grouped:hover .dropdown-menu.hover-enabled,
.navbar .navbar-nav .main-grouped:hover .menu-item-wrapper:hover .dropdown-menu.main.hover-enabled,
.navbar .navbar-nav .non-grouped:hover .menu-item-wrapper:hover .dropdown-menu.hover-enabled {
    display: block;
    right: 0;
}
.recently-viewed {
    display: block;
}
.recently-viewed.dropdown-item:hover {
    color: inherit;
    text-decoration: inherit;
    background-color: inherit;
}
.recently-viewed-nav-header {
    overflow-x: hidden;
}
.global-links-dropdown {
    z-index: 1030;
}
.home-nav {
    line-height: 3.1em;
}
a.home-nav-link {
    color: #fff;
    line-height: 3.1em;
    padding: 0.8em 1em 1em 0.5em;
}
.nav-item.active .home-nav-link svg {
    fill: #FFF;
}
.recent-link scrm-svg-icon-ui > svg {
    margin: 0.3em 0.8em 0.8em 0;
}
.recent-link {
    display: inline;
    margin: 0;
    padding: 0;
}
.nav-link {
    color: #e9e9e9;
}
.nav-link:hover {
    color: #709080;
}
.nav-item.active .nav-link-nongrouped,
.nav-item.active .nav-link-grouped,
.nav-item.active .home-nav-link {
    color: #FFF !important;
    border-top: 0.2em solid #FFF;
    padding: 0.8em 1em 1.1em;
    text-decoration: none;
}
.global-link-item:hover {
    color:  var(--hover-white);
}
.submenu,
.globalactions {
    background-color: var(--turquoise);
    color: #e9e9e9;
    margin: 0;
    border: 0;
}
.submenu li {
    border: 0;
    padding: 0 0.3em;
    transition: color 0.5s ease-out;
}
.nav-menu-icon {
    width: 1.5em;
    height: 1.5em;
}
.action-btn-icon {
    width: 1.2em;
    height: 1.2em;
}
h4.recently-viewed-header,
h4.favorite-header {
    border-top: 0.05em solid #b6b6b6;
    color: #b6b6b6;
    font-weight: 700;
    margin: 0.8em 0 0;
    padding: 0.8em;
    font-size: 0.9em;
}
.navbar-1 {
    float: left;
    width: 100%;
}
.navbar-2 {
    float: right;
    padding: 0;
}
.global-action-icon {
    width: 1.5em;
    height: 1.5em;
    margin: 0;
}
.navbar-toggler:hover svg path {
    stroke:  var(--hover-white);
}
.navbar scrm-logo-ui img {
    margin: 0.3em;
    padding-left: 0.5em;
    height: 2.4em;
}
.navbar .action-group {
    display: flex;
    flex-direction: row;
    float: right;
    margin: 0.3em 0;
}
.navbar .action-group .action-link {
    padding: 0 0.6rem;
}
.navbar .action-group .action-link svg {
    margin: 0;
}
a.nav-link.dropdown-toggle:after,
a.nav-link-grouped.dropdown-toggle:after,
a.nav-link-nongrouped.dropdown-toggle:after {
    vertical-align: middle;
}
.mobilenavbar {
    list-style: none;
    padding: 0;
    background-color: var(--green-forest);
}
.mobilenavbar .navbar-toggler.dropdown-toggle:after {
    display: none;
}
.mobile-nav-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.mobile-nav-link {
    font-size: 0.95em;
    color: #fff;
    font-weight: 800;
}
.nav-collapsed-items li a.dropdown-toggle:after {
    margin-left: 0.5em;
}
.mobile-navbar-active-module scrm-base-menu-item-link {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped {
    margin-top: 0;
}
.mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped:hover {
    margin-top: 0;
}
.mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped,
.mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped {
    color: #f5f5f5 !important;
    border-top: none;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    padding: 0.5em 0.3em;
    font-weight: 700;
    margin-top: 0;
}
@media only screen and (max-width: 36em) {
    .global-action-icon {
        margin: 0;
    }
}
@media only screen and (max-width: 410px) {
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped,
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped {
        max-width: 105px;
        padding-right: 1em;
    }
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped.dropdown-toggle:after,
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped.dropdown-toggle:after {
        position: absolute;
        top: 1.2em;
        right: 0.2em;
    }
    .mobile-admin-dropdown {
        left: -3em;
    }
    .mobile-admin-dropdown .dropdown-submenu.submenu .dropdown-menu.submenu.active {
        width: 10.6em;
    }
}
@media only screen and (min-width: 410px) and (max-width: 450px) {
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped,
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped {
        max-width: 150px;
        padding-right: 1em;
    }
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped.dropdown-toggle:after,
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped.dropdown-toggle:after {
        margin-left: 0.12em !important;
        position: absolute;
        top: 1.2em;
        right: 0.2em;
    }
    .mobile-admin-dropdown .dropdown-submenu.submenu .dropdown-menu.submenu.active {
        width: 10.8em;
    }
}
@media only screen and (min-width: 450px) and (max-width: 500px) {
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped,
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped {
        max-width: 200px;
        padding-right: 1em;
    }
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped.dropdown-toggle:after,
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped.dropdown-toggle:after {
        margin-left: 0.12em !important;
        position: absolute;
        top: 1.2em;
        right: 0.2em;
    }
}
@media only screen and (min-width: 500px) {
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped,
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped {
        max-width: 250px;
        padding-right: 1em;
        line-height: inherit !important;
    }
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped.dropdown-toggle:after,
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-grouped.dropdown-toggle:after {
        margin-left: 0.12em !important;
        position: absolute;
        top: 1.2em;
        right: 0.2em;
    }
}
@media only screen and (max-width: 48em) {
    .navbar-1,
    .navbar-2 {
        padding: 0;
        margin: 0;
        float: left;
        top: 0;
        z-index: 1019;
    }
    .navbar-header {
        padding: 0 0.8em;
    }
    .nav-link {
        font-size: 0.85em;
        color: #fff;
    }
    .nav-item.active .nav-link-nongrouped,
    .nav-item.active .home-nav-link {
        padding: 1.15em 1em 1.1em;
    }
    .mobile-navbar-active-module scrm-base-menu-item-link {
        height: 100%;
        display: flex;
        align-items: flex-end;
    }
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped {
        margin-top: 0;
        line-height: inherit;
    }
    .mobile-navbar-active-module scrm-base-menu-item-link .top-nav-link.nav-link-nongrouped:hover {
        margin-top: 0;
        line-height: inherit;
    }
    .nav-link-grouped,
    .nav-link-nongrouped {
        max-width: 105px;
    }
    .navbar-nav.grouped {
        border-bottom: none;
    }
    .navbar-nav,
    .navbar-nav li {
        border-bottom: 0.05em solid #f5f5f5;
    }
    .navbar-nav:last-child,
    .navbar-nav li:last-child {
        border: none;
    }
    .global-action-icon svg {
        width: 1.5em;
        height: 1.5em;
        margin: 0 0.6em 0 0;
        fill: #fff;
    }
    .global-links .nav-link {
        font-size: 1em;
        font-weight: 700;
        padding-left: 0.5em;
        padding-right: 0.5em;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .navbar-nav > li > .dropdown-menu,
    .collapsenav .navbar-nav > li {
        background-color: var(--turquoise);
    }
    .navbar-toggler:focus {
        outline: none;
        border: none;
    }
}
@media only screen and (min-width: 48em) {
    .nav-link-grouped,
    .nav-link-nongrouped {
        color: #f5f5f5;
        line-height: 3.1em;
        padding: 0.5em 0.5em 1.1em;
    }
}
@media only screen and (min-width: 62em) {
    .navbar .action-dropdown:hover .dropdown-menu {
        display: block;
        right: 0;
    }
    .navbar .navbar-action-group .action-link:hover svg,
    .navbar .navbar-action-group .action-link:hover svg path,
    .navbar .navbar-action-group .action-link:hover svg polygon {
        fill:  var(--hover-white);
    }
    .navbar .navbar-action-group .global-action-icon:hover svg,
    .navbar .navbar-action-group .global-action-icon:hover svg path,
    .navbar .navbar-action-group .global-action-icon:hover svg polygon {
        fill:  var(--hover-white);
    }
    .nav-link:hover svg path,
    .nav-link:hover svg polygon {
        fill:  var(--hover-white);
    }
    .nav-link:active svg path,
    .nav-link:active svg polygon {
        fill:  var(--hover-white);
    }
}
@media only screen and (min-width: 62em) {
    .navbar .navbar-action-group .action-link:hover svg,
    .navbar .navbar-action-group .action-link:hover svg path,
    .navbar .navbar-action-group .action-link:hover svg polygon {
        fill:  var(--hover-white);
    }
    .navbar .navbar-action-group .global-action-icon:hover svg,
    .navbar .navbar-action-group .global-action-icon:hover svg path,
    .navbar .navbar-action-group .global-action-icon:hover svg polygon {
        fill:  var(--hover-white);
    }
    .nav-link-grouped:active,
    .nav-link-nongrouped:active {
        color: #e9e9e9;
        border-top: 0.2em solid  var(--hover-white);
        padding: 0.8em 0.5em 1em;
        text-decoration: none;
    }
    .nav-link:hover svg path,
    .nav-link:hover svg polygon {
        fill:  var(--hover-white);
    }
    .nav-link:active svg path,
    .nav-link:active svg polygon {
        fill:  var(--hover-white);
    }
}
@media only screen and (max-width: 24em) {
    .global-links .nav-link {
        padding-left: 0.3em;
        padding-right: 0.3em;
    }
}
.saved-search-container {
    background-color: #F8F8F8;
}
.saved-search-container .checkbox-field {
    padding-top: 10px;
}
.saved-search-container .radioenum-input label:before {
    border: 0.06px solid var(--green-muted);
}
.saved-search-container .radioenum-input input[type="radio"]:checked + label:after {
    position: absolute;
    top: 0.4375rem;
    left: 0.25rem;
}
@-moz-document url-prefix() {
    .saved-search-container .radioenum-input input[type="radio"]:checked + label:after {
        top: 0.44rem;
    }
}
.saved-search-container .radioenum {
    padding-top: 3px;
}
.saved-search-container .action-group-menu {
    margin-top: -3px;
}
@media all and (min-width: 75em) {
    .saved-search-container .form-row .col {
        flex-grow: 1;
    }
    .saved-search-container .form-row .col:nth-child(2) {
        flex-grow: 0.4;
    }
    .saved-search-container .form-row .col:nth-child(3) {
        flex-grow: 1.2;
    }
    .saved-search-container .form-row .col:nth-child(4) {
        flex-grow: 2;
    }
}
@media all and (max-width: 75em) {
    .saved-search-container .form-row .col {
        flex-grow: 1;
    }
    .saved-search-container .form-row .col:nth-child(2) {
        flex-grow: 0.6;
    }
    .saved-search-container .form-row .col:nth-child(3) {
        flex-grow: 0.9;
    }
    .saved-search-container .form-row .col:nth-child(4) {
        flex-grow: 2.3;
    }
}
@media all and (max-width: 62em) {
    .saved-search-container .form-row .col {
        flex-grow: 0.6;
    }
    .saved-search-container .form-row .col:nth-child(2) {
        flex-grow: 0.6;
    }
}
@media all and (max-width: 906px) {
    .saved-search-container .form-row .col {
        flex-grow: 0.6;
    }
    .saved-search-container .form-row .col:nth-child(2) {
        flex-grow: 1;
    }
}
@media all and (max-width: 48em) and (min-width: 600px) {
    .saved-search-container .form-row .col {
        flex-grow: 0.4;
    }
    .saved-search-container .form-row .col:nth-child(2) {
        flex-grow: 1;
    }
}
@media all and (max-width: 599px) {
    .saved-search-container .form-row .col {
        flex-grow: 1;
    }
}
.install-view {
    padding-top: 4.5em;
    width: 100%;
    margin: 0;
}
.install-view .install-view-header .install-view-subtitle {
    text-transform: uppercase;
}
.install-view .install-view-header .install-header-buttons-col {
    align-self: flex-end;
}
.install-view .install-view-header .install-header-options .checkbox-field {
    padding-bottom: 1.2rem !important;
}
.install-view .install-view-container .field-layout .form-row {
    align-items: start !important;
    padding-bottom: 1.25rem;
}
.install-view .install-view-container .field-layout .form-row .field-html {
    max-height: 200px;
    overflow: auto;
}
.install-view .install-view-container .field-layout .form-row .field-html pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
    white-space: pre;
    z-index: 10;
    background: inherit;
    border: inherit;
    color: inherit;
}
.install-view .warning-action-button,
.install-view .warning-action-button:hover {
    background-color: #ef9f22;
}
.install-view .error-action-button,
.install-view .error-warning-action-button,
.install-view .error-action-button:hover,
.install-view .error-warning-action-button:hover {
    background-color: #f18478;
}
.install-view .output-banner {
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    display: flex;
}
.install-view .output-banner .warnings-banner {
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    display: flex;
    height: 40px;
    font-weight: 700;
    border-radius: 5px;
    color: #ef9f22;
}
.install-view .output-banner .errors-banner,
.install-view .output-banner .error-warning-banner {
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    display: flex;
    height: 40px;
    font-weight: 700;
    border-radius: 5px;
    color: #f18478;
}
.install-view .output-banner .passed-banner {
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    display: flex;
    height: 40px;
    font-weight: 700;
    border-radius: 5px;
    color: #155724;
}
.install-view .first-warning {
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    display: inline-block;
}
.install-view .system-check-individual-label:hover,
.install-view .system-check-label:hover,
.install-view .system-check-header:hover,
.install-view .system-check-individual-header:hover {
    cursor: pointer;
}
.install-view .system-check-individual-header {
    background-color: #e9e9e9;
    height: 35px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
.install-view .system-check-individual-header .system-check-individual-label {
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    font-weight: 700;
    color: var(--green-forest);
}
.install-view .system-check-individual-header .expand-checks {
    margin-left: auto;
    padding: 10px;
}
.install-view .close-description {
    display: none;
    color: #ef8177;
    font-weight: bolder;
    border-bottom: 1px solid lightgray;
    padding-bottom: 0.5rem;
}
.install-view .close-description:hover,
.install-view .view-full:hover {
    cursor: pointer;
}
.install-view .error-full {
    display: none;
    width: 80%;
    padding-left: 0.5rem;
}
.install-view .warning-icon {
    margin-left: 1rem;
    flex-wrap: wrap;
    align-items: center;
    font-size: x-large;
    display: none;
}
.install-view .custom-modal .modal-dialog {
    max-width: 900px;
}
.install-view .alert-header {
    color: #721c24;
}
.install-view .alert-body {
    font-size: 0.85em;
}
.install-view .list-style-none {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
@media (min-width: 768px) {
    .install-view .install-form {
        flex-direction: row;
    }
    .install-view .configuration-header {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .install-view .system-check-header {
        background-color: #e9e9e9;
        height: 44px;
        width: 95%;
        border-radius: 5px;
        margin-bottom: 1rem;
    }
    .install-view .system-check-header .system-check-label {
        color: var(--green-forest);
        position: relative;
        margin-left: 0.5rem;
        font-weight: 700;
        flex-wrap: wrap;
        align-content: center;
    }
    .install-view .results .results-box {
        border-bottom: 1px solid lightgray;
        flex-direction: column;
    }
    .install-view .results .results-box .result-issue {
        margin-left: auto;
        width: 100px;
        margin-top: 0.5em;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        margin-bottom: 0.5rem;
        float: right;
        display: none;
    }
    .install-view .results .results-box .check-result {
        padding-left: 0.5rem;
    }
    .install-view .results div.results-box:nth-last-child(3) {
        border-bottom: none;
    }
    .install-view .check-label {
        padding: 0.5rem;
    }
    .install-view .error-details {
        width: 495px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        padding-left: 0.5rem;
    }
    .install-view .view-full {
        margin: 0.5rem;
        color: #ef8177;
        font-weight: bolder;
        white-space: nowrap;
        display: inline-block;
    }
    .install-view .error-symbol,
    .install-view .check-mark {
        width: 30px;
        padding-right: 0.5rem;
        display: none;
    }
    .install-view .error-symbol-container {
        margin-left: auto;
        display: none;
    }
}
@media (max-width: 767px) {
    .install-view .install-form {
        flex-direction: column;
    }
    .install-view .check-label {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        vertical-align: middle;
    }
    .install-view .configuration-header {
        flex-direction: column;
    }
    .install-view .system-check-header {
        background-color: #e9e9e9;
        height: 44px;
        border-radius: 5px;
        margin: auto auto 1rem;
        width: 180px;
        justify-content: center;
    }
    .install-view .system-check-header .system-check-label {
        color: var(--green-forest);
        position: relative;
        font-weight: 700;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .install-view .results {
        padding-left: 0.25rem;
    }
    .install-view .results .results-box {
        border-bottom: 1px solid lightgray;
        flex-direction: column;
    }
    .install-view .results .results-box .result-issue {
        margin-left: auto;
        width: 90px;
        margin-top: 0.5em;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        margin-bottom: 0.5rem;
        float: right;
        display: none;
    }
    .install-view .results .results-box .check-result {
        flex-wrap: wrap;
        align-content: center;
        white-space: normal;
        overflow: hidden;
    }
    .install-view .results div.results-box:nth-last-child(3) {
        border-bottom: none;
    }
    .install-view .error-details {
        width: 275px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-left: 0.5rem;
        vertical-align: middle;
        display: inline-block;
    }
    .install-view .view-full {
        color: #ef8177;
        font-weight: bolder;
        white-space: nowrap;
        margin: 0.5rem 0.5rem 0 0;
        padding-left: 0.5rem;
        display: inline-block;
    }
    .install-view .error-symbol,
    .install-view .check-mark {
        width: 30px;
        padding-right: 0.5rem;
        display: none;
    }
    .install-view .error-symbol-container {
        padding-left: 1.5rem;
        display: none;
    }
}
.admin-view {
    background-color: #f5f5f5;
    padding: 108px 3em 0;
}
@media all and (min-width: 95em) {
    .admin-view {
        padding: 108px 11% 0;
    }
}
scrm-admin-card .card-body {
    padding: 0;
    padding-top: 0.5rem;
}
.admin-card-title {
    color: var(--green-forest);
    font-weight: 700;
    font-size: 1.2rem;
    padding-left: 0.7rem;
}
.admin-card-link-box {
    margin-bottom: 0;
}
.admin-card-link-box .admin-card-link .admin-card-link-wrapper {
    font-size: 0.9em;
    color: #000;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-top: 0.5rem !important;
}
.admin-card-link-box .admin-card-link .admin-card-link-wrapper .admin-card-icon {
    fill: var(--green-light);
}
.admin-card-link-box:hover {
    background-color: var(--green-light);
}
.admin-card-link-box:hover .admin-card-link .admin-card-link-wrapper {
    color: #fff;
}
.admin-card-link-box:hover .admin-card-link .admin-card-link-wrapper .admin-card-label {
    text-decoration: underline;
    display: table;
}
.admin-card-link-box:hover .admin-card-link .admin-card-icon {
    fill: #fff;
}
.admin-card-label {
    display: table;
}
.admin-card-label:hover {
    text-decoration: underline;
    display: table;
}
.scrollbar-thick::-webkit-scrollbar {
    width: 0.9em;
}
.scrollbar-thick::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 1px solid transparent;
}
.scrollbar-thick::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid transparent;
    background-clip: content-box;
    background-color: #534d648f;
}
.scrollbar-thin {
    overflow-y: auto;
}
.scrollbar-thin::-webkit-scrollbar {
    width: 5px;
}
.scrollbar-thin::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px var(--turquoise);
}
.scrollbar-thin::-webkit-scrollbar-thumb {
    background-color: var(--turquoise-dark);
    border-radius: 51px;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background: var(--turquoise-dark);
}
.two-factor-popup .auth-input {
    border: 0.03em solid  var(--green-light);
    padding: 0.45em;
    margin: 0 1em 0 0;
    color: #666;
    font-size: 0.8em;
    background-color: #fff;
    width: 30%;
    text-align: center;
}
@media (min-width: 991px) {
    #two-factor .container {
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .col .backup-code-warning {
        width: fit-content;
        margin-left: 1.5rem;
    }
    #two-factor .container .col .qr-code-container {
        flex: 0 0 25%;
        max-width: 25%;
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .col .qr-code-container .qr-code-col {
        display: flex;
        position: relative;
        width: 100%;
    }
    #two-factor .container .col .qr-code-container .qr-code-col .qr-code {
        display: flex;
        flex-flow: column;
        padding-bottom: 0.5rem;
    }
    #two-factor .container .col .qr-code-secret {
        font-size: 80%;
        font-weight: 400;
        padding-left: 0.25rem;
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .col .qr-code .show-secret-link,
    #two-factor .container .col .qr-code-secret .show-secret-link {
        clear: both;
        color: var(--green-muted);
    }
    #two-factor .container .col .qr-code .show-secret-link:hover,
    #two-factor .container .col .qr-code-secret .show-secret-link:hover {
        color: #f05645;
        cursor: pointer;
    }
    #two-factor .container .col .auth-input {
        border: 0.03em solid  var(--green-light);
        padding: 0.45em;
        margin: 0 1em 0 0;
        color: #666;
        font-size: 0.8em;
        background-color: #fff;
        width: 30%;
        text-align: center;
    }
    #two-factor .container .row,
    #two-factor .container .row .row-container {
        display: flex;
        flex-direction: row;
    }
    #two-factor .container .row .qr-code-label {
        font-size: 95%;
        font-weight: 500;
    }
    #two-factor .backup-codes-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    #two-factor .backup-codes-container .backup-codes {
        padding: 10px;
        border: 1px solid lightgrey;
        border-radius: 0.25rem;
    }
    #two-factor .copy-button {
        margin-left: 1.5rem;
        width: fit-content;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #two-factor .container {
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .col .backup-code-warning {
        width: fit-content;
        margin-left: 1.5rem;
    }
    #two-factor .container .col .qr-code-container {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .col .qr-code-container .qr-code-col {
        display: flex;
        position: relative;
        width: 100%;
    }
    #two-factor .container .col .qr-code-container .qr-code-col .qr-code {
        display: flex;
        flex-flow: column;
        padding-bottom: 0.5rem;
    }
    #two-factor .container .col .qr-code-secret {
        font-size: 80%;
        font-weight: 400;
        padding-left: 0.25rem;
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .col .qr-code .show-secret-link,
    #two-factor .container .col .qr-code-secret .show-secret-link {
        clear: both;
        color: var(--green-muted);
    }
    #two-factor .container .col .qr-code .show-secret-link:hover,
    #two-factor .container .col .qr-code-secret .show-secret-link:hover {
        color: #f05645;
        cursor: pointer;
    }
    #two-factor .container .col .auth-input {
        border: 0.03em solid  var(--green-light);
        padding: 0.45em;
        margin: 0 1em 0 0;
        color: #666;
        font-size: 0.8em;
        background-color: #fff;
        width: 30%;
        text-align: center;
    }
    #two-factor .container .row,
    #two-factor .container .row .row-container {
        display: flex;
        flex-direction: row;
    }
    #two-factor .container .row .qr-code-label {
        font-size: 95%;
        font-weight: 500;
    }
    #two-factor .backup-codes-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    #two-factor .backup-codes-container .backup-codes {
        padding: 10px;
        border: 1px solid lightgrey;
        border-radius: 0.25rem;
    }
    #two-factor .copy-button {
        margin-left: 1.5rem;
        width: fit-content;
    }
}
@media (max-width: 767px) {
    #two-factor .container {
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .col .backup-code-warning {
        margin-left: 1.5rem;
        margin-right: 2rem;
    }
    #two-factor .container .col .secret-container {
        text-align: center;
    }
    #two-factor .container .col .qr-code-container {
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .col .qr-code-container .qr-code-col {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
    }
    #two-factor .container .col .qr-code-container .qr-code-col .qr-code {
        display: flex;
        flex-flow: column;
        padding-bottom: 0.5rem;
    }
    #two-factor .container .col .qr-code-secret {
        font-size: 80%;
        font-weight: 400;
        padding-left: 0.25rem;
        display: flex;
        flex-direction: column;
        text-align: center !important;
    }
    #two-factor .container .col .qr-code .show-secret-link,
    #two-factor .container .col .qr-code-secret .show-secret-link {
        clear: both;
        color: var(--green-muted);
    }
    #two-factor .container .col .qr-code .show-secret-link:hover,
    #two-factor .container .col .qr-code-secret .show-secret-link:hover {
        color: #f05645;
        cursor: pointer;
    }
    #two-factor .container .col .auth-input {
        border: 0.03em solid  var(--green-light);
        padding: 0.45em;
        margin: 0 1em 0 0;
        color: #666;
        font-size: 0.8em;
        background-color: #fff;
        width: 30%;
        text-align: center;
    }
    #two-factor .container .row .row-container {
        display: flex;
        flex-direction: column;
    }
    #two-factor .container .row .qr-code-label {
        font-size: 95%;
        font-weight: 500;
        text-align: center;
    }
}
@media (max-width: 767px) and (min-width: 374px) {
    .backup-codes-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .backup-codes-container .backup-codes {
        padding: 5px;
        border: 1px solid lightgrey;
        border-radius: 0.25rem;
    }
}
@media (max-width: 767px) {
    .copy-button {
        margin-left: 1.5rem;
        margin-bottom: 0.5rem;
        width: fit-content;
    }
}
@media (max-width: 374px) {
    .backup-codes-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .backup-codes-container .backup-codes {
        padding: 5px;
        border: 1px solid lightgrey;
        border-radius: 0.25rem;
    }
}
.composite.email-fields .field-group .field-group-item:first-child {
    width: 100% !important;
}
.composite.email-fields .field-group .field-group-item {
    width: 25% !important;
    align-self: flex-start !important;
}
@media all and (max-width: 75em) {
    .composite.email-fields .field-group .field-group-item {
        line-height: 1;
    }
}
.composite.email-fields .field-group .field-group-item .field-group-label label {
    margin-bottom: 0.2rem;
}
.composite-field .checkmark {
    margin-left: 0.68em;
}
@media all and (max-width: 75em) {
    .composite-field .checkmark {
        margin-top: 0.3em;
    }
}
.composite-field .checkbox-field {
    position: relative;
    top: 0.3em;
}
.composite-field .checkbox-field .checkmark {
    margin-left: 0.68em;
}
@media all and (max-width: 75em) {
    .composite-field .checkbox-field .checkmark {
        margin-top: 0.3em;
    }
}
@media all and (max-width: 75em) {
    .composite-field .checkbox-field {
        padding-bottom: 0 !important;
    }
}
.line-item-entry-buttons-label-padding {
    padding-top: 3.5em;
}
@media all and (max-width: 75em) {
    .line-item-entry-buttons-label-padding {
        padding-top: 2.2em;
    }
}
.line-item-entry-buttons-no-label-padding {
    padding-top: 0.7em;
}
@media all and (max-width: 75em) {
    .composite-field-wrapper {
        flex-wrap: wrap;
    }
    .composite-field-wrapper .checkbox-container input {
        position: inherit;
    }
}
@media all and (max-width: 75em) {
    .mailto-field {
        margin-top: 0.5em;
    }
}
.field.field-type-grouped-field.field-mode-detail.field-name-full_name .field-group .field-group-item,
.field.field-type-grouped-field.field-mode-list.field-name-full_name .field-group .field-group-item,
.field.field-type-grouped-field.field-mode-edit.field-name-full_name .field-group .field-group-item,
.field.field-type-grouped-field.field-mode-create.field-name-full_name .field-group .field-group-item {
    width: auto !important;
}
.field-type-icon {
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    fill: var(--green-forest);
    stroke: var(--green-forest);
}
.dynamic-field-type-relate p-dropdown .p-inputtext,
.field-type-relate p-dropdown .p-inputtext {
    font-size: 0.875rem;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-trigger-icon,
.field-type-relate p-dropdown .p-dropdown-trigger-icon {
    font-size: 0.875rem;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-trigger-icon svg,
.field-type-relate p-dropdown .p-dropdown-trigger-icon svg {
    fill: #666;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-filter-container .p-dropdown-filter-search-icon,
.field-type-relate p-dropdown .p-dropdown-filter-container .p-dropdown-filter-search-icon {
    display: inline-block;
    position: absolute;
    top: 0.35rem;
    right: 0.5rem;
    line-height: normal;
    float: right;
    fill: #666;
    font-size: 90%;
}
.dynamic-field-type-relate p-dropdown .p-dropdown.p-component.p-inputwrapper,
.field-type-relate p-dropdown .p-dropdown.p-component.p-inputwrapper {
    justify-content: space-between;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.dynamic-field-type-relate p-dropdown .p-dropdown.p-component.p-inputwrapper > p-overlay,
.field-type-relate p-dropdown .p-dropdown.p-component.p-inputwrapper > p-overlay {
    display: contents;
}
.dynamic-field-type-relate p-dropdown .p-dropdown.p-component.p-inputwrapper span.p-element.p-dropdown-label.p-inputtext,
.field-type-relate p-dropdown .p-dropdown.p-component.p-inputwrapper span.p-element.p-dropdown-label.p-inputtext {
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding-right: 2rem;
}
.dynamic-field-type-relate p-dropdown .p-dropdown.p-component.p-inputwrapper .p-dropdown-trigger,
.field-type-relate p-dropdown .p-dropdown.p-component.p-inputwrapper .p-dropdown-trigger {
    display: table-cell;
    width: 1.7rem;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-item,
.field-type-relate p-dropdown .p-dropdown-item {
    font-size: 0.875rem;
    line-height: 0.875rem;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-item span,
.field-type-relate p-dropdown .p-dropdown-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-item.p-element.p-focus,
.field-type-relate p-dropdown .p-dropdown-item.p-element.p-focus {
    background: #80bdff4d;
    color: inherit;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-item.p-highlight,
.field-type-relate p-dropdown .p-dropdown-item.p-highlight {
    background: #dee2e6;
    color: inherit;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-items,
.field-type-relate p-dropdown .p-dropdown-items {
    padding-inline-start: 0;
    margin-bottom: 0;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-label,
.field-type-relate p-dropdown .p-dropdown-label {
    padding: 0.25rem 0.5rem;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-filter.p-inputtext.p-component,
.field-type-relate p-dropdown .p-dropdown-filter.p-inputtext.p-component {
    padding: 0.25rem 0.5rem;
}
.dynamic-field-type-relate p-dropdown .p-dropdown-panel .p-dropdown-header,
.field-type-relate p-dropdown .p-dropdown-panel .p-dropdown-header {
    padding: 0.5rem 0.7rem;
}
p-multiselect .p-inputtext {
    font-size: 0.875rem;
}
p-multiselect .p-multiselect-trigger-icon {
    font-size: 0.875rem;
}
p-multiselect .p-multiselect-trigger-icon svg {
    fill: #666;
}
p-multiselect .p-multiselect-filter-container .p-multiselect-filter-icon {
    display: inline-block;
    position: absolute;
    top: 0.85rem;
    right: 0.5rem;
    line-height: normal;
    float: right;
    fill: #666;
    font-size: 90%;
}
p-multiselect.p-inputwrapper .p-multiselect.p-inputwrapper .p-multiselect-label-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}
p-multiselect.p-inputwrapper .p-multiselect.p-inputwrapper .p-multiselect-label-container .p-multiselect-label {
    width: 100%;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
}
p-multiselect .p-multiselect.p-component.p-inputwrapper {
    justify-content: space-between;
}
p-multiselect .p-multiselect.p-component.p-inputwrapper > p-overlay {
    display: contents;
}
p-multiselect .p-multiselect.p-component.p-inputwrapper span.p-element.p-multiselect-label.p-inputtext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40em;
    display: inline-block;
}
p-multiselect .p-multiselect-item {
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding-left: 0.7rem;
    display: table;
    table-layout: fixed;
    width: 100%;
}
p-multiselect .p-multiselect-item span {
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
}
p-multiselect .p-multiselect-item .p-checkbox {
    width: 1.7rem;
    display: table-cell;
}
p-multiselect .p-multiselect-item.p-element.p-focus {
    background: #80bdff4d;
    color: inherit;
}
p-multiselect .p-multiselect-item.p-highlight {
    background: #dee2e6;
    color: inherit;
}
p-multiselect .p-multiselect-items {
    padding-inline-start: 0;
    margin-bottom: 0;
}
p-multiselect .p-multiselect-label {
    padding: 0.25rem 0.5rem;
}
p-multiselect .p-multiselect-filter.p-inputtext.p-component {
    padding: 0.25rem 0.5rem;
}
p-multiselect .p-multiselect-panel .p-multiselect-header {
    padding: 0.5rem 0.7rem;
}
p-multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    display: none;
}
p-multiselect .p-checkbox .p-checkbox-box {
    background-color: #fff;
    border-radius: 0.2em;
    border: 0.05em solid var(--green-forest);
}
p-multiselect .p-checkbox .p-checkbox-box .p-checkbox-icon svg {
    width: 100%;
    margin-bottom: 1px;
    padding-top: 1px;
}
p-multiselect .p-checkbox .p-checkbox-box svg {
    width: 100%;
    margin-bottom: 1px;
    padding-top: 1px;
}
p-multiselect .p-multiselect-header .p-checkbox .p-checkbox-box {
    font-size: 14px;
    width: 100%;
    height: 100%;
}
p-multiselect .p-multiselect-header .p-checkbox .p-checkbox-box .p-checkbox-icon {
    width: 100%;
}
p-multiselect .p-multiselect-header .p-checkbox .p-checkbox-box .p-checkbox-icon > scrm-image {
    flex-grow: 1;
    height: 100%;
    display: block;
}
p-multiselect .p-multiselect-header .p-checkbox .p-checkbox-box .p-checkbox-icon > scrm-image svg-icon {
    height: 100%;
    display: flex;
    align-items: center;
}
p-multiselect .p-multiselect-header .p-checkbox .p-checkbox-box > scrm-image {
    flex-grow: 1;
    height: 100%;
    display: block;
}
p-multiselect .p-multiselect-header .p-checkbox .p-checkbox-box > scrm-image svg-icon {
    height: 100%;
    display: flex;
    align-items: center;
}
.dynamic-field-mode-filter.dynamic-field-type-enum p-multiselect .p-multiselect-header .p-checkbox .p-checkbox-box .p-checkbox-icon > scrm-image svg-icon svg {
    margin-bottom: 1px;
}
:root {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --surface-a: #ffffff;
    --surface-b: #efefef;
    --surface-c: #e9ecef;
    --surface-d: #dee2e6;
    --surface-e: #ffffff;
    --surface-f: #ffffff;
    --text-color: #212529;
    --text-color-secondary: #6c757d;
    --primary-color: #007bff;
    --primary-color-text: #ffffff;
    --surface-0: #ffffff;
    --surface-50: #f9fafb;
    --surface-100: #f8f9fa;
    --surface-200: #e9ecef;
    --surface-300: #dee2e6;
    --surface-400: #ced4da;
    --surface-500: #adb5bd;
    --surface-600: #6c757d;
    --surface-700: #495057;
    --surface-800: #343a40;
    --surface-900: #212529;
    --gray-50: #f9fafb;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --content-padding: 1.25rem;
    --inline-spacing: 0.5rem;
    --border-radius: 4px;
    --surface-ground: #efefef;
    --surface-section: #ffffff;
    --surface-card: #ffffff;
    --surface-overlay: #ffffff;
    --surface-border: #dee2e6;
    --surface-hover: #e9ecef;
    --maskbg: rgba(0, 0, 0, 0.4);
    --highlight-bg: #007bff;
    --highlight-text-color: #ffffff;
    --focus-ring: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    color-scheme: light;
}
:root {
    --blue-50: #f3f8ff;
    --blue-100: #c5dcff;
    --blue-200: #97c1fe;
    --blue-300: #69a5fe;
    --blue-400: #3b8afd;
    --blue-500: #0d6efd;
    --blue-600: #0b5ed7;
    --blue-700: #094db1;
    --blue-800: #073d8b;
    --blue-900: #052c65;
    --green-50: #f4f9f6;
    --green-100: #c8e2d6;
    --green-200: #9ccbb5;
    --green-300: #70b595;
    --green-400: #459e74;
    --green-500: #198754;
    --green-600: #157347;
    --green-700: #125f3b;
    --green-800: #0e4a2e;
    --green-900: #0a3622;
    --yellow-50: #fffcf3;
    --yellow-100: #fff0c3;
    --yellow-200: #ffe494;
    --yellow-300: #ffd965;
    --yellow-400: #ffcd36;
    --yellow-500: #ffc107;
    --yellow-600: #d9a406;
    --yellow-700: #b38705;
    --yellow-800: #8c6a04;
    --yellow-900: #664d03;
    --cyan-50: #f3fcfe;
    --cyan-100: #c5f2fb;
    --cyan-200: #97e8f9;
    --cyan-300: #69def6;
    --cyan-400: #3bd4f3;
    --cyan-500: #0dcaf0;
    --cyan-600: #0baccc;
    --cyan-700: #098da8;
    --cyan-800: #076f84;
    --cyan-900: #055160;
    --pink-50: #fdf5f9;
    --pink-100: #f5cee1;
    --pink-200: #eda7ca;
    --pink-300: #e681b3;
    --pink-400: #de5a9b;
    --pink-500: #d63384;
    --pink-600: #b62b70;
    --pink-700: #96245c;
    --pink-800: #761c49;
    --pink-900: #561435;
    --indigo-50: #f7f3fe;
    --indigo-100: #dac6fc;
    --indigo-200: #bd98f9;
    --indigo-300: #a06bf7;
    --indigo-400: #833df4;
    --indigo-500: #6610f2;
    --indigo-600: #570ece;
    --indigo-700: #470ba9;
    --indigo-800: #380985;
    --indigo-900: #290661;
    --teal-50: #f4fcfa;
    --teal-100: #c9f2e6;
    --teal-200: #9fe8d2;
    --teal-300: #75debf;
    --teal-400: #4ad3ab;
    --teal-500: #20c997;
    --teal-600: #1bab80;
    --teal-700: #168d6a;
    --teal-800: #126f53;
    --teal-900: #0d503c;
    --orange-50: #fff9f3;
    --orange-100: #ffe0c7;
    --orange-200: #fec89a;
    --orange-300: #feaf6d;
    --orange-400: #fd9741;
    --orange-500: #fd7e14;
    --orange-600: #d76b11;
    --orange-700: #b1580e;
    --orange-800: #8b450b;
    --orange-900: #653208;
    --bluegray-50: #f8f9fb;
    --bluegray-100: #e0e4ea;
    --bluegray-200: #c7ced9;
    --bluegray-300: #aeb9c8;
    --bluegray-400: #95a3b8;
    --bluegray-500: #7c8ea7;
    --bluegray-600: #69798e;
    --bluegray-700: #576375;
    --bluegray-800: #444e5c;
    --bluegray-900: #323943;
    --purple-50: #f8f6fc;
    --purple-100: #dcd2f0;
    --purple-200: #c1aee4;
    --purple-300: #a68ad9;
    --purple-400: #8a66cd;
    --purple-500: #6f42c1;
    --purple-600: #5e38a4;
    --purple-700: #4e2e87;
    --purple-800: #3d246a;
    --purple-900: #2c1a4d;
    --red-50: #fdf5f6;
    --red-100: #f7cfd2;
    --red-200: #f0a8af;
    --red-300: #e9828c;
    --red-400: #e35b68;
    --red-500: #dc3545;
    --red-600: #bb2d3b;
    --red-700: #9a2530;
    --red-800: #791d26;
    --red-900: #58151c;
    --primary-50: #f2f8ff;
    --primary-100: #c2dfff;
    --primary-200: #91c6ff;
    --primary-300: #61adff;
    --primary-400: #3094ff;
    --primary-500: #007bff;
    --primary-600: #0069d9;
    --primary-700: #0056b3;
    --primary-800: #00448c;
    --primary-900: #003166;
}
.p-editor-container .p-editor-toolbar {
    background: #efefef;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
    border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
    stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
    fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
    border: 0 none;
    color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
    color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
    stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
    fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    border-radius: 4px;
    padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
    color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
    color: #212529;
    background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
    padding: 0.5rem 1.5rem;
}
.p-editor-container .p-editor-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.p-editor-container .p-editor-content.ql-snow {
    border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
    background: #fff;
    color: #495057;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
    color: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
    stroke: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
    fill: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
    color: #007bff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
    stroke: #007bff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
    fill: #007bff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
    color: #007bff;
}
@layer primeng {
    * {
        box-sizing: border-box;
    }
    .p-component {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        font-weight: 400;
    }
    .p-component-overlay {
        background-color: #0006;
        transition-duration: 0.15s;
    }
    .p-disabled,
    .p-component:disabled {
        opacity: 0.65;
    }
    .p-error {
        color: #dc3545;
    }
    .p-text-secondary {
        color: #6c757d;
    }
    .pi {
        font-size: 1rem;
    }
    .p-icon {
        width: 1rem;
        height: 1rem;
    }
    .p-link {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        border-radius: 4px;
    }
    .p-link:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-component-overlay-enter {
        animation: p-component-overlay-enter-animation 0.15s forwards;
    }
    .p-component-overlay-leave {
        animation: p-component-overlay-leave-animation 0.15s forwards;
    }
    @keyframes p-component-overlay-enter-animation {
        0% {
            background-color: transparent;
        }
        to {
            background-color: var(--maskbg);
        }
    }
    @keyframes p-component-overlay-leave-animation {
        0% {
            background-color: var(--maskbg);
        }
        to {
            background-color: transparent;
        }
    }
    .p-autocomplete .p-autocomplete-loader {
        right: 0.75rem;
    }
    .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
        right: 3.107rem;
    }
    .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
        border-color: #ced4da;
    }
    .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-autocomplete .p-autocomplete-multiple-container {
        padding: 0.25rem 0.75rem;
        gap: 0.5rem;
    }
    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
        padding: 0.25rem 0;
    }
    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        color: #212529;
        padding: 0;
        margin: 0;
    }
    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
        padding: 0.25rem 0.75rem;
        background: #dee2e6;
        color: #212529;
        border-radius: 16px;
    }
    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
        margin-left: 0.5rem;
    }
    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
        background: #ced4da;
        color: #212529;
    }
    .p-autocomplete.p-invalid.p-component > .p-inputtext {
        border-color: #dc3545;
    }
    .p-autocomplete-panel {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: none;
    }
    .p-autocomplete-panel .p-autocomplete-items {
        padding: 0.5rem 0;
    }
    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
        margin: 0;
        padding: 0.5rem 1.5rem;
        border: 0 none;
        color: #212529;
        background: transparent;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
        margin-top: 0;
    }
    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
        background: #0067d6;
    }
    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #212529;
        background: #dee2e6;
    }
    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
        margin: 0;
        padding: 0.75rem 1rem;
        color: #212529;
        background: #fff;
        font-weight: 600;
    }
    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
        padding: 0.5rem 1.5rem;
        color: #212529;
        background: transparent;
    }
    p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
        border-color: #dc3545;
    }
    p-autocomplete.p-autocomplete-clearable .p-inputtext {
        padding-right: 2.5rem;
    }
    p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
        color: #495057;
        right: 0.75rem;
    }
    p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
        color: #495057;
        right: 3.107rem;
    }
    p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
        border-color: #dc3545;
    }
    .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-datepicker {
        padding: 0;
        background: #fff;
        color: #212529;
        border: 1px solid #ced4da;
        border-radius: 4px;
    }
    .p-datepicker:not(.p-datepicker-inline) {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
    }
    .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
        background: #efefef;
    }
    .p-datepicker .p-datepicker-header {
        padding: 0.5rem;
        color: #212529;
        background: #fff;
        font-weight: 600;
        margin: 0;
        border-bottom: 1px solid #dee2e6;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-datepicker .p-datepicker-header .p-datepicker-prev,
    .p-datepicker .p-datepicker-header .p-datepicker-next {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
    .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
    .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-datepicker .p-datepicker-header .p-datepicker-title {
        line-height: 2rem;
    }
    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
        color: #212529;
        transition: box-shadow 0.15s;
        font-weight: 600;
        padding: 0.5rem;
    }
    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
        color: #007bff;
    }
    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
        margin-right: 0.5rem;
    }
    .p-datepicker table {
        font-size: 1rem;
        margin: 0.5rem 0;
    }
    .p-datepicker table th {
        padding: 0.5rem;
    }
    .p-datepicker table th > span {
        width: 2.5rem;
        height: 2.5rem;
    }
    .p-datepicker table td {
        padding: 0.5rem;
    }
    .p-datepicker table td > span {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 4px;
        transition: box-shadow 0.15s;
        border: 1px solid transparent;
    }
    .p-datepicker table td > span.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-datepicker table td > span:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-datepicker table td.p-datepicker-today > span {
        background: #ced4da;
        color: #212529;
        border-color: transparent;
    }
    .p-datepicker table td.p-datepicker-today > span.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-datepicker .p-datepicker-buttonbar {
        padding: 1rem 0;
        border-top: 1px solid #dee2e6;
    }
    .p-datepicker .p-datepicker-buttonbar .p-button {
        width: auto;
    }
    .p-datepicker .p-timepicker {
        border-top: 1px solid #dee2e6;
        padding: 0.5rem;
    }
    .p-datepicker .p-timepicker button {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-datepicker .p-timepicker button:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-datepicker .p-timepicker button:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-datepicker .p-timepicker button:last-child {
        margin-top: 0.2em;
    }
    .p-datepicker .p-timepicker span {
        font-size: 1.25rem;
    }
    .p-datepicker .p-timepicker > div {
        padding: 0 0.5rem;
    }
    .p-datepicker.p-datepicker-timeonly .p-timepicker {
        border-top: 0 none;
    }
    .p-datepicker .p-monthpicker {
        margin: 0.5rem 0;
    }
    .p-datepicker .p-monthpicker .p-monthpicker-month {
        padding: 0.5rem;
        transition: box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-datepicker .p-yearpicker {
        margin: 0.5rem 0;
    }
    .p-datepicker .p-yearpicker .p-yearpicker-year {
        padding: 0.5rem;
        transition: box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
        border-left: 1px solid #dee2e6;
        padding: 0;
    }
    .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
        padding-left: 0;
        border-left: 0 none;
    }
    .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
        padding-right: 0;
    }
    .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
        background: #e9ecef;
    }
    .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
        background: #e9ecef;
    }
    .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
        background: #e9ecef;
    }
    .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    p-calendar.p-calendar-clearable .p-inputtext {
        padding-right: 2.5rem;
    }
    p-calendar.p-calendar-clearable .p-calendar-clear-icon {
        color: #495057;
        right: 0.75rem;
    }
    p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
        color: #495057;
        right: 3.107rem;
    }
    @media screen and (max-width: 769px) {
        .p-datepicker table th,
        .p-datepicker table td {
            padding: 0;
        }
    }
    .p-cascadeselect {
        background: #fff;
        border: 1px solid #ced4da;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-cascadeselect:not(.p-disabled):hover {
        border-color: #ced4da;
    }
    .p-cascadeselect:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-cascadeselect .p-cascadeselect-label {
        background: transparent;
        border: 0 none;
        padding: 0.5rem 0.75rem;
    }
    .p-cascadeselect .p-cascadeselect-label.p-placeholder {
        color: #6c757d;
    }
    .p-cascadeselect .p-cascadeselect-label:enabled:focus {
        outline: 0 none;
        box-shadow: none;
    }
    .p-cascadeselect .p-cascadeselect-trigger {
        background: transparent;
        color: #495057;
        width: 2.357rem;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-cascadeselect.p-invalid.p-component {
        border-color: #dc3545;
    }
    .p-cascadeselect.p-variant-filled {
        background-color: #efefef;
    }
    .p-cascadeselect.p-variant-filled:enabled:hover {
        background-color: #efefef;
    }
    .p-cascadeselect.p-variant-filled:enabled:focus {
        background-color: #efefef;
    }
    .p-cascadeselect-panel {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: none;
    }
    .p-cascadeselect-panel .p-cascadeselect-items {
        padding: 0.5rem 0;
    }
    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
        margin: 0;
        border: 0 none;
        color: #212529;
        background: transparent;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
        margin-top: 0;
    }
    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
        background: #0067d6;
    }
    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #212529;
        background: #dee2e6;
    }
    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
        padding: 0.5rem 1.5rem;
    }
    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
        font-size: 0.875rem;
    }
    .p-input-filled .p-cascadeselect {
        background: #efefef;
    }
    .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
        background-color: #efefef;
    }
    .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
        background-color: #efefef;
    }
    p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
        border-color: #dc3545;
    }
    p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
        padding-right: 0.75rem;
    }
    p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
        color: #495057;
        right: 2.357rem;
    }
    .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
        box-shadow: none;
        border-radius: 0;
        padding: 0.25rem 0 0.25rem 0.5rem;
    }
    .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
        transform: rotate(90deg);
    }
    .p-checkbox {
        width: 20px;
        height: 20px;
    }
    .p-checkbox .p-checkbox-box {
        border: 2px solid #ced4da;
        background: #fff;
        width: 20px;
        height: 20px;
        color: #212529;
        border-radius: 4px;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        outline-color: transparent;
    }
    .p-checkbox .p-checkbox-box .p-checkbox-icon {
        transition-duration: 0.15s;
        color: #fff;
        font-size: 14px;
    }
    .p-checkbox .p-checkbox-box .p-icon {
        width: 14px;
        height: 14px;
    }
    .p-checkbox .p-checkbox-box.p-highlight {
        border-color: #007bff;
        background: #007bff;
    }
    .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
        border-color: #ced4da;
    }
    .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
        border-color: #0062cc;
        background: #0062cc;
        color: #fff;
    }
    .p-checkbox.p-variant-filled .p-checkbox-box {
        background-color: #efefef;
    }
    .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
        background: #007bff;
    }
    .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
        background-color: #efefef;
    }
    .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
        background: #0062cc;
    }
    p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
        border-color: #dc3545;
    }
    .p-input-filled .p-checkbox .p-checkbox-box {
        background-color: #efefef;
    }
    .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
        background: #007bff;
    }
    .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
        background-color: #efefef;
    }
    .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
        background: #0062cc;
    }
    .p-checkbox-label {
        margin-left: 0.5rem;
    }
    .p-highlight .p-checkbox .p-checkbox-box {
        border-color: #fff;
    }
    p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
        border-color: #dc3545;
    }
    .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
        border-color: #ced4da;
    }
    .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-chips .p-chips-multiple-container {
        padding: 0.25rem 0.75rem;
        gap: 0.5rem;
    }
    .p-chips .p-chips-multiple-container .p-chips-token {
        padding: 0.25rem 0.75rem;
        margin-right: 0.5rem;
        background: #dee2e6;
        color: #212529;
        border-radius: 16px;
    }
    .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
        background: #ced4da;
        color: #212529;
    }
    .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
        margin-left: 0.5rem;
    }
    .p-chips .p-chips-multiple-container .p-chips-input-token {
        padding: 0.25rem 0;
    }
    .p-chips .p-chips-multiple-container .p-chips-input-token input {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        color: #212529;
        padding: 0;
        margin: 0;
    }
    p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
        border-color: #dc3545;
    }
    p-chips.p-chips-clearable .p-inputtext {
        padding-right: 1.75rem;
    }
    p-chips.p-chips-clearable .p-chips-clear-icon {
        color: #495057;
        right: 0.75rem;
    }
    .p-colorpicker-preview,
    .p-fluid .p-colorpicker-preview.p-inputtext {
        width: 2rem;
        height: 2rem;
    }
    .p-colorpicker-panel {
        background: #212529;
        border: 1px solid #212529;
    }
    .p-colorpicker-panel .p-colorpicker-color-handle,
    .p-colorpicker-panel .p-colorpicker-hue-handle {
        border-color: #fff;
    }
    .p-colorpicker-overlay-panel {
        box-shadow: none;
    }
    .p-dropdown {
        background: #fff;
        border: 1px solid #ced4da;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-dropdown:not(.p-disabled):hover {
        border-color: #ced4da;
    }
    .p-dropdown:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-dropdown.p-dropdown-clearable .p-dropdown-label {
        padding-right: 1.75rem;
    }
    .p-dropdown .p-dropdown-label {
        background: transparent;
        border: 0 none;
    }
    .p-dropdown .p-dropdown-label.p-placeholder {
        color: #6c757d;
    }
    .p-dropdown .p-dropdown-label:focus,
    .p-dropdown .p-dropdown-label:enabled:focus {
        outline: 0 none;
        box-shadow: none;
    }
    .p-dropdown .p-dropdown-trigger {
        background: transparent;
        color: #495057;
        width: 2.357rem;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-dropdown .p-dropdown-clear-icon {
        color: #495057;
        right: 2.357rem;
    }
    .p-dropdown.p-invalid.p-component {
        border-color: #dc3545;
    }
    .p-dropdown.p-variant-filled {
        background-color: #efefef;
    }
    .p-dropdown.p-variant-filled:enabled:hover {
        background-color: #efefef;
    }
    .p-dropdown.p-variant-filled:enabled:focus {
        background-color: #efefef;
    }
    .p-dropdown-panel {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: none;
    }
    .p-dropdown-panel .p-dropdown-header {
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid #dee2e6;
        color: #212529;
        background: #efefef;
        margin: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
        padding-right: 1.75rem;
        margin-right: -1.75rem;
    }
    .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
        right: 0.75rem;
        color: #495057;
    }
    .p-dropdown-panel .p-dropdown-items {
        padding: 0.5rem 0;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
        margin: 0;
        padding: 0.5rem 1.5rem;
        border: 0 none;
        color: #212529;
        background: transparent;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
        margin-top: 0;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
        background: #0067d6;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #212529;
        background: #dee2e6;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
        margin: 0;
        padding: 0.75rem 1rem;
        color: #212529;
        background: #fff;
        font-weight: 600;
    }
    .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
        padding: 0.5rem 1.5rem;
        color: #212529;
        background: transparent;
    }
    .p-input-filled .p-dropdown {
        background: #efefef;
    }
    .p-input-filled .p-dropdown:not(.p-disabled):hover {
        background-color: #efefef;
    }
    .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
        background-color: #efefef;
    }
    .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
        background-color: transparent;
    }
    p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
        border-color: #dc3545;
    }
    .p-icon-field .p-input-icon {
        position: absolute;
        top: 50%;
        margin-top: -0.5rem;
    }
    .p-inputgroup-addon {
        background: #e9ecef;
        color: #495057;
        border-top: 1px solid #ced4da;
        border-left: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        padding: 0.5rem 0.75rem;
        min-width: 2.357rem;
    }
    .p-inputgroup-addon:last-child {
        border-right: 1px solid #ced4da;
    }
    .p-inputgroup > .p-component,
    .p-inputgroup > .p-inputwrapper > .p-inputtext,
    .p-inputgroup > .p-float-label > .p-component {
        border-radius: 0;
        margin: 0;
    }
    .p-inputgroup > .p-component + .p-inputgroup-addon,
    .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
    .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
        border-left: 0 none;
    }
    .p-inputgroup > .p-component:focus,
    .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
    .p-inputgroup > .p-float-label > .p-component:focus {
        z-index: 1;
    }
    .p-inputgroup > .p-component:focus ~ label,
    .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
    .p-inputgroup > .p-float-label > .p-component:focus ~ label {
        z-index: 1;
    }
    .p-inputgroup-addon:first-child,
    .p-inputgroup button:first-child,
    .p-inputgroup input:first-child,
    .p-inputgroup > .p-inputwrapper:first-child > .p-component,
    .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-inputgroup .p-float-label:first-child input {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-inputgroup-addon:last-child,
    .p-inputgroup button:last-child,
    .p-inputgroup input:last-child,
    .p-inputgroup > .p-inputwrapper:last-child > .p-component,
    .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-inputgroup .p-float-label:last-child input {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-fluid .p-inputgroup .p-button {
        width: auto;
    }
    .p-fluid .p-inputgroup .p-button.p-button-icon-only {
        width: 2.357rem;
    }
    .p-icon-field-left .p-input-icon:first-of-type {
        left: 0.75rem;
        color: #495057;
    }
    .p-icon-field-right .p-input-icon:last-of-type {
        right: 0.75rem;
        color: #495057;
    }
    p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
        border-color: #dc3545;
    }
    p-inputmask.p-inputmask-clearable .p-inputtext {
        padding-right: 2.5rem;
    }
    p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
        color: #495057;
        right: 0.75rem;
    }
    .p-inputmask.p-variant-filled {
        background-color: #efefef;
    }
    .p-inputmask.p-variant-filled:enabled:hover {
        background-color: #efefef;
    }
    .p-inputmask.p-variant-filled:enabled:focus {
        background-color: #efefef;
    }
    p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
        border-color: #dc3545;
    }
    p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
        padding-right: 2.5rem;
    }
    p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
        color: #495057;
        right: 0.75rem;
    }
    p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
        right: 3.107rem;
    }
    p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
        right: 3.107rem;
    }
    p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
        background-color: #efefef;
    }
    p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
        background-color: #efefef;
    }
    p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
        background-color: #efefef;
    }
    .p-inputotp {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    .p-inputotp-input {
        text-align: center;
        width: 2.5rem;
    }
    .p-inputswitch {
        width: 3rem;
        height: 1.75rem;
    }
    .p-inputswitch .p-inputswitch-slider {
        background: #ced4da;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-inputswitch .p-inputswitch-slider:before {
        background: #fff;
        width: 1.25rem;
        height: 1.25rem;
        left: 0.25rem;
        margin-top: -0.625rem;
        border-radius: 4px;
        transition-duration: 0.15s;
    }
    .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
        transform: translate(1.25rem);
    }
    .p-inputswitch.p-focus .p-inputswitch-slider {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
        background: #ced4da;
    }
    .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
        background: #007bff;
    }
    .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
        background: #fff;
    }
    .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
        background: #007bff;
    }
    p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
        border-color: #dc3545;
    }
    .p-inputtext {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        color: #495057;
        background: #fff;
        padding: 0.5rem 0.75rem;
        border: 1px solid #ced4da;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        appearance: none;
        border-radius: 4px;
    }
    .p-inputtext:enabled:hover {
        border-color: #ced4da;
    }
    .p-inputtext:enabled:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-inputtext.ng-dirty.ng-invalid {
        border-color: #dc3545;
    }
    .p-inputtext.p-variant-filled {
        background-color: #efefef;
    }
    .p-inputtext.p-variant-filled:enabled:hover {
        background-color: #efefef;
    }
    .p-inputtext.p-variant-filled:enabled:focus {
        background-color: #efefef;
    }
    .p-inputtext.p-inputtext-sm {
        font-size: 0.875rem;
        padding: 0.4375rem 0.65625rem;
    }
    .p-inputtext.p-inputtext-lg {
        font-size: 1.25rem;
        padding: 0.625rem 0.9375rem;
    }
    .p-float-label > label {
        left: 0.75rem;
        color: #6c757d;
        transition-duration: 0.15s;
    }
    .p-float-label > .ng-invalid.ng-dirty + label {
        color: #dc3545;
    }
    .p-input-icon-left > .p-icon-wrapper.p-icon,
    .p-input-icon-left > i:first-of-type {
        left: 0.75rem;
        color: #495057;
    }
    .p-input-icon-left > .p-inputtext {
        padding-left: 2.5rem;
    }
    .p-input-icon-left.p-float-label > label {
        left: 2.5rem;
    }
    .p-input-icon-right > .p-icon-wrapper,
    .p-input-icon-right > i:last-of-type {
        right: 0.75rem;
        color: #495057;
    }
    .p-input-icon-right > .p-inputtext {
        padding-right: 2.5rem;
    }
    .p-icon-field-left > .p-inputtext {
        padding-left: 2.5rem;
    }
    .p-icon-field-left.p-float-label > label {
        left: 2.5rem;
    }
    .p-icon-field-right > .p-inputtext {
        padding-right: 2.5rem;
    }
    ::-webkit-input-placeholder {
        color: #6c757d;
    }
    :-moz-placeholder {
        color: #6c757d;
    }
    ::-moz-placeholder {
        color: #6c757d;
    }
    :-ms-input-placeholder {
        color: #6c757d;
    }
    .p-input-filled .p-inputtext {
        background-color: #efefef;
    }
    .p-input-filled .p-inputtext:enabled:hover {
        background-color: #efefef;
    }
    .p-input-filled .p-inputtext:enabled:focus {
        background-color: #efefef;
    }
    .p-inputtext-sm .p-inputtext {
        font-size: 0.875rem;
        padding: 0.4375rem 0.65625rem;
    }
    .p-inputtext-lg .p-inputtext {
        font-size: 1.25rem;
        padding: 0.625rem 0.9375rem;
    }
    .p-listbox {
        background: #fff;
        color: #212529;
        border: 1px solid #ced4da;
        border-radius: 4px;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    .p-listbox .p-listbox-header {
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid #dee2e6;
        color: #212529;
        background: #efefef;
        margin: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-listbox .p-listbox-header .p-listbox-filter {
        padding-right: 1.75rem;
    }
    .p-listbox .p-listbox-header .p-listbox-filter-icon {
        right: 0.75rem;
        color: #495057;
    }
    .p-listbox .p-listbox-header .p-checkbox {
        margin-right: 0.5rem;
    }
    .p-listbox .p-listbox-list {
        padding: 0.5rem 0;
        outline: 0 none;
    }
    .p-listbox .p-listbox-list .p-listbox-item {
        margin: 0;
        padding: 0.5rem 1.5rem;
        border: 0 none;
        color: #212529;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-listbox .p-listbox-list .p-listbox-item:first-child {
        margin-top: 0;
    }
    .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
        margin-right: 0.5rem;
    }
    .p-listbox .p-listbox-list .p-listbox-item-group {
        margin: 0;
        padding: 0.75rem 1rem;
        color: #212529;
        background: #fff;
        font-weight: 600;
    }
    .p-listbox .p-listbox-list .p-listbox-empty-message {
        padding: 0.5rem 1.5rem;
        color: #212529;
        background: transparent;
    }
    .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
        background: #0067d6;
    }
    .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #212529;
        background: #e9ecef;
    }
    .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
        color: #212529;
        background: #e9ecef;
    }
    .p-listbox.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    p-listbox.ng-dirty.ng-invalid > .p-listbox {
        border-color: #dc3545;
    }
    .p-multiselect {
        background: #fff;
        border: 1px solid #ced4da;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-multiselect:not(.p-disabled):hover {
        border-color: #ced4da;
    }
    .p-multiselect:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-multiselect .p-multiselect-label {
        padding: 0.5rem 0.75rem;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    .p-multiselect .p-multiselect-label.p-placeholder {
        color: #6c757d;
    }
    .p-multiselect.p-multiselect-chip .p-multiselect-token {
        padding: 0.25rem 0.75rem;
        margin-right: 0.5rem;
        background: #dee2e6;
        color: #212529;
        border-radius: 16px;
    }
    .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
        margin-left: 0.5rem;
    }
    .p-multiselect .p-multiselect-trigger {
        background: transparent;
        color: #495057;
        width: 2.357rem;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-multiselect.p-variant-filled {
        background: #efefef;
    }
    .p-multiselect.p-variant-filled:not(.p-disabled):hover {
        background-color: #efefef;
    }
    .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
        background-color: #efefef;
    }
    .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
        padding: 0.25rem 0.75rem;
    }
    .p-multiselect-clearable .p-multiselect-label-container {
        padding-right: 1.75rem;
    }
    .p-multiselect-clearable .p-multiselect-clear-icon {
        color: #495057;
        right: 2.357rem;
    }
    .p-multiselect-panel {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: none;
    }
    .p-multiselect-panel .p-multiselect-header {
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid #dee2e6;
        color: #212529;
        background: #efefef;
        margin: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
        padding-right: 1.75rem;
    }
    .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
        right: 0.75rem;
        color: #495057;
    }
    .p-multiselect-panel .p-multiselect-header .p-checkbox {
        margin-right: 0.5rem;
    }
    .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
        margin-left: 0.5rem;
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-multiselect-panel .p-multiselect-items {
        padding: 0.5rem 0;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
        margin: 0;
        padding: 0.5rem 1.5rem;
        border: 0 none;
        color: #212529;
        background: transparent;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
        margin-top: 0;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
        background: #0067d6;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #212529;
        background: #e9ecef;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
        margin-right: 0.5rem;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
        margin: 0;
        padding: 0.75rem 1rem;
        color: #212529;
        background: #fff;
        font-weight: 600;
    }
    .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
        padding: 0.5rem 1.5rem;
        color: #212529;
        background: transparent;
    }
    .p-input-filled .p-multiselect {
        background: #efefef;
    }
    .p-input-filled .p-multiselect:not(.p-disabled):hover {
        background-color: #efefef;
    }
    .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
        background-color: #efefef;
    }
    p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
        border-color: #dc3545;
    }
    p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
        border-color: #dc3545;
    }
    .p-password-panel {
        padding: 1.25rem;
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: none;
        border-radius: 4px;
    }
    .p-password-panel .p-password-meter {
        margin-bottom: 0.5rem;
        background: #e9ecef;
    }
    .p-password-panel .p-password-meter .p-password-strength.weak {
        background: #dc3545;
    }
    .p-password-panel .p-password-meter .p-password-strength.medium {
        background: #ffc107;
    }
    .p-password-panel .p-password-meter .p-password-strength.strong {
        background: #28a745;
    }
    p-password.p-password-clearable .p-password-input {
        padding-right: 2.5rem;
    }
    p-password.p-password-clearable .p-password-clear-icon {
        color: #495057;
        right: 0.75rem;
    }
    p-password.p-password-clearable.p-password-mask .p-password-input {
        padding-right: 4.25rem;
    }
    p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
        color: #495057;
        right: 2.5rem;
    }
    .p-radiobutton {
        width: 20px;
        height: 20px;
    }
    .p-radiobutton .p-radiobutton-box {
        border: 2px solid #ced4da;
        background: #fff;
        width: 20px;
        height: 20px;
        color: #212529;
        border-radius: 50%;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        outline-color: transparent;
    }
    .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
        border-color: #ced4da;
    }
    .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
        width: 12px;
        height: 12px;
        transition-duration: 0.15s;
        background-color: #fff;
    }
    .p-radiobutton .p-radiobutton-box.p-highlight {
        border-color: #007bff;
        background: #007bff;
    }
    .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
        border-color: #0062cc;
        background: #0062cc;
        color: #fff;
    }
    .p-radiobutton.p-variant-filled .p-radiobutton-box {
        background-color: #efefef;
    }
    .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
        background-color: #efefef;
    }
    .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
        background: #007bff;
    }
    .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
        background: #0062cc;
    }
    p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
        border-color: #dc3545;
    }
    .p-input-filled .p-radiobutton .p-radiobutton-box {
        background-color: #efefef;
    }
    .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
        background-color: #efefef;
    }
    .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
        background: #007bff;
    }
    .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
        background: #0062cc;
    }
    .p-radiobutton-label {
        margin-left: 0.5rem;
    }
    .p-highlight .p-radiobutton .p-radiobutton-box {
        border-color: #fff;
    }
    .p-rating {
        gap: 0.5rem;
    }
    .p-rating .p-rating-item {
        border-radius: 50%;
        outline-color: transparent;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .p-rating .p-rating-item .p-rating-icon {
        color: #495057;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        font-size: 1.143rem;
    }
    .p-rating .p-rating-item .p-rating-icon.p-icon {
        width: 1.143rem;
        height: 1.143rem;
    }
    .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
        color: #dc3545;
    }
    .p-rating .p-rating-item.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
        color: #007bff;
    }
    .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
        color: #007bff;
    }
    .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
        color: #dc3545;
    }
    .p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
        color: #fff;
    }
    .p-selectbutton .p-button {
        background: #6c757d;
        border: 1px solid #6c757d;
        color: #fff;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    .p-selectbutton .p-button .p-button-icon-left,
    .p-selectbutton .p-button .p-button-icon-right {
        color: #fff;
    }
    .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
        background: #5a6268;
        border-color: #545b62;
        color: #fff;
    }
    .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
    .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
        color: #fff;
    }
    .p-selectbutton .p-button.p-highlight {
        background: #545b62;
        border-color: #4e555b;
        color: #fff;
    }
    .p-selectbutton .p-button.p-highlight .p-button-icon-left,
    .p-selectbutton .p-button.p-highlight .p-button-icon-right {
        color: #fff;
    }
    .p-selectbutton .p-button.p-highlight:hover {
        background: #545b62;
        border-color: #4e555b;
        color: #fff;
    }
    .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
    .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
        color: #fff;
    }
    p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
        border-color: #dc3545;
    }
    .p-slider {
        background: #e9ecef;
        border: 0 none;
        border-radius: 4px;
    }
    .p-slider.p-slider-horizontal {
        height: 0.286rem;
    }
    .p-slider.p-slider-horizontal .p-slider-handle {
        margin-top: -0.5715rem;
        margin-left: -0.5715rem;
    }
    .p-slider.p-slider-vertical {
        height: 100%;
        width: 0.286rem;
    }
    .p-slider.p-slider-vertical .p-slider-handle {
        height: 1.143rem;
        width: 1.143rem;
        margin-left: -0.5715rem;
        margin-bottom: -0.5715rem;
    }
    .p-slider .p-slider-handle {
        height: 1.143rem;
        width: 1.143rem;
        background: #007bff;
        border: 2px solid #007bff;
        border-radius: 4px;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    .p-slider .p-slider-handle:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-slider .p-slider-range {
        background: #007bff;
    }
    .p-slider:not(.p-disabled) .p-slider-handle:hover {
        background: #0069d9;
        border-color: #0069d9;
    }
    .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, left 0.15s;
    }
    .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
        transition: width 0.15s;
    }
    .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, bottom 0.15s;
    }
    .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
        transition: height 0.15s;
    }
    .p-togglebutton.p-button {
        background: #6c757d;
        border: 1px solid #6c757d;
        color: #fff;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    .p-togglebutton.p-button .p-button-icon-left,
    .p-togglebutton.p-button .p-button-icon-right {
        color: #fff;
    }
    .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
        background: #5a6268;
        border-color: #545b62;
        color: #fff;
    }
    .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
    .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
        color: #fff;
    }
    .p-togglebutton.p-button.p-highlight {
        background: #545b62;
        border-color: #4e555b;
        color: #fff;
    }
    .p-togglebutton.p-button.p-highlight .p-button-icon-left,
    .p-togglebutton.p-button.p-highlight .p-button-icon-right {
        color: #fff;
    }
    .p-togglebutton.p-button.p-highlight:hover {
        background: #545b62;
        border-color: #4e555b;
        color: #fff;
    }
    .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
    .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
        color: #fff;
    }
    p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
        border-color: #dc3545;
    }
    .p-treeselect {
        background: #fff;
        border: 1px solid #ced4da;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-treeselect:not(.p-disabled):hover {
        border-color: #ced4da;
    }
    .p-treeselect:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-treeselect .p-treeselect-label {
        padding: 0.5rem 0.75rem;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    .p-treeselect .p-treeselect-label.p-placeholder {
        color: #6c757d;
    }
    .p-treeselect.p-treeselect-chip .p-treeselect-token {
        padding: 0.25rem 0.75rem;
        margin-right: 0.5rem;
        background: #dee2e6;
        color: #212529;
        border-radius: 16px;
    }
    .p-treeselect .p-treeselect-trigger {
        background: transparent;
        color: #495057;
        width: 2.357rem;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-treeselect.p-variant-filled {
        background-color: #efefef;
    }
    .p-treeselect.p-variant-filled:enabled:hover {
        background-color: #efefef;
    }
    .p-treeselect.p-variant-filled:enabled:focus {
        background-color: #efefef;
    }
    p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
        border-color: #dc3545;
    }
    .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
        padding: 0.25rem 0.75rem;
    }
    .p-treeselect-panel {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: none;
    }
    .p-treeselect-panel .p-treeselect-header {
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid #dee2e6;
        color: #212529;
        background: #efefef;
        margin: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
        margin-right: 0.5rem;
    }
    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
        padding-right: 1.75rem;
    }
    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
        right: 0.75rem;
        color: #495057;
    }
    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
        padding-right: 3.5rem;
    }
    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
        right: 2.5rem;
    }
    .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
        border: 0 none;
    }
    .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
        padding: 0.5rem 1.5rem;
        color: #212529;
        background: transparent;
    }
    .p-input-filled .p-treeselect {
        background: #efefef;
    }
    .p-input-filled .p-treeselect:not(.p-disabled):hover {
        background-color: #efefef;
    }
    .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
        background-color: #efefef;
    }
    p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
        padding-right: 1.75rem;
    }
    p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
        color: #495057;
        right: 2.357rem;
    }
    .p-button {
        color: #fff;
        background: #007bff;
        border: 1px solid #007bff;
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        border-radius: 4px;
        outline-color: transparent;
    }
    .p-button:not(:disabled):hover {
        background: #0069d9;
        color: #fff;
        border-color: #0069d9;
    }
    .p-button:not(:disabled):active {
        background: #0062cc;
        color: #fff;
        border-color: #0062cc;
    }
    .p-button.p-button-outlined {
        background-color: transparent;
        color: #007bff;
        border: 1px solid;
    }
    .p-button.p-button-outlined:not(:disabled):hover {
        background: #007bff0a;
        color: #007bff;
        border: 1px solid;
    }
    .p-button.p-button-outlined:not(:disabled):active {
        background: #007bff29;
        color: #007bff;
        border: 1px solid;
    }
    .p-button.p-button-outlined.p-button-plain {
        color: #6c757d;
        border-color: #6c757d;
    }
    .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
        background: #e9ecef;
        color: #6c757d;
    }
    .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
        background: #dee2e6;
        color: #6c757d;
    }
    .p-button.p-button-text {
        background-color: transparent;
        color: #007bff;
        border-color: transparent;
    }
    .p-button.p-button-text:not(:disabled):hover {
        background: #007bff0a;
        color: #007bff;
        border-color: transparent;
    }
    .p-button.p-button-text:not(:disabled):active {
        background: #007bff29;
        color: #007bff;
        border-color: transparent;
    }
    .p-button.p-button-text.p-button-plain {
        color: #6c757d;
    }
    .p-button.p-button-text.p-button-plain:not(:disabled):hover {
        background: #e9ecef;
        color: #6c757d;
    }
    .p-button.p-button-text.p-button-plain:not(:disabled):active {
        background: #dee2e6;
        color: #6c757d;
    }
    .p-button:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-button .p-button-label {
        transition-duration: 0.15s;
    }
    .p-button .p-button-icon-left {
        margin-right: 0.5rem;
    }
    .p-button .p-button-icon-right {
        margin-left: 0.5rem;
    }
    .p-button .p-button-icon-bottom {
        margin-top: 0.5rem;
    }
    .p-button .p-button-icon-top {
        margin-bottom: 0.5rem;
    }
    .p-button .p-badge {
        margin-left: 0.5rem;
        min-width: 1rem;
        height: 1rem;
        line-height: 1rem;
        color: #007bff;
        background-color: #fff;
    }
    .p-button.p-button-raised {
        box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    }
    .p-button.p-button-rounded {
        border-radius: 2rem;
    }
    .p-button.p-button-icon-only {
        width: 2.357rem;
        padding: 0.5rem 0;
    }
    .p-button.p-button-icon-only .p-button-icon-left,
    .p-button.p-button-icon-only .p-button-icon-right {
        margin: 0;
    }
    .p-button.p-button-icon-only.p-button-rounded {
        border-radius: 50%;
        height: 2.357rem;
    }
    .p-button.p-button-sm {
        font-size: 0.875rem;
        padding: 0.4375rem 0.65625rem;
    }
    .p-button.p-button-sm .p-button-icon {
        font-size: 0.875rem;
    }
    .p-button.p-button-lg {
        font-size: 1.25rem;
        padding: 0.625rem 0.9375rem;
    }
    .p-button.p-button-lg .p-button-icon {
        font-size: 1.25rem;
    }
    .p-button.p-button-loading-label-only .p-button-label {
        margin-left: 0.5rem;
    }
    .p-button.p-button-loading-label-only .p-button-loading-icon {
        margin-right: 0;
    }
    .p-fluid .p-button {
        width: 100%;
    }
    .p-fluid .p-button-icon-only {
        width: 2.357rem;
    }
    .p-fluid .p-button-group {
        display: flex;
    }
    .p-fluid .p-button-group .p-button {
        flex: 1;
    }
    .p-button.p-button-secondary,
    .p-button-group.p-button-secondary > .p-button,
    .p-splitbutton.p-button-secondary > .p-button {
        color: #fff;
        background: #6c757d;
        border: 1px solid #6c757d;
    }
    .p-button.p-button-secondary:not(:disabled):hover,
    .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
    .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
        background: #5a6268;
        color: #fff;
        border-color: #5a6268;
    }
    .p-button.p-button-secondary:not(:disabled):focus,
    .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
    .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
        box-shadow: 0 0 0 0.2rem #828a9180;
    }
    .p-button.p-button-secondary:not(:disabled):active,
    .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
    .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
        background: #545b62;
        color: #fff;
        border-color: #4e555b;
    }
    .p-button.p-button-secondary.p-button-outlined,
    .p-button-group.p-button-secondary > .p-button.p-button-outlined,
    .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
        background-color: transparent;
        color: #6c757d;
        border: 1px solid;
    }
    .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
    .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
        background: #6c757d0a;
        color: #6c757d;
        border: 1px solid;
    }
    .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
    .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
        background: #6c757d29;
        color: #6c757d;
        border: 1px solid;
    }
    .p-button.p-button-secondary.p-button-text,
    .p-button-group.p-button-secondary > .p-button.p-button-text,
    .p-splitbutton.p-button-secondary > .p-button.p-button-text {
        background-color: transparent;
        color: #6c757d;
        border-color: transparent;
    }
    .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
    .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
        background: #6c757d0a;
        border-color: transparent;
        color: #6c757d;
    }
    .p-button.p-button-secondary.p-button-text:not(:disabled):active,
    .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
        background: #6c757d29;
        border-color: transparent;
        color: #6c757d;
    }
    .p-button.p-button-info,
    .p-button-group.p-button-info > .p-button,
    .p-splitbutton.p-button-info > .p-button {
        color: #fff;
        background: #17a2b8;
        border: 1px solid #17a2b8;
    }
    .p-button.p-button-info:not(:disabled):hover,
    .p-button-group.p-button-info > .p-button:not(:disabled):hover,
    .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
        background: #138496;
        color: #fff;
        border-color: #117a8b;
    }
    .p-button.p-button-info:not(:disabled):focus,
    .p-button-group.p-button-info > .p-button:not(:disabled):focus,
    .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
        box-shadow: 0 0 0 0.2rem #3ab0c380;
    }
    .p-button.p-button-info:not(:disabled):active,
    .p-button-group.p-button-info > .p-button:not(:disabled):active,
    .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
        background: #138496;
        color: #fff;
        border-color: #117a8b;
    }
    .p-button.p-button-info.p-button-outlined,
    .p-button-group.p-button-info > .p-button.p-button-outlined,
    .p-splitbutton.p-button-info > .p-button.p-button-outlined {
        background-color: transparent;
        color: #17a2b8;
        border: 1px solid;
    }
    .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
    .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
        background: #17a2b80a;
        color: #17a2b8;
        border: 1px solid;
    }
    .p-button.p-button-info.p-button-outlined:not(:disabled):active,
    .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
        background: #17a2b829;
        color: #17a2b8;
        border: 1px solid;
    }
    .p-button.p-button-info.p-button-text,
    .p-button-group.p-button-info > .p-button.p-button-text,
    .p-splitbutton.p-button-info > .p-button.p-button-text {
        background-color: transparent;
        color: #17a2b8;
        border-color: transparent;
    }
    .p-button.p-button-info.p-button-text:not(:disabled):hover,
    .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
        background: #17a2b80a;
        border-color: transparent;
        color: #17a2b8;
    }
    .p-button.p-button-info.p-button-text:not(:disabled):active,
    .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
        background: #17a2b829;
        border-color: transparent;
        color: #17a2b8;
    }
    .p-button.p-button-success,
    .p-button-group.p-button-success > .p-button,
    .p-splitbutton.p-button-success > .p-button {
        color: #fff;
        background: #28a745;
        border: 1px solid #28a745;
    }
    .p-button.p-button-success:not(:disabled):hover,
    .p-button-group.p-button-success > .p-button:not(:disabled):hover,
    .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
        background: #218838;
        color: #fff;
        border-color: #1e7e34;
    }
    .p-button.p-button-success:not(:disabled):focus,
    .p-button-group.p-button-success > .p-button:not(:disabled):focus,
    .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
        box-shadow: 0 0 0 0.2rem #48b46180;
    }
    .p-button.p-button-success:not(:disabled):active,
    .p-button-group.p-button-success > .p-button:not(:disabled):active,
    .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
        background: #1e7e34;
        color: #fff;
        border-color: #1c7430;
    }
    .p-button.p-button-success.p-button-outlined,
    .p-button-group.p-button-success > .p-button.p-button-outlined,
    .p-splitbutton.p-button-success > .p-button.p-button-outlined {
        background-color: transparent;
        color: #28a745;
        border: 1px solid;
    }
    .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
    .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
        background: #28a7450a;
        color: #28a745;
        border: 1px solid;
    }
    .p-button.p-button-success.p-button-outlined:not(:disabled):active,
    .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
        background: #28a74529;
        color: #28a745;
        border: 1px solid;
    }
    .p-button.p-button-success.p-button-text,
    .p-button-group.p-button-success > .p-button.p-button-text,
    .p-splitbutton.p-button-success > .p-button.p-button-text {
        background-color: transparent;
        color: #28a745;
        border-color: transparent;
    }
    .p-button.p-button-success.p-button-text:not(:disabled):hover,
    .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
        background: #28a7450a;
        border-color: transparent;
        color: #28a745;
    }
    .p-button.p-button-success.p-button-text:not(:disabled):active,
    .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
        background: #28a74529;
        border-color: transparent;
        color: #28a745;
    }
    .p-button.p-button-warning,
    .p-button-group.p-button-warning > .p-button,
    .p-splitbutton.p-button-warning > .p-button {
        color: #212529;
        background: #ffc107;
        border: 1px solid #ffc107;
    }
    .p-button.p-button-warning:not(:disabled):hover,
    .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
    .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
        background: #e0a800;
        color: #212529;
        border-color: #d39e00;
    }
    .p-button.p-button-warning:not(:disabled):focus,
    .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
    .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
        box-shadow: 0 0 0 0.2rem #deaa0c80;
    }
    .p-button.p-button-warning:not(:disabled):active,
    .p-button-group.p-button-warning > .p-button:not(:disabled):active,
    .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
        background: #d39e00;
        color: #212529;
        border-color: #c69500;
    }
    .p-button.p-button-warning.p-button-outlined,
    .p-button-group.p-button-warning > .p-button.p-button-outlined,
    .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
        background-color: transparent;
        color: #ffc107;
        border: 1px solid;
    }
    .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
    .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
        background: #ffc1070a;
        color: #ffc107;
        border: 1px solid;
    }
    .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
    .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
        background: #ffc10729;
        color: #ffc107;
        border: 1px solid;
    }
    .p-button.p-button-warning.p-button-text,
    .p-button-group.p-button-warning > .p-button.p-button-text,
    .p-splitbutton.p-button-warning > .p-button.p-button-text {
        background-color: transparent;
        color: #ffc107;
        border-color: transparent;
    }
    .p-button.p-button-warning.p-button-text:not(:disabled):hover,
    .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
        background: #ffc1070a;
        border-color: transparent;
        color: #ffc107;
    }
    .p-button.p-button-warning.p-button-text:not(:disabled):active,
    .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
        background: #ffc10729;
        border-color: transparent;
        color: #ffc107;
    }
    .p-button.p-button-help,
    .p-button-group.p-button-help > .p-button,
    .p-splitbutton.p-button-help > .p-button {
        color: #fff;
        background: #6f42c1;
        border: 1px solid #6f42c1;
    }
    .p-button.p-button-help:not(:disabled):hover,
    .p-button-group.p-button-help > .p-button:not(:disabled):hover,
    .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
        background: #633bad;
        color: #fff;
        border-color: #58349a;
    }
    .p-button.p-button-help:not(:disabled):focus,
    .p-button-group.p-button-help > .p-button:not(:disabled):focus,
    .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
        box-shadow: 0 0 0 0.2rem #d3c6ec;
    }
    .p-button.p-button-help:not(:disabled):active,
    .p-button-group.p-button-help > .p-button:not(:disabled):active,
    .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
        background: #58349a;
        color: #fff;
        border-color: #4d2e87;
    }
    .p-button.p-button-help.p-button-outlined,
    .p-button-group.p-button-help > .p-button.p-button-outlined,
    .p-splitbutton.p-button-help > .p-button.p-button-outlined {
        background-color: transparent;
        color: #6f42c1;
        border: 1px solid;
    }
    .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
    .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
        background: #6f42c10a;
        color: #6f42c1;
        border: 1px solid;
    }
    .p-button.p-button-help.p-button-outlined:not(:disabled):active,
    .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
        background: #6f42c129;
        color: #6f42c1;
        border: 1px solid;
    }
    .p-button.p-button-help.p-button-text,
    .p-button-group.p-button-help > .p-button.p-button-text,
    .p-splitbutton.p-button-help > .p-button.p-button-text {
        background-color: transparent;
        color: #6f42c1;
        border-color: transparent;
    }
    .p-button.p-button-help.p-button-text:not(:disabled):hover,
    .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
        background: #6f42c10a;
        border-color: transparent;
        color: #6f42c1;
    }
    .p-button.p-button-help.p-button-text:not(:disabled):active,
    .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
        background: #6f42c129;
        border-color: transparent;
        color: #6f42c1;
    }
    .p-button.p-button-danger,
    .p-button-group.p-button-danger > .p-button,
    .p-splitbutton.p-button-danger > .p-button {
        color: #fff;
        background: #dc3545;
        border: 1px solid #dc3545;
    }
    .p-button.p-button-danger:not(:disabled):hover,
    .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
    .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
        background: #c82333;
        color: #fff;
        border-color: #bd2130;
    }
    .p-button.p-button-danger:not(:disabled):focus,
    .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
    .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
        box-shadow: 0 0 0 0.2rem #e1536180;
    }
    .p-button.p-button-danger:not(:disabled):active,
    .p-button-group.p-button-danger > .p-button:not(:disabled):active,
    .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
        background: #bd2130;
        color: #fff;
        border-color: #b21f2d;
    }
    .p-button.p-button-danger.p-button-outlined,
    .p-button-group.p-button-danger > .p-button.p-button-outlined,
    .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
        background-color: transparent;
        color: #dc3545;
        border: 1px solid;
    }
    .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
    .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
        background: #dc35450a;
        color: #dc3545;
        border: 1px solid;
    }
    .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
    .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
        background: #dc354529;
        color: #dc3545;
        border: 1px solid;
    }
    .p-button.p-button-danger.p-button-text,
    .p-button-group.p-button-danger > .p-button.p-button-text,
    .p-splitbutton.p-button-danger > .p-button.p-button-text {
        background-color: transparent;
        color: #dc3545;
        border-color: transparent;
    }
    .p-button.p-button-danger.p-button-text:not(:disabled):hover,
    .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
        background: #dc35450a;
        border-color: transparent;
        color: #dc3545;
    }
    .p-button.p-button-danger.p-button-text:not(:disabled):active,
    .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
        background: #dc354529;
        border-color: transparent;
        color: #dc3545;
    }
    .p-button.p-button-contrast,
    .p-button-group.p-button-contrast > .p-button,
    .p-splitbutton.p-button-contrast > .p-button {
        color: #fff;
        background: #212529;
        border: 1px solid #212529;
    }
    .p-button.p-button-contrast:not(:disabled):hover,
    .p-button-group.p-button-contrast > .p-button:not(:disabled):hover,
    .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
        background: #343a40;
        color: #fff;
        border-color: #343a40;
    }
    .p-button.p-button-contrast:not(:disabled):focus,
    .p-button-group.p-button-contrast > .p-button:not(:disabled):focus,
    .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
        box-shadow: none;
    }
    .p-button.p-button-contrast:not(:disabled):active,
    .p-button-group.p-button-contrast > .p-button:not(:disabled):active,
    .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
        background: #495057;
        color: #fff;
        border-color: #495057;
    }
    .p-button.p-button-contrast.p-button-outlined,
    .p-button-group.p-button-contrast > .p-button.p-button-outlined,
    .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
        background-color: transparent;
        color: #212529;
        border: 1px solid;
    }
    .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,
    .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
        background: #2125290a;
        color: #212529;
        border: 1px solid;
    }
    .p-button.p-button-contrast.p-button-outlined:not(:disabled):active,
    .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
        background: #21252929;
        color: #212529;
        border: 1px solid;
    }
    .p-button.p-button-contrast.p-button-text,
    .p-button-group.p-button-contrast > .p-button.p-button-text,
    .p-splitbutton.p-button-contrast > .p-button.p-button-text {
        background-color: transparent;
        color: #212529;
        border-color: transparent;
    }
    .p-button.p-button-contrast.p-button-text:not(:disabled):hover,
    .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
        background: #2125290a;
        border-color: transparent;
        color: #212529;
    }
    .p-button.p-button-contrast.p-button-text:not(:disabled):active,
    .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
        background: #21252929;
        border-color: transparent;
        color: #212529;
    }
    .p-button.p-button-link {
        color: #007bff;
        background: transparent;
        border: transparent;
    }
    .p-button.p-button-link:not(:disabled):hover {
        background: transparent;
        color: #0069d9;
        border-color: transparent;
    }
    .p-button.p-button-link:not(:disabled):hover .p-button-label {
        text-decoration: underline;
    }
    .p-button.p-button-link:not(:disabled):focus {
        background: transparent;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: transparent;
    }
    .p-button.p-button-link:not(:disabled):active {
        background: transparent;
        color: #007bff;
        border-color: transparent;
    }
    .p-speeddial-button.p-button.p-button-icon-only {
        width: 4rem;
        height: 4rem;
    }
    .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
        font-size: 1.3rem;
    }
    .p-speeddial-button.p-button.p-button-icon-only .p-icon {
        width: 1.3rem;
        height: 1.3rem;
    }
    .p-speeddial-list {
        outline: 0 none;
    }
    .p-speeddial-item.p-focus > .p-speeddial-action {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-speeddial-action {
        width: 3rem;
        height: 3rem;
        background: #495057;
        color: #fff;
    }
    .p-speeddial-action:hover {
        background: #343a40;
        color: #fff;
    }
    .p-speeddial-direction-up .p-speeddial-item {
        margin: 0.25rem 0;
    }
    .p-speeddial-direction-up .p-speeddial-item:first-child {
        margin-bottom: 0.5rem;
    }
    .p-speeddial-direction-down .p-speeddial-item {
        margin: 0.25rem 0;
    }
    .p-speeddial-direction-down .p-speeddial-item:first-child {
        margin-top: 0.5rem;
    }
    .p-speeddial-direction-left .p-speeddial-item {
        margin: 0 0.25rem;
    }
    .p-speeddial-direction-left .p-speeddial-item:first-child {
        margin-right: 0.5rem;
    }
    .p-speeddial-direction-right .p-speeddial-item {
        margin: 0 0.25rem;
    }
    .p-speeddial-direction-right .p-speeddial-item:first-child {
        margin-left: 0.5rem;
    }
    .p-speeddial-circle .p-speeddial-item,
    .p-speeddial-semi-circle .p-speeddial-item,
    .p-speeddial-quarter-circle .p-speeddial-item {
        margin: 0;
    }
    .p-speeddial-circle .p-speeddial-item:first-child,
    .p-speeddial-circle .p-speeddial-item:last-child,
    .p-speeddial-semi-circle .p-speeddial-item:first-child,
    .p-speeddial-semi-circle .p-speeddial-item:last-child,
    .p-speeddial-quarter-circle .p-speeddial-item:first-child,
    .p-speeddial-quarter-circle .p-speeddial-item:last-child {
        margin: 0;
    }
    .p-speeddial-mask {
        background-color: #0006;
    }
    .p-splitbutton {
        border-radius: 4px;
    }
    .p-splitbutton.p-button-rounded {
        border-radius: 2rem;
    }
    .p-splitbutton.p-button-rounded > .p-button {
        border-radius: 2rem;
    }
    .p-splitbutton.p-button-raised {
        box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    }
    .p-carousel .p-carousel-content .p-carousel-prev,
    .p-carousel .p-carousel-content .p-carousel-next {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
        margin: 0.5rem;
    }
    .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
    .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
    .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-carousel .p-carousel-indicators {
        padding: 1rem;
    }
    .p-carousel .p-carousel-indicators .p-carousel-indicator {
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .p-carousel .p-carousel-indicators .p-carousel-indicator button {
        background-color: #e9ecef;
        width: 2rem;
        height: 0.5rem;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
        background: #dee2e6;
    }
    .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
        background: #007bff;
        color: #fff;
    }
    .p-datatable .p-paginator-top,
    .p-datatable .p-paginator-bottom {
        border-width: 1px 0 0 0;
        border-radius: 0;
    }
    .p-datatable .p-datatable-header {
        background: #efefef;
        color: #212529;
        border: solid #dee2e6;
        border-width: 1px 0 0 0;
        padding: 1rem;
        font-weight: 600;
    }
    .p-datatable .p-datatable-footer {
        background: #efefef;
        color: #212529;
        border: 1px solid #dee2e6;
        border-width: 1px 0 1px 0;
        padding: 1rem;
        font-weight: 600;
    }
    .p-datatable .p-datatable-thead > tr > th {
        text-align: left;
        padding: 1rem;
        border: 1px solid #dee2e6;
        border-width: 1px 0 2px 0;
        font-weight: 600;
        color: #212529;
        background: #fff;
        transition: box-shadow 0.15s;
    }
    .p-datatable .p-datatable-tfoot > tr > td {
        text-align: left;
        padding: 1rem;
        border: 1px solid #dee2e6;
        border-width: 1px 0 1px 0;
        font-weight: 600;
        color: #212529;
        background: #fff;
    }
    .p-datatable .p-sortable-column .p-sortable-column-icon {
        color: #6c757d;
        margin-left: 0.5rem;
    }
    .p-datatable .p-sortable-column .p-sortable-column-badge {
        border-radius: 50%;
        height: 1.143rem;
        min-width: 1.143rem;
        line-height: 1.143rem;
        color: #fff;
        background: #007bff;
        margin-left: 0.5rem;
    }
    .p-datatable .p-sortable-column:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
        color: #6c757d;
    }
    .p-datatable .p-sortable-column.p-highlight {
        background: #fff;
        color: #007bff;
    }
    .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
        color: #007bff;
    }
    .p-datatable .p-sortable-column.p-highlight:hover {
        background: #e9ecef;
        color: #007bff;
    }
    .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
        color: #007bff;
    }
    .p-datatable .p-sortable-column:focus-visible {
        box-shadow: inset 0 0 0 0.15rem #268fff80;
        outline: 0 none;
    }
    .p-datatable .p-datatable-tbody > tr {
        background: #fff;
        color: #212529;
        transition: box-shadow 0.15s;
    }
    .p-datatable .p-datatable-tbody > tr > td {
        text-align: left;
        border: 1px solid #dee2e6;
        border-width: 1px 0 0 0;
        padding: 1rem;
    }
    .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
        margin-right: 0.5rem;
    }
    .p-datatable .p-datatable-tbody > tr:focus-visible {
        outline: 0.15rem solid rgba(38, 143, 255, 0.5);
        outline-offset: -0.15rem;
    }
    .p-datatable .p-datatable-tbody > tr.p-highlight {
        background: #007bff;
        color: #fff;
    }
    .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
        box-shadow: inset 0 2px #007bff;
    }
    .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
        box-shadow: inset 0 -2px #007bff;
    }
    .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-datatable .p-column-resizer-helper {
        background: #007bff;
    }
    .p-datatable .p-datatable-scrollable-header,
    .p-datatable .p-datatable-scrollable-footer {
        background: #efefef;
    }
    .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
    .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
    .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
    .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
        background-color: #fff;
    }
    .p-datatable .p-datatable-loading-icon {
        font-size: 2rem;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-header {
        border-width: 1px 1px 0 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-footer {
        border-width: 0 1px 1px 1px;
    }
    .p-datatable.p-datatable-gridlines .p-paginator-top {
        border-width: 0 1px 0 1px;
    }
    .p-datatable.p-datatable-gridlines .p-paginator-bottom {
        border-width: 0 1px 1px 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
        border-width: 1px 0 1px 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
        border-width: 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
        border-width: 1px 0 0 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
        border-width: 1px 1px 0 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
        border-width: 1px 0 1px 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
        border-width: 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
        border-width: 1px 0 1px 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
        border-width: 1px 1px 1px 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
        border-width: 0 0 1px 1px;
    }
    .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
        border-width: 0 1px 1px 1px;
    }
    .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
        border-width: 0 0 1px 1px;
    }
    .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
        border-width: 0 1px 1px 1px;
    }
    .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
        border-width: 0 0 0 1px;
    }
    .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
        border-width: 0 1px 0 1px;
    }
    .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(2n) {
        background: #0000000d;
    }
    .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(2n).p-highlight {
        background: #007bff;
        color: #fff;
    }
    .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(2n).p-highlight .p-row-toggler {
        color: #fff;
    }
    .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(2n).p-highlight .p-row-toggler:hover {
        color: #fff;
    }
    .p-datatable.p-datatable-sm .p-datatable-header {
        padding: 0.5rem;
    }
    .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
        padding: 0.5rem;
    }
    .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
        padding: 0.5rem;
    }
    .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
        padding: 0.5rem;
    }
    .p-datatable.p-datatable-sm .p-datatable-footer {
        padding: 0.5rem;
    }
    .p-datatable.p-datatable-lg .p-datatable-header {
        padding: 1.25rem;
    }
    .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
        padding: 1.25rem;
    }
    .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
        padding: 1.25rem;
    }
    .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
        padding: 1.25rem;
    }
    .p-datatable.p-datatable-lg .p-datatable-footer {
        padding: 1.25rem;
    }
    .p-dataview .p-paginator-top,
    .p-dataview .p-paginator-bottom {
        border-width: 1px 0 0 0;
        border-radius: 0;
    }
    .p-dataview .p-dataview-header {
        background: #efefef;
        color: #212529;
        border: solid #dee2e6;
        border-width: 1px 0 0 0;
        padding: 1rem;
        font-weight: 600;
    }
    .p-dataview .p-dataview-content {
        background: #fff;
        color: #212529;
        border: 0 none;
        padding: 0;
    }
    .p-dataview .p-dataview-footer {
        background: #efefef;
        color: #212529;
        border: 1px solid #dee2e6;
        border-width: 1px 0 1px 0;
        padding: 1rem;
        font-weight: 600;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-dataview .p-dataview-loading-icon {
        font-size: 2rem;
    }
    .p-dataview .p-dataview-emptymessage {
        padding: 1.25rem;
    }
    .p-column-filter-row .p-column-filter-menu-button,
    .p-column-filter-row .p-column-filter-clear-button {
        margin-left: 0.5rem;
    }
    .p-column-filter-menu-button {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-column-filter-menu-button:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-column-filter-menu-button.p-column-filter-menu-button-open,
    .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
        background: transparent;
        color: #495057;
    }
    .p-column-filter-menu-button.p-column-filter-menu-button-active,
    .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
        background: #007bff;
        color: #fff;
    }
    .p-column-filter-menu-button:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-column-filter-clear-button {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-column-filter-clear-button:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-column-filter-clear-button:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-column-filter-overlay {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: none;
        min-width: 12.5rem;
    }
    .p-column-filter-overlay .p-column-filter-row-items {
        padding: 0.5rem 0;
    }
    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
        margin: 0;
        padding: 0.5rem 1.5rem;
        border: 0 none;
        color: #212529;
        background: transparent;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
        margin-top: 0;
    }
    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.15rem #268fff80;
    }
    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
        border-top: 1px solid #dee2e6;
        margin: 0.5rem 0;
    }
    .p-column-filter-overlay-menu .p-column-filter-operator {
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid #dee2e6;
        color: #212529;
        background: #efefef;
        margin: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-column-filter-overlay-menu .p-column-filter-constraint {
        padding: 1.25rem;
        border-bottom: 1px solid #dee2e6;
    }
    .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
        margin-bottom: 0.5rem;
    }
    .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
        margin-top: 0.5rem;
    }
    .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
        border-bottom: 0 none;
    }
    .p-column-filter-overlay-menu .p-column-filter-add-rule {
        padding: 0.5rem 1.25rem;
    }
    .p-column-filter-overlay-menu .p-column-filter-buttonbar,
    .p-orderlist .p-orderlist-controls {
        padding: 1.25rem;
    }
    .p-orderlist .p-orderlist-controls .p-button {
        margin-bottom: 0.5rem;
    }
    .p-orderlist .p-orderlist-list-container {
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        outline-color: transparent;
    }
    .p-orderlist .p-orderlist-list-container.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-orderlist .p-orderlist-header {
        color: #212529;
        padding: 1rem 1.25rem;
        font-weight: 600;
    }
    .p-orderlist .p-orderlist-header .p-orderlist-title {
        font-weight: 600;
    }
    .p-orderlist .p-orderlist-filter-container {
        padding: 1rem 1.25rem;
        background: #fff;
        border: 1px solid #dee2e6;
        border-bottom: 0 none;
    }
    .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
        padding-right: 1.75rem;
    }
    .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
        right: 0.75rem;
        color: #495057;
    }
    .p-orderlist .p-orderlist-list {
        color: #212529;
        padding: 0.5rem 0;
        outline: 0 none;
    }
    .p-orderlist .p-orderlist-list:not(:first-child) {
        border-top: 1px solid #dee2e6;
    }
    .p-orderlist .p-orderlist-list .p-orderlist-item {
        padding: 0.5rem 1.5rem;
        margin: 0;
        border: 0 none;
        color: #212529;
        background: transparent;
        transition: box-shadow 0.15s;
    }
    .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
        margin-top: 0;
    }
    .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
        color: #212529;
        background: #dee2e6;
    }
    .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
        background: #0067d6;
    }
    .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
        padding: 0.5rem 1.5rem;
        color: #212529;
    }
    .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n) {
        background: #0000000d;
    }
    .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover {
        background: #e9ecef;
    }
    .p-orderlist-item.cdk-drag-preview {
        padding: 0.5rem 1.5rem;
        box-shadow: none;
        border: 0 none;
        color: #212529;
        background: #fff;
        margin: 0;
    }
    .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-organizationchart .p-organizationchart-node-content.p-highlight {
        background: #007bff;
        color: #fff;
    }
    .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
        color: #003e80;
    }
    .p-organizationchart .p-organizationchart-line-down {
        background: #dee2e6;
    }
    .p-organizationchart .p-organizationchart-line-left {
        border-right: 1px solid #dee2e6;
        border-color: #dee2e6;
    }
    .p-organizationchart .p-organizationchart-line-top {
        border-top: 1px solid #dee2e6;
        border-color: #dee2e6;
    }
    .p-organizationchart .p-organizationchart-node-content {
        border: 1px solid #dee2e6;
        background: #fff;
        color: #212529;
        padding: 1.25rem;
    }
    .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
        background: inherit;
        color: inherit;
        border-radius: 50%;
    }
    .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-paginator {
        background: #fff;
        color: #007bff;
        border: solid #dee2e6;
        border-width: 0;
        padding: 0.75rem;
        border-radius: 4px;
    }
    .p-paginator .p-paginator-first,
    .p-paginator .p-paginator-prev,
    .p-paginator .p-paginator-next,
    .p-paginator .p-paginator-last {
        background-color: #fff;
        border: 1px solid #dee2e6;
        color: #007bff;
        min-width: 2.357rem;
        height: 2.357rem;
        margin: 0 0 0 -1px;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
    .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
    .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
    .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
        background: #e9ecef;
        border-color: #dee2e6;
        color: #007bff;
    }
    .p-paginator .p-paginator-first {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .p-paginator .p-paginator-last {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .p-paginator .p-dropdown {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        height: 2.357rem;
    }
    .p-paginator .p-dropdown .p-dropdown-label {
        padding-right: 0;
    }
    .p-paginator .p-paginator-page-input {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .p-paginator .p-paginator-page-input .p-inputtext {
        max-width: 2.357rem;
    }
    .p-paginator .p-paginator-current {
        background-color: #fff;
        border: 1px solid #dee2e6;
        color: #007bff;
        min-width: 2.357rem;
        height: 2.357rem;
        margin: 0 0 0 -1px;
        padding: 0 0.5rem;
    }
    .p-paginator .p-paginator-pages .p-paginator-page {
        background-color: #fff;
        border: 1px solid #dee2e6;
        color: #007bff;
        min-width: 2.357rem;
        height: 2.357rem;
        margin: 0 0 0 -1px;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
        background: #007bff;
        border-color: #007bff;
        color: #fff;
    }
    .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
        background: #e9ecef;
        border-color: #dee2e6;
        color: #007bff;
    }
    .p-picklist .p-picklist-buttons {
        padding: 1.25rem;
    }
    .p-picklist .p-picklist-buttons .p-button {
        margin-bottom: 0.5rem;
    }
    .p-picklist .p-picklist-list-wrapper {
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
        outline-color: transparent;
    }
    .p-picklist .p-picklist-list-wrapper.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
        border-color: #007bff;
    }
    .p-picklist .p-picklist-header {
        color: #212529;
        padding: 1rem 1.25rem;
        font-weight: 600;
    }
    .p-picklist .p-picklist-header .p-picklist-title {
        font-weight: 600;
    }
    .p-picklist .p-picklist-filter-container {
        padding: 1rem 1.25rem;
        background: #fff;
        border: 1px solid #dee2e6;
        border-bottom: 0 none;
    }
    .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
        padding-right: 1.75rem;
    }
    .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
        right: 0.75rem;
        color: #495057;
    }
    .p-picklist .p-picklist-list {
        color: #212529;
        padding: 0.5rem 0;
        outline: 0 none;
    }
    .p-picklist .p-picklist-list:not(:first-child) {
        border-top: 1px solid #dee2e6;
    }
    .p-picklist .p-picklist-list .p-picklist-item {
        padding: 0.5rem 1.5rem;
        margin: 0;
        border: 0 none;
        color: #212529;
        background: transparent;
        transition: box-shadow 0.15s;
    }
    .p-picklist .p-picklist-list .p-picklist-item:first-child {
        margin-top: 0;
    }
    .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-picklist .p-picklist-list .p-picklist-item.p-focus {
        color: #212529;
        background: #dee2e6;
    }
    .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
        color: #fff;
        background: #007bff;
    }
    .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
        background: #0067d6;
    }
    .p-picklist .p-picklist-list .p-picklist-empty-message {
        padding: 0.5rem 1.5rem;
        color: #212529;
    }
    .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n) {
        background: #0000000d;
    }
    .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n):hover {
        background: #e9ecef;
    }
    .p-picklist-item.cdk-drag-preview {
        padding: 0.5rem 1.5rem;
        box-shadow: none;
        border: 0 none;
        color: #212529;
        background: #fff;
        margin: 0;
    }
    .p-timeline .p-timeline-event-marker {
        border: 0 none;
        border-radius: 50%;
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
    }
    .p-timeline .p-timeline-event-connector {
        background-color: #dee2e6;
    }
    .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
    .p-timeline.p-timeline-vertical .p-timeline-event-content {
        padding: 0 1rem;
    }
    .p-timeline.p-timeline-vertical .p-timeline-event-connector {
        width: 2px;
    }
    .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
    .p-timeline.p-timeline-horizontal .p-timeline-event-content {
        padding: 1rem 0;
    }
    .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
        height: 2px;
    }
    .p-tree {
        border: 1px solid #dee2e6;
        background: #fff;
        color: #212529;
        padding: 1.25rem;
        border-radius: 4px;
    }
    .p-tree .p-tree-container .p-treenode {
        padding: 0.143rem;
        outline: 0 none;
    }
    .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.15rem #268fff80;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content {
        border-radius: 4px;
        transition: box-shadow 0.15s;
        padding: 0.286rem;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
        margin-right: 0.5rem;
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
        margin-right: 0.5rem;
        color: #6c757d;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
        margin-right: 0.5rem;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
        color: #212529;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
        background-color: #efefef;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
        background: #007bff;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
        background-color: #efefef;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
        background: #0062cc;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
        background: #007bff;
        color: #fff;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
        color: #fff;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
        background: #e9ecef;
        color: #212529;
    }
    .p-tree .p-tree-filter-container {
        margin-bottom: 0.5rem;
    }
    .p-tree .p-tree-filter-container .p-tree-filter {
        width: 100%;
        padding-right: 1.75rem;
    }
    .p-tree .p-tree-filter-container .p-tree-filter-icon {
        right: 0.75rem;
        color: #495057;
    }
    .p-tree .p-treenode-children {
        padding: 0 0 0 1rem;
    }
    .p-tree .p-tree-loading-icon {
        font-size: 2rem;
    }
    .p-tree .p-tree-loading-icon.p-icon {
        width: 2rem;
        height: 2rem;
    }
    .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
        background-color: #0062cc;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
        border-radius: 4px;
        border: 1px solid #dee2e6;
        background-color: #fff;
        color: #212529;
        padding: 0.286rem;
        transition: box-shadow 0.15s;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
        background-color: #007bff;
        color: #fff;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
        color: #fff;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
        margin-right: 0.5rem;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
        color: #6c757d;
        margin-right: 0.5rem;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
        margin-right: 0.5rem;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
        background-color: inherit;
        color: inherit;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-treetable .p-paginator-top,
    .p-treetable .p-paginator-bottom {
        border-width: 1px 0 0 0;
        border-radius: 0;
    }
    .p-treetable .p-treetable-header {
        background: #efefef;
        color: #212529;
        border: solid #dee2e6;
        border-width: 1px 0 0 0;
        padding: 1rem;
        font-weight: 600;
    }
    .p-treetable .p-treetable-footer {
        background: #efefef;
        color: #212529;
        border: 1px solid #dee2e6;
        border-width: 1px 0 1px 0;
        padding: 1rem;
        font-weight: 600;
    }
    .p-treetable .p-treetable-thead > tr > th {
        text-align: left;
        padding: 1rem;
        border: 1px solid #dee2e6;
        border-width: 1px 0 2px 0;
        font-weight: 600;
        color: #212529;
        background: #fff;
        transition: box-shadow 0.15s;
    }
    .p-treetable .p-treetable-tfoot > tr > td {
        text-align: left;
        padding: 1rem;
        border: 1px solid #dee2e6;
        border-width: 1px 0 1px 0;
        font-weight: 600;
        color: #212529;
        background: #fff;
    }
    .p-treetable .p-sortable-column {
        outline-color: #268fff80;
    }
    .p-treetable .p-sortable-column .p-sortable-column-icon {
        color: #6c757d;
        margin-left: 0.5rem;
    }
    .p-treetable .p-sortable-column .p-sortable-column-badge {
        border-radius: 50%;
        height: 1.143rem;
        min-width: 1.143rem;
        line-height: 1.143rem;
        color: #fff;
        background: #007bff;
        margin-left: 0.5rem;
    }
    .p-treetable .p-sortable-column:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
        color: #6c757d;
    }
    .p-treetable .p-sortable-column.p-highlight {
        background: #fff;
        color: #007bff;
    }
    .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
        color: #007bff;
    }
    .p-treetable .p-treetable-tbody > tr {
        background: #fff;
        color: #212529;
        transition: box-shadow 0.15s;
    }
    .p-treetable .p-treetable-tbody > tr > td {
        text-align: left;
        border: 1px solid #dee2e6;
        border-width: 1px 0 0 0;
        padding: 1rem;
    }
    .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
        margin-right: 0.5rem;
    }
    .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
        width: 2rem;
        height: 2rem;
    }
    .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
        margin-right: 0.5rem;
    }
    .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
        color: #212529;
    }
    .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
        background-color: #efefef;
    }
    .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
        background: #007bff;
    }
    .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
        background-color: #efefef;
    }
    .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
        background: #0062cc;
    }
    .p-treetable .p-treetable-tbody > tr:focus-visible {
        outline: 0.15rem solid rgba(38, 143, 255, 0.5);
        outline-offset: -0.15rem;
    }
    .p-treetable .p-treetable-tbody > tr.p-highlight {
        background: #007bff;
        color: #fff;
    }
    .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
        color: #fff;
    }
    .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
        color: #fff;
    }
    .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
        color: #212529;
    }
    .p-treetable .p-column-resizer-helper {
        background: #007bff;
    }
    .p-treetable .p-treetable-scrollable-header,
    .p-treetable .p-treetable-scrollable-footer {
        background: #efefef;
    }
    .p-treetable .p-treetable-loading-icon {
        font-size: 2rem;
    }
    .p-treetable .p-treetable-loading-icon.p-icon {
        width: 2rem;
        height: 2rem;
    }
    .p-treetable.p-treetable-gridlines .p-datatable-header {
        border-width: 1px 1px 0 1px;
    }
    .p-treetable.p-treetable-gridlines .p-treetable-footer {
        border-width: 0 1px 1px 1px;
    }
    .p-treetable.p-treetable-gridlines .p-treetable-top {
        border-width: 0 1px 0 1px;
    }
    .p-treetable.p-treetable-gridlines .p-treetable-bottom {
        border-width: 0 1px 1px 1px;
    }
    .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
        border-width: 1px;
    }
    .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
        border-width: 1px;
    }
    .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
        border-width: 1px;
    }
    .p-treetable.p-treetable-sm .p-treetable-header {
        padding: 0.875rem;
    }
    .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
        padding: 0.5rem;
    }
    .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
        padding: 0.5rem;
    }
    .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
        padding: 0.5rem;
    }
    .p-treetable.p-treetable-sm .p-treetable-footer {
        padding: 0.5rem;
    }
    .p-treetable.p-treetable-lg .p-treetable-header {
        padding: 1.25rem;
    }
    .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
        padding: 1.25rem;
    }
    .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
        padding: 1.25rem;
    }
    .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
        padding: 1.25rem;
    }
    .p-treetable.p-treetable-lg .p-treetable-footer {
        padding: 1.25rem;
    }
    .p-virtualscroller .p-virtualscroller-header {
        background: #efefef;
        color: #212529;
        border: solid #dee2e6;
        border-width: 1px 0 0 0;
        padding: 1rem;
        font-weight: 600;
    }
    .p-virtualscroller .p-virtualscroller-content {
        background: #fff;
        color: #212529;
        border: 0 none;
        padding: 0;
    }
    .p-virtualscroller .p-virtualscroller-footer {
        background: #efefef;
        color: #212529;
        border: 1px solid #dee2e6;
        border-width: 1px 0 1px 0;
        padding: 1rem;
        font-weight: 600;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-accordion .p-accordion-header .p-accordion-header-link {
        padding: 1rem 1.25rem;
        border: 1px solid #dee2e6;
        color: #212529;
        background: #efefef;
        font-weight: 600;
        border-radius: 4px;
        transition: box-shadow 0.15s;
    }
    .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
        margin-right: 0.5rem;
    }
    .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.2rem #268fff80;
    }
    .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
        background: #e9ecef;
        border-color: #dee2e6;
        color: #212529;
    }
    .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
        background: #efefef;
        border-color: #dee2e6;
        color: #212529;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
        border-color: #dee2e6;
        background: #e9ecef;
        color: #212529;
    }
    .p-accordion .p-accordion-content {
        padding: 1.25rem;
        border: 1px solid #dee2e6;
        background: #fff;
        color: #212529;
        border-top: 0;
        border-radius: 0 0 4px 4px;
    }
    .p-accordion p-accordiontab .p-accordion-tab {
        margin-bottom: 0;
    }
    .p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
        border-radius: 0;
    }
    .p-accordion p-accordiontab .p-accordion-content {
        border-radius: 0;
    }
    .p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
        border-top: 0 none;
    }
    .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,
    .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
        border-top: 0 none;
    }
    .p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-accordion p-accordiontab:last-child .p-accordion-content {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-card {
        background: #fff;
        color: #212529;
        box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
        border-radius: 4px;
    }
    .p-card .p-card-body {
        padding: 1.5rem;
    }
    .p-card .p-card-title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }
    .p-card .p-card-subtitle {
        font-weight: 400;
        margin-bottom: 0.5rem;
        color: #6c757d;
    }
    .p-card .p-card-content {
        padding: 1rem 0;
    }
    .p-card .p-card-footer {
        padding: 1rem 0 0;
    }
    .p-divider .p-divider-content {
        background-color: #fff;
    }
    .p-divider.p-divider-horizontal {
        margin: 1rem 0;
        padding: 0 1rem;
    }
    .p-divider.p-divider-horizontal:before {
        border-top: 1px #dee2e6;
    }
    .p-divider.p-divider-horizontal .p-divider-content {
        padding: 0 0.5rem;
    }
    .p-divider.p-divider-vertical {
        margin: 0 1rem;
        padding: 1rem 0;
    }
    .p-divider.p-divider-vertical:before {
        border-left: 1px #dee2e6;
    }
    .p-divider.p-divider-vertical .p-divider-content {
        padding: 0.5rem 0;
    }
    .p-fieldset {
        border: 1px solid #dee2e6;
        background: #fff;
        color: #212529;
        border-radius: 4px;
    }
    .p-fieldset .p-fieldset-legend {
        padding: 1rem 1.25rem;
        border: 1px solid #dee2e6;
        color: #212529;
        background: #efefef;
        font-weight: 600;
        border-radius: 4px;
    }
    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
        padding: 0;
        transition: box-shadow 0.15s;
    }
    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
        padding: 1rem 1.25rem;
        color: #212529;
        border-radius: 4px;
        transition: box-shadow 0.15s;
    }
    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
        margin-right: 0.5rem;
    }
    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
        background: #e9ecef;
        border-color: #dee2e6;
        color: #212529;
    }
    .p-fieldset .p-fieldset-content {
        padding: 1.25rem;
    }
    .p-panel .p-panel-header {
        border: 1px solid #dee2e6;
        padding: 1rem 1.25rem;
        background: #efefef;
        color: #212529;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-panel .p-panel-header .p-panel-title {
        font-weight: 600;
    }
    .p-panel .p-panel-header .p-panel-header-icon {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-panel.p-panel-toggleable .p-panel-header {
        padding: 0.5rem 1.25rem;
    }
    .p-panel .p-panel-content {
        padding: 1.25rem;
        border: 1px solid #dee2e6;
        background: #fff;
        color: #212529;
        border-top: 0 none;
    }
    .p-panel .p-panel-content:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-panel .p-panel-footer {
        padding: 0.5rem 1.25rem;
        border: 1px solid #dee2e6;
        background: #fff;
        color: #212529;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top: 0 none;
    }
    .p-panel .p-panel-icons-end {
        order: 2;
        margin-left: auto;
    }
    .p-panel .p-panel-icons-start {
        order: 0;
        margin-right: 0.5rem;
    }
    .p-panel .p-panel-icons-center {
        order: 2;
        width: 100%;
        text-align: center;
    }
    .p-scrollpanel .p-scrollpanel-bar {
        background: #efefef;
        border: 0 none;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    .p-scrollpanel .p-scrollpanel-bar:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-splitter {
        border: 1px solid #dee2e6;
        background: #fff;
        border-radius: 4px;
        color: #212529;
    }
    .p-splitter .p-splitter-gutter {
        transition: box-shadow 0.15s;
        background: #efefef;
    }
    .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
        background: #dee2e6;
    }
    .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-splitter .p-splitter-gutter-resizing {
        background: #dee2e6;
    }
    .p-tabview .p-tabview-nav-content {
        scroll-padding-inline: 2.357rem;
    }
    .p-tabview .p-tabview-nav {
        background: transparent;
        border: 1px solid #dee2e6;
        border-width: 0 0 1px 0;
    }
    .p-tabview .p-tabview-nav li {
        margin-right: 0;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        border: solid;
        border-width: 1px;
        border-color: #ffffff #ffffff #dee2e6 #ffffff;
        background: #fff;
        color: #6c757d;
        padding: 0.75rem 1rem;
        font-weight: 600;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        transition: box-shadow 0.15s;
        margin: 0 0 -1px;
    }
    .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.2rem #268fff80;
    }
    .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
        background: #fff;
        border-color: #dee2e6;
        color: #6c757d;
    }
    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        background: #fff;
        border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
        color: #495057;
    }
    .p-tabview .p-tabview-left-icon {
        margin-right: 0.5rem;
    }
    .p-tabview .p-tabview-right-icon,
    .p-tabview .p-tabview-close {
        margin-left: 0.5rem;
    }
    .p-tabview .p-tabview-nav-btn.p-link {
        background: #fff;
        color: #495057;
        width: 2.357rem;
        box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
        border-radius: 0;
    }
    .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.2rem #268fff80;
    }
    .p-tabview .p-tabview-panels {
        background: #fff;
        padding: 1.25rem;
        border: 0 none;
        color: #212529;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-toolbar {
        background: #efefef;
        border: 1px solid #dee2e6;
        padding: 1rem 1.25rem;
        border-radius: 4px;
        gap: 0.5rem;
    }
    .p-toolbar .p-toolbar-separator {
        margin: 0 0.5rem;
    }
    .p-stepper .p-stepper-nav {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
        overflow-x: auto;
    }
    .p-stepper-vertical .p-stepper-nav {
        flex-direction: column;
    }
    .p-stepper-header {
        position: relative;
        display: flex;
        flex: 1 1 auto;
        align-items: center;
    }
    .p-stepper-header:last-of-type {
        flex: initial;
    }
    .p-stepper-header .p-stepper-action {
        border: 0 none;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
    }
    .p-stepper-header .p-stepper-action:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-stepper.p-stepper-readonly .p-stepper-header {
        cursor: auto;
    }
    .p-stepper-header.p-highlight .p-stepper-action {
        cursor: default;
    }
    .p-stepper-title {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    .p-stepper-number {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .p-stepper-separator {
        flex: 1 1 0;
    }
    .p-stepper .p-stepper-nav {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .p-stepper .p-stepper-header {
        padding: 0.5rem;
    }
    .p-stepper .p-stepper-header .p-stepper-action {
        transition: box-shadow 0.15s;
        border-radius: 4px;
        background: transparent;
        outline-color: transparent;
    }
    .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
        color: #212529;
        border: 1px solid #dee2e6;
        border-width: 2px;
        background: transparent;
        min-width: 2rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 1.143rem;
        border-radius: 4px;
        transition: box-shadow 0.15s;
    }
    .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
        margin-left: 0.5rem;
        color: #6c757d;
        font-weight: 600;
        transition: box-shadow 0.15s;
    }
    .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
        background: #007bff;
        color: #fff;
    }
    .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
        color: #212529;
    }
    .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
        background-color: #007bff;
    }
    .p-stepper .p-stepper-panels {
        background: #fff;
        padding: 1.25rem;
        color: #212529;
    }
    .p-stepper .p-stepper-separator {
        background-color: #dee2e6;
        width: 100%;
        height: 2px;
        margin-inline-start: 1rem;
        transition: box-shadow 0.15s;
    }
    .p-stepper.p-stepper-vertical {
        display: flex;
        flex-direction: column;
    }
    .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
        display: flex;
        flex: 1 1 auto;
        background: #fff;
        color: #212529;
    }
    .p-stepper.p-stepper-vertical .p-stepper-panel {
        display: flex;
        flex-direction: column;
        flex: initial;
    }
    .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
        flex: 1 1 auto;
    }
    .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
        flex: initial;
    }
    .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
        width: 100%;
        padding-left: 1rem;
    }
    .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
        flex: 0 0 auto;
        width: 2px;
        height: auto;
        margin-inline-start: calc(1.75rem + 2px);
    }
    .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
        background-color: #007bff;
    }
    .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
        padding-left: 3rem;
    }
    .p-confirm-popup {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        box-shadow: none;
    }
    .p-confirm-popup .p-confirm-popup-content {
        padding: 1.25rem;
    }
    .p-confirm-popup .p-confirm-popup-footer {
        text-align: right;
        padding: 0.5rem 1.25rem;
    }
    .p-confirm-popup .p-confirm-popup-footer button {
        margin: 0 0.5rem 0 0;
        width: auto;
    }
    .p-confirm-popup .p-confirm-popup-footer button:last-child {
        margin: 0;
    }
    .p-confirm-popup:after {
        border: solid transparent;
        border-color: #fff0;
        border-bottom-color: #fff;
    }
    .p-confirm-popup:before {
        border: solid transparent;
        border-color: #0000;
        border-bottom-color: #0003;
    }
    .p-confirm-popup.p-confirm-popup-flipped:after {
        border-top-color: #fff;
    }
    .p-confirm-popup.p-confirm-popup-flipped:before {
        border-top-color: #0003;
    }
    .p-confirm-popup .p-confirm-popup-icon {
        font-size: 1.5rem;
    }
    .p-confirm-popup .p-confirm-popup-icon.p-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .p-confirm-popup .p-confirm-popup-message {
        margin-left: 1rem;
    }
    .p-dialog {
        border-radius: 4px;
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
    .p-dialog .p-dialog-header {
        border-bottom: 1px solid #e9ecef;
        background: #fff;
        color: #212529;
        padding: 1rem;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-dialog .p-dialog-header .p-dialog-title {
        font-weight: 600;
        font-size: 1.25rem;
    }
    .p-dialog .p-dialog-header .p-dialog-header-icon {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
        margin-right: 0.5rem;
    }
    .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
        margin-right: 0;
    }
    .p-dialog .p-dialog-content {
        background: #fff;
        color: #212529;
        padding: 1rem;
    }
    .p-dialog .p-dialog-content:last-of-type {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-dialog .p-dialog-footer {
        border-top: 1px solid #e9ecef;
        background: #fff;
        color: #212529;
        padding: 1rem;
        text-align: right;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-dialog .p-dialog-footer button {
        margin: 0 0.5rem 0 0;
        width: auto;
    }
    .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
        font-size: 2rem;
    }
    .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
        width: 2rem;
        height: 2rem;
    }
    .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
        margin-left: 1rem;
    }
    .p-overlaypanel {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        box-shadow: none;
    }
    .p-overlaypanel .p-overlaypanel-content {
        padding: 1.25rem;
    }
    .p-overlaypanel .p-overlaypanel-close {
        background: #007bff;
        color: #fff;
        width: 2rem;
        height: 2rem;
        transition: box-shadow 0.15s;
        border-radius: 50%;
        position: absolute;
        top: -1rem;
        right: -1rem;
    }
    .p-overlaypanel .p-overlaypanel-close:enabled:hover {
        background: #0069d9;
        color: #fff;
    }
    .p-overlaypanel:after {
        border: solid transparent;
        border-color: #fff0;
        border-bottom-color: #fff;
    }
    .p-overlaypanel:before {
        border: solid transparent;
        border-color: #0000;
        border-bottom-color: #0003;
    }
    .p-overlaypanel.p-overlaypanel-flipped:after {
        border-top-color: #fff;
    }
    .p-overlaypanel.p-overlaypanel-flipped:before {
        border-top-color: #0003;
    }
    .p-sidebar {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: none;
    }
    .p-sidebar .p-sidebar-header {
        padding: 1rem 1.25rem;
    }
    .p-sidebar .p-sidebar-header .p-sidebar-close,
    .p-sidebar .p-sidebar-header .p-sidebar-icon {
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: box-shadow 0.15s;
    }
    .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
    .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
        color: #495057;
        border-color: transparent;
        background: transparent;
    }
    .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
    .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-sidebar .p-sidebar-header + .p-sidebar-content {
        padding-top: 0;
    }
    .p-sidebar .p-sidebar-content {
        padding: 1.25rem;
    }
    .p-sidebar .p-sidebar-footer {
        padding: 1rem 1.25rem;
    }
    .p-tooltip .p-tooltip-text {
        background: #212529;
        color: #fff;
        padding: 0.5rem 0.75rem;
        box-shadow: none;
        border-radius: 4px;
    }
    .p-tooltip.p-tooltip-right .p-tooltip-arrow {
        border-right-color: #212529;
    }
    .p-tooltip.p-tooltip-left .p-tooltip-arrow {
        border-left-color: #212529;
    }
    .p-tooltip.p-tooltip-top .p-tooltip-arrow {
        border-top-color: #212529;
    }
    .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
        border-bottom-color: #212529;
    }
    .p-fileupload .p-fileupload-buttonbar {
        background: #efefef;
        padding: 1rem 1.25rem;
        border: 1px solid #dee2e6;
        color: #212529;
        border-bottom: 0 none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-fileupload .p-fileupload-buttonbar .p-button {
        margin-right: 0.5rem;
    }
    .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-fileupload .p-fileupload-content {
        background: #fff;
        padding: 2rem 1rem;
        border: 1px solid #dee2e6;
        color: #212529;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-fileupload .p-fileupload-content.p-fileupload-highlight {
        border-color: 1px dashed #007bff;
        border-style: dashed;
        background-color: #007bff;
    }
    .p-fileupload .p-progressbar {
        height: 0.25rem;
    }
    .p-fileupload .p-fileupload-row > div {
        padding: 1rem;
    }
    .p-fileupload.p-fileupload-advanced .p-message {
        margin-top: 0;
    }
    .p-fileupload-choose:not(.p-disabled):hover {
        background: #0069d9;
        color: #fff;
        border-color: #0069d9;
    }
    .p-fileupload-choose:not(.p-disabled):active {
        background: #0062cc;
        color: #fff;
        border-color: #0062cc;
    }
    .p-breadcrumb {
        background: #efefef;
        border: 0 none;
        border-radius: 4px;
        padding: 1rem;
    }
    .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
        transition: box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text,
    .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
        color: #007bff;
    }
    .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
        margin: 0 0.5rem;
        color: #6c757d;
    }
    .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
        color: #6c757d;
    }
    .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
        color: #6c757d;
    }
    .p-contextmenu {
        padding: 0.5rem 0;
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
        border-radius: 4px;
        width: 12.5rem;
    }
    .p-contextmenu .p-contextmenu-root-list {
        outline: 0 none;
    }
    .p-contextmenu .p-submenu-list {
        padding: 0.5rem 0;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
        border-radius: 4px;
    }
    .p-contextmenu .p-menuitem > .p-menuitem-content {
        color: #212529;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
        color: #212529;
        padding: 0.75rem 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #212529;
        margin-right: 0.5rem;
    }
    .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
        color: #212529;
        background: #e9ecef;
    }
    .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
        background: #e9ecef;
    }
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
        color: #212529;
        background: #dee2e6;
    }
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-contextmenu .p-menuitem-separator {
        border-top: 1px solid #dee2e6;
        margin: 0.5rem 0;
    }
    .p-contextmenu .p-submenu-icon {
        font-size: 0.875rem;
    }
    .p-contextmenu .p-submenu-icon.p-icon {
        width: 0.875rem;
        height: 0.875rem;
    }
    .p-dock .p-dock-list-container {
        background: #ffffff1a;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }
    .p-dock .p-dock-list-container .p-dock-list {
        outline: 0 none;
    }
    .p-dock .p-dock-item {
        padding: 0.5rem;
        border-radius: 4px;
    }
    .p-dock .p-dock-item.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.15rem #268fff80;
    }
    .p-dock .p-dock-link {
        width: 4rem;
        height: 4rem;
    }
    .p-dock.p-dock-top .p-dock-item-second-prev,
    .p-dock.p-dock-top .p-dock-item-second-next,
    .p-dock.p-dock-bottom .p-dock-item-second-prev,
    .p-dock.p-dock-bottom .p-dock-item-second-next {
        margin: 0 0.9rem;
    }
    .p-dock.p-dock-top .p-dock-item-prev,
    .p-dock.p-dock-top .p-dock-item-next,
    .p-dock.p-dock-bottom .p-dock-item-prev,
    .p-dock.p-dock-bottom .p-dock-item-next {
        margin: 0 1.3rem;
    }
    .p-dock.p-dock-top .p-dock-item-current,
    .p-dock.p-dock-bottom .p-dock-item-current {
        margin: 0 1.5rem;
    }
    .p-dock.p-dock-left .p-dock-item-second-prev,
    .p-dock.p-dock-left .p-dock-item-second-next,
    .p-dock.p-dock-right .p-dock-item-second-prev,
    .p-dock.p-dock-right .p-dock-item-second-next {
        margin: 0.9rem 0;
    }
    .p-dock.p-dock-left .p-dock-item-prev,
    .p-dock.p-dock-left .p-dock-item-next,
    .p-dock.p-dock-right .p-dock-item-prev,
    .p-dock.p-dock-right .p-dock-item-next {
        margin: 1.3rem 0;
    }
    .p-dock.p-dock-left .p-dock-item-current,
    .p-dock.p-dock-right .p-dock-item-current {
        margin: 1.5rem 0;
    }
    @media screen and (max-width: 960px) {
        .p-dock.p-dock-top .p-dock-list-container,
        .p-dock.p-dock-bottom .p-dock-list-container {
            overflow-x: auto;
            width: 100%;
        }
        .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
        .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
            margin: 0 auto;
        }
        .p-dock.p-dock-left .p-dock-list-container,
        .p-dock.p-dock-right .p-dock-list-container {
            overflow-y: auto;
            height: 100%;
        }
        .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
        .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
            margin: auto 0;
        }
        .p-dock .p-dock-list .p-dock-item {
            transform: none;
            margin: 0;
        }
    }
    .p-megamenu {
        padding: 0.5rem 1rem;
        background: #efefef;
        color: #000000e6;
        border: 0 none;
        border-radius: 4px;
    }
    .p-megamenu .p-megamenu-root-list {
        outline: 0 none;
    }
    .p-megamenu .p-menuitem > .p-menuitem-content {
        color: #212529;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
        color: #212529;
        padding: 0.75rem 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #212529;
        margin-right: 0.5rem;
    }
    .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
        color: #212529;
        background: #e9ecef;
    }
    .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
        background: #e9ecef;
    }
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
        color: #212529;
        background: #dee2e6;
    }
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-megamenu .p-megamenu-panel {
        background: #fff;
        color: #212529;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
        border-radius: 4px;
    }
    .p-megamenu .p-submenu-header {
        margin: 0;
        padding: 0.75rem 1rem;
        color: #212529;
        background: #fff;
        font-weight: 600;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-megamenu .p-submenu-list {
        padding: 0.5rem 0;
        width: 12.5rem;
    }
    .p-megamenu .p-submenu-list .p-menuitem-separator {
        border-top: 1px solid #dee2e6;
        margin: 0.5rem 0;
    }
    .p-megamenu.p-megamenu-vertical {
        width: 12.5rem;
        padding: 0.5rem 0;
    }
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
        color: #00000080;
        transition: box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
        padding: 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #00000080;
    }
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #00000080;
        margin-right: 0.5rem;
    }
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #00000080;
        margin-left: 0.5rem;
    }
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #000000b3;
        background: transparent;
    }
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #000000b3;
    }
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #000000b3;
    }
    .p-menu {
        padding: 0.5rem 0;
        background: #fff;
        color: #212529;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        width: 12.5rem;
    }
    .p-menu .p-menuitem > .p-menuitem-content {
        color: #212529;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
        color: #212529;
        padding: 0.75rem 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #212529;
        margin-right: 0.5rem;
    }
    .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
        color: #212529;
        background: #e9ecef;
    }
    .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
        background: #e9ecef;
    }
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
        color: #212529;
        background: #dee2e6;
    }
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-menu.p-menu-overlay {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
    }
    .p-menu .p-submenu-header {
        margin: 0;
        padding: 0.75rem 1rem;
        color: #212529;
        background: #fff;
        font-weight: 600;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .p-menu .p-menuitem-separator {
        border-top: 1px solid #dee2e6;
        margin: 0.5rem 0;
    }
    .p-menu .p-menuitem-badge {
        background: #007bff;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 700;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 4px;
        margin-left: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .p-menubar {
        padding: 0.5rem 1rem;
        background: #efefef;
        color: #000000e6;
        border: 0 none;
        border-radius: 4px;
    }
    .p-menubar .p-menubar-root-list {
        outline: 0 none;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
        color: #00000080;
        transition: box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
        padding: 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #00000080;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #00000080;
        margin-right: 0.5rem;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #00000080;
        margin-left: 0.5rem;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #000000b3;
        background: transparent;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #000000b3;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #000000b3;
    }
    .p-menubar .p-menuitem > .p-menuitem-content {
        color: #212529;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
        color: #212529;
        padding: 0.75rem 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #212529;
        margin-right: 0.5rem;
    }
    .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
        color: #212529;
        background: #e9ecef;
    }
    .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
        background: #e9ecef;
    }
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
        color: #212529;
        background: #dee2e6;
    }
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-menubar .p-submenu-list {
        padding: 0.5rem 0;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
        width: 12.5rem;
        border-radius: 4px;
    }
    .p-menubar .p-submenu-list .p-menuitem-separator {
        border-top: 1px solid #dee2e6;
        margin: 0.5rem 0;
    }
    .p-menubar .p-submenu-list .p-submenu-icon {
        font-size: 0.875rem;
    }
    @media screen and (max-width: 960px) {
        .p-menubar {
            position: relative;
        }
        .p-menubar .p-menubar-button {
            display: flex;
            width: 2rem;
            height: 2rem;
            color: #00000080;
            border-radius: 50%;
            transition: box-shadow 0.15s;
        }
        .p-menubar .p-menubar-button:hover {
            color: #000000b3;
            background: transparent;
        }
        .p-menubar .p-menubar-button:focus {
            outline: 0 none;
            outline-offset: 0;
            box-shadow: 0 0 0 0.2rem #268fff80;
        }
        .p-menubar .p-menubar-root-list {
            position: absolute;
            display: none;
            padding: 0.5rem 0;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.15);
            box-shadow: none;
            width: 100%;
        }
        .p-menubar .p-menubar-root-list .p-menuitem-separator {
            border-top: 1px solid #dee2e6;
            margin: 0.5rem 0;
        }
        .p-menubar .p-menubar-root-list .p-submenu-icon {
            font-size: 0.875rem;
        }
        .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
            margin-left: auto;
            transition: transform 0.15s;
        }
        .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
            transform: rotate(-180deg);
        }
        .p-menubar .p-menubar-root-list .p-submenu-list {
            width: 100%;
            position: static;
            box-shadow: none;
            border: 0 none;
        }
        .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
            transition: transform 0.15s;
            transform: rotate(90deg);
        }
        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
            transform: rotate(-90deg);
        }
        .p-menubar .p-menubar-root-list .p-menuitem {
            width: 100%;
            position: static;
        }
        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 2.25rem;
        }
        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 3.75rem;
        }
        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 5.25rem;
        }
        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 6.75rem;
        }
        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 8.25rem;
        }
        .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
            display: flex;
            flex-direction: column;
            top: 100%;
            left: 0;
            z-index: 1;
        }
    }
    .p-panelmenu .p-panelmenu-header {
        outline: 0 none;
    }
    .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
        border: 1px solid #dee2e6;
        color: #212529;
        background: #efefef;
        border-radius: 4px;
        transition: box-shadow 0.15s;
    }
    .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
        color: #212529;
        padding: 1rem 1.25rem;
        font-weight: 600;
    }
    .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon,
    .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
        margin-right: 0.5rem;
    }
    .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.2rem #268fff80;
    }
    .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
        background: #e9ecef;
        border-color: #dee2e6;
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
        background: #efefef;
        border-color: #dee2e6;
        color: #212529;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
    }
    .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
        border-color: #dee2e6;
        background: #e9ecef;
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content {
        padding: 0.5rem 0;
        border: 1px solid #dee2e6;
        background: #fff;
        color: #212529;
        border-top: 0;
        border-radius: 0 0 4px 4px;
    }
    .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
        outline: 0 none;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
        color: #212529;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
        color: #212529;
        padding: 0.75rem 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #212529;
        margin-right: 0.5rem;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
        color: #212529;
        background: #e9ecef;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
        background: #e9ecef;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
        color: #212529;
        background: #dee2e6;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        margin-right: 0.5rem;
    }
    .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
        border-top: 1px solid #dee2e6;
        margin: 0.5rem 0;
    }
    .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
        padding: 0 0 0 1rem;
    }
    .p-panelmenu .p-panelmenu-panel {
        margin-bottom: 0;
    }
    .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content,
    .p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
        border-radius: 0;
    }
    .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content {
        border-top: 0 none;
    }
    .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content,
    .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
        border-top: 0 none;
    }
    .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-slidemenu {
        padding: 0.5rem 0;
        background: #fff;
        color: #212529;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        width: 12.5rem;
    }
    .p-slidemenu .p-slidemenu-root-list,
    .p-slidemenu .p-submenu-list {
        outline: 0 none;
    }
    .p-slidemenu .p-menuitem > .p-menuitem-content {
        color: #212529;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
        color: #212529;
        padding: 0.75rem 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #212529;
        margin-right: 0.5rem;
    }
    .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
        color: #212529;
        background: #e9ecef;
    }
    .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
        background: #e9ecef;
    }
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
        color: #212529;
        background: #dee2e6;
    }
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-slidemenu.p-slidemenu-overlay {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
    }
    .p-slidemenu .p-slidemenu-list {
        padding: 0.5rem 0;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
    }
    .p-slidemenu .p-menuitem-separator {
        border-top: 1px solid #dee2e6;
        margin: 0.5rem 0;
    }
    .p-slidemenu .p-slidemenu-icon {
        font-size: 0.875rem;
    }
    .p-slidemenu .p-icon {
        width: 0.875rem;
        height: 0.875rem;
    }
    .p-slidemenu .p-slidemenu-backward {
        padding: 0.75rem 1rem;
        color: #212529;
    }
    .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.2rem #268fff80;
    }
    .p-slidemenu .p-menuitem-badge {
        background: #007bff;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 700;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 4px;
        margin-left: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .p-steps .p-steps-item .p-menuitem-link {
        transition: box-shadow 0.15s;
        border-radius: 4px;
        background: transparent;
    }
    .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
        color: #212529;
        border: 1px solid #dee2e6;
        background: transparent;
        min-width: 2rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 1.143rem;
        z-index: 1;
        border-radius: 4px;
    }
    .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
        margin-top: 0.5rem;
        color: #6c757d;
    }
    .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-steps .p-steps-item.p-highlight .p-steps-number {
        background: #007bff;
        color: #fff;
    }
    .p-steps .p-steps-item.p-highlight .p-steps-title {
        font-weight: 600;
        color: #212529;
    }
    .p-steps .p-steps-item:before {
        content: " ";
        border-top: 1px solid #dee2e6;
        width: 100%;
        top: 50%;
        left: 0;
        display: block;
        position: absolute;
        margin-top: -1rem;
    }
    .p-tabmenu .p-tabmenu-nav {
        background: transparent;
        border: 1px solid #dee2e6;
        border-width: 0 0 1px 0;
    }
    .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
        background: #007bff;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 700;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 4px;
        margin-left: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
        margin-right: 0;
    }
    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
        border: solid;
        border-width: 1px;
        border-color: #ffffff #ffffff #dee2e6 #ffffff;
        background: #fff;
        color: #6c757d;
        padding: 0.75rem 1rem;
        font-weight: 600;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        transition: box-shadow 0.15s;
        margin: 0 0 -1px;
    }
    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
        margin-right: 0.5rem;
    }
    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.2rem #268fff80;
    }
    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
        background: #fff;
        border-color: #dee2e6;
        color: #6c757d;
    }
    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
        background: #fff;
        border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
        color: #495057;
    }
    .p-tabmenu .p-tabmenu-left-icon {
        margin-right: 0.5rem;
    }
    .p-tabmenu .p-tabmenu-right-icon {
        margin-left: 0.5rem;
    }
    .p-tabmenu .p-tabmenu-nav-btn.p-link {
        background: #fff;
        color: #495057;
        width: 2.357rem;
        box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
        border-radius: 0;
    }
    .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 0.2rem #268fff80;
    }
    .p-tieredmenu {
        padding: 0.5rem 0;
        background: #fff;
        color: #212529;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        width: 12.5rem;
    }
    .p-tieredmenu.p-tieredmenu-overlay {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
    }
    .p-tieredmenu .p-tieredmenu-root-list {
        outline: 0 none;
    }
    .p-tieredmenu .p-submenu-list {
        padding: 0.5rem 0;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none;
        border-radius: 4px;
    }
    .p-tieredmenu .p-menuitem > .p-menuitem-content {
        color: #212529;
        transition: box-shadow 0.15s;
        border-radius: 0;
    }
    .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
        color: #212529;
        padding: 0.75rem 1rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #212529;
        margin-right: 0.5rem;
    }
    .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
        color: #212529;
        background: #e9ecef;
    }
    .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
        background: #e9ecef;
    }
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
        color: #212529;
        background: #dee2e6;
    }
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
        color: #212529;
        background: #e9ecef;
    }
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #212529;
    }
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #212529;
    }
    .p-tieredmenu .p-menuitem-separator {
        border-top: 1px solid #dee2e6;
        margin: 0.5rem 0;
    }
    .p-tieredmenu .p-submenu-icon {
        font-size: 0.875rem;
    }
    .p-tieredmenu .p-submenu-icon.p-icon {
        width: 0.875rem;
        height: 0.875rem;
    }
    .p-inline-message {
        padding: 0.5rem 0.75rem;
        margin: 0;
        border-radius: 4px;
    }
    .p-inline-message.p-inline-message-info {
        background: #cce5ff;
        border: solid #b8daff;
        border-width: 0px;
        color: #004085;
    }
    .p-inline-message.p-inline-message-info .p-inline-message-icon {
        color: #004085;
    }
    .p-inline-message.p-inline-message-success {
        background: #d4edda;
        border: solid #c3e6cb;
        border-width: 0px;
        color: #155724;
    }
    .p-inline-message.p-inline-message-success .p-inline-message-icon {
        color: #155724;
    }
    .p-inline-message.p-inline-message-warn {
        background: #fff3cd;
        border: solid #ffeeba;
        border-width: 0px;
        color: #856404;
    }
    .p-inline-message.p-inline-message-warn .p-inline-message-icon {
        color: #856404;
    }
    .p-inline-message.p-inline-message-error {
        background: #f8d7da;
        border: solid #f5c6cb;
        border-width: 0px;
        color: #721c24;
    }
    .p-inline-message.p-inline-message-error .p-inline-message-icon {
        color: #721c24;
    }
    .p-inline-message .p-inline-message-icon {
        font-size: 1rem;
        margin-right: 0.5rem;
    }
    .p-inline-message .p-icon {
        width: 1rem;
        height: 1rem;
    }
    .p-inline-message .p-inline-message-text {
        font-size: 1rem;
    }
    .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
        margin-right: 0;
    }
    .p-message {
        margin: 1rem 0;
        border-radius: 4px;
    }
    .p-message .p-message-wrapper {
        padding: 1rem 1.25rem;
    }
    .p-message .p-message-close {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: transparent;
        transition: box-shadow 0.15s;
    }
    .p-message .p-message-close:hover {
        background: #ffffff80;
    }
    .p-message .p-message-close:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-message.p-message-info {
        background: #cce5ff;
        border: solid #b8daff;
        border-width: 1px;
        color: #004085;
    }
    .p-message.p-message-info .p-message-icon,
    .p-message.p-message-info .p-message-close {
        color: #004085;
    }
    .p-message.p-message-success {
        background: #d4edda;
        border: solid #c3e6cb;
        border-width: 1px;
        color: #155724;
    }
    .p-message.p-message-success .p-message-icon,
    .p-message.p-message-success .p-message-close {
        color: #155724;
    }
    .p-message.p-message-warn {
        background: #fff3cd;
        border: solid #ffeeba;
        border-width: 1px;
        color: #856404;
    }
    .p-message.p-message-warn .p-message-icon,
    .p-message.p-message-warn .p-message-close {
        color: #856404;
    }
    .p-message.p-message-error {
        background: #f8d7da;
        border: solid #f5c6cb;
        border-width: 1px;
        color: #721c24;
    }
    .p-message.p-message-error .p-message-icon,
    .p-message.p-message-error .p-message-close {
        color: #721c24;
    }
    .p-message .p-message-text {
        font-size: 1rem;
        font-weight: 500;
    }
    .p-message .p-message-icon {
        font-size: 1.5rem;
        margin-right: 0.5rem;
    }
    .p-message .p-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .p-message .p-message-summary {
        font-weight: 700;
    }
    .p-message .p-message-detail {
        margin-left: 0.5rem;
    }
    .p-toast {
        opacity: 1;
    }
    .p-toast .p-toast-message {
        margin: 0 0 1rem;
        box-shadow: 0 0.25rem 0.75rem #0000001a;
        border-radius: 4px;
    }
    .p-toast .p-toast-message .p-toast-message-content {
        padding: 1rem;
        border-width: 0;
    }
    .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
        margin: 0 0 0 1rem;
    }
    .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
        font-size: 2rem;
    }
    .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
        width: 2rem;
        height: 2rem;
    }
    .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
        font-weight: 700;
    }
    .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
        margin: 0.5rem 0 0;
    }
    .p-toast .p-toast-message .p-toast-icon-close {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: transparent;
        transition: box-shadow 0.15s;
    }
    .p-toast .p-toast-message .p-toast-icon-close:hover {
        background: #ffffff80;
    }
    .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-toast .p-toast-message.p-toast-message-info {
        background: #cce5ff;
        border: solid #b8daff;
        border-width: 1px;
        color: #004085;
    }
    .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
    .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
        color: #004085;
    }
    .p-toast .p-toast-message.p-toast-message-success {
        background: #d4edda;
        border: solid #c3e6cb;
        border-width: 1px;
        color: #155724;
    }
    .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
    .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
        color: #155724;
    }
    .p-toast .p-toast-message.p-toast-message-warn {
        background: #fff3cd;
        border: solid #ffeeba;
        border-width: 1px;
        color: #856404;
    }
    .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
    .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
        color: #856404;
    }
    .p-toast .p-toast-message.p-toast-message-error {
        background: #f8d7da;
        border: solid #f5c6cb;
        border-width: 1px;
        color: #721c24;
    }
    .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
    .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
        color: #721c24;
    }
    .p-galleria .p-galleria-close {
        margin: 0.5rem;
        background: transparent;
        color: #efefef;
        width: 4rem;
        height: 4rem;
        transition: box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-galleria .p-galleria-close .p-galleria-close-icon {
        font-size: 2rem;
    }
    .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
        width: 2rem;
        height: 2rem;
    }
    .p-galleria .p-galleria-close:hover {
        background: #ffffff1a;
        color: #efefef;
    }
    .p-galleria .p-galleria-item-nav {
        background: transparent;
        color: #efefef;
        width: 4rem;
        height: 4rem;
        transition: box-shadow 0.15s;
        border-radius: 4px;
        margin: 0 0.5rem;
    }
    .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
    .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
        font-size: 2rem;
    }
    .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
        width: 2rem;
        height: 2rem;
    }
    .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
        background: #ffffff1a;
        color: #efefef;
    }
    .p-galleria .p-galleria-caption {
        background: #00000080;
        color: #efefef;
        padding: 1rem;
    }
    .p-galleria .p-galleria-indicators {
        padding: 1rem;
    }
    .p-galleria .p-galleria-indicators .p-galleria-indicator button {
        background-color: #e9ecef;
        width: 1rem;
        height: 1rem;
        transition: box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
        background: #dee2e6;
    }
    .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
        background: #007bff;
        color: #fff;
    }
    .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
    .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
        margin-right: 0.5rem;
    }
    .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
    .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
        margin-bottom: 0.5rem;
    }
    .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
        background: #00000080;
    }
    .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
        background: #fff6;
    }
    .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
        background: #fff9;
    }
    .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
        background: #007bff;
        color: #fff;
    }
    .p-galleria .p-galleria-thumbnail-container {
        background: #000000e6;
        padding: 1rem 0.25rem;
    }
    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
        margin: 0.5rem;
        background-color: transparent;
        color: #efefef;
        width: 2rem;
        height: 2rem;
        transition: box-shadow 0.15s;
        border-radius: 4px;
    }
    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
        background: #ffffff1a;
        color: #efefef;
    }
    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-galleria-mask,
    .p-image-mask {
        --maskbg: rgba(0, 0, 0, 0.9);
    }
    .p-image-preview-indicator {
        background-color: transparent;
        color: #f8f9fa;
        transition: box-shadow 0.15s;
    }
    .p-image-preview-container:hover > .p-image-preview-indicator {
        background-color: #00000080;
    }
    .p-image-toolbar {
        padding: 1rem;
    }
    .p-image-action.p-link {
        color: #f8f9fa;
        background-color: transparent;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        transition: box-shadow 0.15s;
        margin-right: 0.5rem;
    }
    .p-image-action.p-link:last-child {
        margin-right: 0;
    }
    .p-image-action.p-link:hover {
        color: #f8f9fa;
        background-color: #ffffff1a;
    }
    .p-image-action.p-link i {
        font-size: 1.5rem;
    }
    .p-image-action.p-link .p-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .p-avatar {
        background-color: #dee2e6;
        border-radius: 4px;
    }
    .p-avatar.p-avatar-lg {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }
    .p-avatar.p-avatar-lg .p-avatar-icon {
        font-size: 1.5rem;
    }
    .p-avatar.p-avatar-xl {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }
    .p-avatar.p-avatar-xl .p-avatar-icon {
        font-size: 2rem;
    }
    .p-avatar-group .p-avatar {
        border: 2px solid #ffffff;
    }
    .p-badge {
        background: #007bff;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 700;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
    }
    .p-badge.p-badge-success {
        background-color: #28a745;
        color: #fff;
    }
    .p-badge.p-badge-info {
        background-color: #17a2b8;
        color: #fff;
    }
    .p-badge.p-badge-warning {
        background-color: #ffc107;
        color: #212529;
    }
    .p-badge.p-badge-danger {
        background-color: #dc3545;
        color: #fff;
    }
    .p-badge.p-badge-lg {
        font-size: 1.125rem;
        min-width: 2.25rem;
        height: 2.25rem;
        line-height: 2.25rem;
    }
    .p-badge.p-badge-xl {
        font-size: 1.5rem;
        min-width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
    .p-chip {
        background-color: #dee2e6;
        color: #212529;
        border-radius: 16px;
        padding: 0 0.75rem;
    }
    .p-chip .p-chip-text {
        line-height: 1.5;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .p-chip .p-chip-icon {
        margin-right: 0.5rem;
    }
    .p-chip .pi-chip-remove-icon {
        margin-left: 0.5rem;
    }
    .p-chip img {
        width: 2rem;
        height: 2rem;
        margin-left: -0.75rem;
        margin-right: 0.5rem;
    }
    .p-chip .pi-chip-remove-icon {
        border-radius: 4px;
        transition: box-shadow 0.15s;
    }
    .p-chip .pi-chip-remove-icon:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-chip .pi-chip-remove-icon:focus {
        outline: 0 none;
    }
    .p-inplace .p-inplace-display {
        padding: 0.5rem 0.75rem;
        border-radius: 4px;
        transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    .p-inplace .p-inplace-display:not(.p-disabled):hover {
        background: #e9ecef;
        color: #212529;
    }
    .p-inplace .p-inplace-display:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 0.2rem #268fff80;
    }
    .p-metergroup,
    .p-metergroup-meters {
        display: flex;
    }
    .p-metergroup-vertical .p-metergroup-meters {
        flex-direction: column;
    }
    .p-metergroup-labels {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .p-metergroup-vertical .p-metergroup-labels {
        align-items: start;
    }
    .p-metergroup-labels-vertical {
        flex-direction: column;
    }
    .p-metergroup-label {
        display: inline-flex;
        align-items: center;
    }
    .p-metergroup-label-marker {
        display: inline-flex;
    }
    .p-metergroup {
        gap: 1rem;
    }
    .p-metergroup .p-metergroup-meters {
        background: #e9ecef;
        border-radius: 4px;
    }
    .p-metergroup .p-metergroup-meter {
        border: 0 none;
        background: #007bff;
    }
    .p-metergroup .p-metergroup-labels .p-metergroup-label {
        gap: 0.5rem;
    }
    .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
        background: #007bff;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
    }
    .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
        width: 1rem;
        height: 1rem;
    }
    .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
        gap: 0.5rem;
    }
    .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
        gap: 1rem;
    }
    .p-metergroup.p-metergroup-horizontal {
        flex-direction: column;
    }
    .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
        height: 0.5rem;
    }
    .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-metergroup.p-metergroup-vertical {
        flex-direction: row;
    }
    .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
        width: 0.5rem;
        height: 100%;
    }
    .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .p-progressbar {
        border: 0 none;
        height: 1.5rem;
        background: #e9ecef;
        border-radius: 4px;
    }
    .p-progressbar .p-progressbar-value {
        border: 0 none;
        margin: 0;
        background: #007bff;
    }
    .p-progressbar .p-progressbar-label {
        color: #fff;
        line-height: 1.5rem;
    }
    .p-scrolltop {
        width: 3rem;
        height: 3rem;
        border-radius: 4px;
        box-shadow: none;
        transition: box-shadow 0.15s;
    }
    .p-scrolltop.p-link {
        background: #000000b3;
    }
    .p-scrolltop.p-link:hover {
        background: #000c;
    }
    .p-scrolltop .p-scrolltop-icon {
        font-size: 1.5rem;
        color: #efefef;
    }
    .p-scrolltop .p-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .p-skeleton {
        background-color: #e9ecef;
        border-radius: 4px;
    }
    .p-skeleton:after {
        background: linear-gradient(90deg, #fff0, #fff6, #fff0);
    }
    .p-tag {
        background: #007bff;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 700;
        padding: 0.25rem 0.4rem;
        border-radius: 4px;
    }
    .p-tag.p-tag-success {
        background-color: #28a745;
        color: #fff;
    }
    .p-tag.p-tag-info {
        background-color: #17a2b8;
        color: #fff;
    }
    .p-tag.p-tag-warning {
        background-color: #ffc107;
        color: #212529;
    }
    .p-tag.p-tag-danger {
        background-color: #dc3545;
        color: #fff;
    }
    .p-tag .p-tag-icon {
        margin-right: 0.25rem;
        font-size: 0.75rem;
    }
    .p-tag .p-icon {
        width: 0.75rem;
        height: 0.75rem;
    }
    .p-terminal {
        background: #fff;
        color: #212529;
        border: 1px solid #dee2e6;
        padding: 1.25rem;
    }
    .p-terminal .p-terminal-input {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
    }
}
.p-overflow-hidden {
    overflow: hidden;
    padding-right: var(--scrollbar-width);
}
@layer primeng {
    .p-component,
    .p-component * {
        box-sizing: border-box;
    }
    .p-hidden {
        display: none;
    }
    .p-hidden-space {
        visibility: hidden;
    }
    .p-hidden-accessible {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .p-hidden-accessible input,
    .p-hidden-accessible select {
        transform: scale(0);
    }
    .p-reset {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        text-decoration: none;
        font-size: 100%;
        list-style: none;
    }
    .p-disabled,
    .p-disabled * {
        cursor: default !important;
        pointer-events: none;
    }
    .p-component-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .p-unselectable-text {
        -webkit-user-select: none;
        user-select: none;
    }
    .p-scrollbar-measure {
        width: 100px;
        height: 100px;
        overflow: scroll;
        position: absolute;
        top: -9999px;
    }
    @keyframes p-fadein {
        0% {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    input[type="file"]::-webkit-file-upload-button,
    button {
        border-radius: 0;
    }
    .p-link {
        text-align: left;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-link:disabled {
        cursor: default;
    }
    .p-sr-only {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal !important;
    }
    .p-connected-overlay {
        opacity: 0;
        transform: scaleY(0.8);
        transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    .p-connected-overlay-visible {
        opacity: 1;
        transform: scaleY(1);
    }
    .p-connected-overlay-hidden {
        opacity: 0;
        transform: scaleY(1);
        transition: opacity 0.1s linear;
    }
    .p-toggleable-content.ng-animating {
        overflow: hidden;
    }
    .p-icon-wrapper {
        display: inline-flex;
    }
    .p-icon {
        display: inline-block;
    }
    .p-icon-spin {
        animation: p-icon-spin 2s infinite linear;
    }
}
@keyframes p-icon-spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
@layer primeng {
    .p-badge {
        display: inline-block;
        border-radius: 10px;
        text-align: center;
        padding: 0 0.5rem;
    }
    .p-overlay-badge {
        position: relative;
    }
    .p-overlay-badge .p-badge {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
        transform-origin: 100% 0;
        margin: 0;
    }
    .p-badge-dot {
        width: 0.5rem;
        min-width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        padding: 0;
    }
    .p-badge-no-gutter {
        padding: 0;
        border-radius: 50%;
    }
}
@layer primeng {
    .p-button {
        margin: 0;
        display: inline-flex;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        align-items: center;
        vertical-align: bottom;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .p-button-label {
        flex: 1 1 auto;
    }
    .p-button-icon-right {
        order: 1;
    }
    .p-button:disabled {
        cursor: default;
        pointer-events: none;
    }
    .p-button-icon-only {
        justify-content: center;
    }
    .p-button-icon-only:after {
        content: "p";
        visibility: hidden;
        clip: rect(0 0 0 0);
        width: 0;
    }
    .p-button-vertical {
        flex-direction: column;
    }
    .p-button-icon-bottom {
        order: 2;
    }
    .p-button-group .p-button {
        margin: 0;
    }
    .p-button-group .p-button:focus,
    .p-button-group p-button:focus .p-button,
    .p-buttonset .p-button:focus,
    .p-buttonset p-button:focus .p-button {
        position: relative;
        z-index: 1;
    }
    .p-button-group .p-button:not(:last-child),
    .p-button-group .p-button:not(:last-child):hover,
    .p-button-group p-button:not(:last-child) .p-button,
    .p-button-group p-button:not(:last-child) .p-button:hover,
    .p-buttonset .p-button:not(:last-child),
    .p-buttonset .p-button:not(:last-child):hover,
    .p-buttonset p-button:not(:last-child) .p-button,
    .p-buttonset p-button:not(:last-child) .p-button:hover {
        border-right: 0 none;
    }
    .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
    .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
    .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
    .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
        border-radius: 0;
    }
    .p-button-group .p-button:first-of-type:not(:only-of-type),
    .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
    .p-buttonset .p-button:first-of-type:not(:only-of-type),
    .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .p-button-group .p-button:last-of-type:not(:only-of-type),
    .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
    .p-buttonset .p-button:last-of-type:not(:only-of-type),
    .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    p-button[iconpos="right"] spinnericon {
        order: 1;
    }
}
@layer primeng {
    .p-checkbox {
        display: inline-flex;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: bottom;
        position: relative;
    }
    .p-checkbox-disabled {
        cursor: default !important;
        pointer-events: none;
    }
    .p-checkbox-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    p-checkbox {
        display: inline-flex;
        vertical-align: bottom;
        align-items: center;
    }
    .p-checkbox-label {
        line-height: 1;
    }
}
.p-colorpicker-panel .p-colorpicker-color {
    background: transparent url(color.febf5f041e83bfbe.png) no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
    background: transparent url(hue.de26927932756490.png) no-repeat left top;
}
@layer primeng {
    .p-inputtext {
        margin: 0;
    }
    .p-fluid .p-inputtext {
        width: 100%;
    }
    .p-inputgroup {
        display: flex;
        align-items: stretch;
        width: 100%;
    }
    .p-inputgroup-addon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .p-inputgroup .p-float-label {
        display: flex;
        align-items: stretch;
        width: 100%;
    }
    .p-inputgroup .p-inputtext,
    .p-fluid .p-inputgroup .p-inputtext,
    .p-inputgroup .p-inputwrapper,
    .p-inputgroup .p-inputwrapper > .p-component {
        flex: 1 1 auto;
        width: 1%;
    }
    .p-float-label {
        display: block;
        position: relative;
    }
    .p-float-label label {
        position: absolute;
        pointer-events: none;
        top: 50%;
        margin-top: -0.5rem;
        transition-property: all;
        transition-timing-function: ease;
        line-height: 1;
    }
    .p-float-label textarea ~ label {
        top: 1rem;
    }
    .p-float-label input:focus ~ label,
    .p-float-label input.p-filled ~ label,
    .p-float-label textarea:focus ~ label,
    .p-float-label textarea.p-filled ~ label,
    .p-float-label .p-inputwrapper-focus ~ label,
    .p-float-label .p-inputwrapper-filled ~ label {
        top: -0.75rem;
        font-size: 12px;
    }
    .p-float-label .input:-webkit-autofill ~ label {
        top: -20px;
        font-size: 12px;
    }
    .p-float-label .p-placeholder,
    .p-float-label input::placeholder,
    .p-float-label .p-inputtext::placeholder {
        opacity: 0;
        transition-property: all;
        transition-timing-function: ease;
    }
    .p-float-label .p-focus .p-placeholder,
    .p-float-label input:focus::placeholder,
    .p-float-label .p-inputtext:focus::placeholder {
        opacity: 1;
        transition-property: all;
        transition-timing-function: ease;
    }
    .p-input-icon-left,
    .p-input-icon-right {
        position: relative;
        display: inline-block;
    }
    .p-input-icon-left > i,
    .p-input-icon-left > .p-icon-wrapper,
    .p-input-icon-right > i,
    .p-input-icon-right > .p-icon-wrapper {
        position: absolute;
        top: 50%;
        margin-top: -0.5rem;
    }
    .p-fluid .p-input-icon-left,
    .p-fluid .p-input-icon-right {
        display: block;
        width: 100%;
    }
}
@layer primeng {
    .p-inputtextarea-resizable {
        overflow: hidden;
        resize: none;
    }
    .p-fluid .p-inputtextarea {
        width: 100%;
    }
}
@layer primeng {
    .p-password {
        position: relative;
        display: inline-flex;
    }
    .p-password-panel {
        position: absolute;
        top: 0;
        left: 0;
    }
    .p-password .p-password-panel {
        min-width: 100%;
    }
    .p-password-meter {
        height: 10px;
    }
    .p-password-strength {
        height: 100%;
        width: 0;
        transition: width 1s ease-in-out;
    }
    .p-fluid .p-password {
        display: flex;
    }
    .p-password-input::-ms-reveal,
    .p-password-input::-ms-clear {
        display: none;
    }
    .p-password-clear-icon {
        position: absolute;
        top: 50%;
        margin-top: -0.5rem;
        cursor: pointer;
    }
    .p-password .p-icon {
        cursor: pointer;
    }
    .p-password-clearable.p-password-mask .p-password-clear-icon {
        margin-top: unset;
    }
    .p-password-clearable {
        position: relative;
    }
}
@layer primeng {
    .p-radiobutton {
        display: inline-flex;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: bottom;
        position: relative;
    }
    .p-radiobutton-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .p-radiobutton-icon {
        backface-visibility: hidden;
        transform: translateZ(0) scale(0.1);
        border-radius: 50%;
        visibility: hidden;
    }
    .p-radiobutton-box.p-highlight .p-radiobutton-icon {
        transform: translateZ(0) scale(1);
        visibility: visible;
    }
    p-radiobutton {
        display: inline-flex;
        vertical-align: bottom;
        align-items: center;
    }
    .p-radiobutton-label {
        line-height: 1;
    }
}
@layer primeng {
    .p-ripple {
        overflow: hidden;
        position: relative;
    }
    .p-ink {
        display: block;
        position: absolute;
        background: #ffffff80;
        border-radius: 100%;
        transform: scale(0);
    }
    .p-ink-active {
        animation: ripple 0.4s linear;
    }
    .p-ripple-disabled .p-ink {
        display: none !important;
    }
}
@keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2.5);
    }
}
@layer primeng {
    .p-tooltip {
        position: absolute;
        display: none;
        padding: 0.25em 0.5rem;
        max-width: 12.5rem;
        pointer-events: none;
    }
    .p-tooltip.p-tooltip-right,
    .p-tooltip.p-tooltip-left {
        padding: 0 0.25rem;
    }
    .p-tooltip.p-tooltip-top,
    .p-tooltip.p-tooltip-bottom {
        padding: 0.25em 0;
    }
    .p-tooltip .p-tooltip-text {
        white-space: pre-line;
        word-break: break-word;
    }
    .p-tooltip-arrow {
        scale: 2;
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }
    .p-tooltip-right .p-tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -0.25rem;
        border-width: 0.25em 0.25em 0.25em 0;
    }
    .p-tooltip-left .p-tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -0.25rem;
        border-width: 0.25em 0 0.25em 0.25rem;
    }
    .p-tooltip.p-tooltip-top {
        padding: 0.25em 0;
    }
    .p-tooltip-top .p-tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -0.25rem;
        border-width: 0.25em 0.25em 0;
    }
    .p-tooltip-bottom .p-tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -0.25rem;
        border-width: 0 0.25em 0.25rem;
    }
}

 