[uib-typeahead-popup].dropdown-menu {
    display: block;
}

.uib-time input {
    width: 50px !important;
}

[uib-tooltip-popup].tooltip.top-left>.tooltip-arrow,
[uib-tooltip-popup].tooltip.top-right>.tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-left>.tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-right>.tooltip-arrow,
[uib-tooltip-popup].tooltip.left-top>.tooltip-arrow,
[uib-tooltip-popup].tooltip.left-bottom>.tooltip-arrow,
[uib-tooltip-popup].tooltip.right-top>.tooltip-arrow,
[uib-tooltip-popup].tooltip.right-bottom>.tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-left>.tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-right>.tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-left>.tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-right>.tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-top>.tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-bottom>.tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-top>.tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-bottom>.tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-left>.tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-right>.tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-left>.tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-right>.tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-top>.tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-bottom>.tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-top>.tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-bottom>.tooltip-arrow,
[uib-popover-popup].popover.top-left>.arrow,
[uib-popover-popup].popover.top-right>.arrow,
[uib-popover-popup].popover.bottom-left>.arrow,
[uib-popover-popup].popover.bottom-right>.arrow,
[uib-popover-popup].popover.left-top>.arrow,
[uib-popover-popup].popover.left-bottom>.arrow,
[uib-popover-popup].popover.right-top>.arrow,
[uib-popover-popup].popover.right-bottom>.arrow,
[uib-popover-html-popup].popover.top-left>.arrow,
[uib-popover-html-popup].popover.top-right>.arrow,
[uib-popover-html-popup].popover.bottom-left>.arrow,
[uib-popover-html-popup].popover.bottom-right>.arrow,
[uib-popover-html-popup].popover.left-top>.arrow,
[uib-popover-html-popup].popover.left-bottom>.arrow,
[uib-popover-html-popup].popover.right-top>.arrow,
[uib-popover-html-popup].popover.right-bottom>.arrow,
[uib-popover-template-popup].popover.top-left>.arrow,
[uib-popover-template-popup].popover.top-right>.arrow,
[uib-popover-template-popup].popover.bottom-left>.arrow,
[uib-popover-template-popup].popover.bottom-right>.arrow,
[uib-popover-template-popup].popover.left-top>.arrow,
[uib-popover-template-popup].popover.left-bottom>.arrow,
[uib-popover-template-popup].popover.right-top>.arrow,
[uib-popover-template-popup].popover.right-bottom>.arrow {
    inset: auto;
    margin: 0px;
}

[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover {
    display: block !important;
}

.uib-datepicker-popup.dropdown-menu {
    display: block;
    float: none;
    margin: 0px;
}

.uib-button-bar {
    padding: 10px;
}

.uib-position-measure {
    display: block !important;
    visibility: hidden !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.uib-position-scrollbar-measure {
    position: absolute !important;
    top: -9999px !important;
    width: 50px !important;
    height: 50px !important;
    overflow: scroll !important;
}

.uib-position-body-scrollbar-measure {
    overflow: scroll !important;
}

.uib-datepicker .uib-title {
    width: 100%;
}

.uib-day button,
.uib-month button,
.uib-year button {
    min-width: 100%;
}

.uib-left,
.uib-right {
    width: 100%;
}

.ng-animate.item:not(.left):not(.right) {
    transition: left ease-in-out;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility: hidden;
}

.ng-anchor {
    position: absolute;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --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", "Liberation 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;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

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

body {
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: rgb(33, 37, 41);
    text-align: left;
    background-color: rgb(255, 255, 255);
}

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

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

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

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0px;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0px;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0px;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0px;
}

blockquote {
    margin: 0px 0px 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: rgb(0, 123, 255);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: rgb(0, 86, 179);
    text-decoration: underline;
}

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

a:not([href]):not([class]):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: 0px;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0px 0px 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: rgb(108, 117, 125);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: -webkit-match-parent;
}

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

button {
    border-radius: 0px;
}

button:focus:not(:focus-visible) {
    outline: 0px;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    overflow-wrap: normal;
}

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    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;
    appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    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-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: 0.2em;
    background-color: rgb(252, 248, 227);
}

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

.list-inline {
    padding-left: 0px;
    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: rgb(108, 117, 125);
}

.blockquote-footer::before {
    content: "— ";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
    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: rgb(108, 117, 125);
}

code {
    font-size: 87.5%;
    color: rgb(232, 62, 140);
    overflow-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: rgb(255, 255, 255);
    background-color: rgb(33, 37, 41);
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0px;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: rgb(33, 37, 41);
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.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: 0px;
    margin-left: 0px;
}

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

.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: 0px;
    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.3333%;
    max-width: 33.3333%;
}

.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.6667%;
    max-width: 16.6667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.col-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}

.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.33333%;
}

.offset-2 {
    margin-left: 16.6667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333%;
}

.offset-5 {
    margin-left: 41.6667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333%;
}

.offset-8 {
    margin-left: 66.6667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333%;
}

.offset-11 {
    margin-left: 91.6667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0px;
        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.3333%;
        max-width: 33.3333%;
    }

    .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.6667%;
        max-width: 16.6667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

    .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: 0px;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.6667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333%;
    }

    .offset-sm-5 {
        margin-left: 41.6667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333%;
    }

    .offset-sm-8 {
        margin-left: 66.6667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333%;
    }

    .offset-sm-11 {
        margin-left: 91.6667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0px;
        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.3333%;
        max-width: 33.3333%;
    }

    .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.6667%;
        max-width: 16.6667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-md-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-md-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-md-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

    .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: 0px;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.6667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333%;
    }

    .offset-md-5 {
        margin-left: 41.6667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333%;
    }

    .offset-md-8 {
        margin-left: 66.6667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333%;
    }

    .offset-md-11 {
        margin-left: 91.6667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0px;
        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.3333%;
        max-width: 33.3333%;
    }

    .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.6667%;
        max-width: 16.6667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

    .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: 0px;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.6667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333%;
    }

    .offset-lg-5 {
        margin-left: 41.6667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333%;
    }

    .offset-lg-8 {
        margin-left: 66.6667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333%;
    }

    .offset-lg-11 {
        margin-left: 91.6667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0px;
        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.3333%;
        max-width: 33.3333%;
    }

    .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.6667%;
        max-width: 16.6667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

    .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: 0px;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.6667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333%;
    }

    .offset-xl-5 {
        margin-left: 41.6667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333%;
    }

    .offset-xl-8 {
        margin-left: 66.6667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333%;
    }

    .offset-xl-11 {
        margin-left: 91.6667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: rgb(33, 37, 41);
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgb(222, 226, 230);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(222, 226, 230);
}

.table tbody+tbody {
    border-top: 2px solid rgb(222, 226, 230);
}

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

.table-bordered {
    border: 1px solid rgb(222, 226, 230);
}

.table-bordered td,
.table-bordered th {
    border: 1px solid rgb(222, 226, 230);
}

.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: 0px;
}

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

.table-hover tbody tr:hover {
    color: rgb(33, 37, 41);
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: rgb(184, 218, 255);
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: rgb(122, 186, 255);
}

.table-hover .table-primary:hover {
    background-color: rgb(159, 205, 255);
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: rgb(159, 205, 255);
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: rgb(214, 216, 219);
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: rgb(179, 183, 187);
}

.table-hover .table-secondary:hover {
    background-color: rgb(200, 203, 207);
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: rgb(200, 203, 207);
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: rgb(195, 230, 203);
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: rgb(143, 209, 158);
}

.table-hover .table-success:hover {
    background-color: rgb(177, 223, 187);
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: rgb(177, 223, 187);
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: rgb(190, 229, 235);
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: rgb(134, 207, 218);
}

.table-hover .table-info:hover {
    background-color: rgb(171, 221, 229);
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: rgb(171, 221, 229);
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: rgb(255, 238, 186);
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: rgb(255, 223, 126);
}

.table-hover .table-warning:hover {
    background-color: rgb(255, 232, 161);
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: rgb(255, 232, 161);
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: rgb(245, 198, 203);
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: rgb(237, 150, 158);
}

.table-hover .table-danger:hover {
    background-color: rgb(241, 176, 183);
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: rgb(241, 176, 183);
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: rgb(253, 253, 254);
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: rgb(251, 252, 252);
}

.table-hover .table-light:hover {
    background-color: rgb(236, 236, 246);
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: rgb(236, 236, 246);
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: rgb(198, 200, 202);
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgb(149, 153, 156);
}

.table-hover .table-dark:hover {
    background-color: rgb(185, 187, 190);
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: rgb(185, 187, 190);
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
    border-color: rgb(69, 77, 85);
}

.table .thead-light th {
    color: rgb(73, 80, 87);
    background-color: rgb(233, 236, 239);
    border-color: rgb(222, 226, 230);
}

.table-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgb(69, 77, 85);
}

.table-dark.table-bordered {
    border: 0px;
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

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

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

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

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

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

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 2px + 0.75rem);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    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:focus {
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    border-color: rgb(128, 189, 255);
    outline: 0px;
    box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.form-control::-webkit-input-placeholder {
    color: rgb(108, 117, 125);
    opacity: 1;
}

.form-control::placeholder {
    color: rgb(108, 117, 125);
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgb(233, 236, 239);
    opacity: 1;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    appearance: none;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(1px + 0.375rem);
    padding-bottom: calc(1px + 0.375rem);
    margin-bottom: 0px;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(1px + 0.5rem);
    padding-bottom: calc(1px + 0.5rem);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(1px + 0.25rem);
    padding-bottom: calc(1px + 0.25rem);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0px;
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(33, 37, 41);
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-width: 1px 0px;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0px;
    padding-left: 0px;
}

.form-control-sm {
    height: calc(1.5em + 2px + 0.5rem);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

textarea.form-control {
    height: auto;
}

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

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

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

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

.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: rgb(108, 117, 125);
}

.form-check-label {
    margin-bottom: 0px;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0px;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0px;
    margin-right: 0.3125rem;
    margin-left: 0px;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: rgb(40, 167, 69);
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0px;
    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: rgb(255, 255, 255);
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px;
}

.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: rgb(40, 167, 69);
    background-image: url("./resources/fc539485f8a278f2f241bd5bc9fc24a0.svg");
    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);
    padding-right: calc(1.5em + 0.75rem) !important;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: rgb(40, 167, 69);
    box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem;
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) top calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: rgb(40, 167, 69);
    background: url("./resources/1931458161c2845957bb0924e26998de.svg") right 0.75rem center / 8px 10px no-repeat, url("./resources/fc539485f8a278f2f241bd5bc9fc24a0.svg") right 1.75rem center / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat rgb(255, 255, 255);
    padding-right: calc(0.75em + 2.3125rem) !important;
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: rgb(40, 167, 69);
    box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: rgb(40, 167, 69);
}

.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: rgb(40, 167, 69);
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: rgb(40, 167, 69);
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: rgb(52, 206, 87);
    background-color: rgb(52, 206, 87);
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem;
}

.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: rgb(40, 167, 69);
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: rgb(40, 167, 69);
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: rgb(40, 167, 69);
    box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: rgb(220, 53, 69);
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0px;
    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: rgb(255, 255, 255);
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px;
}

.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: rgb(220, 53, 69);
    background-image: url("./resources/4adba009d97ef317981523a070cdd8cb.svg");
    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);
    padding-right: calc(1.5em + 0.75rem) !important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: rgb(220, 53, 69);
    box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem;
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) top calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: rgb(220, 53, 69);
    background: url("./resources/1931458161c2845957bb0924e26998de.svg") right 0.75rem center / 8px 10px no-repeat, url("./resources/4adba009d97ef317981523a070cdd8cb.svg") right 1.75rem center / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat rgb(255, 255, 255);
    padding-right: calc(0.75em + 2.3125rem) !important;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: rgb(220, 53, 69);
    box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: rgb(220, 53, 69);
}

.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: rgb(220, 53, 69);
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: rgb(220, 53, 69);
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: rgb(228, 96, 109);
    background-color: rgb(228, 96, 109);
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem;
}

.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: rgb(220, 53, 69);
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: rgb(220, 53, 69);
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: rgb(220, 53, 69);
    box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem;
}

.form-inline {
    display: flex;
    flex-flow: 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: 0px;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: wrap;
        align-items: center;
        margin-bottom: 0px;
    }

    .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: 0px;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0px;
        margin-right: 0.25rem;
        margin-left: 0px;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0px;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: rgb(33, 37, 41);
    text-align: center;
    vertical-align: middle;
    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: rgb(33, 37, 41);
    text-decoration: none;
}

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

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

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
}

.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 98, 204);
}

.btn-primary.focus,
.btn-primary:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 98, 204);
    box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 98, 204);
    border-color: rgb(0, 92, 191);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem;
}

.btn-secondary {
    color: rgb(255, 255, 255);
    background-color: rgb(108, 117, 125);
    border-color: rgb(108, 117, 125);
}

.btn-secondary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(90, 98, 104);
    border-color: rgb(84, 91, 98);
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(90, 98, 104);
    border-color: rgb(84, 91, 98);
    box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px 0.2rem;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(108, 117, 125);
    border-color: rgb(108, 117, 125);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(84, 91, 98);
    border-color: rgb(78, 85, 91);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px 0.2rem;
}

.btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
}

.btn-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 136, 56);
    border-color: rgb(30, 126, 52);
}

.btn-success.focus,
.btn-success:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 136, 56);
    border-color: rgb(30, 126, 52);
    box-shadow: rgba(72, 180, 97, 0.5) 0px 0px 0px 0.2rem;
}

.btn-success.disabled,
.btn-success:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(30, 126, 52);
    border-color: rgb(28, 116, 48);
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: rgba(72, 180, 97, 0.5) 0px 0px 0px 0.2rem;
}

.btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
}

.btn-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(19, 132, 150);
    border-color: rgb(17, 122, 139);
}

.btn-info.focus,
.btn-info:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(19, 132, 150);
    border-color: rgb(17, 122, 139);
    box-shadow: rgba(58, 176, 195, 0.5) 0px 0px 0px 0.2rem;
}

.btn-info.disabled,
.btn-info:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(17, 122, 139);
    border-color: rgb(16, 112, 127);
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: rgba(58, 176, 195, 0.5) 0px 0px 0px 0.2rem;
}

.btn-warning {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}

.btn-warning:hover {
    color: rgb(33, 37, 41);
    background-color: rgb(224, 168, 0);
    border-color: rgb(211, 158, 0);
}

.btn-warning.focus,
.btn-warning:focus {
    color: rgb(33, 37, 41);
    background-color: rgb(224, 168, 0);
    border-color: rgb(211, 158, 0);
    box-shadow: rgba(222, 170, 12, 0.5) 0px 0px 0px 0.2rem;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: rgb(33, 37, 41);
    background-color: rgb(211, 158, 0);
    border-color: rgb(198, 149, 0);
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: rgba(222, 170, 12, 0.5) 0px 0px 0px 0.2rem;
}

.btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(220, 53, 69);
    border-color: rgb(220, 53, 69);
}

.btn-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(200, 35, 51);
    border-color: rgb(189, 33, 48);
}

.btn-danger.focus,
.btn-danger:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(200, 35, 51);
    border-color: rgb(189, 33, 48);
    box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.2rem;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(220, 53, 69);
    border-color: rgb(220, 53, 69);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(189, 33, 48);
    border-color: rgb(178, 31, 45);
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.2rem;
}

.btn-light {
    color: rgb(33, 37, 41);
    background-color: rgb(248, 249, 250);
    border-color: rgb(248, 249, 250);
}

.btn-light:hover {
    color: rgb(33, 37, 41);
    background-color: rgb(226, 230, 234);
    border-color: rgb(218, 224, 229);
}

.btn-light.focus,
.btn-light:focus {
    color: rgb(33, 37, 41);
    background-color: rgb(226, 230, 234);
    border-color: rgb(218, 224, 229);
    box-shadow: rgba(216, 217, 219, 0.5) 0px 0px 0px 0.2rem;
}

.btn-light.disabled,
.btn-light:disabled {
    color: rgb(33, 37, 41);
    background-color: rgb(248, 249, 250);
    border-color: rgb(248, 249, 250);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: rgb(33, 37, 41);
    background-color: rgb(218, 224, 229);
    border-color: rgb(211, 217, 223);
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: rgba(216, 217, 219, 0.5) 0px 0px 0px 0.2rem;
}

.btn-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
    border-color: rgb(52, 58, 64);
}

.btn-dark:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(35, 39, 43);
    border-color: rgb(29, 33, 36);
}

.btn-dark.focus,
.btn-dark:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(35, 39, 43);
    border-color: rgb(29, 33, 36);
    box-shadow: rgba(82, 88, 93, 0.5) 0px 0px 0px 0.2rem;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
    border-color: rgb(52, 58, 64);
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(29, 33, 36);
    border-color: rgb(23, 26, 29);
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: rgba(82, 88, 93, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-primary {
    color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
}

.btn-outline-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgb(0, 123, 255);
    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: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
}

.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: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-secondary {
    color: rgb(108, 117, 125);
    border-color: rgb(108, 117, 125);
}

.btn-outline-secondary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(108, 117, 125);
    border-color: rgb(108, 117, 125);
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: rgb(108, 117, 125);
    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: rgb(255, 255, 255);
    background-color: rgb(108, 117, 125);
    border-color: rgb(108, 117, 125);
}

.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: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-success {
    color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
}

.btn-outline-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: rgb(40, 167, 69);
    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: rgb(255, 255, 255);
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
}

.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: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-info {
    color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
}

.btn-outline-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: rgb(23, 162, 184);
    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: rgb(255, 255, 255);
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
}

.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: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-warning {
    color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}

.btn-outline-warning:hover {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: rgb(255, 193, 7);
    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: rgb(33, 37, 41);
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}

.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: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-danger {
    color: rgb(220, 53, 69);
    border-color: rgb(220, 53, 69);
}

.btn-outline-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(220, 53, 69);
    border-color: rgb(220, 53, 69);
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: rgb(220, 53, 69);
    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: rgb(255, 255, 255);
    background-color: rgb(220, 53, 69);
    border-color: rgb(220, 53, 69);
}

.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: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-light {
    color: rgb(248, 249, 250);
    border-color: rgb(248, 249, 250);
}

.btn-outline-light:hover {
    color: rgb(33, 37, 41);
    background-color: rgb(248, 249, 250);
    border-color: rgb(248, 249, 250);
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: rgb(248, 249, 250);
    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: rgb(33, 37, 41);
    background-color: rgb(248, 249, 250);
    border-color: rgb(248, 249, 250);
}

.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: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-dark {
    color: rgb(52, 58, 64);
    border-color: rgb(52, 58, 64);
}

.btn-outline-dark:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
    border-color: rgb(52, 58, 64);
}

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: rgb(52, 58, 64);
    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: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
    border-color: rgb(52, 58, 64);
}

.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: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem;
}

.btn-link {
    font-weight: 400;
    color: rgb(0, 123, 255);
    text-decoration: none;
}

.btn-link:hover {
    color: rgb(0, 86, 179);
    text-decoration: underline;
}

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

.btn-link.disabled,
.btn-link:disabled {
    color: rgb(108, 117, 125);
    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: 0px;
    overflow: hidden;
    transition: height 0.35s;
}

@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-width: 0.3em 0.3em 0px;
    border-top-style: solid;
    border-top-color: initial;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0px;
    margin: 0.125rem 0px 0px;
    font-size: 1rem;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0px;
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0px;
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0px;
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0px;
    }

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0px;
    margin-bottom: 0.125rem;
}

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

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

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

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

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

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

.dropleft .dropdown-menu {
    top: 0px;
    right: 100%;
    left: auto;
    margin-top: 0px;
    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: 0px;
}

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

.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: 0px;
    margin: 0.5rem 0px;
    overflow: hidden;
    border-top: 1px solid rgb(233, 236, 239);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgb(33, 37, 41);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgb(22, 24, 27);
    text-decoration: none;
    background-color: rgb(233, 236, 239);
}

.dropdown-item.active,
.dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 123, 255);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: rgb(173, 181, 189);
    pointer-events: none;
    background-color: transparent;
}

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0px;
    font-size: 0.875rem;
    color: rgb(108, 117, 125);
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: rgb(33, 37, 41);
}

.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: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.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: 0px;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0px;
}

.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: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0px;
}

.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(0px, 0px, 0px, 0px);
    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 auto;
    width: 1%;
    min-width: 0px;
    margin-bottom: 0px;
}

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

.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: 0px;
    border-bottom-right-radius: 0px;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.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: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    text-align: center;
    white-space: nowrap;
    background-color: rgb(233, 236, 239);
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0px;
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 2px + 1rem);
}

.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 + 2px + 0.5rem);
}

.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.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.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: 0px;
    border-bottom-left-radius: 0px;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    print-color-adjust: exact;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0px;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 123, 255);
    background-color: rgb(0, 123, 255);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: rgb(128, 189, 255);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: rgb(255, 255, 255);
    background-color: rgb(179, 215, 255);
    border-color: rgb(179, 215, 255);
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: rgb(108, 117, 125);
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: rgb(233, 236, 239);
}

.custom-control-label {
    position: relative;
    margin-bottom: 0px;
    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: rgb(255, 255, 255);
    border: 1px solid rgb(173, 181, 189);
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% center / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("./resources/0ee7d423abbf193b3df336fbc4df30a1.svg");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: rgb(0, 123, 255);
    background-color: rgb(0, 123, 255);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("./resources/1355935497ff36bfb32af51f4195ffe5.svg");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("./resources/6ba3a071885b35b290347243d06c9623.svg");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.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(2px + 0.25rem);
    left: calc(2px - 2.25rem);
    width: calc(-4px + 1rem);
    height: calc(-4px + 1rem);
    background-color: rgb(173, 181, 189);
    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, -webkit-transform 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: rgb(255, 255, 255);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 2px + 0.75rem);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    vertical-align: middle;
    background: url("./resources/1931458161c2845957bb0924e26998de.svg") right 0.75rem center / 8px 10px no-repeat rgb(255, 255, 255);
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: rgb(128, 189, 255);
    outline: 0px;
    box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: rgb(108, 117, 125);
    background-color: rgb(233, 236, 239);
}

.custom-select-sm {
    height: calc(1.5em + 2px + 0.5rem);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 2px + 1rem);
    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 + 2px + 0.75rem);
    margin-bottom: 0px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 2px + 0.75rem);
    margin: 0px;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: rgb(128, 189, 255);
    box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: rgb(233, 236, 239);
}

.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: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
    height: calc(1.5em + 2px + 0.75rem);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    content: "Browse";
    background-color: rgb(233, 236, 239);
    border-left: inherit;
    border-radius: 0px 0.25rem 0.25rem 0px;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0px;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: 0px;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: rgb(0, 123, 255);
    border: 0px;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: rgb(179, 215, 255);
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgb(222, 226, 230);
    border-color: transparent;
    border-radius: 1rem;
}

@media (prefers-reduced-motion: reduce) {}

@media (prefers-reduced-motion: reduce) {}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: rgb(173, 181, 189);
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.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: 0px;
    margin-bottom: 0px;
    list-style: none;
}

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

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

.nav-link.disabled {
    color: rgb(108, 117, 125);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid rgb(222, 226, 230);
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    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: rgb(233, 236, 239) rgb(233, 236, 239) rgb(222, 226, 230);
}

.nav-tabs .nav-link.disabled {
    color: rgb(108, 117, 125);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
}

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

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

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
}

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

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0px;
    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: 0px;
    margin-bottom: 0px;
    list-style: none;
}

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

.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: 50% center / 100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@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: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row;
        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-nav-scroll {
        overflow: visible;
    }

    .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: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row;
        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-nav-scroll {
        overflow: visible;
    }

    .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: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row;
        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-nav-scroll {
        overflow: visible;
    }

    .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: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row;
        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-nav-scroll {
        overflow: visible;
    }

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

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

.navbar-expand {
    flex-flow: row;
    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: 0px;
    padding-left: 0px;
}

.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-nav-scroll {
    overflow: visible;
}

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

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

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

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

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

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

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

.navbar-light .navbar-nav .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: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("./resources/79f24a90d0cb1e0fa263894eccebf340.svg");
}

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

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

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

.navbar-dark .navbar-brand {
    color: rgb(255, 255, 255);
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: rgb(255, 255, 255);
}

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

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

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

.navbar-dark .navbar-nav .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: rgb(255, 255, 255);
}

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("./resources/ee89749e559befc1cc23f0c8c907fbe9.svg");
}

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

.navbar-dark .navbar-text a {
    color: rgb(255, 255, 255);
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: rgb(255, 255, 255);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0px;
    border-top-left-radius: calc(-1px + 0.25rem);
    border-top-right-radius: calc(-1px + 0.25rem);
}

.card>.list-group:last-child {
    border-bottom-width: 0px;
    border-bottom-right-radius: calc(-1px + 0.25rem);
    border-bottom-left-radius: calc(-1px + 0.25rem);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0px;
}

.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: 0px;
}

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

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

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

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

.card-header:first-child {
    border-radius: calc(-1px + 0.25rem) calc(-1px + 0.25rem) 0px 0px;
}

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

.card-footer:last-child {
    border-radius: 0px 0px calc(-1px + 0.25rem) calc(-1px + 0.25rem);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0px;
}

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

.card-img-overlay {
    position: absolute;
    inset: 0px;
    padding: 1.25rem;
    border-radius: calc(-1px + 0.25rem);
}

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

.card-img,
.card-img-top {
    border-top-left-radius: calc(-1px + 0.25rem);
    border-top-right-radius: calc(-1px + 0.25rem);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(-1px + 0.25rem);
    border-bottom-left-radius: calc(-1px + 0.25rem);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0px;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0px;
    }

    .card-group>.card+.card {
        margin-left: 0px;
        border-left: 0px;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0px;
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0px;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0px;
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0px;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

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

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

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgb(233, 236, 239);
    border-radius: 0.25rem;
}

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

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: rgb(108, 117, 125);
    content: "/";
}

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

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

.breadcrumb-item.active {
    color: rgb(108, 117, 125);
}

.pagination {
    display: flex;
    padding-left: 0px;
    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: rgb(0, 123, 255);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
}

.page-link:hover {
    z-index: 2;
    color: rgb(0, 86, 179);
    text-decoration: none;
    background-color: rgb(233, 236, 239);
    border-color: rgb(222, 226, 230);
}

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

.page-item:first-child .page-link {
    margin-left: 0px;
    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: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
}

.page-item.disabled .page-link {
    color: rgb(108, 117, 125);
    pointer-events: none;
    cursor: auto;
    background-color: rgb(255, 255, 255);
    border-color: rgb(222, 226, 230);
}

.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: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 98, 204);
}

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

.badge-secondary {
    color: rgb(255, 255, 255);
    background-color: rgb(108, 117, 125);
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(84, 91, 98);
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0px;
    box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem;
}

.badge-success {
    color: rgb(255, 255, 255);
    background-color: rgb(40, 167, 69);
}

a.badge-success:focus,
a.badge-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(30, 126, 52);
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0px;
    box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem;
}

.badge-info {
    color: rgb(255, 255, 255);
    background-color: rgb(23, 162, 184);
}

a.badge-info:focus,
a.badge-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(17, 122, 139);
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0px;
    box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem;
}

.badge-warning {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 193, 7);
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: rgb(33, 37, 41);
    background-color: rgb(211, 158, 0);
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0px;
    box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem;
}

.badge-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(220, 53, 69);
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(189, 33, 48);
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0px;
    box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem;
}

.badge-light {
    color: rgb(33, 37, 41);
    background-color: rgb(248, 249, 250);
}

a.badge-light:focus,
a.badge-light:hover {
    color: rgb(33, 37, 41);
    background-color: rgb(218, 224, 229);
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0px;
    box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem;
}

.badge-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(29, 33, 36);
}

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(233, 236, 239);
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
}

.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: 0px;
    right: 0px;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: rgb(0, 64, 133);
    background-color: rgb(204, 229, 255);
    border-color: rgb(184, 218, 255);
}

.alert-primary hr {
    border-top-color: rgb(159, 205, 255);
}

.alert-primary .alert-link {
    color: rgb(0, 39, 82);
}

.alert-secondary {
    color: rgb(56, 61, 65);
    background-color: rgb(226, 227, 229);
    border-color: rgb(214, 216, 219);
}

.alert-secondary hr {
    border-top-color: rgb(200, 203, 207);
}

.alert-secondary .alert-link {
    color: rgb(32, 35, 38);
}

.alert-success {
    color: rgb(21, 87, 36);
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
}

.alert-success hr {
    border-top-color: rgb(177, 223, 187);
}

.alert-success .alert-link {
    color: rgb(11, 46, 19);
}

.alert-info {
    color: rgb(12, 84, 96);
    background-color: rgb(209, 236, 241);
    border-color: rgb(190, 229, 235);
}

.alert-info hr {
    border-top-color: rgb(171, 221, 229);
}

.alert-info .alert-link {
    color: rgb(6, 44, 51);
}

.alert-warning {
    color: rgb(133, 100, 4);
    background-color: rgb(255, 243, 205);
    border-color: rgb(255, 238, 186);
}

.alert-warning hr {
    border-top-color: rgb(255, 232, 161);
}

.alert-warning .alert-link {
    color: rgb(83, 63, 3);
}

.alert-danger {
    color: rgb(114, 28, 36);
    background-color: rgb(248, 215, 218);
    border-color: rgb(245, 198, 203);
}

.alert-danger hr {
    border-top-color: rgb(241, 176, 183);
}

.alert-danger .alert-link {
    color: rgb(73, 18, 23);
}

.alert-light {
    color: rgb(129, 129, 130);
    background-color: rgb(254, 254, 254);
    border-color: rgb(253, 253, 254);
}

.alert-light hr {
    border-top-color: rgb(236, 236, 246);
}

.alert-light .alert-link {
    color: rgb(104, 104, 104);
}

.alert-dark {
    color: rgb(27, 30, 33);
    background-color: rgb(214, 216, 217);
    border-color: rgb(198, 200, 202);
}

.alert-dark hr {
    border-top-color: rgb(185, 187, 190);
}

.alert-dark .alert-link {
    color: rgb(4, 5, 5);
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0px;
    }

    100% {
        background-position: 0px 0px;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0px;
    }

    100% {
        background-position: 0px 0px;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: rgb(233, 236, 239);
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    background-color: rgb(0, 123, 255);
    transition: width 0.6s;
}

@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: 1s linear 0s infinite normal none running progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: auto ease 0s 1 normal none running none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1 1 0%;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0px;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: rgb(73, 80, 87);
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: rgb(73, 80, 87);
    text-decoration: none;
    background-color: rgb(248, 249, 250);
}

.list-group-item-action:active {
    color: rgb(33, 37, 41);
    background-color: rgb(233, 236, 239);
}

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

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: rgb(108, 117, 125);
    pointer-events: none;
    background-color: rgb(255, 255, 255);
}

.list-group-item.active {
    z-index: 2;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
}

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

.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: 0px;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0px;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0px;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0px;
}

.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: 0px;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0px;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0px;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0px;
    }

    .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: 0px;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0px;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0px;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0px;
    }

    .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: 0px;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0px;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0px;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0px;
    }

    .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: 0px;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0px;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0px;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0px;
    }

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

.list-group-flush {
    border-radius: 0px;
}

.list-group-flush>.list-group-item {
    border-width: 0px 0px 1px;
}

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

.list-group-item-primary {
    color: rgb(0, 64, 133);
    background-color: rgb(184, 218, 255);
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: rgb(0, 64, 133);
    background-color: rgb(159, 205, 255);
}

.list-group-item-primary.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 64, 133);
    border-color: rgb(0, 64, 133);
}

.list-group-item-secondary {
    color: rgb(56, 61, 65);
    background-color: rgb(214, 216, 219);
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: rgb(56, 61, 65);
    background-color: rgb(200, 203, 207);
}

.list-group-item-secondary.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(56, 61, 65);
    border-color: rgb(56, 61, 65);
}

.list-group-item-success {
    color: rgb(21, 87, 36);
    background-color: rgb(195, 230, 203);
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: rgb(21, 87, 36);
    background-color: rgb(177, 223, 187);
}

.list-group-item-success.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 87, 36);
    border-color: rgb(21, 87, 36);
}

.list-group-item-info {
    color: rgb(12, 84, 96);
    background-color: rgb(190, 229, 235);
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: rgb(12, 84, 96);
    background-color: rgb(171, 221, 229);
}

.list-group-item-info.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(12, 84, 96);
    border-color: rgb(12, 84, 96);
}

.list-group-item-warning {
    color: rgb(133, 100, 4);
    background-color: rgb(255, 238, 186);
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: rgb(133, 100, 4);
    background-color: rgb(255, 232, 161);
}

.list-group-item-warning.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(133, 100, 4);
    border-color: rgb(133, 100, 4);
}

.list-group-item-danger {
    color: rgb(114, 28, 36);
    background-color: rgb(245, 198, 203);
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: rgb(114, 28, 36);
    background-color: rgb(241, 176, 183);
}

.list-group-item-danger.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(114, 28, 36);
    border-color: rgb(114, 28, 36);
}

.list-group-item-light {
    color: rgb(129, 129, 130);
    background-color: rgb(253, 253, 254);
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: rgb(129, 129, 130);
    background-color: rgb(236, 236, 246);
}

.list-group-item-light.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(129, 129, 130);
    border-color: rgb(129, 129, 130);
}

.list-group-item-dark {
    color: rgb(27, 30, 33);
    background-color: rgb(198, 200, 202);
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: rgb(27, 30, 33);
    background-color: rgb(185, 187, 190);
}

.list-group-item-dark.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(27, 30, 33);
    border-color: rgb(27, 30, 33);
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    opacity: 0.5;
}

.close:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0px;
    background-color: transparent;
    border: 0px;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem;
    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: rgb(108, 117, 125);
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(-1px + 0.25rem);
    border-top-right-radius: calc(-1px + 0.25rem);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow: hidden auto;
}

.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transform: translate(0px, -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(-1rem + 100vh);
    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: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0px;
}

.modal-backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgb(222, 226, 230);
    border-top-left-radius: calc(-1px + 0.3rem);
    border-top-right-radius: calc(-1px + 0.3rem);
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0px;
    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 rgb(222, 226, 230);
    border-bottom-right-radius: calc(-1px + 0.3rem);
    border-bottom-left-radius: calc(-1px + 0.3rem);
}

.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(-3.5rem + 100vh);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: min-content;
    }

    .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: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: 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;
    overflow-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 0px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0px;
    border-width: 0.4rem 0.4rem 0px;
    border-top-color: rgb(0, 0, 0);
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0px 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0px;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0px;
    border-width: 0.4rem 0.4rem 0.4rem 0px;
    border-right-color: rgb(0, 0, 0);
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0px;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0px;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0px;
    border-width: 0px 0.4rem 0.4rem;
    border-bottom-color: rgb(0, 0, 0);
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0px 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0px;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0px;
    border-width: 0.4rem 0px 0.4rem 0.4rem;
    border-left-color: rgb(0, 0, 0);
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(0, 0, 0);
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: 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;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    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: 0px 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(-1px - 0.5rem);
}

.bs-popover-auto[x-placement^="top"]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0px;
    border-width: 0.5rem 0.5rem 0px;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0px;
    border-top-color: rgb(255, 255, 255);
}

.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(-1px - 0.5rem);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0px;
}

.bs-popover-auto[x-placement^="right"]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0px;
    border-width: 0.5rem 0.5rem 0.5rem 0px;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0px;
    border-right-color: rgb(255, 255, 255);
}

.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(-1px - 0.5rem);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0px;
    border-width: 0px 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0px 0.5rem 0.5rem;
    border-bottom-color: rgb(255, 255, 255);
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid rgb(247, 247, 247);
}

.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(-1px - 0.5rem);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0px;
}

.bs-popover-auto[x-placement^="left"]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0px;
    border-width: 0.5rem 0px 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0px 0.5rem 0.5rem;
    border-left-color: rgb(255, 255, 255);
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0px;
    font-size: 1rem;
    background-color: rgb(247, 247, 247);
    border-bottom: 1px solid rgb(235, 235, 235);
    border-top-left-radius: calc(-1px + 0.3rem);
    border-top-right-radius: calc(-1px + 0.3rem);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: rgb(33, 37, 41);
}

.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, -webkit-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: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-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 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: 0px;
    bottom: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: 0px 0px;
    border: 0px;
    opacity: 0.5;
    transition: opacity 0.15s;
}

@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: rgb(255, 255, 255);
    text-decoration: none;
    outline: 0px;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0px;
}

.carousel-control-next {
    right: 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% center / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("./resources/37f00f6364a8fb5a0696282572b6aa7c.svg");
}

.carousel-control-next-icon {
    background-image: url("./resources/0503cb037d82721e4d8f8134ce9991dc.svg");
}

.carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    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: rgb(255, 255, 255);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s;
}

@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: rgb(255, 255, 255);
    text-align: center;
}

@-webkit-keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border-width: 0.25em;
    border-style: solid;
    border-color: currentcolor transparent currentcolor currentcolor;
    border-image: initial;
    border-radius: 50%;
    animation: 0.75s linear 0s infinite normal none running spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear 0s infinite normal none running spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.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: rgb(0, 123, 255) !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: rgb(0, 98, 204) !important;
}

.bg-secondary {
    background-color: rgb(108, 117, 125) !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: rgb(84, 91, 98) !important;
}

.bg-success {
    background-color: rgb(40, 167, 69) !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: rgb(30, 126, 52) !important;
}

.bg-info {
    background-color: rgb(23, 162, 184) !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: rgb(17, 122, 139) !important;
}

.bg-warning {
    background-color: rgb(255, 193, 7) !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: rgb(211, 158, 0) !important;
}

.bg-danger {
    background-color: rgb(220, 53, 69) !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: rgb(189, 33, 48) !important;
}

.bg-light {
    background-color: rgb(248, 249, 250) !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: rgb(218, 224, 229) !important;
}

.bg-dark {
    background-color: rgb(52, 58, 64) !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: rgb(29, 33, 36) !important;
}

.bg-white {
    background-color: rgb(255, 255, 255) !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid rgb(222, 226, 230) !important;
}

.border-top {
    border-top: 1px solid rgb(222, 226, 230) !important;
}

.border-right {
    border-right: 1px solid rgb(222, 226, 230) !important;
}

.border-bottom {
    border-bottom: 1px solid rgb(222, 226, 230) !important;
}

.border-left {
    border-left: 1px solid rgb(222, 226, 230) !important;
}

.border-0 {
    border: 0px !important;
}

.border-top-0 {
    border-top: 0px !important;
}

.border-right-0 {
    border-right: 0px !important;
}

.border-bottom-0 {
    border-bottom: 0px !important;
}

.border-left-0 {
    border-left: 0px !important;
}

.border-primary {
    border-color: rgb(0, 123, 255) !important;
}

.border-secondary {
    border-color: rgb(108, 117, 125) !important;
}

.border-success {
    border-color: rgb(40, 167, 69) !important;
}

.border-info {
    border-color: rgb(23, 162, 184) !important;
}

.border-warning {
    border-color: rgb(255, 193, 7) !important;
}

.border-danger {
    border-color: rgb(220, 53, 69) !important;
}

.border-light {
    border-color: rgb(248, 249, 250) !important;
}

.border-dark {
    border-color: rgb(52, 58, 64) !important;
}

.border-white {
    border-color: rgb(255, 255, 255) !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: 0px !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: 0px;
    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: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571%;
}

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

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: sticky;
        top: 0px;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    border: 0px;
}

.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: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem !important;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
}

.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.176) 0px 1rem 3rem !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-0,
.my-0 {
    margin-top: 0px !important;
}

.mr-0,
.mx-0 {
    margin-right: 0px !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0px !important;
}

.ml-0,
.mx-0 {
    margin-left: 0px !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: 0px !important;
}

.pt-0,
.py-0 {
    padding-top: 0px !important;
}

.pr-0,
.px-0 {
    padding-right: 0px !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0px !important;
}

.pl-0,
.px-0 {
    padding-left: 0px !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: 0px !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0px !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0px !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0px !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0px !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: 0px !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0px !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0px !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0px !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0px !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: 0px !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0px !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0px !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0px !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0px !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: 0px !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0px !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0px !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0px !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0px !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: 0px !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0px !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0px !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0px !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0px !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: 0px !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0px !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0px !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0px !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0px !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: 0px !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0px !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0px !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0px !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0px !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: 0px !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0px !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0px !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0px !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0px !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;
    }
}

.stretched-link::after {
    position: absolute;
    inset: 0px;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    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: rgb(255, 255, 255) !important;
}

.text-primary {
    color: rgb(0, 123, 255) !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: rgb(0, 86, 179) !important;
}

.text-secondary {
    color: rgb(108, 117, 125) !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: rgb(73, 79, 84) !important;
}

.text-success {
    color: rgb(40, 167, 69) !important;
}

a.text-success:focus,
a.text-success:hover {
    color: rgb(25, 105, 44) !important;
}

.text-info {
    color: rgb(23, 162, 184) !important;
}

a.text-info:focus,
a.text-info:hover {
    color: rgb(15, 102, 116) !important;
}

.text-warning {
    color: rgb(255, 193, 7) !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: rgb(186, 139, 0) !important;
}

.text-danger {
    color: rgb(220, 53, 69) !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: rgb(167, 29, 42) !important;
}

.text-light {
    color: rgb(248, 249, 250) !important;
}

a.text-light:focus,
a.text-light:hover {
    color: rgb(203, 211, 218) !important;
}

.text-dark {
    color: rgb(52, 58, 64) !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: rgb(18, 20, 22) !important;
}

.text-body {
    color: rgb(33, 37, 41) !important;
}

.text-muted {
    color: rgb(108, 117, 125) !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0px / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0px;
}

.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 rgb(173, 181, 189);
        break-inside: avoid;
    }

    img,
    tr {
        break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid rgb(0, 0, 0);
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: rgb(255, 255, 255) !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid rgb(222, 226, 230) !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: rgb(222, 226, 230);
    }

    .table .thead-dark th {
        color: inherit;
        border-color: rgb(222, 226, 230);
    }
}

.btn {
    padding: 0.2rem 0.75rem;
    font-size: 0.9rem;
    border-radius: 0px;
}

.btn:focus,
.btn.focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 1px inset !important;
}

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

.btn-primary {
    background-color: rgb(0, 131, 69);
    border-color: rgb(0, 131, 69);
}

.btn-primary:hover {
    background-color: rgb(0, 93, 49);
    border-color: rgb(0, 80, 42);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: rgba(0, 131, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: rgb(0, 131, 69);
    border-color: rgb(0, 131, 69);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: rgb(0, 80, 42);
    border-color: rgb(0, 67, 35);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: rgba(0, 131, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-success {
    background-color: rgb(0, 101, 210);
    border-color: rgb(0, 101, 210);
}

.btn-success:hover {
    background-color: rgb(0, 83, 172);
    border-color: rgb(0, 76, 159);
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: rgba(0, 101, 210, 0.5) 0px 0px 0px 0.2rem;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: rgb(0, 101, 210);
    border-color: rgb(0, 101, 210);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    background-color: rgb(0, 76, 159);
    border-color: rgb(0, 70, 146);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: rgba(0, 101, 210, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-primary {
    color: rgb(0, 131, 69);
    border-color: rgb(0, 131, 69);
}

.btn-outline-primary:hover {
    background-color: rgb(0, 131, 69);
    border-color: rgb(0, 131, 69);
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    color: initial;
    background: initial;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgb(0, 131, 69);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: rgb(0, 131, 69);
    border-color: rgb(0, 131, 69);
}

.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: rgba(0, 131, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-success {
    color: rgb(0, 101, 210);
    border-color: rgb(0, 101, 210);
}

.btn-outline-success:hover {
    background-color: rgb(0, 101, 210);
    border-color: rgb(0, 101, 210);
}

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

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: rgb(0, 101, 210);
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: rgb(0, 101, 210);
    border-color: rgb(0, 101, 210);
}

.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: rgba(0, 101, 210, 0.5) 0px 0px 0px 0.2rem;
}

.btn-link {
    color: rgb(0, 131, 69);
}

.btn-link:hover {
    color: rgb(0, 55, 29);
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: inherit;
    text-decoration: none;
    opacity: inherit;
}

@font-face {
    font-family: FontAwesome;
    src: url("./resources/d829b32251e423806ca9c8aa640b7dcf.bin") format("woff2"), url("./resources/5e0388aeae16469773b8cf74e2d6304b.bin") format("woff"), url("./resources/ecebce3ab95b6640919b6b2f66b44bf8.bin") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0px;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.142857em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid rgb(238, 238, 238);
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    animation: 2s linear 0s infinite normal none running fa-spin;
}

.fa-pulse {
    animation: 1s steps(8) 0s infinite normal none running fa-spin;
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    transform: rotate(90deg);
}

.fa-rotate-180 {
    transform: rotate(180deg);
}

.fa-rotate-270 {
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: rgb(255, 255, 255);
}

.fa-glass::before {
    content: "";
}

.fa-music::before {
    content: "";
}

.fa-search::before {
    content: "";
}

.fa-envelope-o::before {
    content: "";
}

.fa-heart::before {
    content: "";
}

.fa-star::before {
    content: "";
}

.fa-star-o::before {
    content: "";
}

.fa-user::before {
    content: "";
}

.fa-film::before {
    content: "";
}

.fa-th-large::before {
    content: "";
}

.fa-th::before {
    content: "";
}

.fa-th-list::before {
    content: "";
}

.fa-check::before {
    content: "";
}

.fa-remove::before,
.fa-close::before,
.fa-times::before {
    content: "";
}

.fa-search-plus::before {
    content: "";
}

.fa-search-minus::before {
    content: "";
}

.fa-power-off::before {
    content: "";
}

.fa-signal::before {
    content: "";
}

.fa-gear::before,
.fa-cog::before {
    content: "";
}

.fa-trash-o::before {
    content: "";
}

.fa-home::before {
    content: "";
}

.fa-file-o::before {
    content: "";
}

.fa-clock-o::before {
    content: "";
}

.fa-road::before {
    content: "";
}

.fa-download::before {
    content: "";
}

.fa-arrow-circle-o-down::before {
    content: "";
}

.fa-arrow-circle-o-up::before {
    content: "";
}

.fa-inbox::before {
    content: "";
}

.fa-play-circle-o::before {
    content: "";
}

.fa-rotate-right::before,
.fa-repeat::before {
    content: "";
}

.fa-refresh::before {
    content: "";
}

.fa-list-alt::before {
    content: "";
}

.fa-lock::before {
    content: "";
}

.fa-flag::before {
    content: "";
}

.fa-headphones::before {
    content: "";
}

.fa-volume-off::before {
    content: "";
}

.fa-volume-down::before {
    content: "";
}

.fa-volume-up::before {
    content: "";
}

.fa-qrcode::before {
    content: "";
}

.fa-barcode::before {
    content: "";
}

.fa-tag::before {
    content: "";
}

.fa-tags::before {
    content: "";
}

.fa-book::before {
    content: "";
}

.fa-bookmark::before {
    content: "";
}

.fa-print::before {
    content: "";
}

.fa-camera::before {
    content: "";
}

.fa-font::before {
    content: "";
}

.fa-bold::before {
    content: "";
}

.fa-italic::before {
    content: "";
}

.fa-text-height::before {
    content: "";
}

.fa-text-width::before {
    content: "";
}

.fa-align-left::before {
    content: "";
}

.fa-align-center::before {
    content: "";
}

.fa-align-right::before {
    content: "";
}

.fa-align-justify::before {
    content: "";
}

.fa-list::before {
    content: "";
}

.fa-dedent::before,
.fa-outdent::before {
    content: "";
}

.fa-indent::before {
    content: "";
}

.fa-video-camera::before {
    content: "";
}

.fa-photo::before,
.fa-image::before,
.fa-picture-o::before {
    content: "";
}

.fa-pencil::before {
    content: "";
}

.fa-map-marker::before {
    content: "";
}

.fa-adjust::before {
    content: "";
}

.fa-tint::before {
    content: "";
}

.fa-edit::before,
.fa-pencil-square-o::before {
    content: "";
}

.fa-share-square-o::before {
    content: "";
}

.fa-check-square-o::before {
    content: "";
}

.fa-arrows::before {
    content: "";
}

.fa-step-backward::before {
    content: "";
}

.fa-fast-backward::before {
    content: "";
}

.fa-backward::before {
    content: "";
}

.fa-play::before {
    content: "";
}

.fa-pause::before {
    content: "";
}

.fa-stop::before {
    content: "";
}

.fa-forward::before {
    content: "";
}

.fa-fast-forward::before {
    content: "";
}

.fa-step-forward::before {
    content: "";
}

.fa-eject::before {
    content: "";
}

.fa-chevron-left::before {
    content: "";
}

.fa-chevron-right::before {
    content: "";
}

.fa-plus-circle::before {
    content: "";
}

.fa-minus-circle::before {
    content: "";
}

.fa-times-circle::before {
    content: "";
}

.fa-check-circle::before {
    content: "";
}

.fa-question-circle::before {
    content: "";
}

.fa-info-circle::before {
    content: "";
}

.fa-crosshairs::before {
    content: "";
}

.fa-times-circle-o::before {
    content: "";
}

.fa-check-circle-o::before {
    content: "";
}

.fa-ban::before {
    content: "";
}

.fa-arrow-left::before {
    content: "";
}

.fa-arrow-right::before {
    content: "";
}

.fa-arrow-up::before {
    content: "";
}

.fa-arrow-down::before {
    content: "";
}

.fa-mail-forward::before,
.fa-share::before {
    content: "";
}

.fa-expand::before {
    content: "";
}

.fa-compress::before {
    content: "";
}

.fa-plus::before {
    content: "";
}

.fa-minus::before {
    content: "";
}

.fa-asterisk::before {
    content: "";
}

.fa-exclamation-circle::before {
    content: "";
}

.fa-gift::before {
    content: "";
}

.fa-leaf::before {
    content: "";
}

.fa-fire::before {
    content: "";
}

.fa-eye::before {
    content: "";
}

.fa-eye-slash::before {
    content: "";
}

.fa-warning::before,
.fa-exclamation-triangle::before {
    content: "";
}

.fa-plane::before {
    content: "";
}

.fa-calendar::before {
    content: "";
}

.fa-random::before {
    content: "";
}

.fa-comment::before {
    content: "";
}

.fa-magnet::before {
    content: "";
}

.fa-chevron-up::before {
    content: "";
}

.fa-chevron-down::before {
    content: "";
}

.fa-retweet::before {
    content: "";
}

.fa-shopping-cart::before {
    content: "";
}

.fa-folder::before {
    content: "";
}

.fa-folder-open::before {
    content: "";
}

.fa-arrows-v::before {
    content: "";
}

.fa-arrows-h::before {
    content: "";
}

.fa-bar-chart-o::before,
.fa-bar-chart::before {
    content: "";
}

.fa-twitter-square::before {
    content: "";
}

.fa-facebook-square::before {
    content: "";
}

.fa-camera-retro::before {
    content: "";
}

.fa-key::before {
    content: "";
}

.fa-gears::before,
.fa-cogs::before {
    content: "";
}

.fa-comments::before {
    content: "";
}

.fa-thumbs-o-up::before {
    content: "";
}

.fa-thumbs-o-down::before {
    content: "";
}

.fa-star-half::before {
    content: "";
}

.fa-heart-o::before {
    content: "";
}

.fa-sign-out::before {
    content: "";
}

.fa-linkedin-square::before {
    content: "";
}

.fa-thumb-tack::before {
    content: "";
}

.fa-external-link::before {
    content: "";
}

.fa-sign-in::before {
    content: "";
}

.fa-trophy::before {
    content: "";
}

.fa-github-square::before {
    content: "";
}

.fa-upload::before {
    content: "";
}

.fa-lemon-o::before {
    content: "";
}

.fa-phone::before {
    content: "";
}

.fa-square-o::before {
    content: "";
}

.fa-bookmark-o::before {
    content: "";
}

.fa-phone-square::before {
    content: "";
}

.fa-twitter::before {
    content: "";
}

.fa-facebook-f::before,
.fa-facebook::before {
    content: "";
}

.fa-github::before {
    content: "";
}

.fa-unlock::before {
    content: "";
}

.fa-credit-card::before {
    content: "";
}

.fa-feed::before,
.fa-rss::before {
    content: "";
}

.fa-hdd-o::before {
    content: "";
}

.fa-bullhorn::before {
    content: "";
}

.fa-bell::before {
    content: "";
}

.fa-certificate::before {
    content: "";
}

.fa-hand-o-right::before {
    content: "";
}

.fa-hand-o-left::before {
    content: "";
}

.fa-hand-o-up::before {
    content: "";
}

.fa-hand-o-down::before {
    content: "";
}

.fa-arrow-circle-left::before {
    content: "";
}

.fa-arrow-circle-right::before {
    content: "";
}

.fa-arrow-circle-up::before {
    content: "";
}

.fa-arrow-circle-down::before {
    content: "";
}

.fa-globe::before {
    content: "";
}

.fa-wrench::before {
    content: "";
}

.fa-tasks::before {
    content: "";
}

.fa-filter::before {
    content: "";
}

.fa-briefcase::before {
    content: "";
}

.fa-arrows-alt::before {
    content: "";
}

.fa-group::before,
.fa-users::before {
    content: "";
}

.fa-chain::before,
.fa-link::before {
    content: "";
}

.fa-cloud::before {
    content: "";
}

.fa-flask::before {
    content: "";
}

.fa-cut::before,
.fa-scissors::before {
    content: "";
}

.fa-copy::before,
.fa-files-o::before {
    content: "";
}

.fa-paperclip::before {
    content: "";
}

.fa-save::before,
.fa-floppy-o::before {
    content: "";
}

.fa-square::before {
    content: "";
}

.fa-navicon::before,
.fa-reorder::before,
.fa-bars::before {
    content: "";
}

.fa-list-ul::before {
    content: "";
}

.fa-list-ol::before {
    content: "";
}

.fa-strikethrough::before {
    content: "";
}

.fa-underline::before {
    content: "";
}

.fa-table::before {
    content: "";
}

.fa-magic::before {
    content: "";
}

.fa-truck::before {
    content: "";
}

.fa-pinterest::before {
    content: "";
}

.fa-pinterest-square::before {
    content: "";
}

.fa-google-plus-square::before {
    content: "";
}

.fa-google-plus::before {
    content: "";
}

.fa-money::before {
    content: "";
}

.fa-caret-down::before {
    content: "";
}

.fa-caret-up::before {
    content: "";
}

.fa-caret-left::before {
    content: "";
}

.fa-caret-right::before {
    content: "";
}

.fa-columns::before {
    content: "";
}

.fa-unsorted::before,
.fa-sort::before {
    content: "";
}

.fa-sort-down::before,
.fa-sort-desc::before {
    content: "";
}

.fa-sort-up::before,
.fa-sort-asc::before {
    content: "";
}

.fa-envelope::before {
    content: "";
}

.fa-linkedin::before {
    content: "";
}

.fa-rotate-left::before,
.fa-undo::before {
    content: "";
}

.fa-legal::before,
.fa-gavel::before {
    content: "";
}

.fa-dashboard::before,
.fa-tachometer::before {
    content: "";
}

.fa-comment-o::before {
    content: "";
}

.fa-comments-o::before {
    content: "";
}

.fa-flash::before,
.fa-bolt::before {
    content: "";
}

.fa-sitemap::before {
    content: "";
}

.fa-umbrella::before {
    content: "";
}

.fa-paste::before,
.fa-clipboard::before {
    content: "";
}

.fa-lightbulb-o::before {
    content: "";
}

.fa-exchange::before {
    content: "";
}

.fa-cloud-download::before {
    content: "";
}

.fa-cloud-upload::before {
    content: "";
}

.fa-user-md::before {
    content: "";
}

.fa-stethoscope::before {
    content: "";
}

.fa-suitcase::before {
    content: "";
}

.fa-bell-o::before {
    content: "";
}

.fa-coffee::before {
    content: "";
}

.fa-cutlery::before {
    content: "";
}

.fa-file-text-o::before {
    content: "";
}

.fa-building-o::before {
    content: "";
}

.fa-hospital-o::before {
    content: "";
}

.fa-ambulance::before {
    content: "";
}

.fa-medkit::before {
    content: "";
}

.fa-fighter-jet::before {
    content: "";
}

.fa-beer::before {
    content: "";
}

.fa-h-square::before {
    content: "";
}

.fa-plus-square::before {
    content: "";
}

.fa-angle-double-left::before {
    content: "";
}

.fa-angle-double-right::before {
    content: "";
}

.fa-angle-double-up::before {
    content: "";
}

.fa-angle-double-down::before {
    content: "";
}

.fa-angle-left::before {
    content: "";
}

.fa-angle-right::before {
    content: "";
}

.fa-angle-up::before {
    content: "";
}

.fa-angle-down::before {
    content: "";
}

.fa-desktop::before {
    content: "";
}

.fa-laptop::before {
    content: "";
}

.fa-tablet::before {
    content: "";
}

.fa-mobile-phone::before,
.fa-mobile::before {
    content: "";
}

.fa-circle-o::before {
    content: "";
}

.fa-quote-left::before {
    content: "";
}

.fa-quote-right::before {
    content: "";
}

.fa-spinner::before {
    content: "";
}

.fa-circle::before {
    content: "";
}

.fa-mail-reply::before,
.fa-reply::before {
    content: "";
}

.fa-github-alt::before {
    content: "";
}

.fa-folder-o::before {
    content: "";
}

.fa-folder-open-o::before {
    content: "";
}

.fa-smile-o::before {
    content: "";
}

.fa-frown-o::before {
    content: "";
}

.fa-meh-o::before {
    content: "";
}

.fa-gamepad::before {
    content: "";
}

.fa-keyboard-o::before {
    content: "";
}

.fa-flag-o::before {
    content: "";
}

.fa-flag-checkered::before {
    content: "";
}

.fa-terminal::before {
    content: "";
}

.fa-code::before {
    content: "";
}

.fa-mail-reply-all::before,
.fa-reply-all::before {
    content: "";
}

.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before {
    content: "";
}

.fa-location-arrow::before {
    content: "";
}

.fa-crop::before {
    content: "";
}

.fa-code-fork::before {
    content: "";
}

.fa-unlink::before,
.fa-chain-broken::before {
    content: "";
}

.fa-question::before {
    content: "";
}

.fa-info::before {
    content: "";
}

.fa-exclamation::before {
    content: "";
}

.fa-superscript::before {
    content: "";
}

.fa-subscript::before {
    content: "";
}

.fa-eraser::before {
    content: "";
}

.fa-puzzle-piece::before {
    content: "";
}

.fa-microphone::before {
    content: "";
}

.fa-microphone-slash::before {
    content: "";
}

.fa-shield::before {
    content: "";
}

.fa-calendar-o::before {
    content: "";
}

.fa-fire-extinguisher::before {
    content: "";
}

.fa-rocket::before {
    content: "";
}

.fa-maxcdn::before {
    content: "";
}

.fa-chevron-circle-left::before {
    content: "";
}

.fa-chevron-circle-right::before {
    content: "";
}

.fa-chevron-circle-up::before {
    content: "";
}

.fa-chevron-circle-down::before {
    content: "";
}

.fa-html5::before {
    content: "";
}

.fa-css3::before {
    content: "";
}

.fa-anchor::before {
    content: "";
}

.fa-unlock-alt::before {
    content: "";
}

.fa-bullseye::before {
    content: "";
}

.fa-ellipsis-h::before {
    content: "";
}

.fa-ellipsis-v::before {
    content: "";
}

.fa-rss-square::before {
    content: "";
}

.fa-play-circle::before {
    content: "";
}

.fa-ticket::before {
    content: "";
}

.fa-minus-square::before {
    content: "";
}

.fa-minus-square-o::before {
    content: "";
}

.fa-level-up::before {
    content: "";
}

.fa-level-down::before {
    content: "";
}

.fa-check-square::before {
    content: "";
}

.fa-pencil-square::before {
    content: "";
}

.fa-external-link-square::before {
    content: "";
}

.fa-share-square::before {
    content: "";
}

.fa-compass::before {
    content: "";
}

.fa-toggle-down::before,
.fa-caret-square-o-down::before {
    content: "";
}

.fa-toggle-up::before,
.fa-caret-square-o-up::before {
    content: "";
}

.fa-toggle-right::before,
.fa-caret-square-o-right::before {
    content: "";
}

.fa-euro::before,
.fa-eur::before {
    content: "";
}

.fa-gbp::before {
    content: "";
}

.fa-dollar::before,
.fa-usd::before {
    content: "";
}

.fa-rupee::before,
.fa-inr::before {
    content: "";
}

.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before {
    content: "";
}

.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before {
    content: "";
}

.fa-won::before,
.fa-krw::before {
    content: "";
}

.fa-bitcoin::before,
.fa-btc::before {
    content: "";
}

.fa-file::before {
    content: "";
}

.fa-file-text::before {
    content: "";
}

.fa-sort-alpha-asc::before {
    content: "";
}

.fa-sort-alpha-desc::before {
    content: "";
}

.fa-sort-amount-asc::before {
    content: "";
}

.fa-sort-amount-desc::before {
    content: "";
}

.fa-sort-numeric-asc::before {
    content: "";
}

.fa-sort-numeric-desc::before {
    content: "";
}

.fa-thumbs-up::before {
    content: "";
}

.fa-thumbs-down::before {
    content: "";
}

.fa-youtube-square::before {
    content: "";
}

.fa-youtube::before {
    content: "";
}

.fa-xing::before {
    content: "";
}

.fa-xing-square::before {
    content: "";
}

.fa-youtube-play::before {
    content: "";
}

.fa-dropbox::before {
    content: "";
}

.fa-stack-overflow::before {
    content: "";
}

.fa-instagram::before {
    content: "";
}

.fa-flickr::before {
    content: "";
}

.fa-adn::before {
    content: "";
}

.fa-bitbucket::before {
    content: "";
}

.fa-bitbucket-square::before {
    content: "";
}

.fa-tumblr::before {
    content: "";
}

.fa-tumblr-square::before {
    content: "";
}

.fa-long-arrow-down::before {
    content: "";
}

.fa-long-arrow-up::before {
    content: "";
}

.fa-long-arrow-left::before {
    content: "";
}

.fa-long-arrow-right::before {
    content: "";
}

.fa-apple::before {
    content: "";
}

.fa-windows::before {
    content: "";
}

.fa-android::before {
    content: "";
}

.fa-linux::before {
    content: "";
}

.fa-dribbble::before {
    content: "";
}

.fa-skype::before {
    content: "";
}

.fa-foursquare::before {
    content: "";
}

.fa-trello::before {
    content: "";
}

.fa-female::before {
    content: "";
}

.fa-male::before {
    content: "";
}

.fa-gittip::before,
.fa-gratipay::before {
    content: "";
}

.fa-sun-o::before {
    content: "";
}

.fa-moon-o::before {
    content: "";
}

.fa-archive::before {
    content: "";
}

.fa-bug::before {
    content: "";
}

.fa-vk::before {
    content: "";
}

.fa-weibo::before {
    content: "";
}

.fa-renren::before {
    content: "";
}

.fa-pagelines::before {
    content: "";
}

.fa-stack-exchange::before {
    content: "";
}

.fa-arrow-circle-o-right::before {
    content: "";
}

.fa-arrow-circle-o-left::before {
    content: "";
}

.fa-toggle-left::before,
.fa-caret-square-o-left::before {
    content: "";
}

.fa-dot-circle-o::before {
    content: "";
}

.fa-wheelchair::before {
    content: "";
}

.fa-vimeo-square::before {
    content: "";
}

.fa-turkish-lira::before,
.fa-try::before {
    content: "";
}

.fa-plus-square-o::before {
    content: "";
}

.fa-space-shuttle::before {
    content: "";
}

.fa-slack::before {
    content: "";
}

.fa-envelope-square::before {
    content: "";
}

.fa-wordpress::before {
    content: "";
}

.fa-openid::before {
    content: "";
}

.fa-institution::before,
.fa-bank::before,
.fa-university::before {
    content: "";
}

.fa-mortar-board::before,
.fa-graduation-cap::before {
    content: "";
}

.fa-yahoo::before {
    content: "";
}

.fa-google::before {
    content: "";
}

.fa-reddit::before {
    content: "";
}

.fa-reddit-square::before {
    content: "";
}

.fa-stumbleupon-circle::before {
    content: "";
}

.fa-stumbleupon::before {
    content: "";
}

.fa-delicious::before {
    content: "";
}

.fa-digg::before {
    content: "";
}

.fa-pied-piper-pp::before {
    content: "";
}

.fa-pied-piper-alt::before {
    content: "";
}

.fa-drupal::before {
    content: "";
}

.fa-joomla::before {
    content: "";
}

.fa-language::before {
    content: "";
}

.fa-fax::before {
    content: "";
}

.fa-building::before {
    content: "";
}

.fa-child::before {
    content: "";
}

.fa-paw::before {
    content: "";
}

.fa-spoon::before {
    content: "";
}

.fa-cube::before {
    content: "";
}

.fa-cubes::before {
    content: "";
}

.fa-behance::before {
    content: "";
}

.fa-behance-square::before {
    content: "";
}

.fa-steam::before {
    content: "";
}

.fa-steam-square::before {
    content: "";
}

.fa-recycle::before {
    content: "";
}

.fa-automobile::before,
.fa-car::before {
    content: "";
}

.fa-cab::before,
.fa-taxi::before {
    content: "";
}

.fa-tree::before {
    content: "";
}

.fa-spotify::before {
    content: "";
}

.fa-deviantart::before {
    content: "";
}

.fa-soundcloud::before {
    content: "";
}

.fa-database::before {
    content: "";
}

.fa-file-pdf-o::before {
    content: "";
}

.fa-file-word-o::before {
    content: "";
}

.fa-file-excel-o::before {
    content: "";
}

.fa-file-powerpoint-o::before {
    content: "";
}

.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
    content: "";
}

.fa-file-zip-o::before,
.fa-file-archive-o::before {
    content: "";
}

.fa-file-sound-o::before,
.fa-file-audio-o::before {
    content: "";
}

.fa-file-movie-o::before,
.fa-file-video-o::before {
    content: "";
}

.fa-file-code-o::before {
    content: "";
}

.fa-vine::before {
    content: "";
}

.fa-codepen::before {
    content: "";
}

.fa-jsfiddle::before {
    content: "";
}

.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before {
    content: "";
}

.fa-circle-o-notch::before {
    content: "";
}

.fa-ra::before,
.fa-resistance::before,
.fa-rebel::before {
    content: "";
}

.fa-ge::before,
.fa-empire::before {
    content: "";
}

.fa-git-square::before {
    content: "";
}

.fa-git::before {
    content: "";
}

.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before {
    content: "";
}

.fa-tencent-weibo::before {
    content: "";
}

.fa-qq::before {
    content: "";
}

.fa-wechat::before,
.fa-weixin::before {
    content: "";
}

.fa-send::before,
.fa-paper-plane::before {
    content: "";
}

.fa-send-o::before,
.fa-paper-plane-o::before {
    content: "";
}

.fa-history::before {
    content: "";
}

.fa-circle-thin::before {
    content: "";
}

.fa-header::before {
    content: "";
}

.fa-paragraph::before {
    content: "";
}

.fa-sliders::before {
    content: "";
}

.fa-share-alt::before {
    content: "";
}

.fa-share-alt-square::before {
    content: "";
}

.fa-bomb::before {
    content: "";
}

.fa-soccer-ball-o::before,
.fa-futbol-o::before {
    content: "";
}

.fa-tty::before {
    content: "";
}

.fa-binoculars::before {
    content: "";
}

.fa-plug::before {
    content: "";
}

.fa-slideshare::before {
    content: "";
}

.fa-twitch::before {
    content: "";
}

.fa-yelp::before {
    content: "";
}

.fa-newspaper-o::before {
    content: "";
}

.fa-wifi::before {
    content: "";
}

.fa-calculator::before {
    content: "";
}

.fa-paypal::before {
    content: "";
}

.fa-google-wallet::before {
    content: "";
}

.fa-cc-visa::before {
    content: "";
}

.fa-cc-mastercard::before {
    content: "";
}

.fa-cc-discover::before {
    content: "";
}

.fa-cc-amex::before {
    content: "";
}

.fa-cc-paypal::before {
    content: "";
}

.fa-cc-stripe::before {
    content: "";
}

.fa-bell-slash::before {
    content: "";
}

.fa-bell-slash-o::before {
    content: "";
}

.fa-trash::before {
    content: "";
}

.fa-copyright::before {
    content: "";
}

.fa-at::before {
    content: "";
}

.fa-eyedropper::before {
    content: "";
}

.fa-paint-brush::before {
    content: "";
}

.fa-birthday-cake::before {
    content: "";
}

.fa-area-chart::before {
    content: "";
}

.fa-pie-chart::before {
    content: "";
}

.fa-line-chart::before {
    content: "";
}

.fa-lastfm::before {
    content: "";
}

.fa-lastfm-square::before {
    content: "";
}

.fa-toggle-off::before {
    content: "";
}

.fa-toggle-on::before {
    content: "";
}

.fa-bicycle::before {
    content: "";
}

.fa-bus::before {
    content: "";
}

.fa-ioxhost::before {
    content: "";
}

.fa-angellist::before {
    content: "";
}

.fa-cc::before {
    content: "";
}

.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before {
    content: "";
}

.fa-meanpath::before {
    content: "";
}

.fa-buysellads::before {
    content: "";
}

.fa-connectdevelop::before {
    content: "";
}

.fa-dashcube::before {
    content: "";
}

.fa-forumbee::before {
    content: "";
}

.fa-leanpub::before {
    content: "";
}

.fa-sellsy::before {
    content: "";
}

.fa-shirtsinbulk::before {
    content: "";
}

.fa-simplybuilt::before {
    content: "";
}

.fa-skyatlas::before {
    content: "";
}

.fa-cart-plus::before {
    content: "";
}

.fa-cart-arrow-down::before {
    content: "";
}

.fa-diamond::before {
    content: "";
}

.fa-ship::before {
    content: "";
}

.fa-user-secret::before {
    content: "";
}

.fa-motorcycle::before {
    content: "";
}

.fa-street-view::before {
    content: "";
}

.fa-heartbeat::before {
    content: "";
}

.fa-venus::before {
    content: "";
}

.fa-mars::before {
    content: "";
}

.fa-mercury::before {
    content: "";
}

.fa-intersex::before,
.fa-transgender::before {
    content: "";
}

.fa-transgender-alt::before {
    content: "";
}

.fa-venus-double::before {
    content: "";
}

.fa-mars-double::before {
    content: "";
}

.fa-venus-mars::before {
    content: "";
}

.fa-mars-stroke::before {
    content: "";
}

.fa-mars-stroke-v::before {
    content: "";
}

.fa-mars-stroke-h::before {
    content: "";
}

.fa-neuter::before {
    content: "";
}

.fa-genderless::before {
    content: "";
}

.fa-facebook-official::before {
    content: "";
}

.fa-pinterest-p::before {
    content: "";
}

.fa-whatsapp::before {
    content: "";
}

.fa-server::before {
    content: "";
}

.fa-user-plus::before {
    content: "";
}

.fa-user-times::before {
    content: "";
}

.fa-hotel::before,
.fa-bed::before {
    content: "";
}

.fa-viacoin::before {
    content: "";
}

.fa-train::before {
    content: "";
}

.fa-subway::before {
    content: "";
}

.fa-medium::before {
    content: "";
}

.fa-yc::before,
.fa-y-combinator::before {
    content: "";
}

.fa-optin-monster::before {
    content: "";
}

.fa-opencart::before {
    content: "";
}

.fa-expeditedssl::before {
    content: "";
}

.fa-battery-4::before,
.fa-battery::before,
.fa-battery-full::before {
    content: "";
}

.fa-battery-3::before,
.fa-battery-three-quarters::before {
    content: "";
}

.fa-battery-2::before,
.fa-battery-half::before {
    content: "";
}

.fa-battery-1::before,
.fa-battery-quarter::before {
    content: "";
}

.fa-battery-0::before,
.fa-battery-empty::before {
    content: "";
}

.fa-mouse-pointer::before {
    content: "";
}

.fa-i-cursor::before {
    content: "";
}

.fa-object-group::before {
    content: "";
}

.fa-object-ungroup::before {
    content: "";
}

.fa-sticky-note::before {
    content: "";
}

.fa-sticky-note-o::before {
    content: "";
}

.fa-cc-jcb::before {
    content: "";
}

.fa-cc-diners-club::before {
    content: "";
}

.fa-clone::before {
    content: "";
}

.fa-balance-scale::before {
    content: "";
}

.fa-hourglass-o::before {
    content: "";
}

.fa-hourglass-1::before,
.fa-hourglass-start::before {
    content: "";
}

.fa-hourglass-2::before,
.fa-hourglass-half::before {
    content: "";
}

.fa-hourglass-3::before,
.fa-hourglass-end::before {
    content: "";
}

.fa-hourglass::before {
    content: "";
}

.fa-hand-grab-o::before,
.fa-hand-rock-o::before {
    content: "";
}

.fa-hand-stop-o::before,
.fa-hand-paper-o::before {
    content: "";
}

.fa-hand-scissors-o::before {
    content: "";
}

.fa-hand-lizard-o::before {
    content: "";
}

.fa-hand-spock-o::before {
    content: "";
}

.fa-hand-pointer-o::before {
    content: "";
}

.fa-hand-peace-o::before {
    content: "";
}

.fa-trademark::before {
    content: "";
}

.fa-registered::before {
    content: "";
}

.fa-creative-commons::before {
    content: "";
}

.fa-gg::before {
    content: "";
}

.fa-gg-circle::before {
    content: "";
}

.fa-tripadvisor::before {
    content: "";
}

.fa-odnoklassniki::before {
    content: "";
}

.fa-odnoklassniki-square::before {
    content: "";
}

.fa-get-pocket::before {
    content: "";
}

.fa-wikipedia-w::before {
    content: "";
}

.fa-safari::before {
    content: "";
}

.fa-chrome::before {
    content: "";
}

.fa-firefox::before {
    content: "";
}

.fa-opera::before {
    content: "";
}

.fa-internet-explorer::before {
    content: "";
}

.fa-tv::before,
.fa-television::before {
    content: "";
}

.fa-contao::before {
    content: "";
}

.fa-500px::before {
    content: "";
}

.fa-amazon::before {
    content: "";
}

.fa-calendar-plus-o::before {
    content: "";
}

.fa-calendar-minus-o::before {
    content: "";
}

.fa-calendar-times-o::before {
    content: "";
}

.fa-calendar-check-o::before {
    content: "";
}

.fa-industry::before {
    content: "";
}

.fa-map-pin::before {
    content: "";
}

.fa-map-signs::before {
    content: "";
}

.fa-map-o::before {
    content: "";
}

.fa-map::before {
    content: "";
}

.fa-commenting::before {
    content: "";
}

.fa-commenting-o::before {
    content: "";
}

.fa-houzz::before {
    content: "";
}

.fa-vimeo::before {
    content: "";
}

.fa-black-tie::before {
    content: "";
}

.fa-fonticons::before {
    content: "";
}

.fa-reddit-alien::before {
    content: "";
}

.fa-edge::before {
    content: "";
}

.fa-credit-card-alt::before {
    content: "";
}

.fa-codiepie::before {
    content: "";
}

.fa-modx::before {
    content: "";
}

.fa-fort-awesome::before {
    content: "";
}

.fa-usb::before {
    content: "";
}

.fa-product-hunt::before {
    content: "";
}

.fa-mixcloud::before {
    content: "";
}

.fa-scribd::before {
    content: "";
}

.fa-pause-circle::before {
    content: "";
}

.fa-pause-circle-o::before {
    content: "";
}

.fa-stop-circle::before {
    content: "";
}

.fa-stop-circle-o::before {
    content: "";
}

.fa-shopping-bag::before {
    content: "";
}

.fa-shopping-basket::before {
    content: "";
}

.fa-hashtag::before {
    content: "";
}

.fa-bluetooth::before {
    content: "";
}

.fa-bluetooth-b::before {
    content: "";
}

.fa-percent::before {
    content: "";
}

.fa-gitlab::before {
    content: "";
}

.fa-wpbeginner::before {
    content: "";
}

.fa-wpforms::before {
    content: "";
}

.fa-envira::before {
    content: "";
}

.fa-universal-access::before {
    content: "";
}

.fa-wheelchair-alt::before {
    content: "";
}

.fa-question-circle-o::before {
    content: "";
}

.fa-blind::before {
    content: "";
}

.fa-audio-description::before {
    content: "";
}

.fa-volume-control-phone::before {
    content: "";
}

.fa-braille::before {
    content: "";
}

.fa-assistive-listening-systems::before {
    content: "";
}

.fa-asl-interpreting::before,
.fa-american-sign-language-interpreting::before {
    content: "";
}

.fa-deafness::before,
.fa-hard-of-hearing::before,
.fa-deaf::before {
    content: "";
}

.fa-glide::before {
    content: "";
}

.fa-glide-g::before {
    content: "";
}

.fa-signing::before,
.fa-sign-language::before {
    content: "";
}

.fa-low-vision::before {
    content: "";
}

.fa-viadeo::before {
    content: "";
}

.fa-viadeo-square::before {
    content: "";
}

.fa-snapchat::before {
    content: "";
}

.fa-snapchat-ghost::before {
    content: "";
}

.fa-snapchat-square::before {
    content: "";
}

.fa-pied-piper::before {
    content: "";
}

.fa-first-order::before {
    content: "";
}

.fa-yoast::before {
    content: "";
}

.fa-themeisle::before {
    content: "";
}

.fa-google-plus-circle::before,
.fa-google-plus-official::before {
    content: "";
}

.fa-fa::before,
.fa-font-awesome::before {
    content: "";
}

.fa-handshake-o::before {
    content: "";
}

.fa-envelope-open::before {
    content: "";
}

.fa-envelope-open-o::before {
    content: "";
}

.fa-linode::before {
    content: "";
}

.fa-address-book::before {
    content: "";
}

.fa-address-book-o::before {
    content: "";
}

.fa-vcard::before,
.fa-address-card::before {
    content: "";
}

.fa-vcard-o::before,
.fa-address-card-o::before {
    content: "";
}

.fa-user-circle::before {
    content: "";
}

.fa-user-circle-o::before {
    content: "";
}

.fa-user-o::before {
    content: "";
}

.fa-id-badge::before {
    content: "";
}

.fa-drivers-license::before,
.fa-id-card::before {
    content: "";
}

.fa-drivers-license-o::before,
.fa-id-card-o::before {
    content: "";
}

.fa-quora::before {
    content: "";
}

.fa-free-code-camp::before {
    content: "";
}

.fa-telegram::before {
    content: "";
}

.fa-thermometer-4::before,
.fa-thermometer::before,
.fa-thermometer-full::before {
    content: "";
}

.fa-thermometer-3::before,
.fa-thermometer-three-quarters::before {
    content: "";
}

.fa-thermometer-2::before,
.fa-thermometer-half::before {
    content: "";
}

.fa-thermometer-1::before,
.fa-thermometer-quarter::before {
    content: "";
}

.fa-thermometer-0::before,
.fa-thermometer-empty::before {
    content: "";
}

.fa-shower::before {
    content: "";
}

.fa-bathtub::before,
.fa-s15::before,
.fa-bath::before {
    content: "";
}

.fa-podcast::before {
    content: "";
}

.fa-window-maximize::before {
    content: "";
}

.fa-window-minimize::before {
    content: "";
}

.fa-window-restore::before {
    content: "";
}

.fa-times-rectangle::before,
.fa-window-close::before {
    content: "";
}

.fa-times-rectangle-o::before,
.fa-window-close-o::before {
    content: "";
}

.fa-bandcamp::before {
    content: "";
}

.fa-grav::before {
    content: "";
}

.fa-etsy::before {
    content: "";
}

.fa-imdb::before {
    content: "";
}

.fa-ravelry::before {
    content: "";
}

.fa-eercast::before {
    content: "";
}

.fa-microchip::before {
    content: "";
}

.fa-snowflake-o::before {
    content: "";
}

.fa-superpowers::before {
    content: "";
}

.fa-wpexplorer::before {
    content: "";
}

.fa-meetup::before {
    content: "";
}

.fa-exit::before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0px;
    overflow: visible;
    clip: auto;
}

.select2-container {
    margin: 0px;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    box-sizing: border-box;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0px 0px 0px 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(170, 170, 170);
    white-space: nowrap;
    line-height: 26px;
    color: rgb(68, 68, 68);
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    user-select: none;
    background-color: rgb(255, 255, 255);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(238, 238, 238)), color-stop(0.5, rgb(255, 255, 255)));
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: rgb(170, 170, 170);
    border-radius: 0px 0px 4px 4px;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(238, 238, 238)), color-stop(0.9, rgb(255, 255, 255)));
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: block;
}

.select2-container:not(.ng-not-empty) .select2-choice abbr {
    display: none;
}

.select2-container .select2-choice abbr {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0px;
    background: url("./resources/fa321cd45d67b4376dcc6453915ec83c.png") right top no-repeat;
    cursor: pointer;
    outline: 0px;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: rgb(255, 255, 255);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 10002;
    top: 100%;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(170, 170, 170);
    border-bottom-color: rgb(170, 170, 170);
    border-left-color: rgb(170, 170, 170);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-radius: 0px 0px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 5px;
}

.select2-drop-auto-width {
    border-top: 1px solid rgb(170, 170, 170);
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid rgb(170, 170, 170);
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 5px;
}

.select2-drop-active {
    border-right: 1px solid rgb(88, 151, 251);
    border-bottom: 1px solid rgb(88, 151, 251);
    border-left: 1px solid rgb(88, 151, 251);
    border-image: initial;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid rgb(88, 151, 251);
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 1px solid rgb(170, 170, 170);
    border-radius: 0px 4px 4px 0px;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(204, 204, 204)), color-stop(0.6, rgb(238, 238, 238))) rgb(204, 204, 204);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("./resources/fa321cd45d67b4376dcc6453915ec83c.png") 0px 1px no-repeat;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0px;
    outline: 0px;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 0px;
    box-shadow: none;
    background: url("./resources/fa321cd45d67b4376dcc6453915ec83c.png") 100% -22px no-repeat, -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, rgb(255, 255, 255)), color-stop(0.99, rgb(238, 238, 238)));
    height: auto !important;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: url("./resources/1e2db432947c2dca1b9f768ce04b4230.gif") 100% center no-repeat, -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, rgb(255, 255, 255)), color-stop(0.99, rgb(238, 238, 238)));
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid rgb(88, 151, 251);
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: rgb(255, 255, 255) 0px 1px 0px inset;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgb(238, 238, 238);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(255, 255, 255)), color-stop(0.5, rgb(238, 238, 238)));
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-width: 1px;
    border-style: solid;
    border-color: transparent rgb(88, 151, 251) rgb(88, 151, 251);
    border-image: initial;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), color-stop(0.5, rgb(238, 238, 238)));
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

.select2-results {
    max-height: 200px;
    padding: 0px 0px 0px 4px;
    margin: 4px 4px 4px 0px;
    position: relative;
    overflow: hidden auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0px;
    padding-left: 0px;
}

.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0px;
    cursor: pointer;
    min-height: 1em;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: rgb(56, 117, 215);
    color: rgb(255, 255, 255);
}

.select2-results li em {
    background: rgb(254, 255, 222);
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: rgb(244, 244, 244);
    display: list-item;
}

.select2-results .select2-disabled.select2-highlighted {
    color: rgb(102, 102, 102);
    background: rgb(244, 244, 244);
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: rgb(244, 244, 244);
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: url("./resources/1e2db432947c2dca1b9f768ce04b4230.gif") 100% center no-repeat rgb(244, 244, 244);
}

.select2-more-results {
    background: rgb(244, 244, 244);
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: rgb(244, 244, 244);
    background-image: none;
    border: 1px solid rgb(221, 221, 221);
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: rgb(244, 244, 244);
    background-image: none;
    border-left: 0px;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

.select2-container-multi .select2-choices {
    margin: 0px;
    padding: 0px;
    position: relative;
    border: 1px solid rgb(170, 170, 170);
    cursor: text;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    background-image: -webkit-linear-gradient(top, rgb(238, 238, 238) 1%, rgb(255, 255, 255) 15%);
    height: auto !important;
}

.select2-locked {
    padding: 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid rgb(88, 151, 251);
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0px;
    font-family: sans-serif;
    font-size: 100%;
    color: rgb(102, 102, 102);
    outline: 0px;
    border: 0px;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: url("./resources/1e2db432947c2dca1b9f768ce04b4230.gif") 100% center no-repeat rgb(255, 255, 255) !important;
}

.select2-default {
    color: rgb(153, 153, 153) !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0px 3px 5px;
    position: relative;
    line-height: 13px;
    color: rgb(51, 51, 51);
    cursor: default;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 3px;
    box-shadow: rgb(255, 255, 255) 0px 0px 2px inset, rgba(0, 0, 0, 0.05) 0px 1px 0px;
    background-clip: padding-box;
    user-select: none;
    background-color: rgb(228, 228, 228);
    background-image: -webkit-linear-gradient(top, rgb(244, 244, 244) 20%, rgb(240, 240, 240) 50%, rgb(232, 232, 232) 52%, rgb(238, 238, 238) 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: rgb(212, 212, 212);
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url("./resources/fa321cd45d67b4376dcc6453915ec83c.png") right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: rgb(244, 244, 244);
    background-image: none;
    border: 1px solid rgb(221, 221, 221);
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    border: 1px solid rgb(221, 221, 221);
    background-image: none;
    background-color: rgb(244, 244, 244);
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0px, 0px, 0px, 0px) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0px !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("./resources/fa321cd45d67b4376dcc6453915ec83c.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.select2-container .select2-choice {
    padding: 5px 0px;
    height: auto !important;
}

.select2-container--default .select2-choice .select2-chosen {
    line-height: normal !important;
}

.select2-container .select2-choice .select2-chosen {
    white-space: normal !important;
}

.ui-grid {
    border: 1px solid rgb(212, 212, 212);
    box-sizing: content-box;
    border-radius: 0px;
    transform: translateZ(0px);
}

.ui-grid-vertical-bar {
    position: absolute;
    right: 0px;
    width: 0px;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px;
}

.ui-grid-scrollbar-placeholder {
    background-color: transparent;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: rgb(212, 212, 212);
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: rgb(212, 212, 212);
}

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: rgb(212, 212, 212);
}

.ui-grid-clearfix::before,
.ui-grid-clearfix::after {
    content: "";
    display: table;
}

.ui-grid-clearfix::after {
    clear: both;
}

.ui-grid-invisible {
    visibility: hidden;
    font-family: ui-grid;
}

.ui-grid-contents-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.ui-grid-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
}

.ui-grid-icon-button {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.clickable {
    cursor: pointer;
}

.ui-grid-top-panel-background {
    background-color: rgb(243, 243, 243);
}

.ui-grid-header {
    border-bottom: 1px solid rgb(212, 212, 212);
    box-sizing: border-box;
}

.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    background-color: rgb(243, 243, 243);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
}

.ui-grid-header-viewport {
    overflow: hidden;
}

.ui-grid-header-canvas::before,
.ui-grid-header-canvas::after {
    content: "";
    display: flex;
    line-height: 0;
}

.ui-grid-header-canvas::after {
    clear: both;
}

.ui-grid-header-cell-wrapper {
    position: relative;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.ui-grid-header-cell-row {
    display: flex;
    flex-flow: wrap;
}

.ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 1px solid rgb(212, 212, 212);
    border-top-color: rgb(212, 212, 212);
    border-bottom-color: rgb(212, 212, 212);
    border-left-color: rgb(212, 212, 212);
    user-select: none;
    width: 0px;
}

.ui-grid-header-cell:last-child {
    border-right: 0px;
}

.ui-grid-header-cell .sortable {
    cursor: pointer;
}

.ui-grid-header-cell .ui-grid-sort-priority-number {
    margin-left: -8px;
}

.ui-grid-header-cell>div {
    flex-basis: 100%;
}

.ui-grid-header .ui-grid-vertical-bar {
    top: 0px;
    bottom: 0px;
}

.ui-grid-column-menu-button {
    position: absolute;
    right: 1px;
    top: 0px;
}

.ui-grid-column-menu-button .ui-grid-icon-angle-down {
    vertical-align: sub;
}

.ui-grid-header-cell-last-col .ui-grid-cell-contents,
.ui-grid-header-cell-last-col .ui-grid-filter-container,
.ui-grid-header-cell-last-col .ui-grid-column-menu-button,
.ui-grid-header-cell-last-col+.ui-grid-column-resizer.right {
    margin-right: 13px;
}

.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-cell-contents,
.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-filter-container,
.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-column-menu-button,
.ui-grid-render-container-right .ui-grid-header-cell-last-col+.ui-grid-column-resizer.right {
    margin-right: 28px;
}

.ui-grid-column-menu {
    position: absolute;
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    transition: 0.04s linear;
    display: block !important;
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    transform: translateY(-100%);
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    transform: translateY(0px);
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    transition: 0.04s linear;
    display: block !important;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    transform: translateY(-100%);
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    transform: translateY(0px);
}

.ui-grid-filter-container {
    padding: 4px 10px;
    position: relative;
}

.ui-grid-filter-container .ui-grid-filter-button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 10px;
    opacity: 0.66;
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
    opacity: 1;
}

.ui-grid-filter-container .ui-grid-filter-button-select {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 0px;
    opacity: 0.66;
}

.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
    opacity: 1;
}

input[type="text"].ui-grid-filter-input {
    box-sizing: border-box;
    padding: 0px 18px 0px 0px;
    margin: 0px;
    width: 100%;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 0px;
    background-clip: padding-box;
}

input[type="text"].ui-grid-filter-input:hover {
    border: 1px solid rgb(212, 212, 212);
}

select.ui-grid-filter-select {
    padding: 0px;
    margin: 0px;
    width: 90%;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 0px;
    background-clip: padding-box;
}

select.ui-grid-filter-select:hover {
    border: 1px solid rgb(212, 212, 212);
}

.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
    width: 100%;
}

.ui-grid-render-container {
    position: inherit;
    border-radius: 0px;
    background-clip: padding-box;
}

.ui-grid-render-container:focus {
    outline: none;
}

.ui-grid-viewport {
    min-height: 20px;
    position: relative;
    overflow-y: scroll;
}

.ui-grid-viewport:focus {
    outline: none !important;
}

.ui-grid-canvas {
    position: relative;
    padding-top: 1px;
}

.ui-grid-row {
    clear: both;
}

.ui-grid-row:nth-child(2n+1) .ui-grid-cell {
    background-color: rgb(253, 253, 253);
}

.ui-grid-row:nth-child(2n) .ui-grid-cell {
    background-color: rgb(243, 243, 243);
}

.ui-grid-row:last-child .ui-grid-cell {
    border-bottom-color: rgb(212, 212, 212);
    border-bottom-style: solid;
}

.ui-grid-row:hover>[ui-grid-row]>.ui-grid-cell:hover .ui-grid-cell,
.ui-grid-row:nth-child(2n+1):hover .ui-grid-cell,
.ui-grid-row:nth-child(2n):hover .ui-grid-cell {
    background-color: rgb(213, 234, 238);
}

.ui-grid-no-row-overlay {
    position: absolute;
    inset: 0px;
    margin: 10%;
    background-color: rgb(243, 243, 243);
    border-radius: 0px;
    background-clip: padding-box;
    border: 1px solid rgb(212, 212, 212);
    font-size: 2em;
    text-align: center;
}

.ui-grid-no-row-overlay>* {
    position: absolute;
    display: table;
    margin: auto 0px;
    width: 100%;
    inset: 0px;
    opacity: 0.66;
}

.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-right: 1px solid rgb(212, 212, 212);
    border-top-color: rgb(212, 212, 212);
    border-bottom-color: rgb(212, 212, 212);
    border-left-color: rgb(212, 212, 212);
    box-sizing: border-box;
}

.ui-grid-cell:last-child {
    border-right: 0px;
}

.ui-grid-cell-contents {
    padding: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

.ui-grid-cell-contents-hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background-color: rgb(240, 240, 238);
    border-bottom: 1px solid rgb(212, 212, 212);
}

.ui-grid-cell-empty {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.ui-grid-footer-info {
    padding: 5px 10px;
}

.ui-grid-footer-panel-background {
    background-color: rgb(243, 243, 243);
}

.ui-grid-footer-panel {
    position: relative;
    border-bottom: 1px solid rgb(212, 212, 212);
    border-top: 1px solid rgb(212, 212, 212);
    overflow: hidden;
    font-weight: bold;
    background-color: rgb(243, 243, 243);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
}

.ui-grid-grid-footer {
    float: left;
    width: 100%;
}

.ui-grid-footer-viewport,
.ui-grid-footer-canvas {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
}

.ui-grid-footer-viewport {
    overflow: hidden;
}

.ui-grid-footer-canvas {
    position: relative;
}

.ui-grid-footer-canvas::before,
.ui-grid-footer-canvas::after {
    content: "";
    display: table;
    line-height: 0;
}

.ui-grid-footer-canvas::after {
    clear: both;
}

.ui-grid-footer-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%;
}

.ui-grid-footer-cell-row {
    display: table-row;
}

.ui-grid-footer-cell {
    overflow: hidden;
    background-color: inherit;
    border-right: 1px solid rgb(212, 212, 212);
    border-top-color: rgb(212, 212, 212);
    border-bottom-color: rgb(212, 212, 212);
    border-left-color: rgb(212, 212, 212);
    box-sizing: border-box;
    display: table-cell;
}

.ui-grid-footer-cell:last-child {
    border-right: 0px;
}

.ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(243, 243, 243);
    border-width: 0px 0px 1px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-image: initial;
    border-left-style: solid;
    border-left-color: rgb(212, 212, 212);
    border-bottom-style: solid;
    border-bottom-color: rgb(212, 212, 212);
    cursor: pointer;
    height: 32px;
    font-weight: normal;
}

.ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 5px;
    margin-left: 2px;
}

.ui-grid-menu-button .ui-grid-menu {
    right: 0px;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow: scroll;
}

.ui-grid-menu {
    overflow: hidden;
    max-width: 320px;
    z-index: 2;
    position: absolute;
    right: 100%;
    padding: 0px 10px 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.ui-grid-menu-item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-grid-menu .ui-grid-menu-inner {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(212, 212, 212);
    position: relative;
    white-space: nowrap;
    border-radius: 0px;
}

.ui-grid-menu .ui-grid-menu-inner ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.ui-grid-menu .ui-grid-menu-inner ul li {
    padding: 0px;
}

.ui-grid-menu .ui-grid-menu-inner ul li .ui-grid-menu-item {
    color: rgb(0, 0, 0);
    min-width: 100%;
    padding: 8px;
    text-align: left;
    background: transparent;
    border: none;
    cursor: default;
}

.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item {
    cursor: pointer;
}

.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item:focus {
    background-color: rgb(179, 196, 199);
}

.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item.ui-grid-menu-item-active {
    background-color: rgb(156, 178, 182);
}

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child)>.ui-grid-menu-item {
    border-bottom: 1px solid rgb(212, 212, 212);
}

.ui-grid-sortarrow {
    right: 5px;
    position: absolute;
    width: 20px;
    top: 0px;
    bottom: 0px;
    background-position: center center;
}

.ui-grid-sortarrow.down {
    transform: rotate(180deg);
}

@font-face {
    font-family: ui-grid;
    src: url("./resources/0d3780ad0d78c74148b41b2714084ede.bin") format("woff"), url("./resources/c6171f0e028997aa12221ee67a0a8efb.bin") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class^="ui-grid-icon"]::before,
[class*=" ui-grid-icon"]::before {
    font-family: ui-grid;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.ui-grid-icon-blank::before {
    width: 1em;
    content: " ";
}

.ui-grid-icon-plus-squared::before {
    content: "썐";
}

.ui-grid-icon-minus-squared::before {
    content: "썑";
}

.ui-grid-icon-search::before {
    content: "썒";
}

.ui-grid-icon-cancel::before {
    content: "썓";
}

.ui-grid-icon-info-circled::before {
    content: "썔";
}

.ui-grid-icon-lock::before {
    content: "썕";
}

.ui-grid-icon-lock-open::before {
    content: "썖";
}

.ui-grid-icon-pencil::before {
    content: "썗";
}

.ui-grid-icon-down-dir::before {
    content: "썘";
}

.ui-grid-icon-up-dir::before {
    content: "썙";
}

.ui-grid-icon-left-dir::before {
    content: "썚";
}

.ui-grid-icon-right-dir::before {
    content: "썛";
}

.ui-grid-icon-left-open::before {
    content: "썜";
}

.ui-grid-icon-right-open::before {
    content: "썝";
}

.ui-grid-icon-angle-down::before {
    content: "썞";
}

.ui-grid-icon-filter::before {
    content: "썟";
}

.ui-grid-icon-sort-alt-up::before {
    content: "썠";
}

.ui-grid-icon-sort-alt-down::before {
    content: "썡";
}

.ui-grid-icon-ok::before {
    content: "썢";
}

.ui-grid-icon-menu::before {
    content: "썣";
}

.ui-grid-icon-indent-left::before {
    content: "";
}

.ui-grid-icon-indent-right::before {
    content: "";
}

.ui-grid-icon-spin5::before {
    content: "";
}

.ui-grid[dir="rtl"] .ui-grid-header-cell,
.ui-grid[dir="rtl"] .ui-grid-footer-cell,
.ui-grid[dir="rtl"] .ui-grid-cell {
    float: right !important;
}

.ui-grid[dir="rtl"] .ui-grid-column-menu-button {
    position: absolute;
    left: 1px;
    top: 0px;
    right: inherit;
}

.ui-grid[dir="rtl"] .ui-grid-cell:first-child,
.ui-grid[dir="rtl"] .ui-grid-header-cell:first-child,
.ui-grid[dir="rtl"] .ui-grid-footer-cell:first-child {
    border-right: 0px;
}

.ui-grid[dir="rtl"] .ui-grid-cell:last-child,
.ui-grid[dir="rtl"] .ui-grid-header-cell:last-child {
    border-right: 1px solid rgb(212, 212, 212);
    border-left: 0px;
}

.ui-grid[dir="rtl"] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir="rtl"] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir="rtl"] .ui-grid-cell:first-child .ui-grid-vertical-bar {
    width: 0px;
}

.ui-grid[dir="rtl"] .ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    left: 0px;
    right: auto;
    background: rgb(243, 243, 243);
    border: 1px solid rgb(212, 212, 212);
    cursor: pointer;
    min-height: 27px;
    font-weight: normal;
}

.ui-grid[dir="rtl"] .ui-grid-menu-button .ui-grid-menu {
    left: 0px;
    right: auto;
}

.ui-grid[dir="rtl"] .ui-grid-filter-container .ui-grid-filter-button {
    right: initial;
    left: 0px;
}

.ui-grid[dir="rtl"] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    right: initial;
    left: 10px;
}

.ui-grid-animate-spin {
    animation: 2s linear 0s infinite normal none running ui-grid-spin;
    display: inline-block;
}

@-webkit-keyframes ui-grid-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes ui-grid-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.ui-grid-cell-focus {
    outline: 0px;
    background-color: rgb(179, 196, 199);
}

.ui-grid-focuser {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ui-grid-focuser:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: unset;
}

.ui-grid-offscreen {
    display: block;
    position: absolute;
    left: -10000px;
    top: -10000px;
    clip: rect(0px, 0px, 0px, 0px);
}

.ui-grid-cell input {
    border-radius: inherit;
    padding: 0px;
    width: 100%;
    color: inherit;
    height: auto;
    font: inherit;
    outline: none;
}

.ui-grid-cell input:focus {
    color: inherit;
    outline: none;
}

.ui-grid-cell input[type="checkbox"] {
    margin: 9px 0px 0px 6px;
    width: auto;
}

.ui-grid-cell input.ng-invalid {
    border: 1px solid rgb(252, 143, 143);
}

.ui-grid-cell input.ng-valid {
    border: 1px solid rgb(212, 212, 212);
}

.ui-grid-viewport .ui-grid-empty-base-layer-container {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.expandableRow .ui-grid-row:nth-child(2n+1) .ui-grid-cell {
    background-color: rgb(253, 253, 253);
}

.expandableRow .ui-grid-row:nth-child(2n) .ui-grid-cell {
    background-color: rgb(243, 243, 243);
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: none;
}

.ui-grid-expandable-buttons-cell i {
    pointer-events: all;
}

.scrollFiller {
    float: left;
    border: 1px solid rgb(212, 212, 212);
}

.ui-grid-tree-header-row {
    font-weight: bold !important;
}

.movingColumn {
    position: absolute;
    top: 0px;
    border: 1px solid rgb(212, 212, 212);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px inset;
}

.movingColumn .ui-grid-icon-angle-down {
    display: none;
}

.ui-grid-pager-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: content-box;
    flex-wrap: wrap;
    column-gap: 10px;
}

.ui-grid-pager-container {
    float: left;
}

.ui-grid-pager-control {
    padding: 5px 0px;
    display: flex;
    flex-flow: row;
    align-items: center;
    min-width: 135px;
    float: left;
}

.ui-grid-pager-control button,
.ui-grid-pager-control span,
.ui-grid-pager-control input {
    margin-right: 4px;
}

.ui-grid-pager-control button {
    height: 25px;
    min-width: 26px;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background: rgb(243, 243, 243);
    border: 1px solid rgb(204, 204, 204);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
    color: rgb(238, 238, 238);
}

.ui-grid-pager-control button:hover {
    border-color: rgb(173, 173, 173);
    text-decoration: none;
}

.ui-grid-pager-control button:focus {
    border-color: rgb(140, 140, 140);
    text-decoration: none;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.ui-grid-pager-control button:active {
    border-color: rgb(173, 173, 173);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

.ui-grid-pager-control button:active:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.ui-grid-pager-control button:active:hover,
.ui-grid-pager-control button:active:focus {
    background-color: rgb(200, 200, 200);
    border-color: rgb(140, 140, 140);
}

.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active {
    color: rgb(238, 238, 238);
    background: rgb(218, 218, 218);
}

.ui-grid-pager-control button[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}

.ui-grid-pager-control button[disabled]:hover,
.ui-grid-pager-control button[disabled]:focus {
    background-color: rgb(243, 243, 243);
    border-color: rgb(204, 204, 204);
}

.ui-grid-pager-control input {
    display: inline;
    height: 26px;
    width: 50px;
    vertical-align: top;
    color: rgb(85, 85, 85);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ui-grid-pager-control input:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}

.ui-grid-pager-control input[disabled],
.ui-grid-pager-control input[readonly] {
    background-color: rgb(238, 238, 238);
}

.ui-grid-pager-control input[disabled] {
    cursor: not-allowed;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: bottom;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number>* {
    vertical-align: bottom;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number abbr {
    border-bottom: none;
    text-decoration: none;
}

.ui-grid-pager-control .first-bar {
    width: 10px;
    border-left: 2px solid rgb(77, 77, 77);
    margin-top: -6px;
    height: 12px;
    margin-left: -3px;
}

.ui-grid-pager-control .first-bar-rtl {
    width: 10px;
    border-left: 2px solid rgb(77, 77, 77);
    margin-top: -6px;
    height: 12px;
    margin-right: -7px;
}

.ui-grid-pager-control .first-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8.7px 5px 0px;
    border-color: transparent rgb(77, 77, 77) transparent transparent;
    margin-left: 2px;
}

.ui-grid-pager-control .next-triangle {
    margin-left: 1px;
}

.ui-grid-pager-control .prev-triangle {
    margin-left: 0px;
}

.ui-grid-pager-control .last-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0px 5px 8.7px;
    border-color: transparent transparent transparent rgb(77, 77, 77);
    margin-left: -1px;
}

.ui-grid-pager-control .last-bar {
    width: 10px;
    border-left: 2px solid rgb(77, 77, 77);
    margin-top: -6px;
    height: 12px;
    margin-left: 1px;
}

.ui-grid-pager-control .last-bar-rtl {
    width: 10px;
    border-left: 2px solid rgb(77, 77, 77);
    margin-top: -6px;
    height: 12px;
    margin-right: -11px;
}

.ui-grid-pager-row-count-picker {
    float: left;
    padding: 5px 10px;
}

.ui-grid-pager-row-count-picker select {
    color: rgb(85, 85, 85);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    height: 25px;
    width: 67px;
    display: inline;
    vertical-align: middle;
}

.ui-grid-pager-row-count-picker select:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}

.ui-grid-pager-row-count-picker select[disabled],
.ui-grid-pager-row-count-picker select[readonly] {
    background-color: rgb(238, 238, 238);
}

.ui-grid-pager-row-count-picker select[disabled] {
    cursor: not-allowed;
}

.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
    margin-top: 3px;
}

.ui-grid-pager-count-container {
    flex: 1 1 0%;
    min-width: 130px;
}

.ui-grid-pager-count-container .ui-grid-pager-count {
    float: right;
}

.ui-grid-pager-count-container .ui-grid-pager-count abbr {
    border-bottom: none;
    text-decoration: none;
}

.ui-grid-pinned-container {
    position: absolute;
    display: inline;
    top: 0px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left {
    float: left;
    left: 0px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right {
    float: right;
    right: 0px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
    box-sizing: border-box;
    border-right: 1px solid rgb(174, 174, 174);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    box-sizing: border-box;
    border-right: 1px solid rgb(174, 174, 174);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: rgb(212, 212, 212);
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: rgb(174, 174, 174);
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: rgb(174, 174, 174);
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
    box-sizing: border-box;
    border-left: 1px solid rgb(174, 174, 174);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
    box-sizing: border-box;
    border-left: 1px solid rgb(174, 174, 174);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
    width: 1px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
    background-color: rgb(212, 212, 212);
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: rgb(174, 174, 174);
}

.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
    left: -1px;
    width: 1px;
    background-color: rgb(174, 174, 174);
}

.ui-grid-column-resizer {
    top: 0px;
    bottom: 0px;
    width: 5px;
    position: absolute;
    cursor: col-resize;
}

.ui-grid-column-resizer.left {
    left: 0px;
}

.ui-grid-column-resizer.right {
    right: 0px;
}

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 1px solid rgb(212, 212, 212);
}

.ui-grid[dir="rtl"] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 0px;
}

.ui-grid[dir="rtl"] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
    border-left: 1px solid rgb(212, 212, 212);
}

.ui-grid.column-resizing {
    cursor: col-resize;
    user-select: none;
}

.ui-grid.column-resizing .ui-grid-resize-overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: rgb(174, 174, 174);
}

.ui-grid-row-saving .ui-grid-cell {
    color: rgb(132, 132, 132) !important;
}

.ui-grid-row-dirty .ui-grid-cell {
    color: rgb(97, 11, 56);
}

.ui-grid-row-error .ui-grid-cell {
    color: red !important;
}

.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell {
    background-color: rgb(201, 221, 225);
}

.ui-grid-disable-selection {
    user-select: none;
    cursor: default;
}

.ui-grid-enable-text-selection .ui-grid-disable-selection {
    user-select: text;
    cursor: auto;
}

.ui-grid-selection-row-header-buttons {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.ui-grid-selection-row-header-buttons::before {
    opacity: 0.1;
}

.ui-grid-selection-row-header-buttons.ui-grid-row-selected::before,
.ui-grid-selection-row-header-buttons.ui-grid-all-selected::before {
    opacity: 1;
}

.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
    cursor: pointer;
    opacity: 1;
}

.ui-grid-tree-header-row {
    font-weight: bold !important;
}

.ui-grid-tree-header-row .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: all;
}

.ui-grid-cell-contents.invalid {
    border: 1px solid rgb(252, 143, 143);
}

.ui-grid-empty-message {
    position: absolute;
    top: 60px;
    opacity: 0.25;
    font-size: 2.5em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    overflow-wrap: break-word;
}

.toast-message a,
.toast-message label {
    color: rgb(255, 255, 255);
}

.toast-message a:hover {
    color: rgb(204, 204, 204);
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    opacity: 0.8;
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

button.toast-close-button {
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border: 0px;
    appearance: none;
}

.toast-top-center {
    top: 0px;
    right: 0px;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.toast-top-full-width {
    top: 0px;
    right: 0px;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
}

#toast-container * {
    box-sizing: border-box;
}

#toast-container .toast {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: rgb(153, 153, 153) 0px 0px 12px;
    color: rgb(255, 255, 255);
    opacity: 0.8;
}

#toast-container .toast:hover {
    box-shadow: rgb(0, 0, 0) 0px 0px 12px;
    opacity: 1;
    cursor: pointer;
}

#toast-container .toast.toast-info {
    background-image: url("./resources/a853eafd1914b3082a99a2cc896e0537.png") !important;
}

#toast-container .toast.toast-error {
    background-image: url("./resources/ea43512e29371f01c6a3f70100a1199e.png") !important;
}

#toast-container .toast.toast-success {
    background-image: url("./resources/4a21bea871191e6c1d0806ac77bbc3f0.png") !important;
}

#toast-container .toast.toast-warning {
    background-image: url("./resources/87467b7d31c940af40a94ab56e47323d.png") !important;
}

#toast-container.toast-top-center .toast,
#toast-container.toast-bottom-center .toast {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#toast-container.toast-top-full-width .toast,
#toast-container.toast-bottom-full-width .toast {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.toast {
    background-color: rgb(3, 3, 3);
}

.toast-success {
    background-color: rgb(81, 163, 81);
}

.toast-error {
    background-color: rgb(189, 54, 47);
}

.toast-info {
    background-color: rgb(47, 150, 180);
}

.toast-warning {
    background-color: rgb(248, 148, 6);
}

progress-bar {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}

div[toast] {
    opacity: 1 !important;
}

div[toast].ng-enter {
    transition: opacity 0.3s linear;
    opacity: 0 !important;
}

div[toast].ng-enter.ng-enter-active {
    opacity: 1 !important;
}

div[toast].ng-leave {
    opacity: 1;
    transition: opacity 0.3s linear;
}

div[toast].ng-leave.ng-leave-active {
    opacity: 0 !important;
}

@media (max-width: 240px) {
    #toast-container .toast.div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media (min-width: 241px) and (max-width: 480px) {
    #toast-container .toast.div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #toast-container .toast.div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

.ui-select-highlight {
    font-weight: bold;
}

.ui-select-offscreen {
    clip: rect(0px, 0px, 0px, 0px) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0px !important;
    left: 0px !important;
    top: 0px !important;
}

.ng-dirty.ng-invalid>a.select2-choice {
    border-color: rgb(212, 73, 80);
}

.select2-result-single {
    padding-left: 0px;
}

.select2-locked>.select2-search-choice-close {
    display: none;
}

.select-locked>.ui-select-match-close {
    display: none;
}

.selectize-input.selectize-focus {
    border-color: rgb(0, 127, 187) !important;
}

.selectize-control>.selectize-input>input {
    width: 100%;
}

.selectize-control>.selectize-dropdown {
    width: 100%;
}

.ng-dirty.ng-invalid>div.selectize-input {
    border-color: rgb(212, 73, 80);
}

.btn-default-focus {
    color: rgb(51, 51, 51);
    background-color: rgb(235, 235, 235);
    border-color: rgb(173, 173, 173);
    text-decoration: none;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}

.ui-select-bootstrap .ui-select-toggle {
    position: relative;
}

.ui-select-bootstrap .ui-select-toggle>.caret {
    position: absolute;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -2px;
}

.input-group>.ui-select-bootstrap.dropdown {
    position: static;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
    border-radius: 4px 0px 0px 4px;
}

.ui-select-bootstrap>.ui-select-match {
    text-align: left;
}

.ui-select-bootstrap>.ui-select-match>.caret {
    position: absolute;
    top: 45%;
    right: 15px;
}

.ui-select-bootstrap>.ui-select-choices {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px 3px 0px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    border: none;
    outline: none;
    height: 1.66667em;
    margin-bottom: 3px;
    background-color: transparent !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.6em;
    line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    outline: 0px;
    margin: 0px 3px 3px 0px;
}

.ui-select-multiple .ui-select-match-item {
    position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    height: 100%;
    margin-right: 2px;
    border-left: 1px solid rgb(66, 139, 202);
}

.ui-select-multiple .ui-select-match-item.dropping-after::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    height: 100%;
    margin-left: 2px;
    border-right: 1px solid rgb(66, 139, 202);
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover,
.ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: rgb(38, 38, 38);
    background-color: rgb(66, 139, 202) !important;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: 0px;
    background-color: rgb(66, 139, 202);
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
    border-color: rgb(212, 73, 80);
}

#qtip-overlay.blurs,
.qtip-close {
    cursor: pointer;
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0px;
}

.qtip-content,
.qtip-titlebar {
    position: relative;
    overflow: hidden;
}

.qtip-content {
    padding: 5px 9px;
    text-align: left;
    overflow-wrap: break-word;
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0px 0px 1px;
    font-weight: 700;
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0px !important;
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    outline: 0px;
    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    text-align: center;
    text-indent: 0px;
    font: 700 10px / 13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat;
}

.qtip-default {
    border: 1px solid rgb(241, 208, 49);
    background-color: rgb(255, 255, 163);
    color: rgb(85, 85, 85);
}

.qtip-default .qtip-titlebar {
    background-color: rgb(255, 239, 147);
}

.qtip-default .qtip-icon {
    border-color: rgb(204, 204, 204);
    background: rgb(241, 241, 241);
    color: rgb(119, 119, 119);
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: rgb(170, 170, 170);
    color: rgb(17, 17, 17);
}

.qtip-light {
    background-color: rgb(255, 255, 255);
    border-color: rgb(226, 226, 226);
    color: rgb(69, 69, 69);
}

.qtip-light .qtip-titlebar {
    background-color: rgb(241, 241, 241);
}

.qtip-dark {
    background-color: rgb(80, 80, 80);
    border-color: rgb(48, 48, 48);
    color: rgb(243, 243, 243);
}

.qtip-dark .qtip-titlebar {
    background-color: rgb(64, 64, 64);
}

.qtip-dark .qtip-icon {
    border-color: rgb(68, 68, 68);
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: rgb(48, 48, 48);
}

.qtip-cream {
    background-color: rgb(251, 247, 170);
    border-color: rgb(249, 233, 142);
    color: rgb(162, 125, 53);
}

.qtip-red,
.qtip-red .qtip-icon,
.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: rgb(217, 82, 82);
}

.qtip-cream .qtip-titlebar {
    background-color: rgb(240, 222, 125);
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0px;
}

.qtip-red {
    background-color: rgb(247, 139, 131);
    color: rgb(145, 35, 35);
}

.qtip-red .qtip-titlebar {
    background-color: rgb(240, 109, 101);
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0px;
}

.qtip-green {
    background-color: rgb(202, 237, 158);
    border-color: rgb(144, 217, 63);
    color: rgb(63, 98, 25);
}

.qtip-green .qtip-titlebar {
    background-color: rgb(176, 222, 120);
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0px;
}

.qtip-blue {
    background-color: rgb(229, 246, 254);
    border-color: rgb(173, 217, 237);
    color: rgb(94, 153, 189);
}

.qtip-blue .qtip-titlebar {
    background-color: rgb(208, 233, 245);
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0px;
}

.qtip-shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px 1px;
}

.qtip-bootstrap,
.qtip-rounded,
.qtip-tipsy {
    border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
    border-radius: 4px 4px 0px 0px;
}

.qtip-youtube {
    border-radius: 2px;
    box-shadow: rgb(51, 51, 51) 0px 0px 3px;
    color: rgb(255, 255, 255);
    border: 0px solid transparent;
    background: -webkit-linear-gradient(top, rgb(74, 74, 74) 0px, rgb(0, 0, 0) 100%) rgb(74, 74, 74);
}

.qtip-youtube .qtip-titlebar {
    background-color: rgba(0, 0, 0, 0);
}

.qtip-youtube .qtip-content {
    padding: 0.75em;
    font: 12px arial, sans-serif;
}

.qtip-youtube .qtip-icon {
    border-color: rgb(34, 34, 34);
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: rgb(48, 48, 48);
}

.qtip-jtools {
    background: -webkit-linear-gradient(top, rgb(113, 113, 113), rgb(35, 35, 35)) rgba(0, 0, 0, 0.7);
    border: 2px solid rgb(241, 241, 241);
    border-radius: 2px;
    box-shadow: rgb(51, 51, 51) 0px 0px 12px;
}

.qtip-jtools .qtip-titlebar {
    background-color: transparent;
}

.qtip-jtools .qtip-content {}

.qtip-jtools .qtip-content,
.qtip-jtools .qtip-titlebar {
    background: 0px 0px;
    color: rgb(255, 255, 255);
    border: 0px dashed transparent;
}

.qtip-jtools .qtip-icon {
    border-color: rgb(85, 85, 85);
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: rgb(51, 51, 51);
}

.qtip-cluetip {
    box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 5px;
    background-color: rgb(217, 217, 194);
    color: rgb(17, 17, 17);
    border: 0px dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
    background-color: rgb(135, 135, 106);
    color: rgb(255, 255, 255);
    border: 0px dashed transparent;
}

.qtip-cluetip .qtip-icon {
    border-color: rgb(128, 128, 100);
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: rgb(105, 105, 82);
    color: rgb(105, 105, 82);
}

.qtip-tipsy {
    background: rgba(0, 0, 0, 0.87);
    color: rgb(255, 255, 255);
    border: 0px solid transparent;
    font-size: 11px;
    font-family: "Lucida Grande", sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: rgb(0, 0, 0) 0px 1px;
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0px 10px;
    background-color: transparent;
}

.qtip-tipsy .qtip-content {
    padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
    border-color: rgb(34, 34, 34);
    text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: rgb(48, 48, 48);
}

.qtip-tipped {
    border: 3px solid rgb(149, 159, 169);
    border-radius: 3px;
    background-color: rgb(249, 249, 249);
    color: rgb(69, 69, 69);
    font-weight: 400;
    font-family: serif;
}

.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0px;
    color: rgb(255, 255, 255);
    background: -webkit-linear-gradient(top, rgb(58, 121, 184), rgb(46, 98, 157)) rgb(58, 121, 184);
}

.qtip-tipped .qtip-icon {
    border: 2px solid rgb(40, 85, 137);
    background: rgb(40, 85, 137);
}

.qtip-tipped .qtip-icon .ui-icon {
    background-color: rgb(251, 251, 251);
    color: rgb(85, 85, 85);
}

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: rgb(51, 51, 51);
    padding: 1px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
    background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: rgb(247, 247, 247);
    border-bottom: 1px solid rgb(235, 235, 235);
    border-radius: 5px 5px 0px 0px;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none;
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
    background: 0px 0px;
}

.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    opacity: 0.2;
}

#qtip-overlay,
#qtip-overlay div {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
}

.qtip .qtip-tip {
    margin: 0px auto;
    overflow: hidden;
    z-index: 10;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: rgb(18, 52, 86);
    background: 0px 0px;
    border: 0px dashed transparent;
}

.qtip .qtip-tip canvas {
    top: 0px;
    left: 0px;
}

.qtip .qtip-tip .qtip-vml {
    display: inline-block;
    visibility: visible;
}

#qtip-overlay {
    position: fixed;
}

#qtip-overlay div {
    position: absolute;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
}

.qtipmodal-ie6fix {
    position: absolute !important;
}

.bootstrap-tagsinput {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    display: inline-block;
    padding: 4px 6px;
    color: rgb(85, 85, 85);
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0px 6px;
    margin: 0px;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: rgb(119, 119, 119);
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: rgb(255, 255, 255);
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

#loader-container {
    position: fixed;
    inset: 0px;
    z-index: 10002;
}

#loader-container .loader-container-overlay {
    position: absolute;
    inset: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.1;
    transition: 0.12s ease-in-out;
}

#loader-container.d-none .loader-container-overlay {
    opacity: 0;
}

img.cw-loader {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -100px;
}

.loader {
    width: 131px;
    height: 3px;
    background: rgb(238, 238, 238);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader .innerloader {
    height: 100%;
    width: 100px;
    position: relative;
    left: -50px;
    background: rgb(0, 131, 69);
    animation: 1.5s ease 0s infinite normal none running move1;
}

@-webkit-keyframes move1 {
    50% {
        left: 70px;
    }
}

@keyframes move1 {
    50% {
        left: 70px;
    }
}

.cube-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sk-fading-circle .sk-circle::before {
    content: "";
    display: block;
    margin: 0px auto;
    width: 15%;
    height: 15%;
    background-color: rgb(96, 125, 139);
    border-radius: 100%;
    animation: 1.2s ease-in-out 0s infinite normal both running sk-circleFadeDelay;
}

.sk-fading-circle .sk-circle2 {
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2::before {
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3::before {
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4::before {
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5::before {
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6::before {
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7::before {
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8::before {
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9::before {
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10::before {
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11::before {
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12::before {
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.cw-loader .loader-container-overlay {
    position: absolute;
    inset: 0px;
}

@-webkit-keyframes metro-slide {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}

@keyframes metro-slide {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}

@-webkit-keyframes metro-opacity {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes metro-opacity {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.preloader-metro {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.preloader-metro.color-style>.circle {
    background-color: rgb(27, 161, 226);
}

.preloader-metro>.circle {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    margin-left: 5px;
    animation: 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) 0s infinite normal none running metro-slide, 2s ease-in-out 0s infinite alternate none running metro-opacity;
}

.preloader-metro.color-style>.circle:nth-child(2) {
    background-color: rgb(250, 104, 0);
}

.preloader-metro>.circle:nth-child(2) {
    animation-delay: 0.8s;
}

.preloader-metro.color-style>.circle:nth-child(3) {
    background-color: rgb(96, 169, 23);
}

.preloader-metro>.circle:nth-child(3) {
    animation-delay: 0.7s;
}

.preloader-metro.color-style>.circle:nth-child(4) {
    background-color: rgb(206, 53, 44);
}

.preloader-metro>.circle:nth-child(4) {
    animation-delay: 0.6s;
}

.preloader-metro.color-style>.circle:nth-child(5) {
    background-color: rgb(227, 200, 0);
}

.preloader-metro>.circle:nth-child(5) {
    animation-delay: 0.5s;
}

.padding-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-left-none {
    padding-left: 0px !important;
}

.padding-right-none {
    padding-right: 0px !important;
}

.listview-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.cw-listview {
    height: 100%;
    overflow-y: auto;
    border: 1px solid rgb(245, 245, 245);
    padding: 0px;
}

.cw-listview-no-paging {
    height: calc(100% - 60px);
    max-height: 77vh;
    overflow-y: auto;
    border: 1px solid rgb(245, 245, 245);
    padding: 0px;
}

.cw-listview .cw-list-item {
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-height: 45px;
}

.cw-listview .cw-list-item.cw-list-inline {
    display: inline-block;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 180px;
}

.cw-listview .cw-list-item.cw-list-block {
    display: block;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.cw-listview .cw-list-item.cw-list-inline:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.15) 0px 4px 12px;
}

.cw-listview .cw-list-item.cw-list-block:hover {
    background-color: rgb(236, 241, 251) !important;
}

.cw-listview .cw-list-item.cw-list-block.selected {
    background-color: rgb(201, 221, 225) !important;
}

.cw-listview .cw-list-item.cw-list-inline.selected {
    background: rgb(248, 224, 111) !important;
}

.paging-wrapper {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(245, 245, 245);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.paging-wrapper ul {
    flex: 1 1 0%;
    margin: 0px !important;
}

.paging-wrapper ul li {
    margin: 0px !important;
}

.paging-wrapper ul button {
    color: rgb(41, 41, 255);
    padding: 15px;
    border: none !important;
    background-color: transparent !important;
}

.paging-wrapper ul button:hover {
    cursor: pointer;
    color: rgb(68, 68, 68);
}

.paging-wrapper .pagination .active button {
    color: rgb(0, 86, 160) !important;
    box-shadow: rgb(0, 86, 160) 0px 3px inset;
}

.pagination>.disabled>button {
    pointer-events: none;
}

.cw-pagination-item-number {
    margin: auto;
}

@media screen and (max-width: 375px) {
    .paging-wrapper ul button {
        padding: 15px 9px;
    }
}

.cw-filter-builder {
    z-index: 1001;
    background: rgb(255, 255, 255);
    border: none;
    transition: 0.5s ease-in-out;
    min-width: 600px;
    overflow-y: auto;
    max-width: calc(-130px + 100vw);
}

.cw-filter-builder.mobile {
    min-width: 300px;
}

.cw-filter-builder .filter-header {
    padding: 5px 0px;
    background-color: rgb(244, 244, 244);
}

.cw-filter-builder.mobile .filter-header {
    display: flex;
    justify-content: space-between;
}

.cw-filter-builder.zoom {
    z-index: 1001;
    background: rgb(255, 255, 255);
    border: none;
    transition: 0.5s ease-in-out;
}

.cw-filter-builder.zoom .cw-filter-content {
    height: 350px;
}

.cw-filter-builder .cw-filter-content {
    overflow-y: auto;
    max-height: calc(-180px + 100vh);
}

.cw-filter-builder .cw-filter-footer {
    margin-bottom: 5px;
}

.cw-filter-builder fieldset {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.cw-filter-builder legend {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0px 5px;
    width: auto !important;
}

.cw-filter-builder legend span {
    padding: 3px;
    margin: 2px;
    cursor: pointer;
}

.cw-filter-builder .form-row,
.cw-filter-builder .form-group {
    margin-bottom: 13px;
}

.cw-filter-builder .filter-group .filter-icon-group,
.cw-filter-builder .filter-group .filter-icon {
    font-size: 0.8em;
}

.cw-filter-builder .filter-icon-group {
    position: relative;
}

.cw-filter-builder .filter-icon-group .fa-align-justify {
    opacity: 0.5;
}

.cw-filter-builder .filter-icon-group .fa-filter {
    position: absolute;
    top: 0.8em;
    left: 0.5em;
    font-size: 0.8em;
}

.cw-filter-builder .filter-group .filter-icon-group .fa-filter {
    position: absolute;
    bottom: 5px;
    right: 3px;
    font-size: 0.8em;
}

.cw-filter-builder .filter-group button {
    padding: 5px;
}

.cw-filter-builder .multi-select .dropdown-menu {
    width: auto;
}

cw-filter-builder.dropdown-menu.show {
    z-index: 1001;
}

.cw-filter-builder .btn-expand>span {
    display: none;
}

.cw-filter-builder.mobile .btn-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: smaller;
    padding-left: 8px;
    padding-right: 8px;
}

.cw-filter-builder.mobile .btn-expand>span {
    display: initial;
}

.cw-filter-builder.mobile .btn-remove {
    padding-right: 0px;
    padding-left: 4px;
}

.cw-filter-builder.mobile .filter-header .filter-icon-group {
    margin-top: -4px;
}

.cw-filter-builder.mobile .col,
.cw-filter-builder.mobile .col-12 {
    padding-left: 6px;
    padding-right: 6px;
}

.cw-filter-builder.mobile .row {
    margin-left: -6px;
    margin-right: -6px;
}

.cw-filter-builder.mobile .form-row {
    padding-left: 4px;
}

.cw-filter-builder.mobile input.form-control,
.cw-filter-builder.mobile select.form-control,
.cw-filter-builder.mobile a.form-control,
.cw-filter-builder.mobile textarea.form-control,
.cw-filter-builder.mobile div.form-control {
    padding-left: 0px;
    padding-right: 0px;
    font-size: smaller;
}

.cw-filter-builder.mobile .form-row>.col,
.cw-filter-builder.mobile .form-row>[class*="col-"] {
    padding-right: 1px;
    padding-left: 1px;
}

.flex-grow {
    flex: 1 1 0%;
}

.auto-height-by-container .flex-grow-list-view {
    flex: 1 1 1px;
}

.flex-1 {
    flex: 1 1 0%;
}

.title-wrapper {
    display: flex;
    align-items: center;
}

.title-wrapper .title {
    font-weight: 400;
    font-size: 23px;
}

.widget {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 15px;
    border-color: rgb(221, 221, 221);
    position: relative;
}

.widget.widget-table {
    overflow: hidden;
}

.widget.widget-hide-header {
    border: none;
    background: none;
}

.widget.widget-focus-enabled {
    z-index: 999;
    position: relative;
}

.widget.widget-quick-note .widget-content {
    padding: 0px;
}

.widget.widget-quick-note input.title,
.widget.widget-quick-note textarea {
    box-shadow: none;
    border: none;
    resize: none;
}

.widget.widget-quick-note input.title {
    font-weight: 700;
}

.widget.widget-quick-note textarea:focus {
    outline: none;
}

.widget.quick-note-create .widget-footer {
    display: none;
}

.widget.quick-note-saved:hover {
    cursor: pointer;
}

.widget .widget-header {
    padding: 0px 15px;
    height: 35px;
    background-color: rgb(244, 244, 244);
    border: 1px solid rgb(221, 221, 221);
}

.widget .widget-header h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    margin: 0px;
    line-height: 35px;
    float: left;
}

@media screen and (max-width: 480px) {
    .widget .widget-header h3 {
        float: none;
    }
}

.widget .widget-header i {
    margin-right: 5px;
}

.widget .widget-header em {
    float: left;
    font-size: 0.9em;
    color: rgb(164, 164, 164);
    line-height: 35px;
    margin-left: 4px;
}

@media screen and (max-width: 1279px) {
    .widget .widget-header em {
        display: none;
    }
}

.widget .widget-header .btn-help {
    float: left;
    padding: 0px;
    position: relative;
    top: 3px;
    left: 3px;
}

@media screen and (max-width: 1279px) {
    .widget .widget-header .btn-help {
        display: none;
    }
}

.widget .widget-header .btn-group>a {
    color: rgb(85, 85, 85);
}

.widget .widget-header .widget-header-toolbar {
    float: right;
    width: auto;
    height: 35px;
    border-left: 1px solid rgb(221, 221, 221);
    padding-left: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 480px) {
    .widget .widget-header .widget-header-toolbar {
        display: block;
        float: none;
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
    }
}

.widget .widget-header .widget-header-toolbar>a {
    margin-left: 5px;
}

.widget .widget-header .widget-header-toolbar.btn-init-hide {
    display: none;
}

.widget .widget-header .widget-header-toolbar.process-status {
    border-left: none;
}

.widget .widget-header .widget-header-toolbar.process-status i {
    font-size: 15px;
    line-height: 35px;
    margin-right: 0px;
}

.widget .widget-header .widget-header-toolbar.process-status span {
    display: none;
}

.widget .widget-header .widget-header-toolbar .control-title {
    font-size: 0.9em;
    color: rgb(164, 164, 164);
    position: relative;
    top: 1px;
}

.widget .widget-header .widget-header-toolbar .label {
    position: relative;
    top: 8px;
}

.widget .widget-header .widget-header-toolbar .toolbar-item-group {
    padding-top: 0.3em;
    height: 100%;
}

.widget .widget-header .widget-header-toolbar .toolbar-item-group .label {
    position: relative;
    top: 1px;
}

.widget .widget-header .widget-header-toolbar .toolbar-item-group .multiselect {
    margin-top: 0px;
}

.widget .widget-header .widget-header-toolbar .btn,
.widget .widget-header .widget-header-toolbar .btn-borderless {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}

.widget .widget-header .widget-header-toolbar .btn-borderless {
    padding-top: 5px;
}

.widget .widget-header .widget-header-toolbar .btn-borderless i {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.widget .widget-header .widget-header-toolbar .btn {
    margin-top: 5px;
}

.widget .widget-header .widget-header-toolbar .btn.btn-sm {
    padding: 0px 10px;
}

.widget .widget-header .widget-header-toolbar .btn.btn-sm i {
    width: 10px;
    height: 12px;
}

.widget .widget-header .widget-header-toolbar .progress {
    width: 150px;
    height: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.widget .widget-header .widget-header-toolbar .progress .progress-bar {
    font-size: 10px;
    line-height: 1.5;
}

.widget .widget-content.widget-content-no-panel {
    border: none;
    background-color: inherit;
    box-shadow: none !important;
    padding: 0px !important;
}

.widget .widget-content {
    display: flex;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border-right: 1px solid rgb(218, 223, 233);
    border-bottom: 1px solid rgb(218, 223, 233);
    border-left: 1px solid rgb(218, 223, 233);
    border-image: initial;
    border-top: none;
}

.widget .widget-content h4 {
    font-size: 14px;
}

.widget .widget-content h5 {
    font-size: 13px;
}

.widget .widget-content h6 {
    font-size: 12px;
}

.widget .widget-footer {
    padding: 7px 10px;
    border-top: 1px solid rgb(240, 240, 240);
    background-color: rgb(247, 247, 247);
}

.search-form {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.ui-grid-pager-row-count-label {
    display: none;
}

.grid-layout.fixed-height:not(.Custom) {
    height: 400px;
}

.grid-layout.fixed-height.Custom {
    height: auto;
}

.grid-layout.fixed-height>* {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ui-grid-cell {
    border-right: none;
}

.ui-grid-header {
    border-bottom: 2px solid rgb(218, 223, 233);
}

.ui-grid-header-cell {
    vertical-align: bottom;
    border-right: none;
}

.ui-grid-header-cell:hover {
    border-right: 1px solid rgb(212, 212, 212);
}

.ui-grid-cell-contents {
    padding: 0.5rem;
    border-top: 1px solid rgb(218, 223, 233);
    line-height: 28px;
}

.ui-grid-header-cell .ui-grid-cell-contents {
    border-top: none;
}

.ui-grid {
    height: 100%;
    border: none;
}

.ui-grid-cell-contents:focus {
    outline: auto;
}

.ui-grid-top-panel {
    background: none;
}

.ui-grid-row:nth-child(2n+1) .ui-grid-cell,
.ui-grid-row:nth-child(2n) .ui-grid-cell {
    background: none;
}

.ui-grid-render-container-body:not(.vertical-table-mobile) .ui-grid-row:first-child .ui-grid-cell-contents {
    border-top: none;
}

.ui-grid-render-container-body.vertical-table-mobile .ui-grid-cell-contents {
    padding: unset;
    border-top: unset;
    line-height: unset;
}

.ui-grid-render-container-body.vertical-table-mobile .ui-grid-cell-contents-responsive {
    padding: 0.5rem;
    border-top: 1px solid rgb(218, 223, 233);
    line-height: 28px;
}

.ui-grid-render-container-body.vertical-table-mobile .ui-grid-row:nth-child(2n+1) .ui-grid-cell,
.ui-grid-render-container-body.vertical-table-mobile .ui-grid-row:nth-child(2n) .ui-grid-cell {
    max-width: 100%;
    min-width: 100%;
    text-align: right;
    box-sizing: border-box;
}

.ui-grid-render-container-body.vertical-table-mobile .ui-grid-row:nth-child(2n+1) .ui-grid-cell .ui-grid-cell-contents-responsive span,
.ui-grid-render-container-body.vertical-table-mobile .ui-grid-row:nth-child(2n) .ui-grid-cell .ui-grid-cell-contents-responsive span {
    float: left;
    font-weight: bold;
    width: 30%;
    text-align: left;
    margin-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    display: inline-block !important;
}

.ui-grid-render-container-body.vertical-table-mobile .ui-grid-row:nth-child(2n):not(:hover) .ui-grid-cell .ui-grid-cell-contents-responsive {
    background: rgb(240, 248, 255);
}

.ui-grid-render-container-body.vertical-table-mobile .ui-grid-row:nth-child(2n),
.ui-grid-render-container-body.vertical-table-mobile .ui-grid-row:nth-child(2n+1) {
    border-top: 3px double rgb(174, 211, 171);
}

.ui-grid-render-container-body.vertical-table-mobile .ui-grid-viewport,
.ui-grid-render-container-body.vertical-table-mobile .ui-grid-canvas {
    width: 100% !important;
}

.ui-grid-render-container-body.vertical-table-mobile .ui-grid-header {
    display: none;
}

.widget {
    border: 0px !important;
}

.filled-layout .widget {
    margin-bottom: 0px;
    height: 100% !important;
}

.widget-content-wrapper.collapse {
    display: none !important;
}

.widget-content-wrapper.collapse.show {
    display: flex !important;
}

.cursor-pointer {
    cursor: pointer;
}

#custom-widget-content> :first-child {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.widget-wrapper {
    display: flex;
    flex-direction: column;
}

.widget-wrapper.full-height {
    max-height: calc(-12.9rem + 100vh) !important;
    height: calc(-12.9rem + 100vh) !important;
}

.widget-wrapper> :first-child {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.modal-dialog #page-dialog-content>*>.container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pageModal .modal-dialog .modal-content .modal-header {
    padding: 0px;
}

.item-adding {
    animation: 125ms cubic-bezier(0.8, 0, 0.2, 1) 0s 16 alternate none running to-yellow;
}

@-webkit-keyframes to-yellow {
    100% {
        background: rgb(255, 246, 190);
    }
}

@keyframes to-yellow {
    100% {
        background: rgb(255, 246, 190);
    }
}

.cw-listview .cw-list-item.cw-list-block.item-deleted,
.cw-listview .cw-list-item.cw-list-inline.item-deleted,
.cw-listview .cw-list-item.cw-list-block.selected.item-deleted,
.cw-listview .cw-list-item.cw-list-inline.selected.item-deleted {
    background-color: rgb(244, 163, 164) !important;
}

.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell.item-deleted {
    background-color: rgb(244, 163, 164) !important;
}

.ui-grid-row>[ui-grid-row]>.ui-grid-cell.row-dirty {
    background-color: rgb(223, 236, 193) !important;
}

.widget-backdrop {
    position: absolute;
    inset: 0px;
    opacity: 0.5;
    background-color: rgb(233, 236, 239);
    cursor: not-allowed;
    z-index: 2;
}

.filled-layout.fixed-height {
    flex: 1 1 0%;
    height: auto;
}

#cw-content-wrapper .cw-dynamic-page {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.custom-control-inline {
    align-content: center;
}

.navbar-nav a[aria-expanded="true"] {
    background: transparent;
}

.widget-collapsed {
    flex: 0 0 auto;
    height: auto !important;
}

.widget-content .nav-tabs.mobile {
    border-bottom: 2px solid rgb(221, 221, 221);
    min-height: 38.6px;
}

.widget-content .nav-tabs.mobile>li>a {
    border: none;
    position: relative;
    background-color: transparent !important;
}

.widget-content .nav-tabs.mobile>li>a::after {
    content: "";
    background: rgb(62, 74, 89);
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: 250ms;
    margin: 0px;
    border: 0px;
    transform: scale(0);
}

.widget-content .nav-tabs.mobile>li>a.active::after,
.widget-content .nav-tabs.mobile>li:hover>a::after {
    transform: scale(1);
}

.tab-pane>.filled-layout>div {
    flex: 1 1 1px;
    flex-direction: column !important;
}

.tab-pane>.filled-layout>div>.filled-container {
    height: 100%;
}

.fixed-height.Custom {
    overflow: hidden auto;
}

.widget-content>cw-workflow-shell {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}

.widget-content>cw-workflow-shell .wf-activity-section {
    height: auto;
}

.widget-content>cw-workflow-shell .fullheightnoheader {
    flex: 1 1 0%;
}

.widget-content>cw-workflow-shell .fullheightnoheader .wf-activity-section {
    flex: 1 1 1px;
}

.widget-content>cw-workflow-shell .step-panel {
    flex: 1 1 1px;
}

.widget-content>cw-workflow-shell .modal-body {
    display: flex;
    flex-direction: column;
}

.pageModal.mediumModal .modal-dialog {
    max-width: 75%;
    height: 75vh;
}

.workflowModal.mediumModal .modal-dialog {
    max-width: 75%;
}

.pageModal.smallModal .modal-dialog,
.pageModal .modal-dialog {
    max-width: 800px;
    height: 60vh;
}

.pageModal .modal-dialog .modal-content {
    height: 100%;
}

.modal-dialog .title-wrapper {
    display: flex;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(233, 236, 239);
    background: rgb(44, 48, 57);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 0px;
    align-items: center;
}

.modal-dialog .title-wrapper .title {
    font-size: 16px;
    margin: 0px;
    line-height: 1.5;
}

.modal-dialog #page-dialog-content>*>.container-fluid {
    padding: 0px !important;
}

.modal-dialog #page-dialog-content>*>.container-fluid>div.row:first-child {
    margin: 0px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.modal-dialog #page-dialog-content>*>.container-fluid>div.row:first-child>div {
    padding: 0px;
}

.modal-dialog #page-dialog-content>*>.container-fluid>div.page-row {
    margin: 60px 0px 0px !important;
}

.modal-dialog #page-dialog-content>*>.container-fluid>div.d-flex {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
    margin-bottom: 15px;
    overflow: auto;
}

.pageModal .modal-header {
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 2;
    border-bottom: 0px;
}

.filled-container .grid-layout.fixed-height {
    flex: 1 1 0%;
    height: auto;
}

.grid-layout .filled-container .page-row:last-child {
    margin-bottom: 0px !important;
}

.field-required {
    margin-left: 5px;
    color: rgb(220, 53, 69);
    font-size: 0.75rem;
    top: -3px;
    position: relative;
}

.widget .collapsing {
    transition: none !important;
    display: none !important;
}

.text-field-collapsed {
    width: 36.5px;
}

.text-field-collapsed::-webkit-input-placeholder {
    color: transparent;
}

.icon-search {
    position: absolute;
    top: 0px;
    padding-right: 0px;
    right: 8px !important;
}

.search-field {
    transition: 0.3s;
}

.btn-search {
    position: absolute;
    top: 0px;
    right: 0px;
}

.modal-dialog #page-dialog-content>*>.container-fluid {
    transform: translateX(0px);
}

.select2-hidden-accessible {
    display: none;
}

.cw-navigation-actions--mobile {
    padding: 15px 15px 0px;
}

.ui-grid-free-height .ui-grid-cell-contents {
    white-space: normal;
}

.ui-grid-free-height [ui-grid-row] {
    display: table-row;
}

.ui-grid-free-height .ui-grid-row,
.ui-grid-free-height .ui-grid-cell {
    height: auto !important;
    min-height: 45px;
}

.ui-grid-free-height .ui-grid-cell {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.choices[data-type*="select-one"] .choices__inner {
    padding: 0.2rem 0.75rem;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    vertical-align: middle;
    min-height: unset;
    height: auto;
    display: block;
    font-size: 0.9rem;
}

.choices__list--single {
    padding: 0px;
    display: block;
}

.multi-select .search-box {
    padding: 0px;
}

.multi-select .search-box input {
    padding: 0.4rem 0.75rem;
    border-left: 0px;
    border-right: 0px;
}

.multi-select.dropdown-menu {
    min-width: 184px;
    margin-top: -1px;
    border: 1px solid rgb(218, 223, 233);
    box-shadow: none;
    z-index: 9999;
}

.multi-select.show .display-box {
    border-color: rgb(96, 125, 139);
}

.multi-select.dropdown-menu.show {
    border-color: rgb(96, 125, 139);
}

.multi-select .display-box {
    padding: 0.2rem 0.75rem;
    background: rgb(255, 255, 255);
    text-align: right;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgb(218, 223, 233);
    position: relative;
    color: rgb(94, 103, 123);
    height: 29.38px;
}

.multi-select .display-box .badge-group {
    position: absolute;
    width: calc(100% - 60px - 1.5rem);
    height: calc(100% - 0.4rem);
    left: 0.75rem;
    display: flex;
    flex-flow: row;
}

.multi-select .display-box .badge-group .custom-badge {
    padding: 0.34rem;
    margin-right: 3px;
    background-color: rgb(227, 228, 228);
    color: rgb(94, 103, 123);
    float: left;
    min-width: 60px;
    max-width: 90px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.multi-select .display-box .badge-total-selected {
    margin-right: 3px;
    padding: 0.34rem;
    top: -1px;
    position: relative;
}

.multi-select .display-box .deselect-all {
    margin-right: 3px;
}

.multi-select .display-box .badge-group .badge-ellipsis {
    float: left;
    font-weight: 600;
}

.multi-select .display-box .badge-text {
    margin-right: 4px;
    max-width: 69px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.multi-select .display-box .close-icon {
    float: right;
    max-width: 6px;
}

.multi-select .display-box .fa {
    color: rgb(94, 103, 123);
}

.multi-select .dropdown-item.active,
.multi-select .dropdown-item:active {
    color: rgb(94, 103, 123);
    background-color: transparent;
}

.multi-select .dropdown-item .custom-checkbox {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-select .selected-items,
.multi-select .available-items {
    max-height: 120px;
    overflow-y: hidden;
}

@media screen and (max-width: 768px) {

    .multi-select .selected-items,
    .multi-select .available-items {
        overflow-y: auto;
    }
}

.multi-select .available-items {
    margin-top: 5px;
    color: rgb(94, 103, 123);
}

.multi-select .no-item,
.multi-select .invalid-input-length {
    padding: 0px 0.75rem 0.2rem;
    color: rgb(94, 103, 123);
}

.multi-select .no-selected-item {
    padding: 0.2rem 0.75rem 0px;
    color: rgb(94, 103, 123);
    margin-bottom: 5px;
}

.scroll-box::-webkit-scrollbar {
    width: 0.6em;
}

.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.scroll-box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.scroll-box:hover {
    overflow: auto;
}

.search-box>input:focus {
    outline: 0px;
    border-color: rgb(218, 223, 233);
    box-shadow: none !important;
}

.search-box .search-icon {
    position: absolute;
    top: 7px;
    right: 12px;
    color: rgb(94, 103, 123);
}

cw-multi-select[disabled] .multi-select .display-box {
    background-color: rgb(233, 236, 239);
    cursor: not-allowed;
}

cw-multi-select[disabled] .multi-select .display-box .custom-badge {
    color: rgb(255, 255, 255);
    background-color: rgb(108, 117, 125);
}

cw-multi-select.ng-dirty.ng-invalid .multi-select .display-box {
    color: rgb(219, 36, 30);
    border: 1px solid rgb(242, 131, 128) !important;
}

.multi-select .dropdown-item .custom-checkbox .custom-control-label {
    width: 100%;
}

.multi-select .placeholder {
    float: left;
    color: rgba(85, 85, 85, 0.5);
}

.multi-select-drop-mask {
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: rgb(255, 255, 255);
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

.navbar {
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
}

.navbar-btn {
    box-shadow: none;
    border: none;
    outline: none !important;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgb(221, 221, 221);
    margin: 40px 0px;
}

#sidebar i,
#sidebar span {
    display: inline-block;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    position: fixed;
    min-width: 250px;
    max-width: 250px;
    background: rgb(44, 48, 57);
    color: rgb(255, 255, 255);
    transition: 0.3s;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0px;
    display: block;
    font-size: 1.5em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    text-align: center;
    height: 71px;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar .sidebar-content {
    flex: 1 1 0%;
    overflow-y: auto;
}

#sidebar ul.components {
    padding-bottom: 20px;
    margin-bottom: 0px;
}

#sidebar div div a {
    padding: 10px;
    display: block;
}

#sidebar div div a:hover {
    color: rgb(44, 48, 57);
    background: rgb(255, 255, 255);
}

#sidebar div div a i {
    margin-right: 10px;
}

#sidebar div div.active>a,
a[aria-expanded="true"] {
    color: rgb(255, 255, 255);
    background: rgb(44, 48, 57);
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar div div a {
    background: rgb(44, 48, 57);
}

#sidebar div.CTAs {
    padding: 20px;
}

#sidebar div.CTAs a {
    text-align: center;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 0.9em !important;
}

a.download {
    background: rgb(255, 255, 255);
    color: rgb(44, 48, 57);
}

a.article,
a.article:hover {
    background: rgb(44, 48, 57) !important;
    color: rgb(255, 255, 255) !important;
}

#content {
    width: 100%;
    min-height: 100dvh;
    transition: 0.3s;
    margin-left: 250px;
    overflow: auto;
}

#content.sidebar-mini {
    margin-left: 80px;
}

@media (max-width: 768px) {
    #sidebar {
        text-align: center;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: -80px !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar {
        margin-left: 0px;
    }

    #sidebarCollapse span {
        display: none;
    }

    #content {
        margin-left: 0px;
        transform: translate3d(250px, 0px, 0px);
    }

    #content.sidebar-mini {
        margin-left: 0px;
        transform: translateZ(0px);
    }
}

.hasChild .nav-link-collapse::after {
    float: right;
    content: "";
    font-family: FontAwesome;
    margin-left: 10px;
}

.hasChild .nav-link-collapse.collapsed::after {
    content: "";
}

.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

@media (max-width: 760px) {
    .sidebar-l .content-wrapper {
        margin-left: 0px;
    }
}

.product-logo {
    background-image: url("./resources/a47c8dee89035b11f0db5986017b7688.png");
    background-position: center center;
    background-repeat: no-repeat;
}

#sidebar.active .product-logo {
    background-image: url("./resources/a47c8dee89035b11f0db5986017b7688.png");
    background-size: 72px 22px;
}

#sidebar.active div div a {
    font-size: 0.85em;
    padding: 10px !important;
}

#sidebar.active .nav-link-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sidebar.active .hasChild .nav-link-collapse::after {
    content: "";
}

#sidebar div div div.sub-item a i {
    display: inline;
}

#sidebar div div a.active {
    color: rgb(44, 48, 57);
    background: rgb(255, 255, 255);
}

#sidebar .nav-item {
    margin: 4px;
}

#sidebar .nav-link {
    display: flex;
    align-items: center;
    min-height: 41px;
}

#sidebar.active .nav-link {
    display: block;
}

#sidebar .nav-link>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 0%;
}

#sidebarCollapse:focus {
    outline: auto;
    box-shadow: none !important;
}

.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
    box-shadow: rgb(153, 153, 153) 2px 2px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.modal-open .modal {
    overflow: hidden;
}

.cw-navigation-menu.modal.fade .modal-dialog {
    margin: 0px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 200px;
    transform: scale(0.1);
    opacity: 0;
    transition: 0.3s;
    transform-origin: right bottom;
}

.cw-navigation-menu.modal.fade.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.cw-navigation-menu .modal-body {
    padding: 0px;
}

.cw-navigation-menu .modal-body .action {
    padding: 10px;
    font-size: 16px;
}

.cw-navigation-menu .modal-body .action i {
    margin-right: 5px;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
}

.notfound .notfound-404 {
    position: relative;
    height: 220px;
}

.notfound .notfound-404 h1 {
    font-family: Kanit, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 186px;
    font-weight: 200;
    margin: 0px;
    background: linear-gradient(130deg, rgb(44, 48, 57), rgb(44, 48, 57)) text;
    color: transparent;
    text-transform: uppercase;
}

.notfound h2 {
    font-family: Kanit, sans-serif;
    font-size: 33px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}

.notfound p {
    font-family: Kanit, sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 25px;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}

body {
    overflow-x: hidden;
    font-size: 0.9rem;
    color: rgb(94, 103, 123);
}

body.fixed-nav {
    padding-top: 0px;
}

a {
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

#mainNav .navbar-collapse {
    overflow: auto;
    max-height: 75vh;
}

#mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    cursor: pointer;
}

#mainNav .navbar-collapse .navbar-sidenav .hasChild .nav-link-collapse::after {
    float: right;
    content: "";
    font-family: FontAwesome;
}

#mainNav .navbar-collapse .navbar-sidenav .hasChild .nav-link-collapse.collapsed::after {
    content: "";
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level {
    padding-left: 0px;
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level>li>a,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level>li>a {
    display: block;
    padding: 0.5em 0px;
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level>li>a:focus,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level>li>a:hover,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level>li>a:focus,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level>li>a:hover {
    text-decoration: none;
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level>li>a {
    padding-left: 1em;
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level>li>a {
    padding-left: 2em;
}

#mainNav .navbar-collapse .sidenav-toggler {
    display: none;
}

#mainNav .navbar-collapse .navbar-nav .nav-item.dropdown>.nav-link {
    position: relative;
    min-width: 45px;
}

#mainNav .navbar-collapse .navbar-nav .nav-item.dropdown>.nav-link .indicator {
    position: absolute;
    top: 2px;
    left: 25px;
    font-size: 10px;
}

#mainNav .navbar-collapse .navbar-nav>.withbadge {
    position: relative;
}

#mainNav .navbar-collapse .navbar-nav>.withbadge>.nav-link .badge {
    position: absolute;
    top: 2px;
    left: 25px;
    font-size: 10px;
}

#mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu>.dropdown-item>.dropdown-message {
    overflow: hidden;
    max-width: none;
    text-overflow: ellipsis;
}

.nocaret>.dropdown-toggle::after {
    display: none;
}

@media (min-width: 761px) {
    #mainNav .navbar-brand {
        padding: 0.3rem 0px;
    }

    #mainNav .navbar-collapse {
        overflow: visible;
        max-height: none;
    }

    #mainNav .navbar-collapse .navbar-sidenav {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden auto;
        flex-direction: column;
        margin-top: 60px;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-item {
        width: 100%;
        padding: 0px;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-item>.nav-link {
        padding: 0.6em 0.4rem 0.6em 1em;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level,
    #mainNav .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level {
        padding-left: 0px;
        list-style: none;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li,
    #mainNav .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li {
        width: 250px;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a,
    #mainNav .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li>a {
        padding: 0.5em 1em;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a {
        padding-left: 2.75em;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li>a {
        padding-left: 3.75em;
    }

    #mainNav .navbar-collapse .navbar-nav .nav-item.dropdown>.nav-link {
        min-width: 0px;
    }

    #mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu>.dropdown-item>.dropdown-message {
        max-width: 300px;
    }
}

#mainNav.fixed-top .sidenav-toggler {
    display: none;
}

@media (min-width: 761px) {
    #mainNav.fixed-top .navbar-sidenav {
        height: calc(-60px + 100vh);
        padding: 1rem 0px;
        width: 250px;
    }

    body.sidenav-toggled #mainNav.fixed-top .navbar-sidenav {
        width: 55px !important;
    }

    #mainNav.fixed-top .sidenav-toggler {
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        overflow: hidden auto;
        flex-direction: column;
        margin-top: calc(-50px + 100vh);
    }

    #mainNav.fixed-top .sidenav-toggler .nav-item {
        width: 250px;
        padding: 0px;
    }

    #mainNav.fixed-top .sidenav-toggler .nav-item>.nav-link {
        padding: 1em;
    }
}

#mainNav.fixed-top.navbar-dark .sidenav-toggler {
    background-color: rgb(33, 37, 41);
}

#mainNav.fixed-top.navbar-dark .sidenav-toggler a i {
    color: rgb(173, 181, 189);
}

#mainNav.fixed-top.navbar-light .sidenav-toggler {
    background-color: rgb(222, 226, 230);
}

#mainNav.fixed-top.navbar-light .sidenav-toggler a i {
    color: rgba(0, 0, 0, 0.5);
}

body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler {
    overflow-x: hidden;
}

body.sidenav-toggled #mainNav.fixed-top #sidenavToggler i {
    transform: scaleX(-1);
}

#mainNav.static-top .sidenav-toggler {
    display: none;
}

@media (min-width: 761px) {
    #mainNav.static-top .sidenav-toggler {
        display: flex;
    }
}

body.sidenav-toggled #mainNav.static-top #sidenavToggler i {
    transform: scaleX(-1);
}

.content-wrapper-fullpage {}

.graybg {
    background: rgb(236, 241, 251);
}

.content-wrapper {
    flex: 1 1 0%;
    padding: 0px;
    overflow-x: hidden;
    background: rgb(248, 249, 252);
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width: 761px) {
    .sidebar-l .content-wrapper {
        margin-left: 0px;
    }
}

#sidenavToggler i {
    font-weight: 800;
}

.navbar-sidenav-tooltip.show {
    display: none;
}

@media (min-width: 761px) {
    body.sidenav-toggled .content-wrapper {
        margin-left: 55px;
    }
}

body.sidenav-toggled .navbar-sidenav {
    overflow-x: hidden;
    width: 55px;
}

body.sidenav-toggled .navbar-sidenav .nav-link-text {
    display: none;
}

body.sidenav-toggled .navbar-sidenav .nav-item,
body.sidenav-toggled .navbar-sidenav .nav-link {
    width: 55px !important;
}

body.sidenav-toggled .navbar-sidenav .nav-item::after,
body.sidenav-toggled .navbar-sidenav .nav-link::after {
    display: none;
}

body.sidenav-toggled .navbar-sidenav-tooltip.show {
    display: flex;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-link-collapse::after {
    color: rgb(94, 103, 123);
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item>.nav-link {
    color: rgb(255, 255, 255);
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item>.nav-link.active {
    color: rgb(94, 103, 123);
    background: rgb(229, 229, 229);
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item>.nav-link:hover {
    color: rgb(94, 103, 123);
    background: rgb(229, 229, 229);
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item>.nav-link>.nav-link-text {
    margin-left: 5px;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li>a {
    color: rgb(255, 255, 255);
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a.active {
    color: rgb(94, 103, 123);
    background: rgb(229, 229, 229);
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a:focus,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a:hover,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li>a:focus,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li>a:hover {
    color: rgb(94, 103, 123);
    background: rgb(229, 229, 229);
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a>.nav-link-text {
    margin-left: 5px;
}

#mainNav.navbar-dark .navbar-collapse .navbar-nav .nav-item.dropdown>.nav-link::after {
    color: rgb(173, 181, 189);
}

.bg-dark {
    background-color: rgb(248, 249, 252) !important;
}

@media (min-width: 761px) {
    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
        background: rgb(44, 48, 57);
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a {
        background-color: rgb(236, 241, 251);
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:focus,
    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:hover {
        color: rgb(255, 255, 255);
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level,
    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level {
        background: rgb(44, 48, 57);
    }
}

#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-link-collapse::after {
    color: rgba(0, 0, 0, 0.5);
}

#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item>.nav-link {
    color: rgba(0, 0, 0, 0.5);
}

#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item>.nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li>a {
    color: rgba(0, 0, 0, 0.5);
}

#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a:focus,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level>li>a:hover,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li>a:focus,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level>li>a:hover {
    color: rgba(0, 0, 0, 0.7);
}

#mainNav.navbar-light .navbar-collapse .navbar-nav .nav-item.dropdown>.nav-link::after {
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 761px) {
    #mainNav.navbar-light .navbar-collapse .navbar-sidenav {
        background: rgb(248, 249, 250);
    }

    #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a {
        color: rgb(0, 0, 0) !important;
        background-color: rgb(233, 236, 239);
    }

    #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:focus,
    #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:hover {
        color: rgb(0, 0, 0);
    }

    #mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item .sidenav-second-level,
    #mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-item .sidenav-third-level {
        background: rgb(248, 249, 250);
    }
}

.card {
    border: 1px solid rgb(218, 223, 233);
    border-radius: 0px;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    transform: rotate(15deg);
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

.card-login {
    max-width: 25rem;
}

.card-register {
    max-width: 40rem;
}

.img-circle {
    border-radius: 50%;
}

.appiconsmenu {
    min-width: 300px;
    padding: 0px;
}

@media (min-width: 768px) {
    .appiconsmenu {
        max-width: 400px;
    }
}

.appiconsmenu .a-area {
    padding: 10px;
}

.appiconsmenu .a-item {
    text-align: center;
}

.appiconsmenu .a-item a {
    display: block;
    padding: 10px 0px;
    color: rgb(119, 119, 119);
    border: 1px solid transparent;
    border-radius: 2px;
    text-decoration: none;
    transition: 0.3s;
}

.appiconsmenu .a-item .ai-icon {
    margin: 0px auto 10px;
    width: 32px;
    height: 32px;
}

.appiconsmenu .a-item .ai-title {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listapp .a-item {
    text-align: center;
}

.listapp .a-item a {
    display: block;
    padding: 25px 0px;
    color: rgb(119, 119, 119);
    border: 0px;
    text-decoration: none;
    transition: 0.3s;
}

.listapp .a-item .ai-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widgetnumber {
    font-size: 40px;
    margin-bottom: 0px;
}

.widgettitle {
    font-size: 14px;
    max-width: 150px;
}

.listnewapp .media {
    margin-bottom: 40px;
}

.listnewapp .media p {
    margin-bottom: 10px;
}

.bigModal {
    height: calc(100vh);
    padding: 0px !important;
}

.bigModal:not([index="0"]) .modal-dialog {
    margin-left: 280px !important;
}

.bigModal:not([index="0"]) .modal-dialog .modal-content {
    box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 3px 0px;
}

.bigModal .modal-dialog {
    margin-left: 40px !important;
}

.bigModal .modal-dialog,
.bigModal .modal-content {
    height: calc(100vh);
    border: none;
    border-radius: 0px;
}

.bigModal .modal-bodyAngular.modal-body {
    padding: 0px;
}

.bigModal.cw-dialog-top .modal-body {
    padding: 0.5rem;
}

.bigModal .modal-bodyAngular.modal-body .fullheightnoheader {
    margin: 0px;
    height: 100%;
    display: flex;
}

.bigModal .close {
    position: fixed;
    left: 12px;
    color: rgb(255, 255, 255);
    display: block;
    z-index: 1;
    top: 0px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    opacity: initial;
    font-size: 2.3rem;
    font-weight: 500;
}

.bigModal .modal-dialog {
    max-width: 100%;
    margin: 0px;
}

#loginDialog .close {
    float: right;
    position: initial;
    display: inline-block;
}

#loginDialog .close span {
    display: block;
}

.vertical-centered-modal-container {
    align-items: center;
    display: flex !important;
}

.overflow-auto {
    overflow: auto;
}

.usercard {
    font-size: 0.75rem;
    cursor: pointer;
}

.usercard .card-body {
    padding: 0.5rem 0px;
}

.usercard .sp,
.usercard .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}

.usercard .row {
    margin-right: -5px;
    margin-left: -5px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

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

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

.navbar-toggler {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.modal-header {
    background: rgb(44, 48, 57);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 0px;
    align-items: center;
}

input.form-control,
select.form-control,
a.form-control,
textarea.form-control,
div.form-control {
    padding: 0.2rem 0.75rem;
    font-size: 0.9rem;
    color: rgb(94, 103, 123);
    border-radius: 0.1px;
    border: 1px solid rgb(218, 223, 233);
    height: auto;
}

input.form-control:focus,
select.form-control:focus,
a.form-control:focus,
textarea.form-control:focus {
    color: rgb(73, 80, 87);
    border-color: rgb(96, 125, 139);
    outline: 0px;
    box-shadow: none !important;
}

#File.ng-dirty.ng-invalid .btn {
    border: 1px solid rgb(242, 131, 128) !important;
}

.form-control.ng-dirty.ng-invalid,
#File.ng-dirty.ng-invalid .form-control,
.canvas-container .ng-invalid-violated-custom-validation .form-control,
.canvas-container .ng-invalid-violated-custom-validation.ng-dirty .cw-select .select2-choice,
.canvas-container .ng-invalid-violated-custom-validation.ng-dirty .form-multi-select .display-box,
.canvas-container .ng-invalid-violated-custom-validation.ng-dirty .custom-control .custom-control-label::before,
.canvas-container .ng-invalid-violated-custom-validation.ng-dirty button.iconpicker {
    color: rgb(219, 36, 30);
    border: 1px solid rgb(242, 131, 128) !important;
}

.form-control.ng-dirty.ng-invalid:focus {
    border: 1px solid rgb(219, 36, 30) !important;
}

@-webkit-keyframes example {
    50% {
        left: 100px;
    }
}

@keyframes example {
    50% {
        left: 100px;
    }
}

label {
    font-weight: 500;
}

label.normal {
    font-weight: normal !important;
}

.col-form-legend {
    font-size: 0.9rem;
    font-weight: 500;
}

select.form-control:not([size]):not([multiple]) {
    height: 1.875rem;
}

hr {
    border-top: 1px solid rgb(218, 223, 233);
    margin-top: 0.5rem;
}

.navbar-nav.ml-auto .nav-link {
    padding: 0.3rem 1rem;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    box-shadow: rgb(204, 204, 204) 2px 2px 5px;
    font-size: 0.9rem;
    z-index: 1001;
}

.dropdown-item {
    padding: 0.25rem 0.5rem;
    color: rgb(94, 103, 123);
}

.saved-filter-dropdown-item {
    display: grid;
    grid-template-columns: 1fr 25px 25px;
    gap: 5px;
}

.saved-filter-dropdown-item .btn-close {
    display: none;
    height: 20px;
}

.saved-filter-dropdown-item:hover .btn-close,
.saved-filter-dropdown-item:focus-within .btn-close {
    display: inline-block;
    opacity: 0.6;
}

.saved-filter-dropdown-item .btn-close:hover,
.saved-filter-dropdown-item .btn-close:focus {
    opacity: 1;
}

.dropdown-divider {
    margin: 0px;
}

button.btn {
    cursor: pointer;
}

button.btn:disabled {
    cursor: not-allowed;
}

.step-vertical-wizard ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.step-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.step-vertical-wizard ul>li>.btn {
    padding: 3px 10px;
    margin-bottom: 10px;
    color: rgb(94, 103, 123);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}

.step-vertical-wizard ul>li>.btn.noCursor {
    cursor: inherit;
}

.step-vertical-wizard ul>li>.btn:hover {
    color: rgb(44, 48, 57);
}

.step-vertical-wizard ul>li>.btn::before {
    content: "";
    position: absolute;
    width: 4px;
    background-color: rgb(189, 194, 206);
    left: 27px;
    height: 100%;
    bottom: -14px;
    z-index: -1;
}

.step-vertical-wizard ul>li>.btn .ico {
    pointer-events: none;
    font-size: 20px;
    background: rgb(221, 221, 221);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    min-width: 36px;
    min-height: 36px;
    text-align: center;
    padding-top: 8px;
    margin-right: 10px;
}

.step-vertical-wizard ul>li.complete>.btn::before {
    background-color: rgb(92, 184, 92);
}

.step-vertical-wizard ul>li.complete>.btn::after {
    display: none;
}

.step-vertical-wizard ul>li:last-child>.btn::before {
    display: none;
}

.step-vertical-wizard ul>li.complete>.btn .ico {
    left: 10px;
}

.step-vertical-wizard ul>li.current>.btn::before {
    background-color: rgb(189, 194, 206);
}

.step-vertical-wizard ul>li.current>.btn::after {
    display: none;
}

.step-vertical-wizard ul>li:last-child>.btn::before {
    display: none;
}

.step-vertical-wizard ul>li.current>.btn .ico {
    left: 10px;
}

.step-vertical-wizard ul>li>.btn .ico.ico-green {
    color: rgb(255, 255, 255);
    background: rgb(92, 184, 92);
}

.step-vertical-wizard ul>li>.btn .ico.ico-yellow {
    color: rgb(255, 255, 255);
    background: rgb(255, 193, 7);
}

i.lockstep,
i.requiredstep {
    position: absolute;
    left: 35px;
    z-index: 2;
    top: 22px;
    color: rgb(139, 0, 0);
}

i.lockstep {
    color: rgb(0, 0, 0);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: rgb(170, 170, 170);
    border: none;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(153, 153, 153);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(153, 153, 153);
}

::-webkit-scrollbar-track {
    background: transparent;
    border: none;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.flex-center {
    display: flex;
    align-items: center;
}

.first-page {
    position: fixed;
    z-index: 99999998;
    inset: 0px;
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
}

.first-page .logo {
    position: relative;
    z-index: 99999999;
    margin: auto;
    top: -3.5%;
    text-align: center;
}

.modal-title {
    font-size: 16px;
}

.cw-modal-footer {
    justify-content: center;
}

.wf-activity-section.full {
    position: absolute;
    top: 0px;
    bottom: 60px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

.wf-activity-section .panel.panel-default pdf-viewer>iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.wf-activity-section .nav-tabs {
    border-bottom: 2px solid rgb(221, 221, 221);
    min-height: 38.6px;
}

.wf-activity-section .nav-tabs>li>a {
    border: none;
    background: transparent;
    position: relative;
}

.wf-activity-section .nav-tabs>li>a::after {
    content: "";
    background: rgb(62, 74, 89);
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: 250ms;
    margin: 0px;
    border: 0px;
    transform: scale(0);
}

.wf-activity-section .nav-tabs>li>a.active::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.ui-grid-pager-control,
.ui-grid-pager-count-container,
.ui-grid-pager-row-count-picker {
    padding: 8px 0px;
}

.ui-grid-pager-row-count-picker select {
    font-size: 12px;
    border-color: rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    height: 25px !important;
}

.select2-container,
.select2-container-multi {
    width: inherit;
}

.select2-container-multi .select2-choices {
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(218, 223, 233);
    border-radius: 0px;
    box-shadow: none;
    text-align: left;
    height: 28px !important;
}

.select2-container-multi .select2-search-field>input {
    border: 0px;
    margin: 0px;
    padding: 4px 5px;
    width: 100%;
}

.select2-container .select2-choice {
    padding: 0.2rem 0.75rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(218, 223, 233);
    border-radius: 0px;
    height: auto;
    line-height: 21.6px;
    box-shadow: none;
    text-align: left;
}

.select2-container .select2-choice .select2-arrow,
.select2-container-multi .select2-choices .select2-arrow {
    background: none;
    border-left: none;
}

.select2-container .select2-choice .select2-arrow b,
.select2-container-multi .select2-choices .select2-arrow b {
    background: url("./resources/fa321cd45d67b4376dcc6453915ec83c.png") 0px 2px no-repeat;
}

.select2-container .select2-choice>.select2-chosen,
.select2-container-multi .select2-choices>.select2-chosen {
    color: rgb(94, 103, 123);
    min-height: 21.6px;
}

.select2-dropdown-open .select2-choice,
.select2-container-active .select2-choice,
.select2-dropdown-open .select2-choices,
.select2-container-active .select2-choices {
    border-color: rgb(96, 125, 139);
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choices .select2-arrow b {
    background-position: -18px 2px;
}

.open>.dropdown-menu {
    display: block;
}

.navbar-sidenav::-webkit-scrollbar-track {
    background: rgb(44, 48, 57);
}

.navbar-sidenav::-webkit-scrollbar-thumb {
    background: rgb(173, 181, 189);
}

.input-group .input-group-text {
    background: none;
    border: 1px solid rgb(218, 223, 233);
    cursor: pointer;
    border-radius: 0px;
}

.input-group>.form-control:disabled~.input-group-prepend .input-group-text,
.input-group>.form-control:disabled~.input-group-append .input-group-text {
    background-color: rgb(233, 236, 239);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: not-allowed;
}

.form-control[readonly] {
    background-color: rgb(255, 255, 255);
    cursor: auto;
}

.form-control:disabled {
    background-color: rgb(233, 236, 239);
    cursor: not-allowed;
}

#ManagerEmail[disabled]+.bootstrap-tagsinput,
#ManagerEmail[disabled]+.bootstrap-tagsinput input {
    cursor: not-allowed;
    background-color: rgb(233, 236, 239) !important;
}

.form-control.ng-dirty.ng-invalid~.bootstrap-tagsinput {
    color: rgb(219, 36, 30);
    border: 1px solid rgb(242, 131, 128) !important;
}

.bootstrap-tagsinput {
    font-size: 0.9rem;
    padding: 0.2rem 0.75rem !important;
    border-radius: 0px !important;
    border-color: rgb(218, 223, 233) !important;
    box-shadow: none !important;
}

.bootstrap-tagsinput .label.label-info {
    padding: 0.2rem;
    border-radius: 0.25rem;
    background-color: rgb(23, 162, 184);
    margin: 0px 0px 3px;
    display: inline-block;
}

.bootstrap-tagsinput input {
    padding-left: 0px !important;
    padding-right: 0px !important;
    color: rgb(94, 103, 123) !important;
    font-size: 0.9rem !important;
    transition: none !important;
}

.ui-select-bootstrap {
    outline: none;
}

.ui-select-bootstrap .ui-select-match {
    outline: none;
    box-shadow: none;
}

.ui-select-bootstrap .ui-select-match .ui-select-toggle {
    border: 1px solid rgb(218, 223, 233);
    border-radius: 0.01px;
    color: rgb(94, 103, 123);
    outline: 0px !important;
}

.ui-select-bootstrap .ui-select-match .ui-select-toggle[disabled] {
    background-color: rgb(233, 236, 239);
    cursor: not-allowed;
}

.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.draft-case {
    background-color: rgba(239, 199, 94, 0.5) !important;
    font-style: italic;
}

.modal-content {
    border: none;
    border-radius: 0px;
}

.uploading-icon {
    top: 6px !important;
}

[disabled],
.disabled,
[readonly],
.readonly {
    cursor: not-allowed;
}

.btn-group .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

.form-check-label,
.custom-control-label {
    font-weight: normal !important;
}

.modal-bodyAngular.modal-body {
    padding: 0px;
    overflow: auto;
}

.modal-bodyAngular.modal-body .fullheightnoheader {
    margin: 0px;
}

.navbar-sidenav::-webkit-scrollbar-track {
    background: rgb(44, 48, 57);
}

.navbar-sidenav::-webkit-scrollbar-thumb {
    background: rgb(173, 181, 189);
}

.input-group.date>.input-group-addon {
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(206, 212, 218);
    cursor: pointer;
}

/* label.required::after,
span.required::after {
    content: "(*)";
    color: rgb(220, 53, 69);
    margin-left: 5px;
} */

.cw-uploader .download-link {
    position: absolute;
    z-index: 11;
}

.cw-uploader .form-control {
    border-radius: 0px;
}

.cw-uploader .placeholder {
    color: rgb(176, 176, 176);
}

.cw-uploader .cw-uploader-input {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.cw-uploader .cw-uploader-label {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.cw-uploader .cw-uploader-input:disabled {
    cursor: not-allowed;
}

.cw-uploader .cw-uploader-input:disabled+.form-control {
    background-color: rgb(233, 236, 239);
    opacity: 1;
}

.cw-uploader .cw-uploader-input:focus+.form-control,
.cw-uploader .cw-uploader-input:focus~.input-group-append>.btn {
    border: 1px solid rgb(96, 125, 139);
}

.cw-uploader .cw-uploader-input input {
    cursor: pointer;
    padding: 0px;
}

.cw-uploader .clear-button {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    color: red;
}

.cw-uploader div.form-control {
    padding-right: 1.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cw-uploader div.form-control>a.download-link:not(.clear-button) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 31px);
}

.errorMessage {
    color: rgb(219, 36, 30);
    font-size: 0.9rem;
    margin-bottom: 0px;
    text-align: left;
}

.custom-control-input:disabled~.custom-control-label {
    cursor: not-allowed;
}

.custom-control-input.ng-dirty.ng-invalid~.custom-control-label::before,
cw-radio-list.ng-dirty.ng-invalid .custom-control .custom-control-input+.custom-control-label::before {
    background-color: rgb(242, 131, 128);
}

.list-activity-action .panel.panel-default {
    height: 40vh;
    overflow-y: auto;
}

.bigModal .list-activity-action .panel.panel-default {
    height: calc(-114px + 100vh);
    overflow-y: auto;
}

.modal-header .close {
    color: rgb(255, 255, 255);
}

.modal-header .close:focus {
    outline: none;
    border: none;
}

.canvas-container {
    overflow: auto;
}

.bigModal .canvas-container {
    height: auto;
}

.cw-modal-footer .wf-lock-workflow {
    position: absolute;
    left: 20px;
}

.navbar-nav .nav-item .nav-cell .fa {
    font-size: 22px;
    margin-right: 5px;
}

.ui-grid-pager-control button {
    border-radius: 0px;
}

.ui-grid-pager-control input {
    border-radius: 0px;
    height: 25px;
}

.ui-gird-viewport {
    width: 100% !important;
}

li.current {
    background: rgb(214, 222, 236);
}

#toast-holder #toast-container {
    position: static !important;
}

#toast-holder #toast-container.toast-top-full-width .toast {
    width: 100% !important;
}

.form-group .list-group {
    overflow-y: scroll;
    display: block;
}

.navbar .dropdown-menu .show>.dropdown-toggle::after {
    transform: rotate(-90deg);
}

.custom-dropdown-item.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}

#page-dialog-content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

#page-dialog-content> :first-child {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.screen-block {
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    inset: 0px;
    z-index: 10003;
}

.filter .filter-menu {
    left: auto;
    right: 0px;
}

.form-multi-select:focus {
    outline: none;
}

.form-multi-select:focus .multi-select .display-box {
    border-color: rgb(96, 125, 139);
}

#toast-holder #toast-container.toast-top-full-width .toast {
    width: 100% !important;
}

.hr-seperator {
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.login-modal {
    transform: translateY(20%);
    position: absolute;
    height: auto !important;
}

.login-modal-header {
    min-height: 31px;
    margin-bottom: 5px;
    display: block !important;
}

.login-modal-header span {
    color: rgb(255, 255, 255);
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    border-radius: 0.25rem;
}

.login-modal-link {
    color: rgb(255, 165, 0);
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline !important;
}

.login-modal-frame {
    margin-left: 5px;
    margin-right: 5px;
}

.alert-margin {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.login-invisible {
    display: none;
}

.modal.loginDialog {
    z-index: 10003 !important;
}

.helptext .fa-question-circle::before {
    content: "";
    color: rgb(0, 131, 69) !important;
}

.helptext {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

label .helptext {
    margin-left: 5px;
    display: inline-block;
}

.helptext.help-text-icon i.fa {
    margin-top: 7px;
}

.helptext i.fa.checkbox-has-help-text {
    margin-top: 5px;
    margin-left: 8px;
}

.helptext.has-help-text {
    display: flex;
}

.helptext.help-text-icon {
    margin-left: 5px;
}

.button-with-help-text {
    max-width: calc(100% - 21px);
}

.helptext.help-text-inline {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0px 15px !important;
}

.helptext.help-text-inline .media {
    padding: 10px 15px;
    align-items: center;
    background-color: rgb(227, 237, 242);
}

.helptext.help-text-inline .media i {
    margin-right: 10px;
}

.step-panel {
    background: rgb(236, 241, 251);
    padding: 15px;
    min-height: 100%;
    z-index: 1;
    overflow: hidden auto;
}

.ng-cloak {
    display: none !important;
}

@media (max-width: 760px) {
    .sidebar-l .content-wrapper {
        margin-left: 0px;
    }

    #mainNav.fixed-top .navbar-sidenav {
        width: 6.5rem;
    }
}

.bigModal .modal-content cw-workflow-shell {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.search-form .btn-outline-primary {
    padding: 0.2rem 0.5rem;
    margin-right: 3px;
}

.btn:focus,
.btn.focus {
    outline: 0px;
    box-shadow: rgba(0, 131, 69, 0.5) 0px 0px 0px 0.2rem !important;
}

.wf-activity-section {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    height: 50vh;
}

.mediumModal .wf-activity-section {
    height: 70vh;
}

.activity-list {
    margin-bottom: 20px;
    padding: 0px 15px;
}

@media screen and (max-width: 900px),
screen and (max-width: 959.99px) and (orientation: landscape) {
    .modal .modal-dialog {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        min-height: calc(100% - 1rem);
    }

    .bigModal.modal .modal-dialog {
        margin-left: 0px !important;
    }

    .modal .close {
        position: relative;
        left: 0px;
        top: -2px;
    }

    li.current {
        background: none;
    }

    .step-panel {
        padding: 15px 0px;
        flex: 0 0 auto;
        width: auto;
        max-width: 100% !important;
    }

    .bigModal .modal-dialog,
    .bigModal .modal-content {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    .uib-datepicker-popup.dropdown-menu table {
        width: 100%;
    }

    div[uib-datepicker-popup-wrap].show {
        position: fixed;
        inset: 0px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10000;
    }

    .uib-datepicker-popup.dropdown-menu {
        outline: none;
        border: none;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        transform: translate(-50%, -50%);
        width: calc(100%) !important;
        top: 50% !important;
        left: 50% !important;
    }

    .mediumModal .modal-dialog,
    .smallModal .modal-dialog {
        margin: 0px;
        max-width: 100% !important;
        height: 100vh !important;
    }

    .mediumModal .wf-activity-section,
    .smallModal .wf-activity-section {
        height: calc(-45px + 100vh);
    }

    .saved-filter-dropdown-item .btn-close {
        display: inline-block;
    }
}

html.touch .cw-listview,
html.touch .modal-body {
    scroll-behavior: smooth;
}

html.mobile .multi-select.dropdown-menu.show {
    flex-direction: column;
    outline: none;
    border: none;
    border-radius: 0px;
    margin-left: 40px;
    display: flex !important;
    inset: 0px !important;
    width: calc(100% - 40px) !important;
}

html.mobile .multi-select.dropdown-menu.show .selected-items,
html.mobile .multi-select.dropdown-menu.show .available-items {
    scroll-behavior: smooth;
}

html.mobile .multi-select.dropdown-menu.show .available-items {
    max-height: unset;
    height: auto;
    overflow-y: scroll;
}

html.mobile #select2-drop {
    position: fixed;
    padding-top: 4px;
    outline: none;
    border: none;
    border-radius: 0px;
    margin-left: 40px;
    flex-direction: column;
    inset: 0px !important;
    width: calc(100% - 40px) !important;
    display: flex !important;
}

html.mobile .select2-drop-mask,
html.mobile .multi-select-drop-mask {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}

html.mobile .select2-drop-mask::before,
html.mobile .multi-select-drop-mask::before {
    position: absolute;
    left: 12px;
    font-size: 27px;
    top: 0px;
    cursor: pointer;
    content: "×";
    font-weight: 700;
}

html.mobile .select2-results {
    flex: 1 1 0%;
    scroll-behavior: smooth;
    max-height: none !important;
}

.step-vertical-wizard.mobile ul>li>a {
    white-space: nowrap;
}

.step-vertical-wizard.mobile ul>li>a .ico {
    margin-right: 0px;
}

.step-vertical-wizard.mobile {
    width: 56px;
    transition: 0.3s;
}

.step-vertical-wizard.mobile.expand {
    width: 280px;
}

.step-vertical-wizard.mobile.expand ul>li>a {
    text-align: left;
}

.step-vertical-wizard.mobile.expand ul>li>a .ico {
    margin-right: 10px;
}

.helptext.has-help-text> :first-child {
    width: 100%;
}

.bigModal .wf-activity-section {
    height: auto;
}

.filled-layout.fixed-height .widget-content .tab-content {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-left: 1px solid rgb(222, 226, 230);
    border-bottom: 1px solid rgb(222, 226, 230);
    border-right: 1px solid rgb(222, 226, 230);
}

.filled-layout.fixed-height .widget-content .tab-content .tab-pane {
    flex: 1 1 1px;
}

.tab-content>.active {
    display: flex;
    flex-direction: column;
}

.ui-grid-icon-blank::before {
    width: 1em;
    content: "";
    font-family: FontAwesome;
    opacity: 0.5;
}

.sortable .ui-grid-invisible {
    visibility: visible;
}

.ui-grid-sort-priority-number.ui-grid-invisible {
    visibility: hidden;
}

.ui-match {
    font-weight: bold;
}

.widget-content-wrapper cw-workflow-monitor .workflow-monitor-container {
    height: 100%;
    padding-bottom: 15px;
}

.widget-content-wrapper cw-workflow-monitor .workflow-monitor-container .workflow-monitor {
    height: 100%;
}

.widget-content-wrapper cw-workflow-monitor,
.widget-content-wrapper cw-workflow-monitor .workflow-monitor-container .workflow-monitor .card-body {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.widget-content-wrapper cw-workflow-monitor,
.widget-content-wrapper cw-workflow-monitor .workflow-monitor-container .workflow-monitor .card-body grid-view {
    flex: 1 1 0%;
}

.logo-under-maintainance {
    display: none;
}

.cw-under-maintenance #sidebarCollapse {
    display: none;
}

.cw-under-maintenance cw-sidebar .product-logo {
    position: fixed;
    min-width: 250px;
    max-width: 250px;
    transition: 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cw-under-maintenance cw-sidebar .sidebar-content {
    display: none;
}

.cw-under-maintenance #sidebar {
    background-color: rgb(248, 249, 252);
}

.cw-under-maintenance .navbar {
    box-shadow: none;
}

.cw-under-maintenance .logo-under-maintainance {
    display: block;
}

.cw-under-maintenance #content {
    margin-left: unset;
}

.cw-under-maintenance .logo-under-maintainance .product-logo {
    height: 30px;
    width: 130px;
    margin-left: 25px;
    margin-top: 5px;
}

.box-save-filter label {
    width: fit-content;
}

.box-save-filter {
    display: grid;
    align-items: center;
    margin: 0px 0px 15px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
}

.box-defined-filters .dropdown-toggle.dropdown-toggle-split::after {
    display: none;
    content: unset;
}

.modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal {
    display: flex;
    flex-flow: column;
    height: 80vh;
}

.modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal .step-panel {
    min-height: unset;
    height: auto;
    overflow: auto hidden;
    padding: 5px 10px;
}

.modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal .wf-activity-section {
    overflow: hidden auto;
}

.modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal .step-panel ul {
    display: flex;
    gap: 10px;
}

.modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal .step-panel ul li .btn {
    margin: 0px;
    padding: 8px 15px;
    display: grid;
    align-items: center;
    grid-template-columns: auto;
}

.modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal .step-panel ul li .btn::before {
    width: 100%;
    height: 4px;
    bottom: unset;
    top: 26px;
    left: 40px;
}

.modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal .step-panel ul li .btn i {
    margin: 0px;
    top: 30px;
    width: 36px;
    height: 36px;
}

.modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal .step-panel ul li .btn span {
    display: flex;
    width: max-content;
    margin: 5px auto 0px;
}

@media screen and (max-width: 992px) {
    .modal-bodyAngular.modal-body .fullheightnoheader.tabpane-horizontal .step-panel ul li .btn::before {
        top: 25px;
    }
}

.visibility-columns.dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
}

grid-view .grid.ui-grid {
    position: relative;
    max-height: 100dvh;
}

grid-view .ui-grid-pager-panel {
    position: fixed;
}

grid-view ::-webkit-scrollbar-thumb {
    background-color: rgb(170, 170, 170);
}

.auto-align-right-number .column-type-integer,
.auto-align-right-number .column-type-double,
.auto-align-right-number .column-type-long {
    text-align: right;
}

#sortingFieldCombobox .dropdown-item.selected {
    border: 1px solid rgb(223, 223, 223);
    background: rgb(226, 226, 226);
}

.audit-log-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.audit-log-list {
    overflow-y: auto;
    border: none;
    padding: 0px;
    margin: 15px 0px;
}

.audit-log-list .cw-audit-log-item {
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    color: rgb(94, 103, 123);
    padding: 5px 0px;
    user-select: text !important;
}

.audit-log-list .cw-audit-log-item:hover {
    background-color: rgb(245, 246, 246) !important;
    display: inline-block;
}

.audit-log-list ul {
    padding: 0px;
    margin: 0px;
}

.audit-log-list ul li {
    padding: 0px;
    margin: 0px;
}

.cw-audit-log-item .audit-log-date {
    cursor: default;
    font-size: small;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cw-audit-log-item .audit-log-time {}

.cw-audit-log-item .audit-log-event {
    cursor: pointer;
}

.cw-audit-log-item .audit-log-event,
.cw-audit-log-item .audit-log-client-info {
    font-weight: bold;
}

.cw-audit-log-item .audit-log-username {}

.cw-audit-log-item .audit-log-data {
    display: block;
}

.cw-audit-log-item .audit-log-data .audit-log-data-from-value {
    color: rgb(174, 48, 74);
}

.cw-audit-log-item .audit-log-data .audit-log-data-from-value.empty {
    font-style: italic;
}

.cw-audit-log-item .audit-log-data .audit-log-data-to-value {
    color: rgb(96, 165, 84);
}

.cw-audit-log-item .audit-log-data .audit-log-data-to-value.empty {
    font-style: italic;
}

.cw-audit-log-item .audit-log-data .audit-log-data-attribute {
    font-weight: normal !important;
}

.cw-audit-log-item .audit-log-exapand-button {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.15rem;
    display: block;
    margin-left: 15px;
    margin-top: 5px;
    min-width: 25px;
}

.cw-audit-log-item .audit-log-user-icon {
    margin-right: 5px;
}

.cw-audit-log-item .audit-log-user-fullName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: small;
    display: block;
}

.cw-audit-log-filter {
    z-index: 1001;
    background: rgb(255, 255, 255);
    border: none;
    transition: 0.5s ease-in-out;
    min-width: 330px;
    overflow-y: auto;
}

.cw-audit-log-filter .cw-filter-content {
    overflow-y: auto;
    max-height: 350px;
    padding-top: 10px;
}

.cw-audit-log-filter .cw-filter-footer {
    margin-bottom: 5px;
}

.cw-audit-log-filter .form-row,
.cw-audit-log-filter .form-inline {
    margin-bottom: 13px;
}

.cw-audit-log-filter-button .has-apply-filter {
    text-shadow: rgb(0, 131, 69) 0px 1px 16px;
}

.cw-monaco-editor {
    border: 1px solid grey;
}

.cw_monaco_editor_wrapper {
    position: relative;
}

.cw_monaco_editor_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}

.cw-monaco-editor span {
    display: inline;
}

.iconpicker .caret {
    display: none;
}

button.btn.btn-outline-secondary.iconpicker {
    border: 1px solid rgb(218, 223, 233);
}

.workflow-monitor__filter-workflow {
    width: 200px;
}

.workflow-monitor__filter-status {
    width: 150px;
}

.status-icon.failed {
    color: rgb(255, 75, 92);
}

.status-icon.success {
    color: rgb(0, 230, 0);
}

.status-icon.queued {
    color: rgb(255, 216, 0);
}

.ol-box {
    box-sizing: border-box;
    border-radius: 2px;
    border: 2px solid rgb(0, 0, 255);
}

.ol-mouse-position {
    top: 8px;
    right: 8px;
    position: absolute;
}

.ol-scale-line {
    background: rgba(0, 60, 136, 0.3);
    border-radius: 4px;
    bottom: 8px;
    left: 8px;
    padding: 2px;
    position: absolute;
}

.ol-scale-line-inner {
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    border-left: 1px solid rgb(238, 238, 238);
    border-image: initial;
    border-top: none;
    color: rgb(238, 238, 238);
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents, width;
    transition: 0.25s;
}

.ol-scale-bar {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.ol-scale-step-marker {
    width: 1px;
    height: 15px;
    background-color: rgb(0, 0, 0);
    float: right;
    z-index: 10;
}

.ol-scale-step-text {
    position: absolute;
    bottom: -5px;
    font-size: 12px;
    z-index: 11;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) -2px 0px, rgb(255, 255, 255) 0px 2px, rgb(255, 255, 255) 2px 0px, rgb(255, 255, 255) 0px -2px;
}

.ol-scale-text {
    position: absolute;
    font-size: 14px;
    text-align: center;
    bottom: 25px;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) -2px 0px, rgb(255, 255, 255) 0px 2px, rgb(255, 255, 255) 2px 0px, rgb(255, 255, 255) 0px -2px;
}

.ol-scale-singlebar {
    position: relative;
    height: 10px;
    z-index: 9;
    box-sizing: border-box;
    border: 1px solid rgb(0, 0, 0);
}

.ol-unsupported {
    display: none;
}

.ol-unselectable,
.ol-viewport {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ol-selectable {
    user-select: text;
}

.ol-grabbing {
    cursor: grabbing;
}

.ol-grab {
    cursor: grab;
}

.ol-control {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
}

.ol-control:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.ol-zoom {
    top: 0.5em;
    left: 0.5em;
}

.ol-rotate {
    top: 0.5em;
    right: 0.5em;
    transition: opacity 0.25s linear, visibility linear;
}

.ol-rotate.ol-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s linear, visibility linear 0.25s;
}

.ol-zoom-extent {
    top: 4.643em;
    left: 0.5em;
}

.ol-full-screen {
    right: 0.5em;
    top: 0.5em;
}

.ol-control button {
    display: block;
    margin: 1px;
    padding: 0px;
    color: rgb(255, 255, 255);
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: 0.4em;
    background-color: rgba(0, 60, 136, 0.5);
    border: none;
    border-radius: 2px;
}

.ol-zoom-extent button {
    line-height: 1.4em;
}

.ol-compass {
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    will-change: transform;
}

.ol-touch .ol-control button {
    font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
    top: 5.5em;
}

.ol-control button:focus,
.ol-control button:hover {
    text-decoration: none;
    background-color: rgba(0, 60, 136, 0.7);
}

.ol-zoom .ol-zoom-in {
    border-radius: 2px 2px 0px 0px;
}

.ol-zoom .ol-zoom-out {
    border-radius: 0px 0px 2px 2px;
}

.ol-attribution {
    text-align: right;
    bottom: 0.5em;
    right: 0.5em;
    max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
    margin: 0px;
    padding: 0px 0.5em;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) 0px 0px 2px;
}

.ol-attribution li {
    display: inline;
    list-style: none;
}

.ol-attribution li:not(:last-child)::after {
    content: " ";
}

.ol-attribution img {
    max-height: 2em;
    max-width: inherit;
    vertical-align: middle;
}

.ol-attribution button,
.ol-attribution ul {
    display: inline-block;
}

.ol-attribution.ol-collapsed ul {
    display: none;
}

.ol-attribution:not(.ol-collapsed) {
    background: rgba(255, 255, 255, 0.8);
}

.ol-attribution.ol-uncollapsible {
    bottom: 0px;
    right: 0px;
    border-radius: 4px 0px 0px;
}

.ol-attribution.ol-uncollapsible img {
    margin-top: -0.2em;
    max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
    display: none;
}

.ol-zoomslider {
    top: 4.5em;
    left: 0.5em;
    height: 200px;
}

.ol-zoomslider button {
    position: relative;
    height: 10px;
}

.ol-touch .ol-zoomslider {
    top: 5.5em;
}

.ol-overviewmap {
    left: 0.5em;
    bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
    bottom: 0px;
    left: 0px;
    border-radius: 0px 4px 0px 0px;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
    display: inline-block;
}

.ol-overviewmap .ol-overviewmap-map {
    border: 1px solid rgb(123, 152, 188);
    height: 150px;
    margin: 2px;
    width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
    bottom: 1px;
    left: 2px;
    position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
    display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
    background: rgba(255, 255, 255, 0.8);
}

.ol-overviewmap-box {
    border: 2px dotted rgba(0, 60, 136, 0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
    cursor: move;
}

.cw-session-modal {
    z-index: 99999 !important;
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widget00a2e6b2-bf40-44ea-b13b-ac6200af9b8a {}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widget0180c245-014e-48c6-ab49-acfc00fc946a {}

#widget0180c245-014e-48c6-ab49-acfc00fc946a .warning-modal-editor {
    display: flex;
    margin: 0.5rem 0px;
}

#widget0180c245-014e-48c6-ab49-acfc00fc946a .warning-modal-editor .modal-header {
    background: rgb(3, 130, 68);
    color: rgb(255, 255, 255);
    padding: 10px;
    border: none;
    border-radius: 0px;
    align-items: center;
    text-align: left;
}

#widget0180c245-014e-48c6-ab49-acfc00fc946a .warning__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

#widget0180c245-014e-48c6-ab49-acfc00fc946a .warning-modal {
    z-index: 1070;
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widget122d4cfa-b3bc-46fd-8012-ac61004b5497 {}

.dpkk-menu-item__text--small {
    font-size: 75%;
}

#widget15021443-f17c-4a3c-8f8e-ac0200ff1481 {
    flex: 0 0 auto;
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#pagee7d59916-801b-4edf-8870-abb5009cf993 .cms-card__right-content {
    overflow: hidden;
    background-color: rgb(0, 12, 46);
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 .collapse-text-panel__header:hover,
#pagee7d59916-801b-4edf-8870-abb5009cf993 .collapse-text-panel__body.show~.collapse-text-panel__header {
    background-color: rgb(0, 12, 46);
}

@media (max-width: 767px) {
    #pagee7d59916-801b-4edf-8870-abb5009cf993 .collapse-text-panel__header {
        padding: 0.8rem 1rem;
    }

    #pagee7d59916-801b-4edf-8870-abb5009cf993 .collapse-text-panel__body {
        margin: 0.8rem 1rem;
    }
}

@media (max-width: 991px) {
    #pagee7d59916-801b-4edf-8870-abb5009cf993 .cms-content-wrapper {
        padding-left: 5px;
        padding-right: 5px;
        min-height: unset;
    }
}

html:not([ng-app="app"]),
html:not([ng-app="app"]) body {
    font-size: 14px;
    line-height: 1.4;
    color: rgb(0, 12, 46);
    hyphens: manual;
    word-break: break-word;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {

    html:not([ng-app="app"]),
    html:not([ng-app="app"]) body {
        font-size: 1rem;
        scroll-behavior: smooth;
    }
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 767px) {

        html:not([ng-app="app"]),
        html:not([ng-app="app"]) body {
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        html.touch .modal-body {
            scroll-behavior: unset;
            overflow: visible;
        }

        .wf-activity-section {
            overflow: visible !important;
        }
    }
}

.dpkk-page-container {
    display: block;
    padding-top: 2rem;
    padding-bottom: 4rem;
    min-height: calc(-270px + 100vh);
}

@media (max-width: 991px) {
    .dpkk-page-container {
        padding-bottom: 2rem;
        padding-top: 1rem;
        min-height: calc(-150px + 100vh);
    }
}

.dpkk-page-container--fixed {
    display: block;
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    padding-left: 5px;
    padding-right: 5px;
}

cw-cms-layout::selection {
    background: rgb(0, 12, 46);
    color: rgb(204, 204, 204);
}

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

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

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

.widget .widget-content h4,
.h4,
h4 {
    font-size: 1.5rem;
}

.widget .widget-content h5,
.h5,
h5 {
    font-size: 1.25rem;
}

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

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

cw-cms-layout .badge {
    line-height: unset;
}

.ui-grid-empty-message {
    font-size: 1.5rem;
}

cw-cms-layout .widget .collapsing {
    transition: height 0.35s !important;
    display: unset !important;
}

select.form-control:not([size]):not([multiple]) {
    height: unset;
}

cw-cms-layout .custom-control {
    padding-left: 1.75rem;
}

.cw-navigation-actions--mobile {
    display: flex;
    flex-flow: row-reverse wrap;
    padding-left: 1px;
    padding-right: 1px;
}

.cw-navigation-actions--mobile .btn:not(:first-child) {
    margin-right: 10px;
}

.cw-navigation-actions--mobile .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: auto !important;
}

.cw-navigation-actions--mobile .btn i {
    margin-right: 5px;
}

.cw-language-switcher .btn {
    text-decoration: none !important;
}

cw-cms-layout .widget {
    margin-bottom: 0px;
}

.modal-dialog .title-wrapper .title {
    font-size: 1rem;
    margin: 0px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.modal-dialog #page-dialog-content>*>.container-fluid>div.d-flex {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 767px) {
    .modal-dialog #page-dialog-content>*>.container-fluid>div.d-flex {
        margin-top: 30px;
    }
}

cw-cms-layout .btn,
.cw-modal .btn,
.pageModal .btn,
.workflowModal .btn,
.loginDialog .btn {
    border-radius: 0.25rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 1rem;
}

cw-cms-layout .btn-lg,
.cw-modal .btn-lg,
.pageModal .btn-lg,
.workflowModal .btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

cw-cms-layout .btn-sm,
.cw-modal .btn-sm,
.pageModal .btn-sm,
.workflowModal .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

cw-cms-layout .btn-primary,
.cw-modal .btn-primary,
.pageModal .btn-primary,
.workflowModal .btn-primary,
.loginDialog .btn-primary {
    background-color: rgb(0, 12, 46);
    border-color: rgb(0, 12, 46);
}

cw-cms-layout .btn-primary:hover,
.cw-modal .btn-primary:hover,
.pageModal .btn-primary:hover,
.loginDialog .btn-primary:hover,
cw-cms-layout .btn-primary:focus,
.cw-modal .btn-primary:focus,
.pageModal .btn-primary:focus,
.workflowModal .btn-primary:focus,
.loginDialog .btn-primary:focus {
    background-color: rgb(0, 39, 148);
    border-color: rgb(0, 39, 148);
}

cw-cms-layout .btn-primary.disabled,
cw-cms-layout .btn-primary:disabled,
.cw-modal .btn-primary.disabled,
.cw-modal .btn-primary:disabled,
.pageModal .btn-primary.disabled,
.pageModal .btn-primary:disabled,
.workflowModal .btn-primary:disabled,
.loginDialog .btn-primary:disabled {
    background-color: rgb(178, 182, 192);
    border-color: rgb(178, 182, 192);
}

cw-cms-layout .btn-primary:not(:disabled):not(.disabled):active,
cw-cms-layout .btn-primary:not(:disabled):not(.disabled).active,
cw-cms-layout .show>.btn-primary.dropdown-toggle,
.cw-modal .btn-primary:not(:disabled):not(.disabled):active,
.cw-modal .btn-primary:not(:disabled):not(.disabled).active,
.pageModal .btn-primary:not(:disabled):not(.disabled):active,
.pageModal .btn-primary:not(:disabled):not(.disabled).active,
.workflowModal .btn-primary:not(:disabled):not(.disabled):active,
.loginDialog .btn-primary:not(:disabled):not(.disabled):active {
    background-color: rgb(0, 39, 148);
    border-color: rgb(0, 39, 148);
}

cw-cms-layout .btn-outline-primary,
.workflowModal .btn-outline-primary {
    color: rgb(0, 12, 46);
    border-color: rgb(0, 12, 46);
}

cw-cms-layout .btn-outline-primary:hover,
cw-cms-layout .btn-outline-primary:not(:disabled):not(.disabled):focus,
cw-cms-layout .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
cw-cms-layout .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>cw-cms-layout .btn-outline-primary.dropdown-toggle:focus,
.workflowModal .btn-outline-primary:hover,
.workflowModal .btn-outline-primary:not(:disabled):not(.disabled):focus,
.workflowModal .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.workflowModal .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.workflowModal .btn-outline-primary.dropdown-toggle:focus {
    background-color: rgb(0, 12, 46);
    border-color: rgb(0, 12, 46);
    color: rgb(255, 255, 255);
}

cw-cms-layout .btn-outline-primary:not(:disabled):not(.disabled):active,
cw-cms-layout .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>cw-cms-layout .btn-outline-primary.dropdown-toggle,
.workflowModal .btn-outline-primary:not(:disabled):not(.disabled):active,
.workflowModal .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.workflowModal .btn-outline-primary.dropdown-toggle {
    color: rgb(0, 39, 148);
    border-color: rgb(0, 39, 148);
    background-color: rgb(255, 255, 255);
}

cw-cms-layout .btn-outline-primary:disabled cw-cms-layout .btn-outline-primary.disabled,
.workflowModal .btn-outline-primary:disabled .workflowModal .btn-outline-primary.disabled {
    color: rgb(178, 182, 192);
    border-color: rgb(178, 182, 192);
}

cw-cms-layout .btn-light {
    background-color: rgb(238, 238, 238);
    border-color: rgb(238, 238, 238);
}

cw-cms-layout .btn-light:hover,
cw-cms-layout .btn-light:focus,
cw-cms-layout .btn-light.focus {
    background-color: rgb(221, 221, 221);
    border-color: rgb(221, 221, 221);
}

.btn-invert-primary {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(47, 52, 61);
}

.btn-invert-primary:hover,
.btn-invert-primary:focus,
.btn-invert-primary.focus {
    background-color: rgb(0, 12, 46);
    border-color: rgb(0, 12, 46);
    color: rgb(255, 255, 255) !important;
}

cw-cms-layout .btn-info:hover,
cw-cms-layout .btn-info:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(19, 132, 150);
    border-color: rgb(17, 122, 139);
}

cw-cms-layout .btn.disabled,
cw-cms-layout .btn:disabled,
.pageModal .btn.disabled,
.pageModal .btn:disabled,
.workflowModal .btn.disabled,
.workflowModal .btn:disabled {
    opacity: 0.65;
}

cw-cms-layout .btn:focus,
.cw-modal .btn:focus,
.pageModal .btn:focus,
.cw-modal-footer .btn:focus,
.cw-navigation-actions--mobile .btn:focus,
.uib-day .btn:focus,
.uib-months .btn:focus,
.workflowModal .btn:focus {
    box-shadow: none !important;
}

cw-cms-layout .btn-link,
.cw-modal .btn-link,
.pageModal .btn-link,
workflowmodal .btn-link {
    color: rgb(19, 109, 181);
    text-decoration: underline;
}

cw-cms-layout .btn-link:hover,
.cw-modal .btn-link:hover,
.pageModal .btn-link:hover,
workflowmodal .btn-link:hover {
    color: rgb(0, 86, 179);
}

.btn-accent {
    background-color: rgb(24, 137, 227);
    border-color: rgb(24, 137, 227);
    color: rgb(255, 255, 255);
}

.btn-accent:hover,
.btn-accent:focus {
    background-color: rgb(19, 109, 181);
    border-color: rgb(19, 109, 181);
    color: rgb(255, 255, 255);
}

.btn-accent:disabled,
.btn-accent.disabled {
    background-color: rgb(82, 168, 237);
    border-color: rgb(82, 168, 237);
    color: rgb(255, 255, 255);
}

cw-cms-layout .btn-success {
    background-color: rgb(0, 12, 46);
    border-color: rgb(0, 12, 46);
}

cw-cms-layout .btn-success:hover,
cw-cms-layout .btn-success:focus {
    background-color: rgb(0, 39, 148);
    border-color: rgb(0, 39, 148);
}

cw-cms-layout .btn-outline-danger:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(220, 53, 69);
    border-color: rgb(220, 53, 69);
}

cw-cms-layout .text-primary,
.pageModal .text-primary,
.workflowModal .text-primary {
    color: rgb(0, 12, 46) !important;
}

.uib-day .text-info,
.uib-months .text-info {
    color: rgb(255, 255, 255) !important;
    font-weight: 700;
}

.uib-day .btn-info:not(:disabled):not(.disabled):active,
.uib-day .btn-info:not(:disabled):not(.disabled).active {
    background-color: rgb(118, 169, 214);
    border-color: rgb(118, 169, 214);
}

cw-cms-layout .text-muted,
.pageModal .text-muted,
.workflowModal .text-muted {
    color: rgb(150, 155, 169) !important;
}

cw-cms-layout a,
.pageModal a,
.workflowModal a {
    color: rgb(19, 109, 181);
}

cw-cms-layout a:hover,
.pageModal a:hover,
.workflowModal a:hover {
    color: rgb(0, 86, 179);
}

.uib-button-bar {
    padding: 10px 10px 5px;
}

.uib-datepicker-popup {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 30px;
}

.uib-datepicker:focus {
    outline: none;
}

.cw-datepicker .calendar,
[id="UpdatePermitPeriodForm"] .cw-datepicker .calendar {
    padding: 0.4rem 0.75rem;
    background-color: rgb(238, 238, 238);
}

@media screen and (max-width: 900px) {
    .uib-datepicker-popup.dropdown-menu {
        max-width: 425px;
        box-shadow: none;
    }

    .uib-day button {
        min-width: 100%;
        padding: 0.25rem 0.5rem;
    }
}

.cw-uploader .clear-button {
    top: 5px;
}

cw-cms-layout .dropdown-menu {
    box-shadow: rgba(82, 63, 105, 0.15) 0px 0px 50px 0px;
    border: 0px solid rgba(0, 0, 0, 0.15);
}

cw-cms-layout .dropdown-item {
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
}

cw-cms-layout .dropdown-item.active {
    background-color: rgb(0, 12, 46);
    color: rgb(255, 255, 255);
}

cw-cms-layout .dropdown-item:hover,
cw-cms-layout .dropdown-item:focus,
cw-cms-layout .dropdown-item.active:hover {
    background-color: rgba(0, 12, 46, 0.6);
    color: rgb(255, 255, 255);
}

cw-cms-layout .dropdown-menu.show {
    margin-top: 5px;
}

.field-required {
    margin-left: 5px;
    color: rgb(200, 64, 70);
    font-size: 0.5rem;
    top: -5px;
    position: relative;
    left: -5px;
}

cw-cms-layout label,
.cw-modal label,
.pageModal label,
.workflowModal label {
    font-weight: bold;
    margin-bottom: 5px;
}

cw-cms-layout input.form-control,
cw-cms-layout select.form-control,
cw-cms-layout a.form-control,
cw-cms-layout textarea.form-control,
cw-cms-layout div.form-control,
cw-cms-layout .select2-container .select2-choice,
.workflowModal input.form-control,
.workflowModal select.form-control,
.workflowModal a.form-control,
.workflowModal textarea.form-control,
.workflowModal div.form-control,
.workflowModal .select2-container .select2-choice,
.multi-select .display-box {
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

cw-cms-layout .form-control:disabled,
cw-cms-layout .form-control[readonly],
.workflowModal .form-control:disabled,
.workflowModal .form-control[readonly] {
    background-color: rgb(225, 226, 230);
}

cw-cms-layout .form-control::-webkit-input-placeholder,
.workflowModal .form-control::-webkit-input-placeholder {
    color: rgb(196, 196, 196);
}

cw-cms-layout ::placeholder,
.workflowModal ::placeholder {
    color: rgb(196, 196, 196);
}

cw-cms-layout .errorMessage,
.workflowModal .errorMessage {
    margin-top: 5px;
}

cw-cms-layout .input-group-append .btn-default,
.workflowModal .input-group-append .btn-default {
    background-color: rgb(218, 223, 233);
}

label .helptext {
    margin-left: unset;
}

.helptext.help-text-icon i.fa {
    margin-left: 5px;
    font-size: 1.5rem;
}

.helptext .fa-question-circle::before {
    color: rgb(0, 12, 46) !important;
}

.cw-uploader {
    background-color: rgb(243, 243, 243);
}

cw-uploader.ng-dirty.ng-invalid .form-control {
    color: rgb(200, 64, 70);
    border: 1px solid rgb(200, 64, 70) !important;
}

.cw-uploader>.form-control:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-left: 0px;
}

.multi-select .display-box .badge-group {
    left: 0.5rem;
}

.multi-select .display-box {
    padding: 0.4rem 0.6rem;
    border-radius: 0.25rem;
    height: auto;
    min-height: 35px;
}

.multi-select .display-box .close-icon::before {
    position: absolute;
    width: 10px;
    height: 15px;
    background-color: rgb(0, 12, 46);
    color: rgb(221, 221, 221);
    content: "×";
    line-height: 15px;
    text-align: center;
    font-size: 15px;
    transform: translate(-1px, -2px);
}

.multi-select .display-box .close-icon {
    max-width: unset;
    float: unset;
}

.multi-select .display-box .badge-text {
    max-width: unset;
    overflow: unset;
    text-overflow: unset;
}

.multi-select .display-box .badge-group .custom-badge {
    max-width: unset;
    margin-right: 5px;
}

.multi-select .display-box .deselect-all {
    margin-right: 10px;
}

.multi-select.dropdown-menu.show {
    transform: translateY(-0.5rem);
}

.select2-container .select2-choice {
    border-radius: 0.25rem;
    line-height: 1.5em;
    padding: 0.4rem 0.6rem;
}

.select2-container .select2-choice abbr {
    top: 10px;
}

.select2-container .select2-choice .select2-arrow {
    top: 2px;
}

.select2-drop {
    transform: translateY(-1px);
}

.select2-drop-active {
    border-right: 1px solid rgb(102, 109, 130);
    border-bottom: 1px solid rgb(102, 109, 130);
    border-left: 1px solid rgb(102, 109, 130);
    border-image: initial;
    border-top: none;
    padding-top: 4px;
    box-shadow: none;
}

.select2-results .select2-highlighted {
    background: rgb(0, 12, 46);
    color: rgb(255, 255, 255);
}

cw-cms-layout .cw-datepicker .calendar {
    padding: 0.4rem 0.75rem;
}

cw-cms-layout .input-group .input-group-text {
    background-color: rgb(0, 12, 46);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 0.25rem;
}

cw-cms-layout .custom-checkbox .custom-control-label::before {
    border-radius: 0.15rem;
}

@media (max-width: 991px) {

    cw-cms-layout .custom-control-label::after,
    cw-cms-layout .custom-checkbox .custom-control-label::before,
    cw-cms-layout .custom-radio .custom-control-label::before {
        left: -1.55rem;
    }
}

.dpkk-form-inline {
    display: flex;
    align-items: baseline;
}

cw-cms-layout input[type="radio"] {
    margin-right: 3px;
    transform: translateY(1px);
}

cw-cms-layout input[type="radio"]~label {
    font-weight: normal;
}

cw-cms-layout input[type="radio"]:checked~label {
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    cw-cms-layout input[type="radio"] {
        transform: translateY(5px);
    }
}

.section-title {
    color: rgb(0, 30, 114);
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget .widget-header {
    height: auto;
    font-size: 1.15rem;
    font-weight: 600;
    background-color: unset;
    border: unset;
    padding: 5px;
}

.widget .widget-content {
    padding: 10px 15px;
    box-shadow: rgba(82, 63, 105, 0.05) 0px 0px 13px 0px;
    border: none;
    border-radius: 0.5rem;
}

.activity-list {
    margin-bottom: 10px;
}

.wf-activity-section {
    padding: 0px;
    height: auto;
}

.wf-activity-section .nav-tabs>li>a {
    color: rgb(170, 173, 178);
    font-size: 1.1rem;
    padding: 1rem;
    pointer-events: none;
}

.wf-activity-section .nav-tabs {
    border-bottom: none;
    min-height: unset;
    background-color: rgb(204, 204, 204);
    border-radius: 0.5rem;
}

cw-cms-layout .nav-tabs .nav-link.active,
cw-cms-layout .nav-tabs .nav-item.show .nav-link {
    color: rgb(0, 12, 46);
    font-weight: 500;
    background-color: transparent;
}

cw-cms-layout .nav-tabs .nav-link:hover,
cw-cms-layout .nav-tabs .nav-link:focus {
    color: inherit;
}

.wf-activity-section .nav-tabs>li>a::after {
    display: none;
}

.workflow-activity-content .canvas-container {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
}

.cw-modal-footer {
    justify-content: flex-end;
    border-top: none;
}

.loginDialog .cw-modal-footer {
    justify-content: center;
}

.cw-modal-footer button i {
    margin-right: 0.25rem;
}

.cw-modal-footer .btn-primary {
    min-width: 150px;
}

.smallModal .cw-modal-footer {
    border-top: 1px solid rgb(222, 226, 230);
}

.smallModal .cw-modal-footer .btn-primary {
    min-width: unset;
}

.cw-modal .modal-header,
.mychoice__delete-confirm .modal-header,
.pageModal .modal-header,
.warning-modal .modal-header,
.workflowModal .modal-header,
.loginDialog .modal-header {
    background: rgb(0, 12, 46);
    color: rgb(255, 255, 255);
}

.pageModal .modal-header {
    top: 8px;
}

.cw-modal .modal-header .close,
.mychoice__delete-confirm .modal-header .close,
.pageModal .modal-header .close,
.warning-modal .modal-header .close,
.workflowModal .modal-header .close,
.loginDialog .modal-header .close {
    padding: unset;
    margin: unset;
    font-size: 1.55rem;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    opacity: 0.7;
}

.cw-modal .modal-header .close:hover,
.mychoice__delete-confirm .modal-header .close:hover,
.pageModal .modal-header .close:hover,
.warning-modal .modal-header .close:hover,
.workflowModal .modal-header .close:hover,
.loginDialog .modal-header .close:hover {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.cw-modal .modal-footer,
.pageModal .modal-footer,
.workflowModal:not(.smallModal) .modal-footer {
    border-top: none;
}

.cw-modal .modal-footer> :not(:first-child),
.pageModal .modal-footer> :not(:first-child),
.workflowModal .modal-footer> :not(:first-child),
cw-cms-layout .modal-footer> :not(:first-child) {
    margin-left: 0.5rem;
}

.cw-modal .modal-title {
    font-size: 1.15rem;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.dpkk-modal-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.pageModal .modal-dialog .modal-content,
.smallModal .modal-dialog .modal-content,
.workflowModal .modal-dialog .modal-content {
    height: auto;
}

.smallModal .modal-dialog {
    max-width: 500px;
}

.modal-dialog .title-wrapper {
    background-color: rgb(0, 12, 46);
}

.workflowModal .modal-bodyAngular {
    padding: 1rem;
}

.modal-dialog #page-dialog-content>*>.container-fluid>div.d-flex {
    margin-bottom: 0px;
}

.pageModal.mediumModal .modal-dialog,
.pageModal.smallModal .modal-dialog,
.pageModal .modal-dialog {
    height: auto;
}

.pageModal.smallModal .modal-dialog {
    min-height: 150px;
}

.pageModal.mediumModal .modal-dialog {
    min-height: 400px;
}

@media (max-width: 991px) {
    .modal .dpkk-modal-dialog {
        min-height: 100vh;
        margin: 0px;
        max-width: 100vw;
    }

    .dpkk-modal-content {
        min-height: 100vh;
    }

    .modal-open .modal {
        overflow: hidden auto;
    }
}

@media screen and (max-width: 900px) {

    .mediumModal .wf-activity-section,
    .smallModal:not(.workflow-cpk-cancel-garage-permit) .wf-activity-section {
        height: calc(-73px + 100vh);
    }
}

.pointer {
    cursor: pointer;
}

.flex-1 {
    flex: 1 1 auto;
}

.flex-none {
    flex: 0 0 auto;
}

.nowrap {
    white-space: nowrap;
}

.text-decoration {
    text-decoration: underline !important;
}

.dpkk-display-none {
    display: none;
}

.dpkk-inline-block {
    display: inline-block;
}

.dpkk-flex--space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dpkk-flex--baseline {
    display: flex;
    align-items: baseline;
}

.dpkk-flex--center-xy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dpkk-flex--center-y {
    display: flex;
    align-items: center;
}

.dpkk-flex--column {
    display: flex;
    flex-direction: column;
}

.dpkk-d-inline-block {
    display: inline-block;
}

.dpkk-d-block {
    display: block;
}

.site-editor .dpkk-display-none,
.site-editor .dpkk-display-none--desktop,
.site-editor .jsNonCollapseInDesign {
    display: block;
}

.site-editor .jsDisplayBlockInDesign {
    display: block !important;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-60 {
    opacity: 0.6;
}

.min-width-100 {
    min-width: 100px;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .dpkk-display-none--mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .dpkk-display-none--desktop {
        display: none;
    }
}

.dpkk-noti-message {
    font-size: 2rem;
    color: rgb(102, 109, 130);
    text-align: center;
}

.dpkk-standalone-link,
.dpkk-standalone-link:hover {
    color: inherit;
    text-decoration: underline;
}

.dpkk-standalone-link:hover {
    opacity: 0.7;
}

.dpkk-text-editor a {
    color: rgb(19, 109, 181);
}

.dpkk-text-editor a:hover {
    color: rgb(0, 86, 179);
}

.dpkk-page-title {
    line-height: 1.2;
    font-weight: bold;
}

.dpkk-subsection-title {
    font-size: 1.15rem;
    font-weight: bold;
    color: rgb(178, 182, 192);
}

.dpkk-form-divider {
    height: 2px;
    width: 100%;
    background-color: rgb(150, 155, 169);
    margin-bottom: 15px;
    border-top: none;
}

.dpkk-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: normal;
}

@media (max-width: 576px) {
    .checkout-btn-group .btn:last-child {
        white-space: nowrap;
    }
}

cw-cms-layout .dpkk-page-container__breadcrumb {
    top: calc(-15px - 2rem);
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 991px) {
    cw-cms-layout .dpkk-page-container__breadcrumb {
        padding: 10px 10px 12px;
    }

    cw-cms-layout .dpkk-page-container__breadcrumb {
        top: calc(-15px - 1rem);
        margin-left: -15px;
        margin-right: -15px;
    }

    cw-cms-layout .dpkk-breadcrumb::after {
        margin-left: 2em;
        bottom: -10px;
    }

    .dpkk-page-container--fixed .breadcrumb-item:not(:nth-last-child(2)) {
        display: none;
    }

    .dpkk-page-container--fixed .breadcrumb-item:nth-last-child(2) {
        padding-left: 5px;
    }

    .dpkk-page-container--fixed .breadcrumb-item:nth-last-child(2)::before {
        content: "";
        font: 20px / 1 FontAwesome;
        transform: translateY(2px);
    }

    .dpkk-page-container--fixed .dpkk-breadcrumb::after {
        margin-left: 2em;
    }
}

.card {
    border: none;
    border-radius: 0.25rem;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background-color: rgb(95, 101, 120);
    color: rgb(255, 255, 255);
    padding: 0.5rem 1rem;
}

.card-body {
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 1rem;
}

.card-header__icon {
    margin-right: 1rem;
}

.cpk-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.4;
    font-weight: normal;
    font-size: inherit !important;
}

.cpk-card__header h5 {
    line-height: inherit;
    margin-bottom: 0px;
    font-size: 1.1rem !important;
}

.cpk-card__header .card-header__icon {
    transform: rotate(0deg);
    transition: 0.3s;
}

.cpk-card__header.collapsed .card-header__icon {
    transform: rotate(180deg);
    transition: 0.3s;
}

.cpk-card__btn {
    margin-left: 0.5rem;
    text-transform: lowercase;
}

.cpk-card__btn--info {
    background-color: rgb(118, 169, 214);
    border-color: rgb(118, 169, 214);
    color: rgb(255, 255, 255);
}

.cpk-card__btn--info:focus,
.cpk-card__btn--info:not(:disabled):hover {
    background-color: rgb(204, 234, 249);
    border-color: rgb(204, 234, 249);
}

.cpk-card__btn--success {
    background-color: rgb(143, 199, 143);
    border-color: rgb(143, 199, 143);
    color: rgb(255, 255, 255);
}

.cpk-card__btn--success:focus,
.cpk-card__btn--success:hover {
    background-color: rgb(221, 236, 210);
    border-color: rgb(221, 236, 210);
}

.cpk-card__btn--danger {
    background-color: rgb(235, 87, 61);
    border-color: rgb(235, 87, 61);
    color: rgb(255, 255, 255);
}

.cpk-card__btn--danger:focus,
.cpk-card__btn--danger:hover {
    background-color: rgb(253, 229, 209);
    border-color: rgb(253, 229, 209);
}

.cpk-card__title {
    font-size: 1.1rem;
}

.card-footer {
    background-color: rgb(234, 235, 238);
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 0.5rem;
}

.card-footer--toolbar-flex {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.btn.card-footer__toolbar-btn {
    border-radius: 0px;
    padding: 0.3rem 0.8rem;
    font-size: 0.85rem;
}

.card-footer__toolbar-btn {
    background-color: rgb(234, 235, 238);
    color: rgb(0, 12, 46);
    border-color: rgb(234, 235, 238) rgb(204, 204, 204);
    margin-right: -5px;
    margin-left: -1px;
}

.card-footer__toolbar-btn:hover,
.card-footer__toolbar-btn:focus {
    background-color: rgb(90, 98, 104);
    border-color: rgb(90, 98, 104);
    color: rgb(238, 238, 238);
}

.card-footer__toolbar-btn:disabled,
.card-footer__toolbar-btn:disabled:hover {
    border-color: rgb(221, 221, 221) rgb(204, 204, 204);
    background-color: rgb(221, 221, 221);
    color: rgb(127, 133, 150);
}

.btn.card-footer__toolbar-btn:disabled {
    opacity: 1;
}

.card-header__removal {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
    opacity: 0.7;
    font-size: 0.9rem;
    background-color: rgba(0, 0, 0, 0.35);
}

.card-header__removal:hover,
.card-header__removal:focus {
    background-color: rgb(178, 182, 192);
    color: rgb(255, 255, 255);
    opacity: 1;
    text-decoration: none;
}

.collapse--minimize:not(.show) {
    display: block;
    height: 60px;
    overflow: hidden;
}

.collapse--minimize:not(.show) .card-body--full,
.collapse--minimize.show .card-body--minimize {
    visibility: hidden;
    height: 0px;
    min-height: 0px;
}

.collapse--minimize:not(.show) .card-body--minimize,
.collapse--minimize.show .card-body--full {
    visibility: visible;
    height: auto;
    min-height: auto;
}

@media (max-width: 767px) {
    .card-header__icon {
        margin-right: 0.75em;
    }
}

@media (max-width: 600px) {

    .cpk-card__header,
    .card-footer {
        padding: 0.5rem 0.75rem;
    }
}

.dpkk-upload {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.dpkk-upload__file {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 0.25rem;
    background-color: rgb(221, 221, 221);
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
    margin-right: 5px;
}

.dpkk-upload__file-removal {
    color: rgb(200, 64, 70);
    font-size: medium;
    cursor: pointer;
    padding: 5px;
}

.dpkk-order-document {
    display: flex;
    align-items: baseline;
    cursor: pointer;
    margin-left: 1rem;
    margin-bottom: 0.25rem;
}

.dpkk-order-document:last-child {
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .dpkk-upload__file-removal {
        opacity: 0.6;
    }

    .dpkk-upload__file-removal:hover {
        opacity: 1;
    }
}

.cpk-side-icon__container {
    text-align: center;
}

.cpk-side-icon__container img {
    max-width: 75%;
}

.receipt-content a,
.receipt-order-content a {
    color: rgb(19, 109, 181) !important;
    text-decoration: underline !important;
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widget214a3bd9-5b1c-46ea-bdc5-acde00ab7a85 {}

#widget214a3bd9-5b1c-46ea-bdc5-acde00ab7a85 .warning-modal-editor {
    display: flex;
    margin: 0.5rem 0px;
}

#widget214a3bd9-5b1c-46ea-bdc5-acde00ab7a85 .warning-modal-editor .modal-header {
    background: rgb(3, 130, 68);
    color: rgb(255, 255, 255);
    padding: 10px;
    border: none;
    border-radius: 0px;
    align-items: center;
    text-align: left;
}

#widget214a3bd9-5b1c-46ea-bdc5-acde00ab7a85 .warning__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

#widget214a3bd9-5b1c-46ea-bdc5-acde00ab7a85 .warning-modal {
    z-index: 1070;
}

#widget23247160-a1aa-4f64-8d3c-ac0200ee9cbf {}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

footer {
    text-align: center;
    font-size: 0.85rem;
    line-height: 2;
    padding-bottom: 10px;
}

.footer__img {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    footer {
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    footer {
        line-height: 1.5;
    }
}

#widget23a7a07d-4d30-4189-b875-abcf00f5edba {}

#widget3adae17e-458c-4321-bede-abe5007f8dee {}

#widget3fea2a1a-723a-4496-807d-abe500865fef {}

#widget3fea2a1a-723a-4496-807d-abe500865fef .dpkk-menu-item {
    padding: 10px;
}

.dpkk-menu-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

@media (max-width: 767px) {
    .dpkk-menu-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.dpkk-header {
    background-color: rgb(0, 12, 46);
    display: block;
}

.dpkk-header>.cms-flex-container {
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    padding: 15px 10px;
}

@media (max-width: 767px) {
    .dpkk-header>.cms-flex-container .cms-flex-placeholder__container:last-child {
        flex: 1 1 0%;
    }
}

a.dpkk-menu-item,
a.dpkk-menu-item:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.dpkk-menu-item {
    color: rgb(255, 255, 255);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.dpkk-menu-item__text-icon {
    font-size: 1.6em;
}

.dpkk-menu-item__text {
    font-size: 0.95rem;
}

@media (max-width: 767px) {
    .dpkk-menu-item__text-icon {
        transform: translateY(-3px);
        font-size: 1.65em;
    }

    .dpkk-menu-item__text {
        padding-top: 3px;
    }

    .dpkk-menu-item--mobile,
    a.dpkk-menu-item--mobile {
        flex-direction: row;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid rgb(102, 109, 130);
    }

    .dpkk-menu-item--mobile .dpkk-menu-item__text-icon,
    a.dpkk-menu-item--mobile .dpkk-menu-item__text-icon {
        font-size: 1.33em;
        margin-right: 0.5rem;
        min-width: 19px;
        text-align: center;
        transform: none;
    }

    .dpkk-menu-item--mobile .dpkk-menu-item__text,
    a.dpkk-menu-item--mobile .dpkk-menu-item__text {
        font-size: 1rem;
        padding-top: 0px;
    }
}

@media (min-width: 960px) {
    .dpkk-menu-item:hover {
        opacity: 0.7;
    }
}

#widget69894e6e-080f-43fd-935e-abe500833062 {}

#widget69894e6e-080f-43fd-935e-abe500833062 .cms-column__container {
    background-color: rgb(0, 21, 80);
    color: rgb(255, 255, 255);
}

#widget74974aae-dd5d-408f-85bc-abcd0090825e {}

#widget8c94ade1-1206-4167-8feb-abea00882212 {
    display: block;
}

#widget8c94ade1-1206-4167-8feb-abea00882212 .nav-link {
    color: rgb(255, 255, 255);
    margin-right: unset;
}

#widget8c94ade1-1206-4167-8feb-abea00882212 .fa-globe {
    font-size: 1.33em;
    transform: none;
}

#widget8c94ade1-1206-4167-8feb-abea00882212 .btn {
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border-top: 1px solid rgb(82, 88, 101);
}

#widget8c94ade1-1206-4167-8feb-abea00882212 .btn:last-child {
    padding-bottom: 0px;
}

#widget8c94ade1-1206-4167-8feb-abea00882212 .dropdown-menu {
    box-shadow: none;
    border: none;
}

#widget8c94ade1-1206-4167-8feb-abea00882212 .dropdown-menu.show {
    margin-top: 10px;
}

#widget8c94ade1-1206-4167-8feb-abea00882212 .dropdown-menu {
    background-color: unset;
    float: unset;
    position: static !important;
    transform: none !important;
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widget8ca90089-0f63-4a13-a3ef-abe500964bcf {}

#widget91d65960-8ea1-4131-8447-abe20046f12e {}

#widget91d65960-8ea1-4131-8447-abe20046f12e custom-widget {
    display: none;
}

#widget93b1c399-354c-44ce-b7ab-abcf00f5ee52 {}

#widget9d4e6ba0-677c-4396-8e58-ac0200ff0d6d {}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f {}

#widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .nav-link {
    color: rgb(255, 255, 255);
    margin-right: unset;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

#widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .nav-cell {
    flex-direction: column;
    align-items: center;
}

#widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .fa-globe {
    margin-right: unset;
    font-size: 1.75em;
    transform: translateY(-2px);
}

#widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .dropdown-toggle::after {
    transform: translateY(15px);
    margin-left: 0.3em;
}

#widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .nav-cell {
    font-size: 0.95rem;
}

@media (min-width: 960px) {
    #widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .cw-language-switcher:hover .dropdown-toggle::after {
        opacity: 0.7;
    }

    #widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .btn:hover {
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 767px) {
    #widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .fa-globe {
        font-size: 1.85em;
        transform: translateY(-1px);
        margin-bottom: 4px;
    }

    #widgetb4ba27b5-e57c-4f30-9b09-abcf00fe9f0f .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

#widgetb752abee-581a-4e75-ac0b-abcd009cad84 {}

#widgetbaa46d48-a28b-410f-9bb2-abe20052817d {}

#widgetc693ee5a-4724-4b90-9fce-abe500832733 {}

#widgetc693ee5a-4724-4b90-9fce-abe500832733 .cms-row {
    position: relative;
    z-index: 100;
}

.editing #widgetc693ee5a-4724-4b90-9fce-abe500832733 .cms-row {
    position: unset;
    z-index: unset;
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widgetc794ae17-5c6f-40e8-b194-abe5008254b8 {}

@media (max-width: 767px) {
    #widgetc794ae17-5c6f-40e8-b194-abe5008254b8 .dpkk-menu-item {
        padding-right: 0px;
    }
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widgetee8724d7-58fd-4bad-823e-ad5c0071374e {}

#widgetf62893f4-7d45-4dd3-918f-abcd009ca6c8 {}

#widgetf62893f4-7d45-4dd3-918f-abcd009ca6c8 .cms-flex-container {
    align-items: center !important;
}

#widgetf62893f4-7d45-4dd3-918f-abcd009ca6c8 .cms-flex-container .cms-flex-placeholder__container:first-child {
    flex: 1 1 0%;
}

#widgetf62893f4-7d45-4dd3-918f-abcd009ca6c8 .cms-flex-container .cms-flex-placeholder__container:last-child {
    flex: 0 0 auto;
}

#widgetf7fdcdc5-c5ad-498c-a4ef-ac0200ff1423 {
    flex: 1 1 0%;
}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widgetfe50fa58-e984-4c45-bf3b-ac6800758d8f {}

#pagee7d59916-801b-4edf-8870-abb5009cf993 {}

#widgetca36d1fe-6464-4e9f-8162-ad7f0089013e {}

#page0523013e-6e67-4ae9-80f4-ac7c006ee497 {}

#widget5036a13b-fc58-4cea-8daf-ac7c00901678 {}

#widget93658ae3-c553-4c59-9dff-acad00a20a3a {}

#widget93658ae3-c553-4c59-9dff-acad00a20a3a .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget93658ae3-c553-4c59-9dff-acad00a20a3a .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget93658ae3-c553-4c59-9dff-acad00a20a3a .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget93658ae3-c553-4c59-9dff-acad00a20a3a .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page0523013e-6e67-4ae9-80f4-ac7c006ee497 {}

#widgeta46ca890-bfd4-4dc8-918a-ac7c0088bd5d {}

#widgeta46ca890-bfd4-4dc8-918a-ac7c0088bd5d .dpkk-thank-you-container {
    display: flex;
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
    padding: 1rem;
    border-radius: 0.25rem;
}

#widgeta46ca890-bfd4-4dc8-918a-ac7c0088bd5d .dpkk-thank-you--icon {
    margin-right: 0.5rem;
    color: rgb(8, 161, 22);
    font-size: 1.5rem;
}

#widgeta46ca890-bfd4-4dc8-918a-ac7c0088bd5d .dpkk-thank-you--text {
    font-size: 1.5rem;
    color: rgb(8, 161, 22);
    font-weight: 500;
}

#widgeta46ca890-bfd4-4dc8-918a-ac7c0088bd5d .dpkk-thank-you--review-text {
    margin-top: 0.25rem;
}

@media (max-width: 991px) {
    #widgeta46ca890-bfd4-4dc8-918a-ac7c0088bd5d .dpkk-thank-you-container {
        padding: 0.75rem;
    }

    #widgeta46ca890-bfd4-4dc8-918a-ac7c0088bd5d .dpkk-thank-you--text {
        font-size: 1.3rem;
    }
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 {}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .cms-classic-widget-content .flex-grow-list-view {
    flex: 1 1 480px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__step-pane {
    background-color: rgba(0, 0, 0, 0.02);
    height: 100%;
    padding: 15px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__step {
    height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-bottom: 10px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container .card-body {
    height: 150px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .grid-table td,
.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .grid-table th {
    padding: 1rem;
    border: 1px solid rgb(222, 226, 230);
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .grid-table thead th {
    background-color: rgb(197, 197, 197);
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__list-item {
    height: 30px;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 30px;
    margin-bottom: 10px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__circle-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.03);
    margin-right: 30px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__row {
    background-color: rgba(0, 0, 0, 0.03);
    height: 16px;
    margin-bottom: 10px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__short-row {
    width: 25%;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__medium-row {
    width: 50%;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__long-row {
    width: 100%;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__custom-media {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__control {
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
    height: 16px;
    border-radius: 10px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__control--inline {
    display: inline-flex;
    width: 100%;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__control--half-width {
    width: calc(50% - 5px);
    margin-right: 10px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__buttons {
    position: absolute;
    bottom: 0px;
    display: inline-flex;
    width: calc(100% - 15px);
    justify-content: center;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__button {
    background-color: rgba(0, 0, 0, 0.03);
    height: 24px;
    border-radius: 10px;
    margin-right: 5px;
    width: 70px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__button--dark {
    background-color: rgba(0, 0, 0, 0.09);
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__buttons .widget-container__button:last-child {
    margin-right: 0px;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container__workflow-content {
    height: 100%;
    position: relative;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .widget-container--empty {
    font-size: 24px;
    color: rgb(143, 150, 156);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.widget-template-ffe6060f-37b7-4f92-b3d6-ab8f00538538 .cms-classic-widget-content .grid-widget {
    height: 500px;
    display: flex;
    flex-direction: column;
}

.widget-template-b7226a68-d925-4814-8399-ab7b00a07bc5 {}

.widget-template-b7226a68-d925-4814-8399-ab7b00a07bc5 .cms-page-link__text {
    color: darkred;
    font-weight: bolder;
    text-decoration-line: overline;
}

#page08841702-c3ec-4910-b58c-ac6400a4c598 {}

#page08841702-c3ec-4910-b58c-ac6400a4c598 .permission-denied-widget {
    display: block;
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    padding-left: 5px;
    padding-right: 5px;
}

#widget297db582-3d15-41dc-aa47-ac6400a4c5ac {}

#page08841702-c3ec-4910-b58c-ac6400a4c598 {}

#widget74a63bd3-a4e5-4e31-bb63-ac6400a4c5a8 {}

#page08841702-c3ec-4910-b58c-ac6400a4c598 {}

#widget814ba80b-7515-4439-b45e-ac6400a4c5ca {}

#widget9a58b287-3ab0-4181-93d6-ac6400a4c5ab .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget9a58b287-3ab0-4181-93d6-ac6400a4c5ab .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget9a58b287-3ab0-4181-93d6-ac6400a4c5ab .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget9a58b287-3ab0-4181-93d6-ac6400a4c5ab .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page08841702-c3ec-4910-b58c-ac6400a4c598 {}

#page08841702-c3ec-4910-b58c-ac6400a4c598 .permission-denied-text {
    text-align: center;
}

#widgetc77705fc-608a-4a3d-a439-ac6400a4c5c9 {}

#page08841702-c3ec-4910-b58c-ac6400a4c598 {}

#page08841702-c3ec-4910-b58c-ac6400a4c598 .permission-denied-content {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#widgetd4ec86d6-3797-4b16-bddf-ac6400a4c5c7 {}

#page08841702-c3ec-4910-b58c-ac6400a4c598 {}

#widgetd56c02b5-a082-4e65-bf8c-ac6400a4c5c8 {}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 {}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-container.editing {
    padding: 15px 0px;
    min-width: 200px;
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-container--empty {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-container--no-widget {
    align-self: stretch;
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .flex-item__action-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .flex-item__action-btn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 90, 187);
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .flex-item.editing:hover::before {
    border: 1px dashed rgb(0, 123, 255);
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-container.flex-column>.cms-flex-placeholder__container {
    width: 100%;
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-placeholder--full-height {
    display: block;
    height: 100%;
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-placeholder--full-height>.widget-wrapper,
.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-placeholder--full-height>.widget-wrapper>.widget-wrapper__widget,
.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-placeholder--full-height>.widget-wrapper>.widget-wrapper__widget>.cw-widget-content,
.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-placeholder--full-height>.widget-wrapper>.widget-wrapper__widget>.cw-widget-content>.cms-flex-placeholder__container {
    height: 100%;
}

.widget-template-3e6f9a44-d988-47d4-81e3-ab9c00303d75 .cms-flex-placeholder--full-height>.widget-wrapper>.widget-wrapper__widget>.cw-widget-content {
    display: block;
}

.widget-template-5e9941fc-23b7-4a50-b7dd-ab8100be62a3 {}

.widget-template-5e9941fc-23b7-4a50-b7dd-ab8100be62a3 .cms-row.editing {
    padding: 15px 0px;
    margin-left: unset;
    margin-right: unset;
}

.widget-template-5e9941fc-23b7-4a50-b7dd-ab8100be62a3 .cms-row--no-widget {
    align-self: stretch;
}

.widget-template-5e9941fc-23b7-4a50-b7dd-ab8100be62a3 .cms-column__wrapper-outline.editing:hover::before {
    border: 1px dashed rgb(0, 123, 255);
}

.widget-template-5e9941fc-23b7-4a50-b7dd-ab8100be62a3 .cms-column__action-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
}

.widget-template-5e9941fc-23b7-4a50-b7dd-ab8100be62a3 .cms-column__action-btn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 90, 187);
}

.widget-template-5e9941fc-23b7-4a50-b7dd-ab8100be62a3 .cms-row--empty {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa {}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link--left-aligned {
    justify-content: flex-start;
    align-items: center;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link--right-aligned {
    justify-content: flex-end;
    align-items: center;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link--center-aligned {
    justify-content: center;
    align-items: center;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link__content--top {
    flex-direction: column;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link__content--bottom {
    flex-direction: column-reverse;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link__content--left {
    flex-direction: row;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link__content--left>img {
    margin-right: 5px;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link__content--right {
    flex-direction: row-reverse;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link__content--right>img {
    margin-left: 5px;
}

.widget-template-c4c74240-c45f-4f90-b2c5-abce00bf51aa .cms-page-link__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

.widget-template-d30aff83-9e4a-4f86-9e04-ab7c004134c7 {}

.widget-template-e6549fbe-5120-41d2-9111-ab9c003095b7 {}

.widget-template-e6549fbe-5120-41d2-9111-ab9c003095b7 .cms-flex-placeholder.editing {
    padding: 15px;
}

.widget-template-5cd47c77-8439-495d-b3a5-ab8100be62a3 {}

.widget-template-5cd47c77-8439-495d-b3a5-ab8100be62a3 .cms-column.editing {
    min-height: 43px;
}

.widget-template-5cd47c77-8439-495d-b3a5-ab8100be62a3 .cms-column__container.editing {
    padding: 15px;
}

#widget1620f426-0c45-4924-a810-ac74006eb7c2 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget1620f426-0c45-4924-a810-ac74006eb7c2 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget1620f426-0c45-4924-a810-ac74006eb7c2 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget1620f426-0c45-4924-a810-ac74006eb7c2 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page09eba2e8-834c-404b-9994-ac74006eb779 {}

#widget1984a794-3936-4df4-b9d6-ac74006eb7c1 {}

#page09eba2e8-834c-404b-9994-ac74006eb779 {}

#widget23ef542d-5aa4-4ea5-a82e-ac74006eb7bb {}

#page09eba2e8-834c-404b-9994-ac74006eb779 {}

#widget5a657cb1-4eb8-4187-b3de-ac74006eb7c7 {}

#widget6a5406f3-5985-4331-ba13-ac74006eb7be {}

#page09eba2e8-834c-404b-9994-ac74006eb779 {}

#widget7298bb0e-a53a-45ef-958b-ac74006eb7bc {}

#widget7916536f-6f9e-4d7f-8ffb-ac74006eb7c1 {}

#widget7c26c1cc-cfcc-4271-a00f-ac74006eb7c5 {}

#widgetb5a8e1fe-d32a-4751-9480-ac74006eb7c4 {}

#widgetc5503542-74f3-478c-b3e2-ac74006eb7c3 {}

#page09eba2e8-834c-404b-9994-ac74006eb779 {}

#widgeted6d2921-ed8b-4132-8ab7-ad2a0085a151 {}

#page09eba2e8-834c-404b-9994-ac74006eb779 {}

#widgetf6bf01fa-b661-43a8-8b46-ad2a00857caf {}

#widgetf6bf01fa-b661-43a8-8b46-ad2a00857caf .cw-system-announcement-container {
    margin-bottom: 0px;
}

.widget-template-9cc788dd-259e-4fe9-a588-ac010050a20a {}

.widget-template-9cc788dd-259e-4fe9-a588-ac010050a20a .cpk-smart-parking-permit {
    display: flex;
}

.widget-template-9cc788dd-259e-4fe9-a588-ac010050a20a .cpk-smart-parking-permit__button.disabled {
    pointer-events: none;
}

.widget-template-9cc788dd-259e-4fe9-a588-ac010050a20a .cpk-smart-parking-permit__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

.widget-template-9cc788dd-259e-4fe9-a588-ac010050a20a .cpk-smart-parking-loading {
    min-width: 300px;
    height: 47px;
    background-color: rgb(229, 229, 229);
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-template-9cc788dd-259e-4fe9-a588-ac010050a20a .cpk-smart-parking-loading::before {
    font-family: FontAwesome;
    content: "";
    color: rgb(102, 109, 130);
    font-weight: 900;
    font-size: 2rem;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

.widget-template-7879da80-1c13-4404-9902-abdb00b64c72 {}

.collapse-text-panel-container {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0.5rem;
}

.collapse-text-panel__body {
    margin: 0.8rem 2.5rem;
}

.collapse-text-panel__header {
    display: flex;
    background-color: rgb(238, 238, 238);
    color: inherit;
    box-shadow: rgba(82, 63, 105, 0.05) 0px 0px 13px 0px;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
}

.collapse-text-panel__header:hover,
.collapse-text-panel__body.show~.collapse-text-panel__header {
    background-color: rgb(3, 130, 68);
    color: rgb(255, 255, 255);
    font-weight: 500;
    transition: 0.3s;
}

.collapse-text-panel__header .fa {
    display: none;
}

.collapse-text-panel__header.collapsed .fa-angle-down {
    display: inline-block;
}

.collapse-text-panel__header:not(.collapsed) .fa-angle-up {
    display: inline-block;
}

.collapse-text-panel__header--content {
    display: inline-block;
}

.site-editor .collapse-text-panel__body {
    display: block;
}

.site-editor .collapse-text-panel__header {
    background-color: rgb(3, 130, 68);
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.widget-template-d2df789c-2640-4990-871d-ac130071a685 {}

.widget-template-d2df789c-2640-4990-871d-ac130071a685 .cpk-alert {
    display: flex;
}

.widget-template-d2df789c-2640-4990-871d-ac130071a685 .alert__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 .no-active-permit-denied-text {
    text-align: center;
}

#widget1294f703-a2e0-46d2-94ff-ac6a00b12276 {}

#widget1c39d481-78b9-491e-b105-ac6a00af40b9 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget1c39d481-78b9-491e-b105-ac6a00af40b9 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget1c39d481-78b9-491e-b105-ac6a00af40b9 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget1c39d481-78b9-491e-b105-ac6a00af40b9 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget2ec929f1-2ab2-49da-87c8-ac87006697a4 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget2ec929f1-2ab2-49da-87c8-ac87006697a4 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget2ec929f1-2ab2-49da-87c8-ac87006697a4 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget2ec929f1-2ab2-49da-87c8-ac87006697a4 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#widget30f81c04-169f-42d2-967a-ac6a00aa70f7 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#widget39be6d49-9405-4c09-b2e8-ac6a00aa70f8 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#widget3e5a49cd-a247-44f3-bc4c-ac6a00aa70df {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 .permission-denied-content {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#widget3f63c912-7f2b-47bc-bb1b-ac6a00aa70f5 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 .permission-denied-widget {
    display: block;
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    padding-left: 5px;
    padding-right: 5px;
}

#widget4a837a6f-6c66-4698-b2e6-ac6a00aa70f4 {}

#widget5443045d-efd0-46a1-b9ec-ac870066136f .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget5443045d-efd0-46a1-b9ec-ac870066136f .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget5443045d-efd0-46a1-b9ec-ac870066136f .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget5443045d-efd0-46a1-b9ec-ac870066136f .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget7939edee-1e0a-4791-bf50-ac6a00aa70f2 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget7939edee-1e0a-4791-bf50-ac6a00aa70f2 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget7939edee-1e0a-4791-bf50-ac6a00aa70f2 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget7939edee-1e0a-4791-bf50-ac6a00aa70f2 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget7d10d446-db94-4cee-a759-acbd008db3c7 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget7d10d446-db94-4cee-a759-acbd008db3c7 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget7d10d446-db94-4cee-a759-acbd008db3c7 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget7d10d446-db94-4cee-a759-acbd008db3c7 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 .no-active-permit-denied-text {
    text-align: center;
}

#widget7f3a5af4-2308-44d3-94b4-ac8700655d07 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 .no-active-permit-denied-text {
    text-align: center;
}

#widget9d760e8b-9cf3-43cf-87e0-acbd0096494e {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 .no-active-permit-denied-text {
    text-align: center;
}

#widgetb2a90436-268c-47e8-b140-acbd009042e1 {}

#widgetbc2f5820-c019-4185-b653-ac6a00afaee2 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetbc2f5820-c019-4185-b653-ac6a00afaee2 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetbc2f5820-c019-4185-b653-ac6a00afaee2 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetbc2f5820-c019-4185-b653-ac6a00afaee2 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgetd12b856a-1c7d-4e0b-b417-acbd008dbb0b .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetd12b856a-1c7d-4e0b-b417-acbd008dbb0b .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetd12b856a-1c7d-4e0b-b417-acbd008dbb0b .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetd12b856a-1c7d-4e0b-b417-acbd008dbb0b .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgete09dccfd-8cb6-4680-bf3c-ac6a00afb6a0 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgete09dccfd-8cb6-4680-bf3c-ac6a00afb6a0 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgete09dccfd-8cb6-4680-bf3c-ac6a00afb6a0 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgete09dccfd-8cb6-4680-bf3c-ac6a00afb6a0 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#widgete0afc1bc-ba77-4f0f-af5a-ac6a00aa70f6 {}

#page0c44fa4b-b0f8-4992-b9d7-ac6a00aa70c7 {}

#widgete8597b72-2ca3-480f-81a0-ac6a014d4694 {}

#page105c7cfe-19e6-4ec9-80f9-ac93003bc570 {}

#page105c7cfe-19e6-4ec9-80f9-ac93003bc570 .dispensation-title {
    margin-bottom: 30px;
}

#widget01be1344-fbe8-4086-a5fe-ac9300830366 {}

#page105c7cfe-19e6-4ec9-80f9-ac93003bc570 {}

#widget8ab1762e-f9e3-430c-890b-ad2e00b2587e {}

.dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

.dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

.dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

.dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page105c7cfe-19e6-4ec9-80f9-ac93003bc570 {}

#widgetd7fb8298-ae16-4fa3-8562-ac93003bedec {
    background-color: rgb(246, 246, 246);
    padding: 1.25rem 2rem;
    border-radius: 0.25rem;
}

#widgetd7fb8298-ae16-4fa3-8562-ac93003bedec .modal-header {
    display: none;
}

#page105c7cfe-19e6-4ec9-80f9-ac93003bc570 {}

#widgetd85ac027-4fe1-4525-b121-ac93007da1fc {}

.widget-template-934e08d9-a061-481b-946e-acb6007cb32d {}

.widget-template-934e08d9-a061-481b-946e-acb6007cb32d .warning-modal-editor {
    display: flex;
    margin: 0.5rem 0px;
}

.widget-template-934e08d9-a061-481b-946e-acb6007cb32d .warning-modal-editor .modal-header {
    background: rgb(3, 130, 68);
    color: rgb(255, 255, 255);
    padding: 10px;
    border: none;
    border-radius: 0px;
    align-items: center;
    text-align: left;
}

.widget-template-934e08d9-a061-481b-946e-acb6007cb32d .warning__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

.widget-template-934e08d9-a061-481b-946e-acb6007cb32d .warning-modal {
    z-index: 1070;
}

#page15e8741a-8e04-4476-83b0-abfe00b9f8af {}

#widget45ee83f0-3f58-4514-8c4e-ad0900d9a1e1 {}

#widgetd835a569-e927-4c19-88a3-abfe00bafd6d {}

#widgetd835a569-e927-4c19-88a3-abfe00bafd6d .payment-failed__title {
    color: rgb(220, 53, 69);
    margin-bottom: 0.5rem;
}

#widgetd835a569-e927-4c19-88a3-abfe00bafd6d .payment-failed__text {
    font-size: 0.85rem;
}

#widgetd835a569-e927-4c19-88a3-abfe00bafd6d .payment-failed__text--600 {
    font-weight: 600;
}

#page15e8741a-8e04-4476-83b0-abfe00b9f8af {}

#widgete440eb59-43bb-4cb1-b4bb-abfe00ba9fdc {}

#widgete440eb59-43bb-4cb1-b4bb-abfe00ba9fdc .cms-row {
    height: 200px;
    background-color: rgb(229, 229, 229);
    padding: 20px 0px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0.5rem;
}

#page15e8741a-8e04-4476-83b0-abfe00b9f8af {}

#widgetf4ffe9b0-a059-444d-b459-abfe00ba36fb {}

#page15e8741a-8e04-4476-83b0-abfe00b9f8af {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widget21066fc2-fa44-40fd-8d46-ad1a00056e93 {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widget27867303-8733-4e7f-82d5-ac0e00a2519b {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widget407254ec-23e1-49b9-a4f1-ad09009576f9 {}

#widget4d6723af-c8e0-477e-824b-aca0013bb671 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget4d6723af-c8e0-477e-824b-aca0013bb671 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget4d6723af-c8e0-477e-824b-aca0013bb671 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget4d6723af-c8e0-477e-824b-aca0013bb671 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widget51a2a897-11da-4092-a60f-aca5011f8d37 {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

@media (max-width: 767px) {
    #page16342964-a297-4679-8b6b-ac0e00981d0e {
        display: block;
        margin-bottom: -4rem;
    }
}

#widget55cd05a9-a974-4514-8161-ad090092d8e5 {}

@media (max-width: 991px) {
    #page16342964-a297-4679-8b6b-ac0e00981d0e .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (min-width: 768px) {
    #page16342964-a297-4679-8b6b-ac0e00981d0e .cw-modal-footer {
        padding: 1rem 0px;
    }
}

#widget68920a33-44c4-4fc5-83ee-ac0e009a3920 {}

.my-choice__flex-btn-group {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.mychoice-panel__header {
    display: none;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    z-index: 2;
    position: relative;
}

.mychoice-panel__title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0px;
}

.mychoice-panel__footer {
    position: fixed;
    bottom: 50px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 2;
    padding: 10px 10px 0px 15px;
    background-color: rgb(234, 235, 238);
    color: rgb(40, 167, 69);
    font-size: 1.7rem;
}

.mychoice__table {
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(222, 226, 230);
}

.mychoice__table thead th {
    white-space: nowrap;
}

.mychoice__delete-button {
    padding: 5px;
    border: none;
    cursor: pointer;
    background-color: inherit;
    color: rgb(200, 64, 70);
    opacity: 0.3;
    transition: opacity linear;
    outline-color: rgb(0, 12, 46);
}

.mychoice:hover .mychoice__delete-button,
.mychoice__delete-button:focus {
    opacity: 1;
}

.mychoice-panel__body {
    padding-bottom: 1rem;
}

.my-choice__sub-info {
    font-size: 90%;
    line-height: 1.8;
    color: rgb(102, 102, 102);
}

.checkout__mychoice-modal {
    background-color: rgb(255, 255, 255);
}

.checkout__mychoice-modal .mychoice-panel__footer {
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
}

.checkout__mychoice-modal .mychoice-panel__body {
    max-height: calc(-120px + 100vh);
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.checkout__mychoice-modal .mychoice-panel__header {
    display: block;
}

.term-checkbox {
    width: 100%;
    display: block;
    min-height: 1.5rem;
    padding: 0.5rem 0.75rem 0.5rem 1.75rem;
}

@media (max-width: 991px) {
    .my-choices-page {
        position: relative;
        z-index: 2;
        margin-bottom: 1rem;
    }

    .mychoice__delete-confirm.show {
        background-color: rgba(0, 0, 0, 0.5);
    }

    footer {
        opacity: 0;
    }

    .dpkk-page-container {
        min-height: unset;
    }

    .term-checkbox {
        position: fixed;
        bottom: 60px;
        left: 0px;
        background-color: rgb(234, 235, 238);
        padding: 0.5rem 0.75rem 0.5rem 2.25rem;
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
        border-top: 1px solid rgb(229, 229, 229);
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .mychoice-panel__header,
    .mychoice-panel__footer {
        padding: 15px;
    }

    .checkout__mychoice-modal .mychoice-panel__body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .mychoice__mobile-cols {
        column-count: 2;
        column-gap: 10px;
    }
}

@media (max-width: 767px) {
    .modal-open .checkout__mychoice-modal {
        overflow-y: hidden;
    }
}

@media (max-width: 991px) {
    .mychoice__fixed-btn-group {
        width: 100%;
        display: flex;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 2;
        padding: 15px 10px;
        background-color: rgb(234, 235, 238);
    }

    .dpkk-page-container {
        padding-bottom: 0px;
    }

    .btn-mobile--full-width {
        width: calc(100% - 0.25rem);
    }

    [id="buttonCheckout"] {
        transform: translateX(0.25rem);
    }

    .mychoice-panel__tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgb(229, 229, 229);
        padding: 10px;
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .mychoice-panel__tab.collapsed .fa {
        transform: rotate(180deg);
        transition: 0.3s;
    }

    .mychoice-panel__tab .fa {
        transform: rotate(0deg);
        transition: 0.3s;
    }
}

@media (max-width: 374px) {
    .mychoice-panel__tab {
        font-size: 1.2rem;
    }
}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widget6b021332-a1bc-4315-83d8-ad2a008144fa {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

@media (max-width: 767px) {
    #page16342964-a297-4679-8b6b-ac0e00981d0e {
        display: block;
        margin-bottom: -4rem;
    }
}

#widget722bfe40-4936-4781-88ed-ac0e009df76d {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widgeta7e05474-e77a-4b07-895c-ac9800a67b3b {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widgetb81f9eed-45c6-4485-95df-ac99003ccea8 {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widgetbb8ded19-fee8-48ef-8411-ac0e009e9504 {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widgetbc4aba63-7b14-4f41-b834-ac0e00984ee9 {}

@media (max-width: 991px) {
    #widgetbc4aba63-7b14-4f41-b834-ac0e00984ee9 .dpkk-page-title {
        font-size: 1.6rem;
    }
}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widgetc9e22b79-0312-4cf7-a06b-acdf007fe757 {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widgetede52aa1-b366-4468-9168-acdf00788d16 {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widgetf8888560-8c8c-4b96-b893-ac0e009a1528 {}

.widget-template-08665538-0ff2-48ba-ad66-ad1901897a02 {}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 {}

#widget38d11578-ccb1-4593-bf9d-ad2000c7e21c {}

#widget63b5a047-be55-4fd9-8da1-ac1c00a478e0 {}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 {}

#widget9fab00d8-f2c5-46df-becb-ad2901033237 {}

#widgeta8a12d9e-b03c-4671-b6af-ac1c00a4b1f9 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgeta8a12d9e-b03c-4671-b6af-ac1c00a4b1f9 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgeta8a12d9e-b03c-4671-b6af-ac1c00a4b1f9 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgeta8a12d9e-b03c-4671-b6af-ac1c00a4b1f9 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 {}

#widgetb17b320b-685e-4324-912b-ac8000a0f9a5 {}

#widgete644e2ba-6175-4e48-bb6b-ac1c00a478e8 {}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page166ded3c-6506-441c-bf17-ac1c00a478d3 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page166ded3c-6506-441c-bf17-ac1c00a478d3 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page166ded3c-6506-441c-bf17-ac1c00a478d3 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page166ded3c-6506-441c-bf17-ac1c00a478d3 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 {}

#widgetf22096a3-2951-41cb-aab8-ac2100382b38 {}

#widgetf5db90c1-13ec-428e-b169-ac1c00a478e6 {}

#page29b159c6-7670-4073-b857-ac9900893955 {}

#widget2b33b6bf-9476-4026-8ca0-ad180004f176 {}

#page29b159c6-7670-4073-b857-ac9900893955 {}

#widget7b2db7d7-2b10-4b7a-8814-ac990089395a {}

@media (min-width: 768px) {
    #page29b159c6-7670-4073-b857-ac9900893955 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page29b159c6-7670-4073-b857-ac9900893955 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#widgetb6925273-41b4-4c9e-b0b1-ac990089395b .wf-activity-section {
    padding: 0px;
}

#widgetb6925273-41b4-4c9e-b0b1-ac990089395b .workflow-activity-content {
    padding-left: 0px;
    padding-right: 0px;
}

#widgetb6925273-41b4-4c9e-b0b1-ac990089395b .workflow-activity-content .canvas-container {
    padding-left: 15px;
    padding-right: 15px;
}

#widgetb6925273-41b4-4c9e-b0b1-ac990089395b .canvas-container>.row {
    align-items: flex-start;
}

#widgetb6925273-41b4-4c9e-b0b1-ac990089395b .canvas-container>.row>.col-12:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

#widgetb6925273-41b4-4c9e-b0b1-ac990089395b [id="CheckoutUserInfoForm"] {
    background-color: rgb(246, 246, 246);
    border: 0.08rem solid rgb(215, 217, 223);
    padding: 15px;
    border-radius: 0.25rem;
}

@media (max-width: 991px) {
    #widgetb6925273-41b4-4c9e-b0b1-ac990089395b .canvas-container>.row>.col-12:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }

    #widgetb6925273-41b4-4c9e-b0b1-ac990089395b [id="CheckoutNavigationBtns"] {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
    }

    #widgetb6925273-41b4-4c9e-b0b1-ac990089395b .checkout-btn-group {
        display: grid;
        column-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    #widgetb6925273-41b4-4c9e-b0b1-ac990089395b [id="Checkout"] .canvas-container>.row>.col-12:last-child {
        padding-left: 30px;
        padding-right: 0px;
    }

    #widgetb6925273-41b4-4c9e-b0b1-ac990089395b .checkout-btn-group {
        margin-top: 0.5rem;
        text-align: right;
    }
}

#page29b159c6-7670-4073-b857-ac9900893955 {}

#widgetf78e9d15-cdf6-4e54-ad96-ac9900893959 {}

#page29b159c6-7670-4073-b857-ac9900893955 {}

#widgetff96b6d9-3e12-4b36-b8be-ac9900893959 {}

#widget09a2c6a7-e642-4bdb-9e66-acb800356f6c {}

#widget3ac58856-440a-4590-8dde-acb800356f8e {}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e {}

#widget3bca1f26-e0b7-4d21-aab0-ad290102a2f1 {}

#widget57429ca0-1e2e-467e-8490-acb800356f96 {}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page30bf3825-c0c3-48e1-a7df-acb800356f5e .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page30bf3825-c0c3-48e1-a7df-acb800356f5e .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page30bf3825-c0c3-48e1-a7df-acb800356f5e .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page30bf3825-c0c3-48e1-a7df-acb800356f5e .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#widget6da35b40-330c-4519-a4fd-acb800358860 {}

#widget6da35b40-330c-4519-a4fd-acb800358860 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget6da35b40-330c-4519-a4fd-acb800358860 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget6da35b40-330c-4519-a4fd-acb800358860 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget6da35b40-330c-4519-a4fd-acb800358860 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e {}

#widgeta4493df3-7988-4e0c-9ef5-acb800356fa9 {}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e {}

#widgetb6e97ff2-31b4-4fbc-adc3-ad2000c7e222 {}

#widgetd3bd6859-0403-4d81-8084-acb80035b494 {}

#widgetd3bd6859-0403-4d81-8084-acb80035b494 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetd3bd6859-0403-4d81-8084-acb80035b494 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetd3bd6859-0403-4d81-8084-acb80035b494 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetd3bd6859-0403-4d81-8084-acb80035b494 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e {}

#widgetfc0ccbe9-5041-46dc-bbeb-acb800379878 {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widget2c238595-6380-407a-a415-acb7007b46bf {}

#widget2d9dcefe-a96c-4d8c-8796-acb7007ad8e9 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget2d9dcefe-a96c-4d8c-8796-acb7007ad8e9 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget2d9dcefe-a96c-4d8c-8796-acb7007ad8e9 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget2d9dcefe-a96c-4d8c-8796-acb7007ad8e9 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

.dpkk-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widget3c20b74b-0197-49d0-8388-acb7007f4a5f {}

#widget4cc14428-04eb-4e1b-8319-acb7007ab1bb {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widget4ec29b3e-c55c-4da9-a6a8-ad1f00158596 {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widget52548cff-6d63-403e-a564-acb7007ab1b0 {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widget6a233ba9-f3fc-40e2-92dc-acb7007cdbd4 {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widget6ac82ad4-a9b5-4923-89e8-acb7007d92d7 {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widget9f6d764a-16db-49e3-be14-acb7007ab1a1 {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widgeta85b627f-b52a-471a-8b40-ad2a008db2b1 {}

#widgeta85b627f-b52a-471a-8b40-ad2a008db2b1 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widgetb81f07c8-31d0-4b80-abda-acb70080eaae {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widgeteaa5afd8-2fa1-4a65-ab2c-acb7007ab19d {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widget2d643f2d-81ab-4280-b5d7-ac470086f29e {}

.dpkk-section-card__title {
    font-size: 1.25rem;
    font-weight: 700;
}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widget35ff11b0-3eed-4631-b0be-ac470086fa72 {}

#widget35ff11b0-3eed-4631-b0be-ac470086fa72 .cms-flex-container {
    flex-wrap: wrap;
}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widget3845f600-f2a6-429f-af58-ac4700893989 {}

.dpkk-flex-page>.cms-flex-container>.cms-flex-placeholder__container {
    flex: 1 1 auto;
    width: 100%;
}

#widget4eb914bd-6970-448d-8f55-abdf006b03f0 {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

@media (min-width: 992px) {
    #page3c7912ed-4554-457f-bd5b-abcd00fb9401 .cms-card {
        height: 565px;
    }
}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widget8bd5fb97-0adc-4cd1-838a-ac470088376b {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widget8e397cdf-d158-44c4-873a-ad290106919d {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widget943b3c21-198b-4da7-a740-ac4700888757 {}

#widget9dc381df-fc16-4e63-a670-abe50053705a {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widgetad685548-381d-4a99-9028-ac470087bf56 {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widgetc8096690-8c1e-43cc-9499-ad1a000c8a34 {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widgete3e72307-8f56-4272-9658-ac470086e3c4 {}

.dpkk-section-card {
    width: 100%;
    background-color: rgb(221, 221, 221);
    box-shadow: rgba(82, 63, 105, 0.05) 0px 0px 13px 0px;
    border-radius: 0.35rem;
    padding: 20px;
    margin-bottom: 2rem;
}

#widgeteb716a09-ecd7-4dc4-85cf-abce0081135e {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widgetebf4fd6c-4167-4c78-b900-ac4700896c2b {}

.widget-template-2e45dda2-fd12-424f-93b3-ac44004e1779 {}

.widget-template-60646936-818b-4376-927d-abd800a0da8e {}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card {
    display: flex;
    align-items: stretch;
    box-shadow: rgba(0, 12, 46, 0.15) 0px 0px 13px 0px;
    border-radius: 0.35rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card:hover {
    text-decoration: none;
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__left-content {
    flex: 0 0 auto;
    width: 35%;
    padding: 20px 10px 10px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border: 0.12rem solid transparent;
    border-radius: 0.35rem 0px 0px 0.35rem;
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__right-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: rgb(204, 204, 204);
    background-color: rgb(0, 131, 69);
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__img {
    max-width: 100%;
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__body,
.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__footer {
    padding: 20px;
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__body {
    flex: 1 1 auto;
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: normal;
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__footer {
    text-align: right;
    font-style: italic;
    padding-top: 0px;
    flex: 0 0 auto;
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__link {
    text-decoration: underline;
    color: rgb(204, 204, 204);
}

.widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card__link:hover {
    text-decoration: underline;
    color: rgb(238, 238, 238);
}

@media (min-width: 992px) {
    .widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card {
        min-height: 200px;
    }

    .widget-template-60646936-818b-4376-927d-abd800a0da8e .cms-card:hover .cms-card__left-content {
        border-color: rgb(0, 12, 46);
    }
}

#page44a19c8b-777a-468c-8be3-ac74007a1177 {}

#widget02f1f25f-4d6b-407f-8f74-ac74007a1180 {}

#widget1dc8637b-548d-46d9-b938-ac74007a1185 {}

#page44a19c8b-777a-468c-8be3-ac74007a1177 {}

#widget2947fb82-d9cd-46cc-9e51-ac74007a117c {}

#widget3819f29f-3d26-4398-9ebc-ac74007a1180 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget3819f29f-3d26-4398-9ebc-ac74007a1180 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget3819f29f-3d26-4398-9ebc-ac74007a1180 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget3819f29f-3d26-4398-9ebc-ac74007a1180 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget3d2d7fb4-3e5e-4179-9a2a-ac74007a117e {}

#page44a19c8b-777a-468c-8be3-ac74007a1177 {}

#widget778b648c-490b-4e40-a3bf-ac74007a117d {}

#page44a19c8b-777a-468c-8be3-ac74007a1177 {}

#widget7e8e0534-82c5-4721-aca3-ad2a00918d59 {}

#widget7e8e0534-82c5-4721-aca3-ad2a00918d59 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#widgetce9849d6-203f-4cac-97ec-ac74007a1183 {}

#page44a19c8b-777a-468c-8be3-ac74007a1177 {}

#widgetd9f3ba19-5680-4e56-aa90-ac74007a1186 {}

#widgetdce1be7a-0221-4747-88be-ac74007a117f {}

#widgete2738634-0897-4417-aa59-ac74007a1182 {}

#page44a19c8b-777a-468c-8be3-ac74007a1177 {}

#widgetf7a0fd31-ca07-4f4a-baab-ac74007a1186 {}

#widget071e4668-d667-4d96-9dff-ac4800700f30 {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widget24543fbc-8632-4f98-8ba5-ac5c004d78df {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widget3af83f38-3237-4d24-8e3b-ac5c004c2834 {}

#widget57cc0c18-056a-4a6a-89f6-ac4800700f32 {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widget585990bc-622a-4952-a0d1-acf901267b16 {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widget58e488bd-9484-42b0-885f-ac4800700f2f {}

#widget68e9a211-3a57-4690-bc11-ac4800700f37 {}

#widget6af68d62-93e5-4c7e-b329-ac4800700f33 {}

#widget73ee7144-eeb1-4127-92f6-ac4800700f30 {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widget99ce65fb-7020-42e0-bba7-acf901274a5a {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widgeta49a8bfe-06e2-4d3c-a215-ac4800700f2d {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widgetdd75efcb-49a5-4968-ad15-ad2a0091c225 {}

#widgetdd75efcb-49a5-4968-ad15-ad2a0091c225 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#widgeted8666e6-a983-427e-bd2d-ac4800700f32 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgeted8666e6-a983-427e-bd2d-ac4800700f32 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgeted8666e6-a983-427e-bd2d-ac4800700f32 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgeted8666e6-a983-427e-bd2d-ac4800700f32 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgetf0520843-459f-454e-ae20-ac4800700f36 {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widgetfbbcc7a2-67ea-4402-831c-ac4800700f31 {}

#widget26a9d575-d4b9-40ab-8bff-ac7700489f33 {}

#widget3a3f9691-eb17-4bd0-af5e-ac77007d42af {}

#widget3a3f9691-eb17-4bd0-af5e-ac77007d42af .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget3a3f9691-eb17-4bd0-af5e-ac77007d42af .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget3a3f9691-eb17-4bd0-af5e-ac77007d42af .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget3a3f9691-eb17-4bd0-af5e-ac77007d42af .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
}

#widget593d046d-8894-43cb-a2d3-ac7700489f36 {}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page4e5d4d01-dcfa-40e5-980b-ac7700489f1f .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page4e5d4d01-dcfa-40e5-980b-ac7700489f1f .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page4e5d4d01-dcfa-40e5-980b-ac7700489f1f .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page4e5d4d01-dcfa-40e5-980b-ac7700489f1f .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f {}

#widget773ab745-dcf9-4795-beba-ac77007d9d38 {}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f {}

#widget82762416-afc2-4c49-adb5-ad290102f9d4 {}

#widgetc9a8eacd-10ff-4969-b2f8-ac77007d3a8c {}

#widgetc9a8eacd-10ff-4969-b2f8-ac77007d3a8c .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetc9a8eacd-10ff-4969-b2f8-ac77007d3a8c .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetc9a8eacd-10ff-4969-b2f8-ac77007d3a8c .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetc9a8eacd-10ff-4969-b2f8-ac77007d3a8c .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f {}

#widgetde0b2a82-901b-479d-83c8-ad2000c7e220 {}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f {}

#widgetebb11ec1-9cf2-4bd8-ad1c-ac8000a0f9a9 {}

#widgeteddcded9-64b4-48d4-a33b-ac7700489f27 {}

#widget299474cf-78f7-43b4-a6f2-abeb007e6b61 {}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a #SummaryForm .order-info__container {
    border-bottom: none;
}

#widget2c4972f5-efd0-4fc2-8dfa-abe7008fe84e {}

#widget5d0b8af0-aaf6-4aef-8225-abe7008fe84c {}

#widget6c2bdcc8-2c31-4221-bd92-abe7008fe851 {}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page503ad85c-6d73-4cd7-9226-abe7008fe84a .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page503ad85c-6d73-4cd7-9226-abe7008fe84a .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page503ad85c-6d73-4cd7-9226-abe7008fe84a .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page503ad85c-6d73-4cd7-9226-abe7008fe84a .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a {}

#widget994e9724-f06c-49fc-ba8d-ac8000a0f9a2 {}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a {}

#widgetc301a857-dc26-4c23-911e-ad2000c7e215 {}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a {}

#widgetc72146fa-ea6c-46f0-9928-ad290103b98a {}

#widgete3500f54-66b9-4699-8561-abeb007c8bdf .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgete3500f54-66b9-4699-8561-abeb007c8bdf .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgete3500f54-66b9-4699-8561-abeb007c8bdf .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgete3500f54-66b9-4699-8561-abeb007c8bdf .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page5d79cb0e-5af8-46e1-91c4-ad360040fc90 {}

#widget600e5df9-c2f6-4deb-918c-ad36004f4c43 {}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 {}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-result-widget {
    padding: 20px;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-box-container {
    display: flex;
    height: 40px;
    margin-bottom: 2rem;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-box-container:focus {
    outline: none;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-box-container__search-box {
    border: none;
    background-color: transparent;
    margin: auto;
    border-radius: 0.25rem;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-box-container__input-container {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0.25rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-box-container__input-container:hover {
    border-color: rgb(19, 109, 181);
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-box-container__input-container:focus-within {
    box-shadow: rgb(19, 109, 181) 0px 0px 0px 0.125rem;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-box-container__icon-container {
    margin: auto;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-box-container__icon {
    color: rgb(19, 109, 181);
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-button {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-button__icon {
    margin-right: 5px;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-result-list.search-result-list--empty {
    text-align: center;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-item {
    margin-top: 2rem;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-item:first-child {
    margin-top: 1rem;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-item__title {
    margin-bottom: 0px;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-item__uri {
    color: rgb(18, 135, 18);
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-item__title .ui-match {
    font-weight: bold;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .search-item__uri {
    margin-bottom: 1rem;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .page-link {
    color: rgb(0, 12, 46);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .page-item.active .page-link {
    background-color: rgb(0, 12, 46);
    border-color: rgb(0, 12, 46);
    color: rgb(255, 255, 255);
}

.widget-template-96e0c0ba-2a58-4688-992d-ad3600175d74 .page-item.disabled .page-link {
    background-color: rgb(222, 226, 230);
}

#page5e42124a-de94-41ff-a178-abcf014094fb {}

#widget1f9e9686-a116-4482-ae0e-abcf0141492b {}

#page5e42124a-de94-41ff-a178-abcf014094fb {}

#widget5f696b68-b6d1-4b50-b3cd-abcf0141682e {}

#page5e42124a-de94-41ff-a178-abcf014094fb {}

#widget61fc2f90-d132-4c62-bbc7-abcf01426226 {}

#page5e42124a-de94-41ff-a178-abcf014094fb {}

#widget6f1a7ecd-aa27-4045-9f66-ad1f00158577 {}

#widgetec7755cc-d82d-41fd-bc2e-abde00aec02f {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget01e55355-f4c5-4617-a77c-ad1f00158588 {}

#widget0fa47fd8-8ba6-4c2c-912a-abf7003d39cd {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget1588e4dc-e8ec-4efe-92cf-abf7003ac7cd {}

#widget1da007bd-488a-45a2-b175-abf7003bfa83 {}

#widget48282e39-d954-4793-a981-abf7003d22f2 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget49541d63-ae53-48e8-b656-abf7003cb3f6 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget723ba856-31d4-4106-bcd7-ac5c00528047 {}

#widget745e0d5d-1564-4291-9d8a-abf7003c47e1 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget799b4eed-ea5f-465f-bfd5-abf7003ac7d3 {}

#widget7b8612dc-debe-4e57-92d4-abf7003aef80 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget7b8612dc-debe-4e57-92d4-abf7003aef80 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget7b8612dc-debe-4e57-92d4-abf7003aef80 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget7b8612dc-debe-4e57-92d4-abf7003aef80 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget7f7e6e46-e87f-4f22-a1a0-abf7003ac7c8 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget9625f0e1-9297-4846-ab78-ad18011ed98b {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget9a322a4c-7edf-40a5-ac19-abf7003ac7c4 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widgeta0fe00d6-9659-42b1-9db3-ad18011e6099 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widgetad92f04a-13d0-4145-a1ec-ac5c0051e085 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widgetea88d58c-14af-4d39-a310-ad2a008de44c {}

#widgetea88d58c-14af-4d39-a310-ad2a008de44c .cw-system-announcement-container {
    margin-bottom: 0px;
}

#widgetf01d2286-89b5-4885-8478-abf7003d33b0 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget016099ee-4f51-4c6d-b632-ac5900639fb7 {}

@media (min-width: 991px) {
    #widget016099ee-4f51-4c6d-b632-ac5900639fb7 .cms-card {
        min-height: 230px;
    }
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 .dpkk-card-group {
    display: block;
    background-color: rgb(229, 229, 229);
    padding-left: 20px;
    padding-right: 20px;
}

#widget08f8a6d4-8e34-4367-979c-ac5900639f9e {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget0c604e71-eacd-4846-a6eb-ac5900639fb0 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget142bf7dc-c541-404f-95a2-ad1a0018e577 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget14b925f9-7ac6-4cd6-85a0-ac5900639fae {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget202cf66d-441f-483e-ab46-ac59007e30b2 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget2ce63e36-35ba-4d71-80ac-ac5900639fbb {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget2fdfaae9-8859-41de-bf06-ac5900639fa3 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget3019de83-cecc-481c-8c94-ac5900639fa1 {}

#widget3019de83-cecc-481c-8c94-ac5900639fa1 .cms-helptext-popup-trigger {
    color: rgb(0, 12, 46);
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget39e84552-0dbe-40f9-8447-ac59007e7d5f {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget46c92ee7-0b62-4737-bbcc-ac5900639fb1 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget51331921-ec09-4a3e-8f93-ac5900639fb8 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget5582b8d5-7466-4397-b373-ac5900639f9f {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget629fc3d3-b243-4ee8-affb-ac5900639fb9 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget6375b1bf-859c-47e8-aa9c-ac5900639faa {
    padding-top: 20px;
}

#widget6375b1bf-859c-47e8-aa9c-ac5900639faa .h1,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa .h2,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa .h3,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa .h4,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa .h5,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa .h6,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa h1,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa h2,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa h3,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa h4,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa h5,
#widget6375b1bf-859c-47e8-aa9c-ac5900639faa h6 {
    line-height: 1.4;
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget6ac37438-d499-45e4-89ee-ac5900639fa1 {}

#widget6ac37438-d499-45e4-89ee-ac5900639fa1 .dpkk-category-title {
    font-weight: 700;
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget6b540e84-f6c4-4f03-b335-ac5900639fa7 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget70659771-fd14-4241-9219-ac59007e387e {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget78627387-3f15-4f23-926d-ac5900639fb6 {}

@media (min-width: 991px) {
    #widget78627387-3f15-4f23-926d-ac5900639fb6 .cms-card {
        min-height: 230px;
    }
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget7927895c-815e-4798-82a6-ac5900639fb0 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget7bb88722-6084-4e02-8c4b-ac5900639fba {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget7c8efc48-2edf-427a-8445-ac5900639fa2 {
    padding-top: 20px;
}

#widget81c2213d-5712-410e-bad3-ac7f00ac65e6 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget81c2213d-5712-410e-bad3-ac7f00ac65e6 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget81c2213d-5712-410e-bad3-ac7f00ac65e6 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget81c2213d-5712-410e-bad3-ac7f00ac65e6 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget85bfa905-47af-4956-8355-ac5900639fa4 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget8e23bf2a-0e1d-4164-b231-ac5900639fa4 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget9075d9ce-e583-412d-b967-ac5900639f9d {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget93e9c3a5-5f1d-4f22-93ee-ac5900639fad {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetb30181ee-ac30-458f-90d5-ac5900639fa5 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetc4aa204f-612e-4c3e-9ced-ac5900639fa6 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetc5bb4edb-becc-4363-aae7-ac5900639faf {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetc7bfbdc2-1728-4a51-92a3-ad2a0080f1f5 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetcb3e43e2-6a97-4b59-9a2c-ac5900639fac {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetdb4b8b9c-bbb3-47c1-887c-ac5900639faa {
    padding-top: 20px;
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetdca743c3-2fa7-481e-b92e-ac59007e3829 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgete6f8c798-3514-4234-a06f-ac5900639fb5 {}

@media (min-width: 991px) {
    #widgete6f8c798-3514-4234-a06f-ac5900639fb5 .cms-card {
        min-height: 230px;
    }
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetf2ebade4-7b96-458b-8584-ac5900639fb4 {}

@media (min-width: 991px) {
    #widgetf2ebade4-7b96-458b-8584-ac5900639fb4 .cms-card {
        min-height: 243px;
    }
}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetf4b92fd8-04e0-4385-93d9-ac5900639fb2 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetfaac7cfd-6deb-4d78-ae2c-ac5900639fab {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetfb2d2341-9020-4408-9c40-ac5900639fb3 {}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 {}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card {
    display: flex;
    align-items: stretch;
    box-shadow: rgba(0, 12, 46, 0.15) 0px 0px 13px 0px;
    border-radius: 0.35rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card--disabled .cms-card__right-content,
.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card--disabled .cms-card__img {
    opacity: 0.7;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card--disabled .cms-card__img {
    margin-top: 20px;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card:hover {
    text-decoration: none;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__left-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 0 0 auto;
    width: 35%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 0.35rem 0px 0px 0.35rem;
    position: relative;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__kkText {
    padding: 5px 10px;
    background-color: rgb(200, 64, 70);
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 80%;
    width: 100%;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__right-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: rgb(204, 204, 204);
    background-color: rgb(0, 12, 46);
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__img {
    max-width: 75%;
    margin-top: 30px;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__body,
.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__footer {
    padding: 20px;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__body {
    flex: 1 1 auto;
    padding-bottom: 0px;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__footer {
    text-align: right;
    font-style: italic;
    padding-top: 0px;
    flex: 0 0 auto;
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__link {
    text-decoration: underline;
    color: rgb(204, 204, 204);
}

.widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card__link:hover {
    text-decoration: underline;
    color: rgb(238, 238, 238);
}

@media (min-width: 992px) {
    .widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card {
        min-height: 241px;
    }

    .widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card:hover .cms-card__left-content,
    .widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card--disabled:hover .cms-card__left-content {
        border-width: 0.09rem 0px 0.09rem 0.09rem;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: rgb(0, 12, 46);
        border-bottom-color: rgb(0, 12, 46);
        border-left-color: rgb(0, 12, 46);
        border-image: initial;
        border-right-style: initial;
        border-right-color: initial;
    }

    .widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card:hover .cms-card__kkText,
    .widget-template-101fff97-14a5-4870-92c4-ac4b00a44363 .cms-card--disabled:hover .cms-card__kkText {
        position: relative;
        top: -0.06rem;
    }
}

.widget-template-bd8f518f-b415-4e88-a827-abe5005198a8 {}

.widget-template-bd8f518f-b415-4e88-a827-abe5005198a8 .cms-helptext-popup-trigger {
    color: rgb(170, 170, 170);
    cursor: pointer;
}

.widget-template-bd8f518f-b415-4e88-a827-abe5005198a8 .cms-helptext-popup-trigger:hover {
    color: rgb(0, 131, 69);
}

.widget-template-bd8f518f-b415-4e88-a827-abe5005198a8 .cms-helptext-popup-trigger__button {
    border: none;
    background: none;
}

#widget04aa896e-fdcf-4d4f-8e16-acf40032d616 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget04aa896e-fdcf-4d4f-8e16-acf40032d616 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget04aa896e-fdcf-4d4f-8e16-acf40032d616 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget04aa896e-fdcf-4d4f-8e16-acf40032d616 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget08224049-464d-404e-ba68-acf40034a111 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget217c2037-e4a7-4efe-b832-acf40031da83 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget321c3d79-7b43-4b6d-a54a-acf4003713b2 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget4c0506c5-b8b4-4e15-9f20-acf900dc0dc6 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget5a9eaece-4307-4389-8957-acf40031da8f {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget7c3b1bf7-d4af-42fb-9e39-acf40031da87 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget85255410-bce6-4cf4-928d-acf400346652 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget9da752b1-8604-4f9d-be28-acf400339cd8 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget9f91d84e-fe69-43e7-ba4a-ad1f001585a2 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widgeta6d3f01f-6e5c-4a12-98c4-acf900dc5a23 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widgetb34a3c26-5c2f-4a3a-9c88-acf400336168 {}

#widgetdf771a3c-b298-43a1-a73e-acf40031da97 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widgete3d4abc6-72d8-47c2-b070-acf400369e7a {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widgetf687cdca-b32d-421e-bbb8-ad2a008d94a3 {}

#widgetf687cdca-b32d-421e-bbb8-ad2a008d94a3 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget07fcf1ea-a9e1-4aaf-a0e0-ac4b004ef39d {}

#widget07fcf1ea-a9e1-4aaf-a0e0-ac4b004ef39d .dpkk-category-title {
    font-weight: 700;
}

#widget0e779dac-ae96-4dea-81c0-ac7f00a3bd1e .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget0e779dac-ae96-4dea-81c0-ac7f00a3bd1e .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget0e779dac-ae96-4dea-81c0-ac7f00a3bd1e .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget0e779dac-ae96-4dea-81c0-ac7f00a3bd1e .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget19a4c94a-47a3-4bf2-bd8c-ac4b00508243 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d .dpkk-card-group {
    display: block;
    background-color: rgb(229, 229, 229);
    padding-left: 20px;
    padding-right: 20px;
}

#widget1ff34546-4eed-4621-a165-ac4b004d64b3 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget29e14336-6d73-4434-969a-ac4b007d8e93 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget2f2d403d-2cb0-4a44-9139-ac4b005081f7 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget32aef91b-48f4-4ba2-baac-ac4b007d8edf {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget33521bb7-5668-4685-b12b-ac4b007a2919 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget354c3157-67f6-42ab-ac40-ac4e00500f21 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget39cc0952-26de-4ce0-9fa9-ac4e006b7e76 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget4762e7b4-cd9e-4023-8542-ac4e006ef409 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget4bbdcd5a-b498-491f-a175-ac4e004dc54a {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget554cb8e3-d1c2-4a6b-942b-ac4b0052b09f {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget74953e9a-cc4e-4a20-9175-ac4b007445df {
    padding-top: 20px;
}

#widget74953e9a-cc4e-4a20-9175-ac4b007445df .h1,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df .h2,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df .h3,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df .h4,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df .h5,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df .h6,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df h1,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df h2,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df h3,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df h4,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df h5,
#widget74953e9a-cc4e-4a20-9175-ac4b007445df h6 {
    line-height: 1.4;
}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget7e755628-50b1-4d95-a534-ac4b004d4981 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget885d17e5-f66b-4762-ab64-ac4b007462bf {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget8eeabc05-5191-426e-9332-ac4b007d88fe {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget8f7900ad-6e4d-40e9-848d-ac4e006ead33 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget9543f278-4a20-48dc-9b6c-ac4b0052b044 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget96a5a8ea-e07e-4ab0-bec2-ac4b00744f47 {
    padding-top: 20px;
}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget98f5ae99-ec37-449b-8997-ac4b004f409e {}

#widget98f5ae99-ec37-449b-8997-ac4b004f409e .cms-helptext-popup-trigger {
    color: rgb(0, 12, 46);
}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetab5b3d9c-1ed9-4213-9d05-ac4e004f3c97 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetade733fe-df52-404d-b8c9-ac4b007a326e {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetb0feae8d-8ddb-4ad3-8214-ac4b00506c55 {
    padding-top: 20px;
}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetba990857-80a1-4edc-9129-ad290108494d {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetbd345d4a-193f-4b18-aaaf-ac4b0052aa2d {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetc0d62ee3-e295-479a-a255-ac4b00743adf {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetc474f7fc-ac80-4331-85ad-ac4b004e4c53 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetcea1be4c-2b2c-4048-aa1b-ac4b00743284 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetd117e941-8673-401b-9ab1-ac4b0074626c {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgete3973480-1c2a-4f89-96fa-ac4e0051074f {}

@media (min-width: 991px) {
    #widgete3973480-1c2a-4f89-96fa-ac4e0051074f .cms-card {
        min-height: 230px;
    }
}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgete496b1a5-7072-499c-a764-ac4b007a321e {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgete4b2dfbf-c951-463e-9e28-ac4e006c8eb1 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgeteccc5749-3a46-48b6-b63c-ad1a00197e0e {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetef32d067-e0d4-4885-b63b-ac4e00518fff {}

@media (min-width: 991px) {
    #widgetef32d067-e0d4-4885-b63b-ac4e00518fff .cms-card {
        min-height: 230px;
    }
}

#page76d51b85-5d4b-48ec-a01b-ac410029fdbf .cw-modal-footer {
    padding-right: 0px;
}

#widget911757c8-3047-4480-b7a5-ac41003f3937 {}

#widget911757c8-3047-4480-b7a5-ac41003f3937 .modal-header {
    display: none;
}

#widgetf5ac27ee-34c9-4c48-aef2-ac47004c4565 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetf5ac27ee-34c9-4c48-aef2-ac47004c4565 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetf5ac27ee-34c9-4c48-aef2-ac47004c4565 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetf5ac27ee-34c9-4c48-aef2-ac47004c4565 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget2d6471b4-eb56-46a2-b72d-abf8007ee679 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget2d6471b4-eb56-46a2-b72d-abf8007ee679 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget2d6471b4-eb56-46a2-b72d-abf8007ee679 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget2d6471b4-eb56-46a2-b72d-abf8007ee679 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 {}

#widget50ba43ee-6789-4e19-b4f1-ad290103461c {}

#widget743e53b0-e720-46e5-ac67-abf8007ed66b {}

#widgeta0aa1fb1-08fc-49fd-88a9-abf8007ed678 {}

#page795d861e-42d4-454e-a2a8-abf8007ed660 {}

#widgetb7c388b1-b5aa-4229-9227-ad2000c7e21a {}

#widgete0e1972f-89db-4f27-b0fe-abf8007ed67d {}

#page795d861e-42d4-454e-a2a8-abf8007ed660 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page795d861e-42d4-454e-a2a8-abf8007ed660 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page795d861e-42d4-454e-a2a8-abf8007ed660 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page795d861e-42d4-454e-a2a8-abf8007ed660 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page795d861e-42d4-454e-a2a8-abf8007ed660 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page795d861e-42d4-454e-a2a8-abf8007ed660 {}

#widgete3a35581-4345-4942-b217-ac8000a0f9a4 {}

#widgeteabf16b1-a717-42ea-97cb-abf8007f4446 {}

#page795d861e-42d4-454e-a2a8-abf8007ed660 {}

#widget744282f8-241b-4f50-8f54-acad00a29c9d {}

#widget744282f8-241b-4f50-8f54-acad00a29c9d .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget744282f8-241b-4f50-8f54-acad00a29c9d .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget744282f8-241b-4f50-8f54-acad00a29c9d .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget744282f8-241b-4f50-8f54-acad00a29c9d .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page7a5c131e-5bce-428e-a4d8-ac22003917c5 {}

#widget80c1d841-ce0b-45d2-ad97-ac220097c936 {}

#widget28349513-2afe-4aa5-bb80-ac990059684c .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget28349513-2afe-4aa5-bb80-ac990059684c .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget28349513-2afe-4aa5-bb80-ac990059684c .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget28349513-2afe-4aa5-bb80-ac990059684c .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page7cdb16a0-4750-411f-9ea4-ac940051c331 {}

#widget5d1ef14d-cbb6-40c6-926e-ac99007865b6 {}

#page7cdb16a0-4750-411f-9ea4-ac940051c331 {}

#widgetdc619346-e266-4ee7-9de8-ac94006432ea {}

#widgetdc619346-e266-4ee7-9de8-ac94006432ea .dpkk-thank-you-container {
    display: flex;
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
    padding: 1rem;
    border-radius: 0.25rem;
}

#widgetdc619346-e266-4ee7-9de8-ac94006432ea .dpkk-thank-you--icon {
    margin-right: 0.5rem;
    color: rgb(8, 161, 22);
    font-size: 1.5rem;
}

#widgetdc619346-e266-4ee7-9de8-ac94006432ea .dpkk-thank-you--text {
    font-size: 1.5rem;
    color: rgb(8, 161, 22);
    font-weight: 500;
}

#widgetdc619346-e266-4ee7-9de8-ac94006432ea .dpkk-thank-you--review-text {
    margin-top: 0.25rem;
}

@media (max-width: 991px) {
    #widgetdc619346-e266-4ee7-9de8-ac94006432ea .dpkk-thank-you-container {
        padding: 0.75rem;
    }

    #widgetdc619346-e266-4ee7-9de8-ac94006432ea .dpkk-thank-you--text {
        font-size: 1.3rem;
    }
}

#page7cdb16a0-4750-411f-9ea4-ac940051c331 {}

#widgetdd2bb251-8edf-4846-a29b-ac940064f7c9 {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget06788be3-f0b4-47ad-a2b7-ad1900505ff4 {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget44741db2-e31e-4957-a084-ad19007c1e04 {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget49f07f00-0b5c-4843-8eea-ad190051be3e {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget4fc5b927-1ed2-4e7f-9ca3-ad19008265fb {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget5a1ee50e-eeb6-4115-93f0-ad2a008d7e89 {}

#widget5a1ee50e-eeb6-4115-93f0-ad2a008d7e89 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#widget77285f6d-d11d-40d5-9f1c-ad1900506004 {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget93dbd0b0-a863-469d-ab16-ad1900795815 {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget95ba6933-7903-4072-bff6-ad1900505ffc {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget9a30383f-3c4e-486c-b51a-ad1900536a39 {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget9b234305-979a-4517-955c-ad190051fab5 {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widgetabf2128d-3c5e-42d4-8013-ad1900505fef {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widgetcab84a63-7842-4f8e-af8a-ad1900909f19 {}

#widgete91cce1b-3bca-4209-b6d1-ad1900508e37 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgete91cce1b-3bca-4209-b6d1-ad1900508e37 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgete91cce1b-3bca-4209-b6d1-ad1900508e37 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgete91cce1b-3bca-4209-b6d1-ad1900508e37 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widgetec3cfe61-2af8-4550-a326-ad1f001585a6 {}

#widget683fab7c-a836-420e-ae08-acad00a0cb71 {}

#widget683fab7c-a836-420e-ae08-acad00a0cb71 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget683fab7c-a836-420e-ae08-acad00a0cb71 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget683fab7c-a836-420e-ae08-acad00a0cb71 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget683fab7c-a836-420e-ae08-acad00a0cb71 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page87abe43d-6805-4fee-8340-ac9f00381763 {}

#widgetd85032a5-13f3-4755-b490-ac9f00381773 {}

#page8dda3510-e323-4934-832f-acf40030df86 {}

#widget006bcb23-3c62-4024-8cde-ad29010164e7 {}

#page8dda3510-e323-4934-832f-acf40030df86 {}

#widget55a3ca26-20c5-4fa9-841e-ad2000c7e223 {}

#page8dda3510-e323-4934-832f-acf40030df86 {}

#widget75dc84dc-8eef-40a5-b8fa-acf4003ca624 {}

#widget7751ef5b-f00a-4dae-97a6-acf40030dfb5 {}

#page8dda3510-e323-4934-832f-acf40030df86 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page8dda3510-e323-4934-832f-acf40030df86 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page8dda3510-e323-4934-832f-acf40030df86 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page8dda3510-e323-4934-832f-acf40030df86 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page8dda3510-e323-4934-832f-acf40030df86 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page8dda3510-e323-4934-832f-acf40030df86 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page8dda3510-e323-4934-832f-acf40030df86 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page8dda3510-e323-4934-832f-acf40030df86 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page8dda3510-e323-4934-832f-acf40030df86 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page8dda3510-e323-4934-832f-acf40030df86 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page8dda3510-e323-4934-832f-acf40030df86 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page8dda3510-e323-4934-832f-acf40030df86 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page8dda3510-e323-4934-832f-acf40030df86 {}

#widget7c9bb44f-cc5f-4e03-9b96-ad13000c6cb3 {}

#widgeta3f1b77f-efd8-4bd5-b383-acf4003bcae4 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgeta3f1b77f-efd8-4bd5-b383-acf4003bcae4 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgeta3f1b77f-efd8-4bd5-b383-acf4003bcae4 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgeta3f1b77f-efd8-4bd5-b383-acf4003bcae4 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgetad4b41ac-4c93-4311-b7b7-acf4003b0c79 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetad4b41ac-4c93-4311-b7b7-acf4003b0c79 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetad4b41ac-4c93-4311-b7b7-acf4003b0c79 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetad4b41ac-4c93-4311-b7b7-acf4003b0c79 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgetce3479da-e4db-4d0c-b465-acf40030dfa7 {}

#widgete6b6e0ae-bfe3-488c-869c-acf40030df8d {}

#page8dda3510-e323-4934-832f-acf40030df86 {}

#widgete8f93199-cae9-4634-a7f9-acf40030dfd8 {}

.widget-template-55c0d95b-f9ea-4793-8cd7-acad00e036a5 {}

.widget-template-55c0d95b-f9ea-4793-8cd7-acad00e036a5 .overlay-fullscreen {
    position: fixed;
}

.widget-template-55c0d95b-f9ea-4793-8cd7-acad00e036a5 .overlay-fit-in {
    position: absolute;
}

.widget-template-55c0d95b-f9ea-4793-8cd7-acad00e036a5 .spinner {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.widget-template-55c0d95b-f9ea-4793-8cd7-acad00e036a5 .spinner::before {
    font-family: FontAwesome;
    content: "";
    font-weight: 900;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#page91334dde-116f-4f5c-a2d4-ad7a0082f367 {}

#widget83ce7b53-cdaf-4438-a96e-ad7a008b41e9 {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    min-height: 500px;
    margin: 0px auto;
    padding: 3rem;
    border: 2px solid rgb(102, 109, 130);
    border-radius: 1rem;
    background-color: rgb(243, 244, 245);
    box-shadow: rgba(0, 12, 46, 0.15) 0px 0px 20px 0px;
}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widget0219e710-faa0-4fcb-af5f-ac5a00b22798 {}

#widget06854f17-edf1-4995-9b59-abf3008c04f1 {}

#widget145c3ecd-c253-4578-8d03-abf3008c04f5 {}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widget349974e9-b1f9-4375-b34c-abf3008c04e0 {}

#widget52dcb837-04ca-479a-a50e-abf3008c04f7 {}

#widget62da9ce4-af18-483d-b3ac-abf3008c0502 {}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widget8d5d07f3-087f-44ce-a7b6-abf3008c04dd {}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widgetb910e501-6d97-47ed-b5e1-ad2a0091a4c8 {}

#widgetb910e501-6d97-47ed-b5e1-ad2a0091a4c8 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widgetbad39e6f-a588-4f53-829d-ac9b00efd1a4 {}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widgetcb33e10a-f67e-4166-be99-ac9b00f09416 {}

#widgete6aec526-8a7a-4841-80fe-abf3008c04e5 {}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widgetf7c83491-01c3-4ab9-8b98-ac9b00f19991 {}

#widgetf8e46408-3bca-4005-94bf-abf3008c04e9 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetf8e46408-3bca-4005-94bf-abf3008c04e9 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetf8e46408-3bca-4005-94bf-abf3008c04e9 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetf8e46408-3bca-4005-94bf-abf3008c04e9 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widgetfb58764e-beef-418f-aa44-abf3008c04e8 {}

#widgetfc55e865-4cce-426c-9ba0-abf3008c04e2 {}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widgetfe1491b8-7998-4413-b331-ac5a00b091e8 {}

#widget4686b349-b5f6-482f-a73b-ac5a008d2e33 {}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page91cf7baf-55d6-490b-a5be-ac5a008d2e22 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page91cf7baf-55d6-490b-a5be-ac5a008d2e22 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page91cf7baf-55d6-490b-a5be-ac5a008d2e22 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page91cf7baf-55d6-490b-a5be-ac5a008d2e22 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 {}

#widget81130389-666b-4348-bbf9-ad2000c7e21f {}

#widgeta95ab035-0ccc-4eed-a539-ac5a008d2e30 {}

#widgetaa3a150b-be4f-4f19-9cbc-ac5a008d2e28 {}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 {}

#widgetc446eddb-0867-4efe-a36a-ac8000a0f9a7 {}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 {}

#widgetcc9e3278-9612-45ef-8055-ac5a008d8682 {}

#widgetd612ae30-d58b-4730-a84c-ac5a008d591b {}

#widgetd612ae30-d58b-4730-a84c-ac5a008d591b .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetd612ae30-d58b-4730-a84c-ac5a008d591b .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetd612ae30-d58b-4730-a84c-ac5a008d591b .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetd612ae30-d58b-4730-a84c-ac5a008d591b .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
}

#widgeteb57d603-3ee3-4967-aa0c-ac600053a79c {}

#widgeteb57d603-3ee3-4967-aa0c-ac600053a79c .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgeteb57d603-3ee3-4967-aa0c-ac600053a79c .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgeteb57d603-3ee3-4967-aa0c-ac600053a79c .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgeteb57d603-3ee3-4967-aa0c-ac600053a79c .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 {}

#widgetfa1742bb-d2e8-432c-8370-ad2901030c62 {}

#page9c5be555-b994-4c4f-a744-abf300b829d6 {}

#widget07b4abf1-3e64-41e7-b410-ad2000c7e219 {}

#page9c5be555-b994-4c4f-a744-abf300b829d6 {}

#widget21aebbab-94c4-4024-9526-ac8000a0f9a3 {}

#widget697c498a-6e60-4f36-81f2-abf300b829dd {}

#page9c5be555-b994-4c4f-a744-abf300b829d6 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page9c5be555-b994-4c4f-a744-abf300b829d6 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page9c5be555-b994-4c4f-a744-abf300b829d6 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page9c5be555-b994-4c4f-a744-abf300b829d6 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page9c5be555-b994-4c4f-a744-abf300b829d6 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page9c5be555-b994-4c4f-a744-abf300b829d6 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page9c5be555-b994-4c4f-a744-abf300b829d6 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page9c5be555-b994-4c4f-a744-abf300b829d6 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page9c5be555-b994-4c4f-a744-abf300b829d6 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page9c5be555-b994-4c4f-a744-abf300b829d6 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page9c5be555-b994-4c4f-a744-abf300b829d6 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page9c5be555-b994-4c4f-a744-abf300b829d6 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page9c5be555-b994-4c4f-a744-abf300b829d6 {}

#widget8c7f6932-15be-4261-bf27-ad2901035f13 {}

#widget90b69cb1-c37b-47c0-8ae5-abf300b9cd8c {}

#page9c5be555-b994-4c4f-a744-abf300b829d6 {}

#widgeta29d0f5f-6fe1-4835-9bf9-abf300b829d7 {}

#widgetbffc066c-6dd5-4b82-8ff5-abf300b847d7 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetbffc066c-6dd5-4b82-8ff5-abf300b847d7 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetbffc066c-6dd5-4b82-8ff5-abf300b847d7 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetbffc066c-6dd5-4b82-8ff5-abf300b847d7 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgetcce84f7f-1a39-45a7-84d2-abf300b829da {}

#page9fbe3dae-f3cf-44eb-a8ac-acfb00a3595f {}

#widget0d1e5dae-704c-49af-8beb-acfb00b26f57 {}

#widget98a96df2-9425-432a-bc9b-acfb00a3694d .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget98a96df2-9425-432a-bc9b-acfb00a3694d .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget98a96df2-9425-432a-bc9b-acfb00a3694d .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget98a96df2-9425-432a-bc9b-acfb00a3694d .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 {}

#widget12a6c0a8-2891-45c1-9ba6-ac8000a0f9a2 {}

#widget249874a8-7c9e-47cd-926e-ac7e00a54630 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget249874a8-7c9e-47cd-926e-ac7e00a54630 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget249874a8-7c9e-47cd-926e-ac7e00a54630 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget249874a8-7c9e-47cd-926e-ac7e00a54630 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget5f5b02d9-4f9f-4195-8481-abe801275922 {}

#widget5f617c68-1761-46df-8cee-abe801275925 {}

#widget8032c776-71a6-4446-9662-abea004977cd .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget8032c776-71a6-4446-9662-abea004977cd .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget8032c776-71a6-4446-9662-abea004977cd .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget8032c776-71a6-4446-9662-abea004977cd .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgetaf619730-f0dc-4392-a2bf-ac6b003d7a69 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetaf619730-f0dc-4392-a2bf-ac6b003d7a69 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetaf619730-f0dc-4392-a2bf-ac6b003d7a69 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetaf619730-f0dc-4392-a2bf-ac6b003d7a69 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgetbcf6f95c-6bfb-4e58-8123-abea00488cf0 {}

.jsPeriodLoading {
    min-height: 100px;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jsPeriodLoading::before {
    font-family: FontAwesome;
    content: "";
    color: rgb(102, 109, 130);
    font-weight: 900;
    font-size: 2rem;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 {}

#widgetbd426b65-84c2-4f2f-a1df-ad2000c7e217 {}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 {}

#widgetd3d9dc5f-a4ba-4099-809c-ad290103757d {}

#widgetd9e24201-0bc7-472c-beef-abe801275927 {}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #pagea6d75f4f-1701-4cd8-8404-abe801275920 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #pagea6d75f4f-1701-4cd8-8404-abe801275920 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #pagea6d75f4f-1701-4cd8-8404-abe801275920 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #pagea6d75f4f-1701-4cd8-8404-abe801275920 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget05f21923-6f41-4c74-9380-ac5b0035e931 {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget077a1eea-076d-4eee-9c4f-ac5b00741d82 {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget0c6a4cf0-ff9b-4ddf-a9e3-ad2a008dd67d {}

#widget0c6a4cf0-ff9b-4ddf-a9e3-ad2a008dd67d .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget369dd78e-b3fc-4725-a8ff-ac5c0097a49c {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget49e09804-91dd-4b8a-bbd1-ac5c009679e5 {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget56965fe3-2f2e-48eb-81a2-ac5b002d1b76 {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget59447b89-d824-401f-aa43-ac5b001007af {}

#widget6de6e616-2825-43a3-8e18-ac5b001007b6 {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget87046b53-d2ea-4e82-a56e-ac5b0035775e {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget8dbd280a-cdcf-4c71-b0d6-ac5b006ec59c {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget91e34f5d-520c-4d5f-8cdf-ac5b0011c0fd {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widgeta12688d9-6050-41c1-88e3-ad1f0015858d {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widgetb46780b6-83cd-4b17-b739-ac5b0035dbed {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widgetb743408b-4dc9-4d84-8b7d-ac5b001007b2 {}

#widgetde575a83-8430-4d06-8038-ac5b001025b5 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetde575a83-8430-4d06-8038-ac5b001025b5 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetde575a83-8430-4d06-8038-ac5b001025b5 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetde575a83-8430-4d06-8038-ac5b001025b5 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widgete2953c87-7a88-4507-889f-ac5b001007ad {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widgete6f6e4e5-f3e2-4134-8afa-ac5b0035d288 {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widget0b16ef4c-bc4c-45f7-9b8d-ac5b004d774c {}

#widget3ccee6d1-08a7-485f-b30d-ac5b0050ad94 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget3ccee6d1-08a7-485f-b30d-ac5b0050ad94 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget3ccee6d1-08a7-485f-b30d-ac5b0050ad94 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget3ccee6d1-08a7-485f-b30d-ac5b0050ad94 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widget3dfe123b-b49f-469e-ac0a-ac5b0068124d {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widget5357bcb4-53e3-4961-95ed-ac5b007a5536 {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widget66250a11-973b-41f2-807f-ad1f00158592 {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widget7399fc51-5519-46a5-9232-ac5c0094e8b4 {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widget839df6a3-7f97-426b-8be9-ac5b004d7752 {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widget9dc70a80-cc64-4ef3-9695-ac5b004d774e {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widgetb1345607-0903-4c0a-a149-ad2a008dc656 {}

#widgetb1345607-0903-4c0a-a149-ad2a008dc656 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widgetb5d5d404-887e-4259-a813-ac5c004b82d3 {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widgetbf449060-0fe3-4aa8-9ebe-ac5b007a2a0a {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widgetc2630acb-7fad-40f7-8094-ac5b0051f0ff {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widgetc5803263-6bf6-44d6-8944-ac5b00523342 {}

.dpkk-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

#widgetda66cbcc-a4e6-4a8e-8b83-ac5b004d7756 {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widgetef0954ff-0378-4fbb-8368-ac5b00682fd0 {}

#widget08e9698c-260c-4421-8dba-abce00ef4786 {}

#widget1a8c42c5-952f-4f6b-890b-abcf0098193c {}

#widget53440f78-4f4f-4e6f-972a-abdf00706747 {}

#pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 {}

#widget76dbf98c-396d-476e-8085-abcf009826cb {}

.dpkk-tab-link-pane {
    display: block;
    background-color: rgb(229, 229, 229);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .dpkk-tab-link-pane {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 .cms-page-link__content {
    width: 100%;
    padding: 5px;
    background-color: rgb(241, 241, 241);
    white-space: nowrap;
}

#pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 .cms-page-link__content.active {
    background-color: rgb(229, 229, 229);
}

#pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 .cms-page-link__text {
    padding-top: 3px;
    font-size: 0.9rem;
    font-weight: 500;
    color: initial;
    text-align: center;
}

#pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 .cms-page-link__img {
    height: 25px;
}

@media (min-width: 992px) {
    #pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 .cms-page-link__content:hover {
        text-decoration: none;
        background-color: rgb(204, 204, 204);
    }

    #pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 .cms-page-link__text {
        font-size: 1.1rem;
    }

    #pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 .cms-page-link__img {
        height: 35px;
    }
}

@media (min-width: 768px) {
    #pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 .cms-page-link__content {
        padding: 10px;
    }
}

#widgete1ce45a9-8ecf-4cfb-be8f-abcf00980f3b {}

#pageaebd45ce-e9fd-4fe2-9de0-abce00e6ad53 {}

#widgetf5792f75-60d2-4994-99aa-ad1f0015bd4a {}

#pageafd44add-a9aa-49fa-8393-ac8d003d5587 {}

#widget6c481946-244e-4b2c-956d-ac8d004dcd21 {}

#widget6c481946-244e-4b2c-956d-ac8d004dcd21 .dpkk-category-title {
    font-weight: 700;
}

#pageafd44add-a9aa-49fa-8393-ac8d003d5587 {}

#widgetb6ced63d-b8d8-440b-92f7-ac8d004b4f0c {}

#pageafd44add-a9aa-49fa-8393-ac8d003d5587 {}

#widgetd01de4ce-ac1f-4c14-9327-ac8d0048f999 {}

.dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

.dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

.dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

.dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget07cbd9ab-4823-435b-bfee-abe7003e3d1a {}

#widget16932c72-04f1-49b0-af02-abe7009d73b1 {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widget27033a5d-5d2f-4145-a17e-abe7009ca83f {}

#widget38d858d3-fc3f-4262-93cb-abfb0085a535 {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widget41f402a5-67f4-4e2b-9af9-ad1f0015857e {}

#widget5251a756-519e-4a7e-8a83-abe70087dea9 {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widget83f905ae-ca76-41bf-a4a3-ad2a008e035a {}

#widget83f905ae-ca76-41bf-a4a3-ad2a008e035a .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widgetab36c186-3832-463c-9d8d-abe7003e3d16 {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widgetba912aa9-e610-4fec-bc7f-ac6b009437d5 {}

#widgetcd2fbad6-6833-4df8-96cf-abe70048ecf0 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetcd2fbad6-6833-4df8-96cf-abe70048ecf0 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetcd2fbad6-6833-4df8-96cf-abe70048ecf0 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetcd2fbad6-6833-4df8-96cf-abe70048ecf0 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widgetd07ba682-75b4-48f4-8417-ad2000f1e93f {}

#widgetd142bd5b-fade-47d4-976e-abfb00856153 {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widgetdcb50489-4d3f-497e-9206-ac4c009f4856 {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widgetdf6d674b-1aea-4ea6-b026-abe7003e3d11 {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widgete0a1d9e1-a6bc-4860-b39e-abe7003e3d0f {}

#widgete0cc7d01-16d5-4fe0-a496-abe7009d56e8 {}

#widgetef8f8981-ba1f-4562-a4be-abe7008cf564 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget039c6dd1-8497-4ccb-bae0-acf300845171 {}

.dpkk-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget25998168-d3d5-43a9-9e40-ac74007dc9bb {}

#widget28420d37-87d5-4f6b-8d31-ac74007dc9b8 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget2a0d6941-0496-4240-baf8-ad2a0083d11b {}

#widget2a0d6941-0496-4240-baf8-ad2a0083d11b .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget2cecf5cf-d125-44ab-b50d-ac74007dc9b3 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget2f9ae297-01cb-42e8-a934-acf30068b6f3 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget304f30af-11ef-4cd1-98e2-ac80007b9295 {
    padding-top: 2rem;
}

#widget304f30af-11ef-4cd1-98e2-ac80007b9295 h6,
#widget304f30af-11ef-4cd1-98e2-ac80007b9295 p {
    margin-bottom: 0.3rem;
}

#widget3a5ed06d-2437-4d34-8945-ac74007dc9b7 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget4373afdf-e518-44ac-937d-ac7400835ae0 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget47cf91b9-ac24-40fa-bd6b-ac740081b6c7 {
    margin-top: 1rem;
}

#widget47cf91b9-ac24-40fa-bd6b-ac740081b6c7 .form-label {
    display: inline;
}

#widget47cf91b9-ac24-40fa-bd6b-ac740081b6c7 input[type="text"] {
    margin-top: 5px;
}

#widget47cf91b9-ac24-40fa-bd6b-ac740081b6c7 .parking-fee-details {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget6e41ced7-4ac9-4e9d-8dc7-ac74008173eb {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget862de262-d0b3-4e14-a876-acfa00506ffa {}

#widget90b163ea-bd71-4d43-8ba9-ac74008d8601 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget90b163ea-bd71-4d43-8ba9-ac74008d8601 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget90b163ea-bd71-4d43-8ba9-ac74008d8601 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget90b163ea-bd71-4d43-8ba9-ac74008d8601 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget9a9157c0-89e0-48b9-8e75-ac92004b6082 {}

#widget9a9157c0-89e0-48b9-8e75-ac92004b6082 .parking-fee-btn {
    font-size: 90%;
    min-width: 135px;
}

#widget9f8a4b4b-4420-4d84-898b-ac74007dc9b4 {}

#widget9f8a4b4b-4420-4d84-898b-ac74007dc9b4 h6 {
    margin-bottom: 0.3rem;
}

#widgeta355291a-3a29-4886-a557-ac74007dc9ba {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widgeta569424e-b110-40dc-a60e-ac74007dc9b1 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widgeta75175de-1961-436e-8941-ac7700705229 {
    padding-top: 2rem;
}

#widgeta75175de-1961-436e-8941-ac7700705229 h6 {
    margin-bottom: 0.3rem;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item--interactive.active {
    background-color: rgb(0, 12, 46);
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item--interactive.active:hover,
#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item--interactive.active:focus {
    background-color: rgb(0, 39, 148);
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item {
    background-color: rgb(206, 209, 215);
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item--interactive:not(.active):hover,
#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item--interactive:not(.active):focus {
    background-color: rgb(178, 182, 192);
    color: rgb(255, 255, 255);
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item,
#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item--interactive {
    font-size: 0.9rem;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-nav-item {
    margin-bottom: -1px;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cms-tab-pane__container--interactive {
    background-color: rgb(238, 238, 238);
    padding: 0px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .nav {
    background-color: rgb(238, 238, 238);
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgb(206, 209, 215);
}

@media (max-width: 959px) {
    #pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .nav {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cpk-parking-fee-cover-page .mypage-panel {
    background-color: rgb(238, 238, 238);
    padding: 15px 20px;
}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad .cpk-parking-fee-cover-page .dpkk-desktop-parking-zone-map {
    padding: 15px 20px;
}

#widgetac795e23-8f98-4d4f-9900-acf300653dc1 {}

#widgetb5437b1a-07be-402d-a30b-ac74007dc9b5 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widgetd02539e0-53d3-46e2-b240-ac74008374e3 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widgetd6eb913a-f21e-4f2e-b2ad-ac8000754d19 {}

#widgetd6eb913a-f21e-4f2e-b2ad-ac8000754d19 h6 {
    margin-bottom: 0.3rem;
}

#widgetdba76ba0-6f99-4366-9c54-ac74007dc9b9 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widgetdda22ea2-c2ec-4bbe-ba11-ac7400833551 {}

.widget-template-3f394a66-c3e4-4a50-acfb-abf400344ea0 {}

.widget-template-3f394a66-c3e4-4a50-acfb-abf400344ea0 .cms-login-button {
    display: flex;
}

.widget-template-3f394a66-c3e4-4a50-acfb-abf400344ea0 .cms-login-button__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

.widget-template-72cf488b-18ca-46a1-b2fc-abaa0053884d {}

.widget-template-72cf488b-18ca-46a1-b2fc-abaa0053884d .cms-tab-pane.editing {
    padding: 15px;
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 {}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .tab__action-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .tab__action-btn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 90, 187);
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .nav--vertical {
    flex-direction: column;
    flex: 0 0 15%;
    max-width: 15%;
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-tab-container--vertical {
    display: flex;
    align-items: stretch;
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-tab-container.editing {
    padding: 15px 1px;
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-tab-container.editing:hover {
    position: relative;
    z-index: 2;
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-nav-item {
    min-width: 70px;
    min-height: 25px;
    background-color: rgb(239, 240, 242);
    text-align: center;
    align-items: center;
    padding: 10px 15px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-nav-item--interactive {
    font-size: 1rem;
    cursor: pointer;
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-nav-item--interactive:not(.active):hover {
    background-color: rgb(213, 234, 238);
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-nav-item--interactive.active {
    font-weight: 500;
    background-color: rgb(2, 104, 54);
    color: rgb(255, 255, 255);
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-tab-pane__container {
    background-color: rgb(239, 240, 242);
    padding: 15px 20px;
    min-height: 100px;
    flex: 1 1 0%;
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-tab-pane__container--interactive {
    background-color: rgb(248, 249, 252);
}

.widget-template-8bc199a5-b0ea-407d-acf7-abaa005040c8 .cms-tab-pane__outline.editing:hover::before {
    border: 1px dashed rgb(0, 123, 255);
}

#pageb9ee3c8e-2203-4886-8a74-ac0e009f094b {}

#widget10fa4b16-802b-4a9f-80bc-ac0e00a17754 {}

#pageb9ee3c8e-2203-4886-8a74-ac0e009f094b {}

#widget425e677a-6087-42f3-93ad-ac0e009f28cb {}

@media (min-width: 768px) {
    #pageb9ee3c8e-2203-4886-8a74-ac0e009f094b .cw-modal-footer {
        padding: 1rem 0px;
    }

    #pageb9ee3c8e-2203-4886-8a74-ac0e009f094b .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .wf-activity-section {
    padding: 0px;
}

#widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .workflow-activity-content {
    padding-left: 0px;
    padding-right: 0px;
}

#widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .canvas-container>.row {
    align-items: flex-start;
}

#widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .canvas-container>.row:first-child {
    margin-left: 0px;
    margin-right: 0px;
}

#widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .canvas-container>.row>.col-12:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

#widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .canvas-container>.row:first-child>.col-lg-6:first-child {
    background-color: rgb(246, 246, 246);
    border: 0.08rem solid rgb(215, 217, 223);
    padding: 15px;
    border-radius: 0.25rem;
}

@media (max-width: 991px) {
    #widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .canvas-container>.row>.col-12:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }

    #widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 [id="CheckoutNavigationBtns"] {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
    }

    #widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .checkout-btn-group {
        display: grid;
        column-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    #widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 [id="Checkout"] .canvas-container>.row>.col-12:last-child {
        padding-left: 30px;
    }

    #widget49f5858a-3534-4e17-a1a7-ac0e00a1a469 .checkout-btn-group {
        margin-top: 0.5rem;
        text-align: right;
    }
}

#pageb9ee3c8e-2203-4886-8a74-ac0e009f094b {}

#widget8cf08033-ae0b-40b7-a6b1-ad180002b28d {}

#pageb9ee3c8e-2203-4886-8a74-ac0e009f094b {}

#widgete211fe69-1dde-401f-aeed-ac0e009f1e7b {}

#pageb9ee3c8e-2203-4886-8a74-ac0e009f094b {}

#widgete678fd1c-73c3-48e9-ac14-ad0900c34bac {}

#widget0a2b8d4c-da88-462e-8be2-abde0077c751 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget0a2b8d4c-da88-462e-8be2-abde0077c751 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget0a2b8d4c-da88-462e-8be2-abde0077c751 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget0a2b8d4c-da88-462e-8be2-abde0077c751 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 {}

#widget2c6a214b-675f-4cd7-a220-ac8000a0f9a0 {}

#widget33c0399d-7d9e-4e56-ad4a-abde0077be96 {}

#pagebceb1149-387c-42f2-86fc-abde0077be90 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #pagebceb1149-387c-42f2-86fc-abde0077be90 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #pagebceb1149-387c-42f2-86fc-abde0077be90 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #pagebceb1149-387c-42f2-86fc-abde0077be90 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #pagebceb1149-387c-42f2-86fc-abde0077be90 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#widget5266886c-a2a9-4025-b9c5-abde0077be94 {}

#widget5e129b16-06e5-48ec-8b1e-abde0077be95 {}

#widgetb682ad84-9d1c-4a3e-912a-abde0095c901 {}

#pagebceb1149-387c-42f2-86fc-abde0077be90 #SummaryForm .order-info__container {
    border-bottom: none;
}

#pagebceb1149-387c-42f2-86fc-abde0077be90 {}

#widgetbdf76b61-de88-4ec2-83e0-ad290103a432 {}

#pagebceb1149-387c-42f2-86fc-abde0077be90 {}

#widgetf36e0cc4-06f4-4aaa-9556-ad2000c7e212 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget0b3d4f42-86ed-4ec8-9eee-ac6d0093b4fb {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget0d89424b-c170-43b2-b91e-ac5d0077648a {}

#widget190a1579-6f45-4028-ac2f-ac6600ae9987 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget190a1579-6f45-4028-ac2f-ac6600ae9987 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget190a1579-6f45-4028-ac2f-ac6600ae9987 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget190a1579-6f45-4028-ac2f-ac6600ae9987 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget1c401c23-0123-4ee0-9652-ac5d0077058b {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget1ca13fe1-e786-41f9-b159-acfa004e77c7 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget1cc8788d-6050-4e67-af96-acc900a1178e {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget1df38a47-13fa-4af0-ba58-ad2a00872155 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item--interactive.active {
    background-color: rgb(0, 12, 46);
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item--interactive.active:hover,
#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item--interactive.active:focus {
    background-color: rgb(0, 39, 148);
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item {
    background-color: rgb(206, 209, 215);
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item--interactive:not(.active):hover,
#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item--interactive:not(.active):focus {
    background-color: rgb(178, 182, 192);
    color: rgb(255, 255, 255);
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item,
#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item--interactive {
    font-size: 0.9rem;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item {
    margin-bottom: -1px;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-tab-pane__container--interactive {
    background-color: rgb(255, 255, 255);
    padding: 0px;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .nav {
    display: flex;
    background-color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgb(206, 209, 215);
}

@media (max-width: 959px) {
    #pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    #pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item {
        flex-wrap: nowrap;
    }
}

@media (max-width: 600px) {
    #pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-nav-item {
        padding: 5px 10px;
    }
}

@media (max-width: 600px) {
    #widget248f2b6f-708f-4e7f-8637-ac5d007d5871 .cms-nav-item {
        background-color: rgb(206, 209, 215);
        width: calc(33.3333%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
    }
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget3aea70ca-c8d6-4a6b-be68-ac5d007c6b44 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget3e4aab14-53fd-4e05-8399-ad130131fb8f {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget488fe5f9-c210-4046-af3f-ac7800a57947 {}

#widget4fc09dd5-f8e4-44dc-bd66-ac6600af40e5 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget4fc09dd5-f8e4-44dc-bd66-ac6600af40e5 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget4fc09dd5-f8e4-44dc-bd66-ac6600af40e5 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget4fc09dd5-f8e4-44dc-bd66-ac6600af40e5 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget54e866a6-1c55-4770-bcc1-acde00402de9 {}

#widget54e866a6-1c55-4770-bcc1-acde00402de9 .modal-dialog-container {
    max-width: 600px;
}

#widget54e866a6-1c55-4770-bcc1-acde00402de9 .modal-body-recommendation {
    margin-top: 5px;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget5a527198-65c2-47b7-9fb1-ad0b0085f76c {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget5bc04869-99c2-4d31-9054-ac5d007c3b21 {}

.site-editor .jsHistoricPermitList {
    display: block;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget6bf0b5c3-c838-439e-a811-ac5d007bb8b8 {}

#widget6d2f6714-47b6-424b-bba3-ac5d007bdb4e {}

.site-editor .jsGarageVehicleList {
    display: block;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget742fa6ce-3808-4887-82c4-ac66013e94ae {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cw-listview-no-paging {
    background-color: rgb(255, 255, 255);
    border: none;
    box-shadow: rgba(0, 12, 46, 0.05) 0px 0px 20px 0px;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .ui-grid-empty-message {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cw-list-item.cw-list-block {
    border-bottom: 0.075rem solid rgb(229, 229, 229);
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cw-list-item.cw-list-block.selected {
    background-color: rgb(233, 238, 255) !important;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-classic-widget-content .flex-grow-list-view {
    flex: 1 1 auto;
}

@media (max-width: 959px) {
    #pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .ui-grid-empty-message {
        height: 480px;
    }
}

@media (min-width: 960px) {

    #pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .cms-classic-widget-content .flex-grow-list-view,
    #pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .parking-fee-list-by-user-container {
        height: 340px;
    }
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget8dc4955d-f316-4b12-a67e-ac5d0076705a {
    display: block;
    background-color: rgb(229, 229, 229);
    padding: 20px 15px;
}

@media (min-width: 768px) {
    #widget8dc4955d-f316-4b12-a67e-ac5d0076705a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widget9ee07672-03d8-4220-bcc1-ac5d007bf6fe {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgeta2c0586b-e0a9-40c5-85e2-ac7800a562aa {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .mypage__accordion-header {
    padding: 10px;
    background-color: rgb(215, 217, 223);
    cursor: pointer;
    border-top: 2px solid rgb(229, 229, 229);
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .mypage__accordion-header:not(.collapsed) i {
    transform: rotate(180deg);
    transition: 0.3s;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .mypage__accordion-header.collapsed i {
    transform: rotate(0deg);
    transition: 0.3s;
}

#widgetb7e024fe-5c5e-4626-ada7-ac5d00771aad {}

@media (min-width: 960px) {
    #widgetb7e024fe-5c5e-4626-ada7-ac5d00771aad .cms-column__container {
        display: block;
        border-radius: 0.25rem;
        box-shadow: rgba(0, 12, 46, 0.05) 0px 0px 20px 0px;
    }
}

@media (min-width: 960px) {
    .mypage-main-content {
        overflow: hidden;
    }
}

@media (max-width: 959px) {
    .mypage-main-content {
        max-height: 100vh;
        overflow-y: auto;
    }

    .mypage-main-content.modal {
        z-index: 1000;
    }
}

.site-editor .mypage-main-content {
    overflow: unset;
}

.modal-open .mypage-main-content {
    overflow: hidden auto;
}

.mypage-main-content.modal {
    background-color: rgb(255, 255, 255);
}

.mypage-panel {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    overflow: auto;
}

.mypage-panel--empty {
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    border-radius: 0.25rem;
}

.mypage-panel--outer,
.mypage-panel--inner {
    padding: 10px;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetba516752-26af-4b96-beb4-aca100999cab {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetc0967b86-ca77-4b50-a88d-ac64004a9096 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetc3dc4916-4d01-45e9-84ec-ac7800a5b85f {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetcb3a381c-be0e-4471-b1be-ac5d007d1db5 {}

#widgetcb3a381c-be0e-4471-b1be-ac5d007d1db5 .widget {
    margin-bottom: 0px;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetceb577e1-6ff3-4d17-891f-aca100998c11 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetd20e0699-81bb-484d-b60d-ac7800a57990 {}

.site-editor .my-page__parking-fee-panel {
    display: block;
}

.my-page__parking-fee-panel {
    min-height: 480px;
    background-color: rgb(255, 255, 255);
    border-radius: 0.25rem;
}

.my-page__parking-fee-panel--loading {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.my-page__parking-fee-panel--loading::before {
    font-family: FontAwesome;
    content: "";
    color: rgb(102, 109, 130);
    font-weight: 900;
    font-size: 4rem;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

[id="VehicleParkingFeeListContainer"],
[id="AllParkingFeeListContainer"] {
    margin-bottom: 0px !important;
}

@media (min-width: 768px) {
    .pageModal.mediumModal .modal-dialog {
        max-width: 800px;
    }
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetd7454458-7e4a-4d4c-b9a3-acd4009882ef {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .dpkk-legend {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 25px 10px 15px;
    background-color: rgb(234, 235, 238);
    border-radius: 0.25rem;
    font-size: 80%;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .dpkk-legend__status-container {
    display: flex;
    flex-wrap: wrap;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .dpkk-legend__status {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
}

#widgetd7a66bb8-5ab4-4221-916b-aca100bca858 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetddf02b64-8d7b-4c92-9375-ac5d00771a60 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetde34efbe-5ba8-41f0-8751-ac5d00998757 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgete871f737-1598-4a0e-ba6b-ac79007b8458 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetee42836a-0aa3-4082-bf19-ac5d00766359 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 .mypage__parking-fee--map {
    padding: 15px 20px;
}

#widgeteeb93e3c-f358-4235-9f11-acfa004e6996 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetf03cef9d-b1e1-4d22-afb6-ac77007f471f {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetfb5e3533-4e46-43de-8d56-aca1009965d2 {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetfd99cdb6-579b-475f-91f6-ad52003f76b2 {}

#widgetfd99cdb6-579b-475f-91f6-ad52003f76b2 .modal-dialog-container {
    max-width: 600px;
}

cw-widget-scope {}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

.widget-template-ed6eba42-6f8d-4822-8c53-ac7800a47190 {}

.widget-template-ed6eba42-6f8d-4822-8c53-ac7800a47190 .cms-flex-placeholder.editing {
    padding: 15px;
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 {}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-container.editing {
    padding: 15px 0px;
    min-width: 200px;
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-container--empty {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-container--no-widget {
    align-self: stretch;
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .flex-item__action-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .flex-item__action-btn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 90, 187);
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .flex-item.editing:hover::before {
    border: 1px dashed rgb(0, 123, 255);
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-container.flex-column>.cms-flex-placeholder__container {
    width: 100%;
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-placeholder--full-height {
    display: block;
    height: 100%;
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-placeholder--full-height>.widget-wrapper,
.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-placeholder--full-height>.widget-wrapper>.widget-wrapper__widget,
.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-placeholder--full-height>.widget-wrapper>.widget-wrapper__widget>.cw-widget-content,
.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-placeholder--full-height>.widget-wrapper>.widget-wrapper__widget>.cw-widget-content>.cms-flex-placeholder__container {
    height: 100%;
}

.widget-template-8796901e-cf3d-4968-8b4e-ac7800a4f632 .cms-flex-placeholder--full-height>.widget-wrapper>.widget-wrapper__widget>.cw-widget-content {
    display: block;
}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widget01392bb7-5e4e-4465-995f-acfa0089258e {}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widget03158540-775b-418d-a70d-acfa0088d90b {}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widget0d51efc9-866c-402b-8199-ac5c009c67d2 {}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widget2eecd32f-556f-4f19-a030-ac5c009c138a {}

#widget590133c6-1c2a-4502-bd03-ac48004a1216 {}

#widget5cda94ed-e6a4-44fe-b7bd-ac48004a121c {}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widget7f011c2c-bcbd-4835-93eb-ac48004a1212 {}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widget871e2ca7-df92-4920-88aa-ac48004a1214 {}

#widgetc68fbfb0-aa01-4c5b-8fbc-ac48004a1215 {}

#widgetcb298243-31e3-477a-ab7c-ac48004a1217 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetcb298243-31e3-477a-ab7c-ac48004a1217 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetcb298243-31e3-477a-ab7c-ac48004a1217 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetcb298243-31e3-477a-ab7c-ac48004a1217 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widgetcb65f555-1c69-4403-9648-ac48004a1216 {}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widgetd3c3d559-71d9-43c6-8077-ad2a008e154e {}

#widgetd3c3d559-71d9-43c6-8077-ad2a008e154e .cw-system-announcement-container {
    margin-bottom: 0px;
}

#widgetdf247c47-b910-400c-a35b-ac48004a1227 {}

#widgete3910566-54e8-4c71-8253-ac48004a1226 {}

#widgete9443cfc-994e-4f4a-8505-ac48004a121e {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widget15fa58f0-19d9-4bd0-98dc-acb5008dbe2d {}

#widget29b18ce0-3032-4396-bfe6-aca9003fc412 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget29b18ce0-3032-4396-bfe6-aca9003fc412 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget29b18ce0-3032-4396-bfe6-aca9003fc412 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget29b18ce0-3032-4396-bfe6-aca9003fc412 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widget34e870df-5e5e-4029-8e88-ad2a0087452b {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#pagec413d05c-695b-41bf-8842-aca9003f251e .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#pagec413d05c-695b-41bf-8842-aca9003f251e .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#pagec413d05c-695b-41bf-8842-aca9003f251e .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#pagec413d05c-695b-41bf-8842-aca9003f251e cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagec413d05c-695b-41bf-8842-aca9003f251e cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagec413d05c-695b-41bf-8842-aca9003f251e cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagec413d05c-695b-41bf-8842-aca9003f251e cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagec413d05c-695b-41bf-8842-aca9003f251e fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #pagec413d05c-695b-41bf-8842-aca9003f251e .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (min-width: 768px) {
    #pagec413d05c-695b-41bf-8842-aca9003f251e .cw-modal-footer {
        padding: 1rem 0px;
    }

    #pagec413d05c-695b-41bf-8842-aca9003f251e .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#widget37b2cd6d-62fb-40e9-9671-aca9003f7f23 {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widget3b8cbcd8-e720-4bec-a123-acb00003ac07 {}

#widget3b8cbcd8-e720-4bec-a123-acb00003ac07 .dpkk-thank-you-container {
    display: flex;
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
    padding: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
}

#widget3b8cbcd8-e720-4bec-a123-acb00003ac07 .dpkk-thank-you--icon {
    margin-right: 0.5rem;
    color: rgb(8, 161, 22);
    font-size: 1.5rem;
}

#widget3b8cbcd8-e720-4bec-a123-acb00003ac07 .dpkk-thank-you--text {
    font-size: 1.5rem;
    color: rgb(8, 161, 22);
    font-weight: 500;
}

#widget3b8cbcd8-e720-4bec-a123-acb00003ac07 .dpkk-thank-you--review-text {
    margin-top: 0.25rem;
}

@media (max-width: 991px) {
    #widget3b8cbcd8-e720-4bec-a123-acb00003ac07 .dpkk-thank-you-container {
        padding: 0.75rem;
    }

    #widget3b8cbcd8-e720-4bec-a123-acb00003ac07 .dpkk-thank-you--text {
        font-size: 1.3rem;
    }
}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widget44614d71-c70c-4919-b357-acaf008a058d {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

@media (min-width: 992px) {
    #pagec413d05c-695b-41bf-8842-aca9003f251e .dpkk-flex-page>.cms-flex-container>.cms-flex-placeholder__container:first-child {
        flex: 2 1 auto;
        width: 85%;
        margin-right: 10px;
    }

    #pagec413d05c-695b-41bf-8842-aca9003f251e .dpkk-flex-page>.cms-flex-container>.cms-flex-placeholder__container:nth-child(2) {
        flex: 1 1 auto;
        width: 35%;
    }

    #pagec413d05c-695b-41bf-8842-aca9003f251e .complaint-title {
        font-size: 2rem;
    }
}

#pagec413d05c-695b-41bf-8842-aca9003f251e .complaint-title {
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 12px;
}

#widget7e7ce4be-4af7-4b33-816a-acb1008d1163 {}

@media (max-width: 575px) {
    #widget7e7ce4be-4af7-4b33-816a-acb1008d1163 div.cms-flex-container.flex-container.d-flex:nth-of-type(1) {
        flex-direction: column-reverse !important;
    }
}

#widget971cac24-770e-40bb-9ca0-aca9003f2542 {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widgetb1ccbddc-9c35-479f-bc9f-acb1008d2da7 {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widgetbc045fdb-2040-4c89-987e-acb1008c87bc {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widgetc2d8bd8a-46af-4bb2-b1ee-acb000036534 {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widgetde79c2ad-a3fa-4b0a-9ea6-acb1008d2d3b {}

@media (min-width: 992px) {
    #widgetde79c2ad-a3fa-4b0a-9ea6-acb1008d2d3b {
        margin-right: 1.5rem;
    }
}

#widgete1cd8c26-6c91-4b6b-9e01-aca9003f2540 {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

@media (min-width: 600px) {
    #pagec413d05c-695b-41bf-8842-aca9003f251e .complaint-reason {
        column-count: 2;
        column-gap: 10px;
    }
}

#widgete7b886f6-7be7-40ef-b8db-aca900401c94 {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widgetfc0066a5-3daf-4c7c-a3ee-aca9003f2545 {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget0c28eff1-1d10-44a0-adec-aca6009201b7 {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget1b108e6c-b176-41ca-81a8-ac48009111ec {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget311a9227-19fd-4b54-b59d-ac4800771855 {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget3903233e-c983-4a08-bff0-aca600919b8f {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget5e302aac-1780-4820-b4b3-ad6e004398b7 {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget87356482-56ed-4bd8-8118-aca600929370 {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget92fa2bef-0481-4fd2-861d-aca60086aa05 {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget9a4521e8-ead7-47fd-91f6-aca60091427e {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widgetab37a437-ef07-4f65-874c-aca600925423 {}

#widgetb2825316-18a4-46d4-b4f5-ac4800774451 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetb2825316-18a4-46d4-b4f5-ac4800774451 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetb2825316-18a4-46d4-b4f5-ac4800774451 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetb2825316-18a4-46d4-b4f5-ac4800774451 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widgetb84f9c37-efe2-4377-8d09-acb600060d2d {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widgetbcdf20cc-b27e-4f1c-b37f-acbb0078519e {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c .permission-denied-content {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#widgetd84b2042-013a-42e4-abc9-ac4800912670 {}

.widget-template-47cfcab5-a393-465d-bfee-aca6006687a9 {}

.widget-template-47cfcab5-a393-465d-bfee-aca6006687a9 .cpk-error-message {
    display: flex;
}

.widget-template-47cfcab5-a393-465d-bfee-aca6006687a9 .cpk-error-message-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.widget-template-47cfcab5-a393-465d-bfee-aca6006687a9 .cpk-error-message__action {
    margin: auto;
}

.widget-template-47cfcab5-a393-465d-bfee-aca6006687a9 .cpk-error-message__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

#widget288f81fb-634c-4b8d-8827-ac1c009dca95 {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#widget4470fca7-34e8-4c79-8b76-ac31007f4acb {}

#widget51c24eb6-977a-4aeb-84a8-ac1c009dca98 {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#widget8e3debfb-bf6a-4319-b450-ac1c009dca94 {}

#widget9a08b6e3-6f1d-443f-86a7-ac1c009dca92 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget9a08b6e3-6f1d-443f-86a7-ac1c009dca92 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget9a08b6e3-6f1d-443f-86a7-ac1c009dca92 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget9a08b6e3-6f1d-443f-86a7-ac1c009dca92 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget9dc10e87-6552-4863-a3c9-ac1c009dca93 {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#widgetb06b78a2-2ea7-469d-83e8-ac1c009dca8d {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#widgetb3858207-0c77-46b9-97b1-ac1c009dca8f {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#widgetbabcf8e1-815b-431f-b160-ad2a0092b30d {}

#widgetbabcf8e1-815b-431f-b160-ad2a0092b30d .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#widgetc641158b-283f-40e7-92e6-ac31007eac66 {}

#widgetced69096-63b9-4e6b-a45d-ac1c009dca94 {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#widgetd723f8cb-f18b-417e-b154-ac1c009dca90 {}

#paged25afb98-713e-4f30-82f8-acc200bab27c {}

#widget165b9a23-567a-4a17-a4be-acf600a10c31 {}

#paged25afb98-713e-4f30-82f8-acc200bab27c {}

#widget31eacb56-5f79-4831-9db9-acf600a15773 {}

#paged25afb98-713e-4f30-82f8-acc200bab27c {}

#paged25afb98-713e-4f30-82f8-acc200bab27c .payment-failed {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#widget3460b74d-613a-4e88-8637-acf600a15c17 {}

#widget55a29527-3d6c-4d02-8aac-acf600a0c237 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget55a29527-3d6c-4d02-8aac-acf600a0c237 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget55a29527-3d6c-4d02-8aac-acf600a0c237 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget55a29527-3d6c-4d02-8aac-acf600a0c237 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#paged25afb98-713e-4f30-82f8-acc200bab27c {}

#widgetbe07e76e-b866-4717-9a77-acf600a1f262 {}

#paged25afb98-713e-4f30-82f8-acc200bab27c {}

#widgetf050d8d8-42fe-4c56-be56-acc30034b6ad {}

#widget0de646f9-b119-4372-a548-acef00803f05 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget0de646f9-b119-4372-a548-acef00803f05 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget0de646f9-b119-4372-a548-acef00803f05 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget0de646f9-b119-4372-a548-acef00803f05 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget31074f52-7fce-4f36-9561-acef0080084b {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widget3c77dad7-2d60-49bc-9ac8-acf400300b6c {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widget631da014-e375-4280-a35b-acef00801f5e {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widget7ac3d5d6-8e08-4584-a48d-acef0080082e {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widget82daf2f5-8f2a-4734-baef-acf4002fd2a7 {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widget8c209f7e-7a95-4778-8304-acef0080083e {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widget8d812e5e-adde-4fbc-914c-acf400306d76 {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widget9436dbf8-d6f1-4e37-ad3a-acef00800834 {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widgetae8387af-7974-4557-a50c-acef0080f4a8 {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widgetb27d902d-a34b-47a0-996a-ad2a008da3af {}

#widgetb27d902d-a34b-47a0-996a-ad2a008da3af .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widgetc3360a09-e46d-49c1-85cc-ad1f0015859b {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widgetc9e06686-afb8-4c1f-b520-acf9011fdddc {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widgetda217c51-57d0-4c43-acd7-acf901206fe7 {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widgetdd581637-89f4-4a59-90d5-acef008110fd {}

#pagedb3efded-9a5a-486b-b389-ad0900c90cf1 {}

#widget214ab6bc-0d58-4f3e-8d6c-ad180005a719 {}

@media (min-width: 768px) {
    #pagedb3efded-9a5a-486b-b389-ad0900c90cf1 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #pagedb3efded-9a5a-486b-b389-ad0900c90cf1 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .wf-activity-section {
    padding: 0px;
}

#widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .workflow-activity-content {
    padding-left: 0px;
    padding-right: 0px;
}

#widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .canvas-container>.row {
    align-items: flex-start;
}

#widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .canvas-container>.row:first-child {
    margin-left: 0px;
    margin-right: 0px;
}

#widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .canvas-container>.row>.col-12:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

#widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .canvas-container>.row:first-child>.col-lg-6:first-child {
    background-color: rgb(246, 246, 246);
    border: 0.08rem solid rgb(215, 217, 223);
    padding: 15px;
    border-radius: 0.25rem;
}

@media (max-width: 991px) {
    #widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .canvas-container>.row>.col-12:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }

    #widget7eda41a8-5794-43f8-a445-ad0900c90cf9 [id="CheckoutNavigationBtns"] {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
    }

    #widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .checkout-btn-group {
        display: grid;
        column-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    #widget7eda41a8-5794-43f8-a445-ad0900c90cf9 [id="Checkout"] .canvas-container>.row>.col-12:last-child {
        padding-left: 30px;
    }

    #widget7eda41a8-5794-43f8-a445-ad0900c90cf9 .checkout-btn-group {
        margin-top: 0.5rem;
        text-align: right;
    }
}

#pagedb3efded-9a5a-486b-b389-ad0900c90cf1 {}

#widget997b1850-5fcd-472b-b8ea-ad0900c90cf8 {}

#pagedb3efded-9a5a-486b-b389-ad0900c90cf1 {}

#widgeta7b7b07b-f132-4eee-b951-ad0900c90cf5 {}

#pagedb3efded-9a5a-486b-b389-ad0900c90cf1 {}

#widgetadc1c477-01bf-407b-a2d8-ad0900c90cf7 {}

#pagedb3efded-9a5a-486b-b389-ad0900c90cf1 {}

#widgetf7ef7f72-c2ae-4f34-95f8-ad0900c90cfa {}

#widget25ddb0b4-cd6b-453e-a30d-abe80117e319 {}

#widget36de61b0-c470-41c4-91ef-ac7e00a4fc72 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget36de61b0-c470-41c4-91ef-ac7e00a4fc72 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget36de61b0-c470-41c4-91ef-ac7e00a4fc72 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget36de61b0-c470-41c4-91ef-ac7e00a4fc72 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#widget591d5aae-2165-4cb5-9609-abe80109a327 {}

#widget62025c27-4496-42f0-92d1-abe8011822d3 {}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#widget741e6c2b-b2f9-44c3-9e59-ad2a008df52c {}

#widget741e6c2b-b2f9-44c3-9e59-ad2a008df52c .cw-system-announcement-container {
    margin-bottom: 0px;
}

#widget7c5b3622-e7a7-41c6-a34f-abfb008267d1 {}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#widget921f5ea6-6c28-437d-be26-ac6900b63849 {}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#widget9734b15f-3204-4350-84b6-abe80109a32c {}

#widgetb7836967-f176-4faf-a754-abe80111e545 {}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#widgetbd0b3b6f-e06e-4ebf-86e0-acfa008fbef8 {}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#widgetc34c9f56-9201-493c-ba8c-ad1f00158583 {}

#widgetc92d26e1-6940-4c2a-a489-abe80109a32f {}

#widgeteff46d65-2abb-46ed-9af1-abe801148ca8 {}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#widgetf991aff9-1aa9-4664-a65b-abe80109a329 {}

.widget-template-bc0a76a7-54ba-454b-991c-ab7a003da305 {}

.widget-template-bc0a76a7-54ba-454b-991c-ab7a003da305 .cms-content-wrapper {
    min-height: 400px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget-template-bba9e13a-24c5-4a74-a650-abd70069b307 {}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 {}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 [id="cw-language-switcher"] {
    padding: 0px;
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 .cw-language-switcher .btn {
    color: rgb(24, 22, 21);
    border-radius: 0px;
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 .cw-language-switcher .btn:hover {
    color: rgb(24, 22, 21);
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 .cw-language-switcher .btn:active {
    color: rgb(255, 255, 255);
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 .cw-language-switcher .nav-cell {
    display: flex;
    margin-right: 3px;
    opacity: 1;
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 .cw-language-switcher .nav-cell:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 .cw-language-switcher .fa-globe {
    margin-right: 10px;
    font-size: 1.1em;
    transform: translateY(3px);
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 .cw-language-switcher .nav-link {
    color: rgb(24, 22, 21);
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 .cw-language-switcher .flex-center {
    display: inline-flex;
    align-items: center;
}

.widget-template-b38d84cb-e671-4ea8-810d-abb5008c9f72 a[aria-expanded="true"] {
    background: unset;
}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widget03dc1b85-5ddc-4662-94ac-ac480091dbfa {}

#widget10c55bf8-8da2-4acc-a373-abde00aec02f {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widget19333a23-22cd-4b7d-ac70-abcf0143016e {}

#widget23955780-aad1-4b21-9976-abcf0144cf8c {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widget2e418944-32b4-4c26-a989-ad1f00158578 {}

#widget3669cbb8-2dc3-44cf-bb1a-abe200bb5a50 {}

#widget40cdd4d0-d706-4f51-ae52-abe200bc3398 {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widget454b9cab-a3a8-45d0-8629-abcf014b5dc5 {}

#widget4da31ae1-d458-4ec8-abbb-abd0008cef46 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget4da31ae1-d458-4ec8-abbb-abd0008cef46 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget4da31ae1-d458-4ec8-abbb-abd0008cef46 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget4da31ae1-d458-4ec8-abbb-abd0008cef46 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget4eb91c28-c52e-41fd-bc8d-abe200b81cdd {}

#widget61b4e9e0-6f1f-4ecd-b8f8-abde009f1be7 {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widget6bc1e424-1775-43ec-a027-ad2a008e2403 {}

#widget6bc1e424-1775-43ec-a027-ad2a008e2403 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#widget74a72dd8-38b9-4666-ba92-abde009f600c {}

#widget8a4475f8-73b0-493a-baf9-abe20053034a {}

#widget9d4288bd-4d49-441c-9676-abe200bb7d69 {}

#widgetb5ef664c-922e-4c67-b754-abcf01433a2b {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widgetc775220b-413a-4c37-882f-ac4b00889631 {}

#widgetdb04a48b-24c9-4612-8fed-abe200ba9ace {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widgetdd79a500-479a-4ce4-bc12-abcf01430170 {}

#widgete3b4e94a-1088-49ce-96b2-abe200bb2594 {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widgetea71857a-4280-4a81-9bdf-ac9c00adb649 {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widgetf92b8c63-d92b-4321-845b-abcf0143016e {}

#widget17090018-eb62-460e-a479-abde0073d354 {}

#pagef766f431-93af-45f9-8722-abde003aa4b5 {}

#widget62874945-b465-407f-ad48-ac8000a0f99f {}

#pagef766f431-93af-45f9-8722-abde003aa4b5 {}

#widgetb242261c-ea49-4c6e-ab1b-ad2000c7e211 {}

#widgetb7052206-4575-45b0-8b4c-abde00750096 {}

#widgetc7d2c8d2-9324-423a-a522-abde007500f4 {}

#pagef766f431-93af-45f9-8722-abde003aa4b5 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#pagef766f431-93af-45f9-8722-abde003aa4b5 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#pagef766f431-93af-45f9-8722-abde003aa4b5 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#pagef766f431-93af-45f9-8722-abde003aa4b5 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagef766f431-93af-45f9-8722-abde003aa4b5 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagef766f431-93af-45f9-8722-abde003aa4b5 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagef766f431-93af-45f9-8722-abde003aa4b5 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagef766f431-93af-45f9-8722-abde003aa4b5 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #pagef766f431-93af-45f9-8722-abde003aa4b5 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #pagef766f431-93af-45f9-8722-abde003aa4b5 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #pagef766f431-93af-45f9-8722-abde003aa4b5 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #pagef766f431-93af-45f9-8722-abde003aa4b5 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 {}

#widget20e51589-8e3d-4720-aaab-ad2901032087 {}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 {}

#widget5e2a7f6d-70fe-4a4f-8f6e-ac4800a39162 {}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 {}

#widget63c760a3-336c-4cae-8e13-ad2000c7e21d {}

#widget80eb2afd-a09d-4158-bbec-ac4800a36bb5 {}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #pagef9adab84-f90f-41df-b04c-ac4800a36ba7 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #pagef9adab84-f90f-41df-b04c-ac4800a36ba7 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #pagef9adab84-f90f-41df-b04c-ac4800a36ba7 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #pagef9adab84-f90f-41df-b04c-ac4800a36ba7 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 {}

#widget8985248e-045a-4130-bc1d-ac8000a0f9a6 {}

#widget95f7d35b-7edb-4f54-823c-ac6100620702 {}

#widget95f7d35b-7edb-4f54-823c-ac6100620702 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget95f7d35b-7edb-4f54-823c-ac6100620702 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget95f7d35b-7edb-4f54-823c-ac6100620702 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -14px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget95f7d35b-7edb-4f54-823c-ac6100620702 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
}

#widgeta0a34618-a05f-49a2-9aed-ac4800a36bad {}

#widgetedc57474-2c61-4f6d-8c83-ac4800a3a47f {}

#widgetedc57474-2c61-4f6d-8c83-ac4800a3a47f .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetedc57474-2c61-4f6d-8c83-ac4800a3a47f .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetedc57474-2c61-4f6d-8c83-ac4800a3a47f .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -14px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetedc57474-2c61-4f6d-8c83-ac4800a3a47f .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
}

#widgetf06e648e-14f5-41c9-912e-ac4800a36bb2 {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widget0c56adb4-e9be-4d8c-9afc-acb700811e0f {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widget16b07240-e777-4aec-861c-acb700811e07 {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widget2e7b2d4d-79c9-4ccd-a81f-acb700811e0c {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widget316e6517-d00d-46a0-ba43-acb700811e0e {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widget5545fafd-e065-403d-9ea6-acb700811e08 {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widgetb8e33db7-094a-448d-a3ea-ad2a0090cb8c {}

#widgetb8e33db7-094a-448d-a3ea-ad2a0090cb8c .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widgetcb4b7d56-a908-4529-a73b-acb700811e10 {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widgetd595260a-8de8-4487-bf22-acb700811e0d {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widgeted17281a-152a-4eb4-8dff-acb700811e0e {}

#widgetfdaf7f73-9412-49a9-92e0-acb700811e0a {}

#widgetff537e39-8e3d-4e78-ba98-acb700811e0b .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgetff537e39-8e3d-4e78-ba98-acb700811e0b .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgetff537e39-8e3d-4e78-ba98-acb700811e0b .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgetff537e39-8e3d-4e78-ba98-acb700811e0b .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagebf538d51-e80c-47d2-a71c-ac5d0074dd90 {}

#widgetc173b0a5-11be-47e8-ae24-ad9000785418 {}

.site-editor .jsFeeList {
    display: block;
}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget337dddc8-dcd1-4ae7-9430-ad87010cd14d {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widget7af910b2-4f8d-4cdf-b43e-ad990066a42b {}

#page09eba2e8-834c-404b-9994-ac74006eb779 {}

#widgetb0112850-027e-41f1-b8f7-addd00605e2c {}

#page16342964-a297-4679-8b6b-ac0e00981d0e {}

#widget994403ea-97b8-4d39-8cdc-addd005bf78e {}

#page166ded3c-6506-441c-bf17-ac1c00a478d3 {}

#widgete8aa6b40-933c-4359-812c-addd0062fd00 {}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e {}

#widget95ea9de3-037c-441e-b322-addd0060119e {}

#page35d29d97-64e2-49b2-a853-acb7007ab15d {}

#widgetd206f3bf-4ad2-466d-aa1f-addd005fce66 {}

#page3c7912ed-4554-457f-bd5b-abcd00fb9401 {}

#widgetb89e5d46-d97d-4194-abf9-addd0059f2f3 {}

#page44a19c8b-777a-468c-8be3-ac74007a1177 {}

#widget9a9e7b57-27a7-4c25-975e-addd0064c134 {}

#page45689012-47db-4e24-b7f3-ac4800700f28 {}

#widget33a6a41e-ca10-4370-9468-addd00643885 {}

#page4e5d4d01-dcfa-40e5-980b-ac7700489f1f {}

#widget572aa7c0-fc6c-4201-8067-addd00609f68 {}

#page503ad85c-6d73-4cd7-9226-abe7008fe84a {}

#widget97fdeb39-c495-4d0b-b9ce-addd005dc9c7 {}

#page5d79cb0e-5af8-46e1-91c4-ad360040fc90 {}

#widget42d2591f-7210-4c57-8d53-addd005c4e26 {}

#page6abe75c7-51b4-4d2b-9684-abf7003ac793 {}

#widget7f4c41a2-ebf9-44d5-a3b3-addd00634768 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetb3844b76-40d9-44a2-856a-addd005ba134 {}

#page7168c35d-62e3-4e31-b559-acf40031da6d {}

#widget345b56a7-2e92-4fea-915d-addd00655bc5 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget9c2760f6-7374-455d-80cc-addd005b2af0 {}

#page795d861e-42d4-454e-a2a8-abf8007ed660 {}

#widgetdbd329be-3d09-453c-b143-addd00638b33 {}

#page84048c64-d3c0-44b4-aaae-ad1900505fd1 {}

#widget4a70acd1-5f15-476a-b67f-addd0063f030 {}

#page8dda3510-e323-4934-832f-acf40030df86 {}

#widgetf056a732-fcf4-4fbf-8f76-addd0061e64a {}

#page917627f0-af8e-4fd8-928d-abf3008c04d3 {}

#widget055b61bd-7361-49b0-a20b-addd00623689 {}

#page91cf7baf-55d6-490b-a5be-ac5a008d2e22 {}

#widgete3ac015f-4782-4aaa-99d4-addd00614e0a {}

#page9c5be555-b994-4c4f-a744-abf300b829d6 {}

#widget803e0d6b-3832-440b-bb44-addd00627643 {}

#pagea6d75f4f-1701-4cd8-8404-abe801275920 {}

#widget33d25de3-85c4-402a-a164-addd005ec25d {}

#pageacfabec2-4990-41f1-8124-ac5b001007a2 {}

#widget8048b505-8640-41fe-835c-addd006105e9 {}

#pageada62cf7-2570-43ad-9272-ac5b004d773e {}

#widget2ffb12b6-f5e8-4982-a04a-addd00650e53 {}

#pageb4cc97f4-358c-4a7b-bf51-abe7003e3cfc {}

#widgetcd68f5fa-4ead-47a9-8ed6-addd005d78e8 {}

#pageb8dfcdd6-a79c-40c3-95fa-ac74007dc9ad {}

#widget0945bfdc-6965-4eac-9b69-addd005e1759 {}

#pagebceb1149-387c-42f2-86fc-abde0077be90 {}

#widget44311f47-e5e8-4ef9-9980-addd005d18c6 {}

#pagebf7d8b1a-1c62-472c-b3d7-ac48004a1204 {}

#widgetca4c4c20-4176-497e-966f-addd005f3443 {}

#pagec8fe0dcb-cf74-4246-9af6-ac1c009dca78 {}

#widget28f7b052-15cd-4aaf-9229-addd0062bedc {}

#pageda48a758-3832-4597-a935-acef008007f6 {}

#widget42d5a054-ca38-4716-bce4-addd0061a461 {}

#pagede09dcc7-db3e-4c59-a65d-abe80109a2e6 {}

#widget4493cfff-7028-40f5-98ec-addd005e5f05 {}

#pagef0cfbc4c-e570-4752-b2cc-abcf0143016a {}

#widget95de6240-dfd2-48e8-9c25-addd005ca8b8 {}

#pagef9adab84-f90f-41df-b04c-ac4800a36ba7 {}

#widget3ffc4ab4-a7bf-4175-8f45-addd005f86fd {}

#pageffbf5672-97b8-4a3a-9322-acb700811e00 {}

#widgetde78d7e9-c63e-4f9c-96b2-addd0064829c {}

#pagec899e87c-7e2c-4939-9ace-ac4800706f1c {}

#widget5dd18255-c064-42b7-9e2f-ade20061efbe {}

#pagec413d05c-695b-41bf-8842-aca9003f251e {}

#widget4152186f-8926-4f9a-ac63-ade200619060 {}

#page30bf3825-c0c3-48e1-a7df-acb800356f5e {}

#widget5b19a77f-2529-40b4-a601-aeee0057d669 {}

#pagefe8618cb-343f-41e7-9b25-af31007c1459 {}

#widget9f35b007-9ccf-425a-8146-af31007c57f8 {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    min-height: 500px;
    margin: 0px auto;
    padding: 3rem;
    border: 2px solid rgb(102, 109, 130);
    border-radius: 1rem;
    background-color: rgb(243, 244, 245);
    box-shadow: rgba(0, 12, 46, 0.15) 0px 0px 20px 0px;
}

.widget-template-f705ec95-1c7a-49de-b3f4-abf40073495b {}

.widget-template-f705ec95-1c7a-49de-b3f4-abf40073495b .cpk-parking-permit {
    display: flex;
}

.widget-template-f705ec95-1c7a-49de-b3f4-abf40073495b .cpk-parking-permit__button.disabled {
    pointer-events: none;
}

.widget-template-f705ec95-1c7a-49de-b3f4-abf40073495b .cpk-parking-permit__dummy-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(130, 133, 139);
    background-color: rgb(239, 240, 242);
}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget701a8601-b6f4-4b3e-a5ff-b0ab00576b35 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetd2c8ec15-64f4-4b19-93c3-b0ab00579244 {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widgetf62ce427-92b0-441d-9b64-b0ab0057afd1 {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widget1d58afba-f29e-4531-9568-b09a007cd008 {}

#widget28155e50-29c0-406b-970f-b09a007cd028 {}

#widget3bad2de1-663e-42e6-82fb-b09a007cd029 {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widget4d443b0f-c0fe-4502-9a5d-b09a007cd00e {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widget5af8315a-f72e-4aa8-a930-b09a007cd02c {}

#widget78b79e08-a7af-4200-983f-b09a007cd02b .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget78b79e08-a7af-4200-983f-b09a007cd02b .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget78b79e08-a7af-4200-983f-b09a007cd02b .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget78b79e08-a7af-4200-983f-b09a007cd02b .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widget832b33fb-4e1f-40ef-b364-b09a007cd01e {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widgetd25727b2-0cc6-435b-b44a-b09a007cd031 {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widgetde6da12f-cbc3-4118-8240-b09a007cd02c {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widgete150dc55-3fcc-43e9-8e17-b09a007cd015 {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widgete5961a75-b18e-4687-9582-b09a007cd02f {}

#widgete5961a75-b18e-4687-9582-b09a007cd02f .cw-system-announcement-container {
    margin-bottom: 0px;
}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widgete782e888-9b24-4aba-8110-b09a007cd032 {}

#widgete7bbcf98-2d5d-4fef-a989-b09a007cd026 {}

#widgetedd56bb1-89d5-400c-a49d-b09a007cd028 {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widgeteee80cd0-4554-499d-9f4c-b09a007cd030 {}

#widgetf164c6d7-93fc-4a81-93c2-b09a007cd027 {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#widgetf90ef8a2-4580-4946-8fe9-b09a007cd02a {}

#widgetfb56d8d3-c5a0-4abf-9114-b09a007cd029 {}

#page229ae25a-02f1-4db5-9f2e-b09a007ccff7 {}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b {}

#widget2178c82b-d7cd-453e-b98b-b09a00826a93 {}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b {}

#widget486e3b0d-ecf1-4229-a9f8-b09a00826a95 {}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b {}

#widget815c9323-a7f6-4525-9e83-b09a00826a8d {}

#widget94d757c4-1724-4f58-9ebe-b09a00826a87 {}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page2a37d020-9ee9-40d6-a72c-b09a00826a7b .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page2a37d020-9ee9-40d6-a72c-b09a00826a7b .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page2a37d020-9ee9-40d6-a72c-b09a00826a7b .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page2a37d020-9ee9-40d6-a72c-b09a00826a7b .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#widget98ef697e-493c-4c25-9975-b09a00826a85 {}

#widget9f0d36d7-508e-405a-adac-b09a00826a8d .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget9f0d36d7-508e-405a-adac-b09a00826a8d .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget9f0d36d7-508e-405a-adac-b09a00826a8d .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget9f0d36d7-508e-405a-adac-b09a00826a8d .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page2a37d020-9ee9-40d6-a72c-b09a00826a7b {}

#widget9f667bab-6a10-4fd8-9cd6-b09a00826a96 {}

#widgetab0fc9dd-552a-4612-b971-b09a00826a8b {}

.jsPeriodLoading {
    min-height: 100px;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jsPeriodLoading::before {
    font-family: FontAwesome;
    content: "";
    color: rgb(102, 109, 130);
    font-weight: 900;
    font-size: 2rem;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#widgetc9b3a004-9b69-4677-859b-b09a00826a7f {}

#page73702ce8-d0ab-444c-9ff0-ac480093415d {}

#widget9fae6a53-4ebd-44ef-a97f-b125005a35f8 {}

#widget04a0a847-2008-481f-8e2a-b0ec009361a0 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget04a0a847-2008-481f-8e2a-b0ec009361a0 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget04a0a847-2008-481f-8e2a-b0ec009361a0 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget04a0a847-2008-481f-8e2a-b0ec009361a0 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget064f9672-3318-4515-8a6d-b0ec009361bb {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget129656ab-ef19-4fbc-8ff8-b0ec009361bc {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget1cf34233-d850-4dec-9c7f-b0ec009361a1 {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget23ffbeb2-6cbe-4371-bc56-b0ec0093609e {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget2bd7d4a0-f0d9-4e4f-b7b4-b0ec009361bc {}

#widget2d45fef2-20b0-496c-bb7f-b0ec00936156 {}

#widget39a4bc58-8f1d-49d0-a95e-b0ec0093619d {}

#widget477bf2d1-0077-42a0-a130-b0ec0093619d {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget4cb45f62-e460-47e7-89d0-b0ec0093610b {}

#widget5dcb7463-8d3e-40a8-b257-b0ec0093619e {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget6b2411a5-32cc-4adf-8501-b0ec0093619c {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget6e8e5181-f02a-47f7-88af-b10e00848bda {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget70b174c3-e902-455a-9202-b0ec0093619f {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget71211251-589b-437d-adfa-b10200b87992 {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget8227936c-cadb-4a03-9f75-b0ec0093607f {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widget930bf46d-f21a-4486-8c10-b10200b8eb2d {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widgeta7af0868-d20e-48b4-890f-b0ec009361b9 {}

#widgeta7af0868-d20e-48b4-890f-b0ec009361b9 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widgetd83d8d99-90d0-4f3c-9833-b10200b706e0 {}

#pagefa17e0f2-7b23-4d02-a53d-b0ec00935ff1 {}

#widgetdeac4c30-75f8-423e-8431-b0ec009361a1 {}

#widgetede74141-65bc-447d-89d3-b0ec0093619b {}

#widgetf0bcc6c9-f18a-41b7-bc61-b0ec0093619e {}

#widget016511dd-3527-4814-ba9f-b0ec00a24c5b {}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 {}

#widget627093b9-3745-4d6e-a962-b0ec00a24d15 {}

#widget77c784d4-70d6-4568-940f-b0ec00a24c8e {}

#widget95cd90a3-efb3-4524-bd3c-b0ec00a24ce3 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget95cd90a3-efb3-4524-bd3c-b0ec00a24ce3 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget95cd90a3-efb3-4524-bd3c-b0ec00a24ce3 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget95cd90a3-efb3-4524-bd3c-b0ec00a24ce3 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#widgeta8982b4a-5874-41ae-be1a-b0ec00a24ca6 {}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page9ddf9664-f88f-4635-9642-b0ec00a24c55 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page9ddf9664-f88f-4635-9642-b0ec00a24c55 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page9ddf9664-f88f-4635-9642-b0ec00a24c55 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page9ddf9664-f88f-4635-9642-b0ec00a24c55 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 {}

#widgetd7b08037-af84-4161-a1c9-b0ec00a24d16 {}

#widgetdcc65a07-0ee6-495d-8821-b0ec00a24ce2 {}

.jsPeriodLoading {
    min-height: 100px;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jsPeriodLoading::before {
    font-family: FontAwesome;
    content: "";
    color: rgb(102, 109, 130);
    font-weight: 900;
    font-size: 2rem;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 {}

#widgetdfc6a3cf-7b03-4fde-8280-b0ec00a24ce4 {}

#page9ddf9664-f88f-4635-9642-b0ec00a24c55 {}

#widgetf34c7db9-1cdd-4a1f-852d-b0ec00a24cfc {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgetd8d920c2-df19-49a0-9ea1-b15500507104 {}

#widget0625ec85-a51e-4a12-8951-b13400bd2b4a {}

#widget11cb9cef-2a3c-4fc6-b145-b13400bd2b51 {}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page11685f2c-b620-4ac5-881d-b13400bd2b2e .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page11685f2c-b620-4ac5-881d-b13400bd2b2e .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page11685f2c-b620-4ac5-881d-b13400bd2b2e .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page11685f2c-b620-4ac5-881d-b13400bd2b2e .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e {}

#widget360a9310-65ae-484e-b2e5-b13400bd2b58 {}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e {}

#widget4b54c90e-eca5-4b50-aba6-b13400bd2b6a {}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e {}

#widget5d7b66c2-b3cc-4d44-9c5d-b13400bd2b59 {}

#widget66303952-9587-4eb4-baff-b13400bd2b3e {}

#widget7c8f9f49-6d6a-4356-9cf1-b13400bd2b57 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget7c8f9f49-6d6a-4356-9cf1-b13400bd2b57 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget7c8f9f49-6d6a-4356-9cf1-b13400bd2b57 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget7c8f9f49-6d6a-4356-9cf1-b13400bd2b57 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e {}

#widgetcd562a2c-5798-4fbb-b567-b13400bd2b61 {}

#page11685f2c-b620-4ac5-881d-b13400bd2b2e {}

#widgete9bed0fd-95f0-4dec-a0f9-b13400bd2b69 {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widget0a93ff0e-8ba4-48b5-baac-b13400b781d1 {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widget2eece078-bf68-4d59-9538-b13400b781b4 {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widget319491a4-e029-46ca-9f17-b13400b781fd {}

#widget38979f8b-4410-468c-8915-b13400b781fa {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widget5f5ea1d5-d91e-4740-a7e7-b13400b781e4 {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widget62563d5a-2cba-4024-a29b-b13400b781fb {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widget7cac9be6-8051-492c-8f0d-b13400bb94e8 {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widget8290d9d3-5f76-4d8d-b92d-b13400b781ff {}

#widget8290d9d3-5f76-4d8d-b92d-b13400b781ff .cw-system-announcement-container {
    margin-bottom: 0px;
}

#widget9bbb9013-b9de-4c34-b8de-b13400b781f9 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget9bbb9013-b9de-4c34-b8de-b13400b781f9 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget9bbb9013-b9de-4c34-b8de-b13400b781f9 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget9bbb9013-b9de-4c34-b8de-b13400b781f9 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widgetd6206b52-7d1e-4e10-a69d-b13400b78202 {}

#widgete19e7057-661b-4340-b44d-b13400b781fc {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widgete44f0b62-6398-4d2f-ae04-b13400b781fe {}

#widgete4b8e924-4b5a-4bac-9a81-b13400b781fd {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#widgetfae8a5ac-8093-48f1-ac1c-b13400b781fb {}

#page92ad091d-8b66-4496-90ad-b13400b78166 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widget84b70b93-769a-40cf-96f7-b18600516074 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widget031b95f8-a40f-4004-a0c5-b16800aa3497 {}

#widget031b95f8-a40f-4004-a0c5-b16800aa3497 .cw-system-announcement-container {
    margin-bottom: 0px;
}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widget31c63459-b654-480a-9f17-b16800aa3496 {}

#widget39b91545-667d-4d77-8673-b16800aa3493 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widget3e6f214a-5fb9-4b2c-917c-b16800aa3493 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widget4dbf90ec-aee2-4f0e-8232-b16800aa3498 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widget7ec55402-ec5e-4217-a379-b16800aa347f {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widgeta09f1f58-9f30-419a-aa60-b16800aa3487 {}

#widgetab874024-5610-400f-a9c2-b16800aa3494 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widgetd36c9879-8d6d-4b10-a534-b16800aa3494 {}

#widgete20fba7f-8d26-4bc6-b58b-b16800aa3492 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widgete20fba7f-8d26-4bc6-b58b-b16800aa3492 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widgete20fba7f-8d26-4bc6-b58b-b16800aa3492 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widgete20fba7f-8d26-4bc6-b58b-b16800aa3492 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widgetef92f2cd-da8b-466d-a067-b16800aa3497 {}

#widgetf833a917-361a-404a-ab64-b16800aa348d {}

#widget13132849-8284-4220-a087-b16800adce23 {}

#widget19b71c64-eb60-4c57-af53-b16800adce21 {}

#page48228171-e220-4155-87df-b16800adce19 {}

#widget1a8dd621-6f11-4f60-bdd2-b16800adce3a {}

#widget462e51c8-50be-4ee2-9d1c-b16800adce33 {}

#page48228171-e220-4155-87df-b16800adce19 {}

#widget82106e56-09f6-40ae-8591-b16800adce26 {}

#page48228171-e220-4155-87df-b16800adce19 .dpkk-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgb(229, 229, 229);
    border-radius: 0.3rem;
}

#page48228171-e220-4155-87df-b16800adce19 .dpkk-jumbotron__flex-btn-group {
    display: flex;
    flex-direction: column;
}

#page48228171-e220-4155-87df-b16800adce19 .dpkk-jumbotron__flex-btn {
    flex: 1 1 0%;
    margin-top: 0.25rem;
}

#page48228171-e220-4155-87df-b16800adce19 cw-datepicker.ng-invalid-valid-start-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page48228171-e220-4155-87df-b16800adce19 cw-datepicker.ng-invalid-valid-end-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page48228171-e220-4155-87df-b16800adce19 cw-datepicker.ng-invalid-valid-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page48228171-e220-4155-87df-b16800adce19 cw-datepicker.ng-invalid-valid-max-date.ng-dirty .form-control {
    border: 1px solid rgb(219, 36, 30);
    color: rgb(219, 36, 30);
}

#page48228171-e220-4155-87df-b16800adce19 fieldset {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 991px) {
    #page48228171-e220-4155-87df-b16800adce19 .cw-navigation-actions--mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
        padding: 15px 15px 10px;
        background-color: rgb(234, 235, 238);
        box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 13px 1px;
    }
}

@media (max-width: 576px) {
    #page48228171-e220-4155-87df-b16800adce19 .cw-navigation-actions--mobile .btn:first-child {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    #page48228171-e220-4155-87df-b16800adce19 .cw-modal-footer {
        padding: 1rem 0px;
    }

    #page48228171-e220-4155-87df-b16800adce19 .dpkk-jumbotron__flex-btn-group {
        flex-direction: row;
        justify-content: center;
    }
}

#widget9e0fde4d-abb8-4289-8635-b16800adce33 .dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

#widget9e0fde4d-abb8-4289-8635-b16800adce33 .dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

#widget9e0fde4d-abb8-4289-8635-b16800adce33 .dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

#widget9e0fde4d-abb8-4289-8635-b16800adce33 .dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

#page48228171-e220-4155-87df-b16800adce19 {}

#widgetb790a112-cd3c-4485-8ecd-b16800adce3f {}

#page48228171-e220-4155-87df-b16800adce19 {}

#widgetb7c00a8c-aaab-4e72-81a9-b16800adce3d {}

#page48228171-e220-4155-87df-b16800adce19 {}

#widgetf83b35a0-e9fa-48bb-b73f-b16800adce35 {}

#page706a94d4-1adf-4644-a328-ac5900639f98 {}

#widgete0295c98-03c1-442e-99cb-b1d400520755 {}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 {}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card {
    display: flex;
    align-items: stretch;
    box-shadow: rgba(0, 12, 46, 0.15) 0px 0px 13px 0px;
    border-radius: 0.35rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card--disabled .cms-card__right-content,
.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card--disabled .cms-card__img {
    opacity: 0.7;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card--disabled .cms-card__img {
    margin-top: 20px;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card:hover {
    text-decoration: none;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__left-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 0 0 auto;
    width: 35%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 0.35rem 0px 0px 0.35rem;
    position: relative;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__kkText {
    padding: 5px 10px;
    background-color: rgb(200, 64, 70);
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 80%;
    width: 100%;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__right-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: rgb(204, 204, 204);
    background-color: rgb(0, 12, 46);
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__img {
    max-width: 75%;
    margin-top: 30px;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__body,
.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__footer {
    padding: 20px;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__body {
    flex: 1 1 auto;
    padding-bottom: 0px;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__footer {
    text-align: right;
    font-style: italic;
    padding-top: 0px;
    flex: 0 0 auto;
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__link {
    text-decoration: underline;
    color: rgb(204, 204, 204);
}

.widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card__link:hover {
    text-decoration: underline;
    color: rgb(238, 238, 238);
}

@media (min-width: 992px) {
    .widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card {
        min-height: 241px;
    }

    .widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card:hover .cms-card__left-content,
    .widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card--disabled:hover .cms-card__left-content {
        border-width: 0.09rem 0px 0.09rem 0.09rem;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: rgb(0, 12, 46);
        border-bottom-color: rgb(0, 12, 46);
        border-left-color: rgb(0, 12, 46);
        border-image: initial;
        border-right-style: initial;
        border-right-color: initial;
    }

    .widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card:hover .cms-card__kkText,
    .widget-template-0f124f6a-0ca7-404d-a942-b1cc00a9ffd6 .cms-card--disabled:hover .cms-card__kkText {
        position: relative;
        top: -0.06rem;
    }
}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widget5469c3c7-d7f8-49ae-8221-b1e8009a8b00 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widgeta600f8d2-773f-436a-a573-b1e8009b8ebe {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widget1cc93511-e694-478c-b25a-b1e8009c04b8 {}

#pagef13ce9f6-980f-4a6d-a41b-b16800aa3472 {}

#widget760a042e-77ce-4e11-a7bd-b1e8009c3cdc {}

#page1a3a5746-671c-466a-bd53-b37f004e442a {}

#widget6e6ae39c-7c03-49ae-8b41-b37f004e442e {}

#widget6e6ae39c-7c03-49ae-8b41-b37f004e442e .dpkk-category-title {
    font-weight: 700;
}

#page1a3a5746-671c-466a-bd53-b37f004e442a {}

#widget1ce21600-9e0c-4c62-bb2f-b37f004e442e {}

#page1a3a5746-671c-466a-bd53-b37f004e442a {}

#widget84fb5e94-d372-425c-a5c9-b37f004e442e {}

.dpkk-page-container__breadcrumb {
    position: relative;
    background-color: rgb(229, 229, 229);
    padding: 15px 10px;
}

.dpkk-breadcrumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

.dpkk-breadcrumb::after {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    left: 0px;
    display: inline-block;
    content: "";
    margin-left: 1em;
    border-width: 1em 1em 0px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

.dpkk-breadcrumb__item {
    color: rgb(0, 12, 46);
    text-decoration: underline;
}

@font-face {
    font-family: KBH;
    src: url("./resources/2775e9c57e50071cefa74316ec389b8f.bin") format("woff2"), url("./resources/73aae433785dc8b893029cd7bd36fce9.bin") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: KBH;
    src: url("./resources/50274cf8ecec55b7547c8815ca8dda09.bin") format("woff2"), url("./resources/a077efc0ba5fe09d9039bde2c2c6aad2.bin") format("woff");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: KBH;
    src: url("./resources/d7bcf64a8306da4b6b386d1870afdbd3.bin") format("woff2"), url("./resources/322fbfec62015d9dfc9bfb4ed23c8686.bin") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: KBH;
    src: url("./resources/a8b049e134aa9b3540dc96272c559305.bin") format("woff2"), url("./resources/fdd1710a166576460b189fcfc21a9aba.bin") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: KBH;
    src: url("./resources/9ac15d427549e24af8e537e916316909.bin") format("woff2"), url("./resources/a654de6f74d2a47c9ee55044ad8f6700.bin") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: KBH;
    src: url("./resources/574ec2d22c142fbbcf8c8c85ed8fd227.bin") format("woff2"), url("./resources/f94d6f4ceafec45259b00bdc3af53a3a.bin") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: KBH;
    src: url("./resources/b981ede326d2dd1fdfaf2591d6f0d9c8.bin") format("woff2"), url("./resources/67e2431a861c3b7ed9f1eed14cca50c7.bin") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: KBH;
    src: url("./resources/0cfccb7120e8c934f936f0ab0ae735ea.bin") format("woff2"), url("./resources/f5ec50a853ca180c65b64cd9e5e1aa6f.bin") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: KBH;
    src: url("./resources/bbfea08c78e0956c0d50fcfb952b655d.bin") format("woff2"), url("./resources/9dc15808a785da65d5bdff24a4e30288.bin") format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: KBH;
    src: url("./resources/22638587b7854d89794b3831dae10e09.bin") format("woff2"), url("./resources/5544d8aca7d8d7bb3328943974ff70e3.bin") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: KBH;
    src: url("./resources/5597a461b49e69b5064e21071e1a11e2.bin") format("woff2"), url("./resources/eb443cd3cb4c898ce4cd22e6847f4cc8.bin") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: KBH;
    src: url("./resources/eccfb2a733904281c5cd4721e2610ec8.bin") format("woff2"), url("https://api.parkering.kk.dk/api/v0.1/system-documents/KBH-BlackItalic.woff/") format("woff");
    font-weight: 900;
    font-style: italic;
}

html,
body {
    font-family: KBH, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.color-picker-wrapper .color-picker-input-wrapper {
    width: 100%;
}

.color-picker-wrapper .color-picker-swatch:not(.input-group-addon) {
    height: 28px;
}

.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon {
    border-radius: 4px;
}

.iconpicker .caret {
    margin-left: 10px !important;
}

.iconpicker {
    min-width: 60px;
}

.iconpicker input.search-control {
    margin-bottom: 6px;
    margin-top: 6px;
}

div.iconpicker.left .table-icons {
    margin-right: auto;
}

div.iconpicker.center .table-icons {
    margin-left: auto;
    margin-right: auto;
}

div.iconpicker.right .table-icons {
    margin-left: auto;
}

.table-icons .btn {
    min-height: 30px;
    min-width: 35px;
    text-align: center;
    padding: 0px;
    margin: 2px;
}

.table-icons td {
    min-width: 39px;
}

.popover {
    max-width: inherit !important;
}

.iconpicker-popover {
    z-index: 1050 !important;
}

.iconpicker-popover .search-control {
    margin-bottom: 6px;
    margin-top: 6px;
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}

.choices:focus {
    outline: 0px;
}

.choices:last-child {
    margin-bottom: 0px;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: rgb(234, 234, 234);
    cursor: not-allowed;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices [hidden] {
    display: none !important;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    margin: 0px;
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url("./resources/46980de878e36e449f6e472cb2f9bd24.svg");
    padding: 0px;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5;
}

.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
    opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: rgb(0, 188, 212) 0px 0px 0px 2px;
}

.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
    display: none;
}

.choices[data-type*="select-one"]::after {
    content: "";
    height: 0px;
    width: 0px;
    border-style: solid;
    border-color: rgb(51, 51, 51) transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.choices[data-type*="select-one"].is-open::after {
    border-color: transparent transparent rgb(51, 51, 51);
    margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]::after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0px;
    margin-left: 25px;
    margin-right: 0px;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0px -4px 0px 8px;
    padding-left: 16px;
    border-left: 1px solid rgb(0, 143, 161);
    background-image: url("./resources/26f0a45f7da51fd7483bfa5552e71381.svg");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0px;
}

.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
    opacity: 1;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: rgb(249, 249, 249);
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: rgb(183, 183, 183);
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0px 0px;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0px 0px 2.5px 2.5px;
}

.choices__list {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: rgb(0, 188, 212);
    border: 1px solid rgb(0, 165, 187);
    color: rgb(255, 255, 255);
    word-break: break-all;
    box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0px;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: rgb(0, 165, 187);
    border: 1px solid rgb(0, 143, 161);
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: rgb(170, 170, 170);
    border: 1px solid rgb(145, 145, 145);
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

.choices__list--dropdown.is-active {
    visibility: visible;
}

.is-open .choices__list--dropdown {
    border-color: rgb(183, 183, 183);
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0px;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0px 0px;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable::after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after {
        right: auto;
        left: 10px;
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: rgb(242, 242, 242);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
    opacity: 0.5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    user-select: none;
    opacity: 0.5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid rgb(247, 247, 247);
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    appearance: none;
    border: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.choices__button:focus,
.choices__input:focus {
    outline: 0px;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: rgb(249, 249, 249);
    font-size: 14px;
    margin-bottom: 5px;
    border: 0px;
    border-radius: 0px;
    max-width: 100%;
    padding: 4px 0px 4px 2px;
}

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0px;
}

.choices__placeholder {
    opacity: 0.5;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.choices__inner {
    min-height: calc(1.5em + 2px + 0.75rem);
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.choices__list--multiple .choices__item {
    background-color: rgb(0, 131, 69);
    border: 1px solid rgb(0, 131, 69);
    border-radius: 5px;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 0px;
}

.choices__list--single .choices__item--selectable {
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.choices__list--dropdown {
    z-index: 4;
}

.cw-color-picker {
    align-items: center;
    display: flex;
}

.cw-color-picker .color-picker {
    flex-grow: 1;
    margin-right: 0.5rem;
}

.color-picker-wrapper .color-picker-input-wrapper {
    display: flex;
}

.color-picker-wrapper .input-group .color-picker-input-swatch {
    font-weight: 400;
    line-height: 1.5;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.2rem 0.75rem;
    font-size: 0.9rem;
    color: rgb(94, 103, 123);
    border-radius: 0.1px;
    border: 1px solid rgb(218, 223, 233);
    height: auto;
    width: 1%;
    flex: 1 1 auto;
}

.color-picker-wrapper .custom-control-label {
    font-weight: normal;
    margin-top: 0.1rem;
}

.color-picker-wrapper .custom-control-label::before {
    top: 0.15rem;
}

.cw-datepicker {
    position: relative;
    width: 100%;
}

.cw-datepicker .main-input {
    padding-right: 1.5rem;
}

.cw-datepicker .calendar {
    position: absolute;
    right: 0px;
    margin: 0px;
    background: none;
    top: 0px;
    padding: 0.2rem 0.375rem;
}

.fa-svg-icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 1em;
    min-height: 1em;
    height: 100%;
    position: relative;
    top: -1px;
}

.fa-svg-icon svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fa-svg-icon svg g,
.fa-svg-icon svg path {
    fill: currentcolor;
}

.uib-datepicker-popup.dropdown-menu {
    z-index: 9999;
}

.uib-button-bar {
    text-align: right;
    padding: 5px;
}

.uib-button-bar .uib-close {
    float: none !important;
}

.uib-button-bar .btn-group .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

.uib-day.current-timezone-date button span {
    color: rgb(23, 162, 184) !important;
}

.uib-day.current-local-date button span {
    color: rgb(255, 255, 255) !important;
}

.uib-day .btn .text-muted {
    color: rgb(184, 188, 200) !important;
}

.cw-datetimepicker {
    display: flex;
    align-items: center;
}

.cw-datetimepicker .cw-timepicker {
    margin-left: 10px;
}

.cw-datetimepicker cw-timepicker.has-time-label-top {
    width: 120px;
}

.label-wrapper.has-time-label-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px;
    max-width: calc(100% - 50px);
}

.label-wrapper.has-time-label-top .time-label {
    text-align: left;
    width: 108px;
}

.cw-datepicker.has-time-label {
    max-width: calc(100% - 170px);
    flex: 1 1 0%;
}

.ng-invalid.ng-dirty>.cw-timepicker .form-control {
    color: rgb(219, 36, 30);
    border: 1px solid rgb(219, 36, 30) !important;
}

.cw-timepicker .form-control {
    color: rgb(94, 103, 123);
    border-color: rgb(218, 223, 233);
}

.widget-wrapper {
    position: relative;
}

.widget-wrapper.editing {
    min-height: 27px;
}

.widget-wrapper:hover>.insert-trigger {
    display: block;
}

.widget-wrapper:hover>.widget-wrapper__actions {
    display: inline-flex;
}

.widget-wrapper--container.editing {
    min-height: 43px;
    min-width: 80px;
}

.widget-wrapper--container.editing:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px dashed rgb(253, 126, 20);
}

.widget-wrapper--hover-below::after,
.widget-wrapper--hover-above::after {
    content: " ";
    position: absolute;
    z-index: 1;
    left: 0px;
    width: 100%;
    height: 30px;
    background: repeating-linear-gradient(45deg, rgb(213, 234, 238), rgb(213, 234, 238) 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
    opacity: 0.7;
}

.widget-wrapper--hover-below::after {
    bottom: -31px;
}

.widget-wrapper--hover-above::after {
    top: -31px;
}

.insert-trigger {
    display: none;
    position: absolute;
    left: calc(50% - 11px);
    height: 22px;
    width: 22px;
    background-color: rgb(3, 130, 68);
    color: rgb(255, 255, 255);
    padding: 0px;
    font-size: 0.9rem;
    line-height: 1;
    z-index: 3;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}

.insert-trigger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(2, 104, 54);
    transition: 0.3s;
}

.insert-trigger:hover~.widget-wrapper__overlay {
    background-color: rgba(3, 130, 68, 0.1);
    border: 1px dashed rgb(3, 130, 68);
    cursor: pointer;
    z-index: 2;
}

.insert-trigger--above {
    top: -11px;
}

.insert-trigger--below {
    bottom: -11px;
}

.widget-wrapper__actions {
    display: none;
    position: absolute;
    z-index: 4;
    top: -24px;
}

.widget-wrapper__btn {
    height: 24px;
    line-height: 20px;
    padding: 0px 7px;
    font-size: 0.9rem;
    margin-right: 3px;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 130, 68);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}

.widget-wrapper__btn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(2, 104, 54);
}

.widget-wrapper__actions--container {
    right: -3px;
}

.widget-wrapper__btn--container {
    color: rgb(255, 255, 255);
    background-color: rgb(253, 126, 20);
}

.widget-wrapper__btn--container:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(203, 93, 2);
}

.widget-wrapper__overlay {
    position: absolute;
    inset: 0px;
    border: 1px dashed transparent;
    z-index: 3;
}

.widget-wrapper__overlay:hover,
.widget-wrapper__actions:hover~.widget-wrapper__overlay,
.insert-trigger:hover~.widget-wrapper__overlay {
    background-color: rgba(3, 130, 68, 0.1);
    border: 1px dashed rgb(3, 130, 68);
    cursor: pointer;
    z-index: 2;
}

.cw-system-announcement-container {
    margin-bottom: 1rem;
}

.cw-system-announcement {
    padding-bottom: 0px;
}

.parking-fee-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: rgb(238, 238, 238);
    border-radius: 0.25rem;
}

.parking-fee-details {
    display: flex;
    flex-direction: column;
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin-top: 1.5rem;
}

.parking-fee-details--empty {
    background-color: rgb(238, 238, 238);
    padding: 40px 20px;
    text-align: center;
    margin-top: 1.5rem;
    border-radius: 0.25rem;
}

.parking-fee-details__title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.badge.parking-fee-details__status {
    vertical-align: middle;
    line-height: 22px;
    margin-right: 10px;
    margin-bottom: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.parking-fee-details__title-text {
    font-size: 20px;
}

.parking-fee-details__info {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.parking-fee-details__info div.parking-fee-details__info-basic,
.parking-fee-details__info div.parking-fee-details__info-price {
    flex: 1 1 50%;
}

.parking-fee-details__action {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 15px;
}

.parking-fee-container__col {
    margin-top: 5px;
    margin-bottom: 10px;
}

.parking-fee-container__col .fa-asterisk {
    font-size: 85%;
}

@media (min-width: 768px) {
    .parking-fee-details__info {
        flex-direction: row;
    }

    .parking-fee-details__action {
        border-top: 1px solid rgb(204, 204, 204);
    }
}

@media (min-width: 992px) {

    .parking-fee-details,
    .parking-fee-container {
        padding: 10px 20px;
    }

    .btn-parking-fee {
        margin-top: 0.5rem;
    }

    .btn.parking-fee-details__action-btn {
        line-height: 1.2;
        font-size: 90%;
    }

    .parking-fee-details__status {
        min-width: 80px;
    }
}

@media (max-width: 991px) {
    .btn-parking-fee {
        width: 100%;
    }

    .parking-fee-details__title {
        align-items: flex-end;
    }

    .badge.parking-fee-details__status {
        vertical-align: middle;
        line-height: unset;
        white-space: normal;
    }
}

[id="cpk-parking-fee-details-advance-info"] .mypage-panel--empty {
    height: 310px;
    min-height: 310px;
}

[id="cpk-parking-fee-details-advance-info"] .nav-tabs {
    padding-left: 10px;
    background-color: transparent;
}

.pageModal [id="cpk-parking-fee-details-advance-info"] .nav-tabs {
    padding-left: 20px;
}

[id="cpk-parking-fee-details-advance-info"] .nav-tabs .nav-link {
    min-width: 70px;
    min-height: 25px;
    background-color: rgb(206, 209, 215);
    align-items: center;
    padding: 10px 15px;
    margin-right: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-bottom: -1px;
    font-size: 0.9rem;
}

[id="cpk-parking-fee-details-advance-info"] .nav-tabs .nav-link.active {
    color: rgb(255, 255, 255);
    font-weight: 500;
    background-color: rgb(0, 12, 46) !important;
}

[id="cpk-parking-fee-details-advance-info"] .nav-item:focus,
[id="cpk-parking-fee-details-advance-info"] .nav-link:focus {
    outline: none;
}

.parking-fee-details-container {
    padding: 20px;
}

.pageModal .parking-fee-details-container {
    padding: 5px;
}

.parking-fee-details__description {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.05);
}

.parking-fee-details__transaction-total {
    color: rgb(0, 86, 179);
}

.parking-fee-details__transaction-table {
    flex: 1 1 0%;
    padding-right: 15px;
}

.table th,
.table td {
    border-top: none;
}

#parkingFeeDetailsOngoingPaymentModal {
    background-color: rgba(0, 0, 0, 0.5);
}

[id="cpk-parking-fee-details-advance-info"] .mypage-panel--empty {
    height: 310px;
    min-height: 310px;
}

[id="cpk-parking-fee-details-advance-info"] .nav-tabs {
    padding-left: 10px;
    background-color: transparent;
}

[id="cpk-parking-fee-details-advance-info"] .nav-tabs .nav-link {
    min-width: 70px;
    min-height: 25px;
    background-color: rgb(206, 209, 215);
    align-items: center;
    padding: 10px 15px;
    margin-right: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-bottom: -1px;
    font-size: 0.9rem;
}

[id="cpk-parking-fee-details-advance-info"] .nav-tabs .nav-link.active {
    color: rgb(255, 255, 255);
    font-weight: 500;
    background-color: rgb(0, 12, 46) !important;
}

[id="cpk-parking-fee-details-advance-info"] .nav-item:focus,
[id="cpk-parking-fee-details-advance-info"] .nav-link:focus {
    outline: none;
}

.document-thumbnail {
    width: 220px;
    height: 200px;
    border-radius: 10px;
    background-color: rgb(221, 221, 221);
    margin: 10px auto;
    padding: 0px;
}

.document-thumbnail-hoverable {
    cursor: pointer;
}

.document-thumbnail-hoverable:hover {
    background-color: rgb(236, 241, 251);
}

.document-thumbnail-hoverable:hover .document-thumbnail-footer {
    background-color: rgb(219, 226, 242);
}

.document-thumbnail-body {
    padding: 10px;
    height: 168px;
}

.image-container,
.document-icon {
    width: 100%;
    height: 100%;
    line-height: 148px;
}

.image-thumbail {
    max-width: 100%;
    max-height: 100%;
}

.document-icon {
    font-size: 80px;
}

.document-thumbnail-footer {
    width: 100%;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    background-color: rgb(206, 209, 215);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.document-thumbnail-hoverable .document-thumbnail-footer {
    color: rgb(19, 109, 181);
    text-decoration: underline;
}

@media (min-width: 768px) {
    [id="cpk-parking-fee-details-advance-info"] .nav-tabs {
        padding-left: 20px;
    }
}

@media (max-width: 550px) {
    .document-thumbnail {
        width: auto;
    }
}

#ParkingZoneMap {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.parking-zone-map-modal__header,
.parking-zone-map-modal__body {
    padding: 10px;
}

.parking-zone-map-modal__header {
    padding-bottom: 0px;
}

.btn-print {
    width: 100%;
    background-color: rgb(0, 0, 139);
    color: rgb(255, 255, 255);
    border-radius: 0px !important;
}

.btn-print:hover {
    background-color: rgb(0, 12, 46);
    border-color: rgb(0, 12, 46);
    color: rgb(255, 255, 255);
}

.btn-print:focus {
    background-color: rgb(0, 12, 46);
    border-color: rgb(0, 12, 46);
    color: rgb(255, 255, 255);
}

div.olMap {
    position: relative;
    border: 1px solid rgb(128, 128, 127);
    overflow: hidden;
}

[id="parkingZoneMap"].olMap {
    top: -35px;
}

@media (min-width: 768px) {
    .parking-zone-map-modal__body {
        padding: 0px;
        top: -4px;
    }

    .parking-zone-map-modal__print-button {
        position: relative;
        top: -12px;
        border-radius: 0px;
    }

    .btn-print {
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .parking-zone-map-modal__body {
        margin-top: 3rem;
    }

    .btn-print {
        margin-top: -1.5rem;
    }
}

[id="parkingFeeAddressPopup"] {
    border-radius: 8px;
    border: 1px solid !important;
    left: 110px !important;
    top: 165px !important;
}

.cpk-back-to-top-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 2.8125rem;
    height: 2.8125rem;
}

.ffecbcaddda {
    direction: ltr;
    all: initial;
}

.efcbececac {
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2147483647;
}

.bfddd {
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ebcfbdbeebec {
    width: 20px;
    margin: 5px auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: lightblue rgb(173, 255, 47) lightblue lightblue;
    border-image: initial;
    animation: 1s linear 0s infinite normal none running cccfeefaeaacfbdeeb;
    z-index: 10;
}

@keyframes cccfeefaeaacfbdeeb {
    100% {
        transform: rotate(1turn);
    }
}

.fcadacdcaaf {
    position: fixed;
    top: 1em;
    left: 1em;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    width: calc(100% - 2em);
    max-width: 800px;
    font-size: 13px;
    height: 200px;
    overflow: auto;
}

.fcadacdcaaf .babaafedefbc {
    margin-top: 0.5em;
    overflow-wrap: anywhere;
}

.fcadacdcaaf .preFetch {
    opacity: 0.5;
}

.fcadacdcaaf .error {
    color: red;
}